diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 13:34:28 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 14:13:00 +0100 |
commit | 153c3a802fe6d9e9498932c717266a890f74646c (patch) | |
tree | 87500f02863337314d8eb8e7f428c41dd7ac212b /utils/lv2info.c | |
parent | fd3d431a84bea557f71dfd9246d557080447648e (diff) | |
download | lilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.gz lilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.bz2 lilv-153c3a802fe6d9e9498932c717266a890f74646c.zip |
Use email address instead of website for attribution
Diffstat (limited to 'utils/lv2info.c')
-rw-r--r-- | utils/lv2info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lv2info.c b/utils/lv2info.c index 0c79268..293d4e9 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2019 David Robillard <http://drobilla.net> + Copyright 2007-2019 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -332,7 +332,7 @@ static void print_version(void) { printf("lv2info (lilv) " LILV_VERSION "\n" - "Copyright 2007-2019 David Robillard <http://drobilla.net>\n" + "Copyright 2007-2019 David Robillard <d@drobilla.net>\n" "License: <http://www.opensource.org/licenses/isc-license>\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); |