diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/bench.h | 2 | ||||
-rw-r--r-- | utils/lilv-bench.c | 2 | ||||
-rw-r--r-- | utils/lv2apply.c | 4 | ||||
-rw-r--r-- | utils/lv2bench.c | 4 | ||||
-rw-r--r-- | utils/lv2info.c | 4 | ||||
-rw-r--r-- | utils/lv2ls.c | 4 | ||||
-rw-r--r-- | utils/uri_table.h | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/utils/bench.h b/utils/bench.h index 28e5221..505631f 100644 --- a/utils/bench.h +++ b/utils/bench.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2019 David Robillard <http://drobilla.net> + Copyright 2011-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 diff --git a/utils/lilv-bench.c b/utils/lilv-bench.c index 3068123..d6dc615 100644 --- a/utils/lilv-bench.c +++ b/utils/lilv-bench.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2012 David Robillard <http://drobilla.net> + Copyright 2007-2012 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 diff --git a/utils/lv2apply.c b/utils/lv2apply.c index 0a1123a..d296645 100644 --- a/utils/lv2apply.c +++ b/utils/lv2apply.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 @@ -207,7 +207,7 @@ static void print_version(void) { printf("lv2apply (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"); diff --git a/utils/lv2bench.c b/utils/lv2bench.c index 7365b5b..efa36b0 100644 --- a/utils/lv2bench.c +++ b/utils/lv2bench.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2019 David Robillard <http://drobilla.net> + Copyright 2012-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 @@ -48,7 +48,7 @@ static void print_version(void) { printf("lv2bench (lilv) " LILV_VERSION "\n" - "Copyright 2012-2019 David Robillard <http://drobilla.net>\n" + "Copyright 2012-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"); 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"); diff --git a/utils/lv2ls.c b/utils/lv2ls.c index e5df2b3..1c46ae3 100644 --- a/utils/lv2ls.c +++ b/utils/lv2ls.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 @@ -41,7 +41,7 @@ static void print_version(void) { printf("lv2ls (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"); diff --git a/utils/uri_table.h b/utils/uri_table.h index 78d3916..5a337a3 100644 --- a/utils/uri_table.h +++ b/utils/uri_table.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2019 David Robillard <http://drobilla.net> + Copyright 2011-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 |