summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 05:09:21 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 05:09:21 +0000
commit7a80352434a7397985eb7da920d8436c10c98308 (patch)
tree1fec0113781a79bab86592dff09580aed3a74886 /utils
parent610e31874c9851a57701a5d513b83910cf0e8d68 (diff)
downloadlilv-7a80352434a7397985eb7da920d8436c10c98308.tar.gz
lilv-7a80352434a7397985eb7da920d8436c10c98308.tar.bz2
lilv-7a80352434a7397985eb7da920d8436c10c98308.zip
Update copyright dates.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5423 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils')
-rw-r--r--utils/lilv-bench.c2
-rw-r--r--utils/lv2info.c2
-rw-r--r--utils/lv2ls.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/utils/lilv-bench.c b/utils/lilv-bench.c
index 432e5fd..c0355df 100644
--- a/utils/lilv-bench.c
+++ b/utils/lilv-bench.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2011 David Robillard <http://drobilla.net>
+ Copyright 2007-2012 David Robillard <http://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/lv2info.c b/utils/lv2info.c
index 3bd79f4..52c5aac 100644
--- a/utils/lv2info.c
+++ b/utils/lv2info.c
@@ -323,7 +323,7 @@ print_version(void)
{
printf(
"lv2info (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2011 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2014 David Robillard <http://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 6f898d5..1f007f1 100644
--- a/utils/lv2ls.c
+++ b/utils/lv2ls.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2011 David Robillard <http://drobilla.net>
+ Copyright 2007-2012 David Robillard <http://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 @@ print_version(void)
{
printf(
"lv2ls (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2011 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2012 David Robillard <http://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");