diff options
-rw-r--r-- | src/slv2_internal.h | 2 | ||||
-rw-r--r-- | test/slv2_test.c | 4 | ||||
-rw-r--r-- | utils/lv2_inspect.c | 2 | ||||
-rw-r--r-- | utils/lv2_list.c | 2 | ||||
-rw-r--r-- | utils/slv2_bench.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index f49f404..5facad3 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -1,5 +1,5 @@ /* SLV2 - * Copyright (C) 2007-2011 David Robillard <http://drobilla.net> + * Copyright 2007-2011 David Robillard <http://drobilla.net> * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free diff --git a/test/slv2_test.c b/test/slv2_test.c index d1225da..94338c7 100644 --- a/test/slv2_test.c +++ b/test/slv2_test.c @@ -1,6 +1,6 @@ /* SLV2 Tests - * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> - * Copyright (C) 2008 Krzysztof Foltman + * Copyright 2008-2011 David Robillard <http://drobilla.net> + * Copyright 2008 Krzysztof Foltman * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index 4d6bed8..48ef1b3 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -299,7 +299,7 @@ void print_version() { printf("lv2_inspect (slv2) " SLV2_VERSION "\n"); - printf("Copyright (C) 2007-2011 David Robillard <http://drobilla.net>\n"); + printf("Copyright 2007-2011 David Robillard <http://drobilla.net>\n"); printf("License: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/lv2_list.c b/utils/lv2_list.c index c589cb0..9f2644e 100644 --- a/utils/lv2_list.c +++ b/utils/lv2_list.c @@ -52,7 +52,7 @@ void print_version() { printf("lv2_list (slv2) " SLV2_VERSION "\n"); - printf("Copyright (C) 2007-2011 David Robillard <http://drobilla.net>\n"); + printf("Copyright 2007-2011 David Robillard <http://drobilla.net>\n"); printf("License: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/slv2_bench.c b/utils/slv2_bench.c index c5c844e..b71d2cb 100644 --- a/utils/slv2_bench.c +++ b/utils/slv2_bench.c @@ -33,7 +33,7 @@ void print_version() { printf("slv2_bench (slv2) " SLV2_VERSION "\n"); - printf("Copyright (C) 2011 David Robillard <http://drobilla.net>\n"); + printf("Copyright 2011-2011 David Robillard <http://drobilla.net>\n"); printf("License: Simplified BSD License.\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n"); |