aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 05:16:47 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 05:16:47 +0000
commit272b0626eae9a615876564291f85bc6676f17c63 (patch)
treeaa767ee2d5bf5e9d9b981c4a8f18f8d411327415
parent158720c60a998e5c08bf8babc3b8efc0455e2fc3 (diff)
downloadserd-272b0626eae9a615876564291f85bc6676f17c63.tar.gz
serd-272b0626eae9a615876564291f85bc6676f17c63.tar.bz2
serd-272b0626eae9a615876564291f85bc6676f17c63.zip
Update copyright dates.
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r--src/env.c2
-rw-r--r--src/node.c2
-rw-r--r--src/reader.c2
-rw-r--r--src/serd_internal.h2
-rw-r--r--src/serdi.c4
-rw-r--r--src/uri.c2
-rw-r--r--src/writer.c2
-rw-r--r--tests/serd_test.c2
8 files changed, 9 insertions, 9 deletions
diff --git a/src/env.c b/src/env.c
index 7f8e0a57..c368d7ce 100644
--- a/src/env.c
+++ b/src/env.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2014 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/src/node.c b/src/node.c
index a5305474..921b05de 100644
--- a/src/node.c
+++ b/src/node.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2014 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/src/reader.c b/src/reader.c
index f85e9f7b..d96a2d2f 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2014 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/src/serd_internal.h b/src/serd_internal.h
index 4c3e6397..613493ab 100644
--- a/src/serd_internal.h
+++ b/src/serd_internal.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2014 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/src/serdi.c b/src/serdi.c
index e1de6e32..3543580a 100644
--- a/src/serdi.c
+++ b/src/serdi.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2013 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
@@ -30,7 +30,7 @@ static int
print_version(void)
{
printf("serdi " SERD_VERSION " <http://drobilla.net/software/serd>\n");
- printf("Copyright 2011-2012 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2011-2013 David Robillard <http://drobilla.net>.\n"
"License: <http://www.opensource.org/licenses/isc>\n"
"This is free software; you are free to change and redistribute it."
"\nThere is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/src/uri.c b/src/uri.c
index 6f7380b0..cce4378e 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2014 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/src/writer.c b/src/writer.c
index 7fa021cb..1c59a3e7 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2014 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/tests/serd_test.c b/tests/serd_test.c
index d76c81d7..971d6e01 100644
--- a/tests/serd_test.c
+++ b/tests/serd_test.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2014 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