diff options
author | David Robillard <d@drobilla.net> | 2012-01-16 00:58:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-16 00:58:46 +0000 |
commit | 3c3e2de8a72185f82296ec7b3dac9f6395522de8 (patch) | |
tree | 988c45c0512c33e4b87a7025b8cd1718995d09de | |
parent | d3f590c37109283d3f061403c1e4a691349f608b (diff) | |
download | serd-3c3e2de8a72185f82296ec7b3dac9f6395522de8.tar.gz serd-3c3e2de8a72185f82296ec7b3dac9f6395522de8.tar.bz2 serd-3c3e2de8a72185f82296ec7b3dac9f6395522de8.zip |
Update copyright dates.
git-svn-id: http://svn.drobilla.net/serd/trunk@285 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | doc/serdi.1 | 2 | ||||
-rw-r--r-- | serd/serd.h | 2 | ||||
-rw-r--r-- | src/env.c | 2 | ||||
-rw-r--r-- | src/node.c | 2 | ||||
-rw-r--r-- | src/reader.c | 2 | ||||
-rw-r--r-- | src/serd_internal.h | 2 | ||||
-rw-r--r-- | src/serdi.c | 4 | ||||
-rw-r--r-- | src/string.c | 2 | ||||
-rw-r--r-- | src/uri.c | 2 | ||||
-rw-r--r-- | src/writer.c | 2 | ||||
-rw-r--r-- | tests/serd_test.c | 2 |
12 files changed, 13 insertions, 13 deletions
@@ -1,4 +1,4 @@ -Copyright 2011 David Robillard <http://drobilla.net> +Copyright 2011-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/doc/serdi.1 b/doc/serdi.1 index d4c447b9..7acdbdfe 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -62,7 +62,7 @@ Display version information and exit. Serdi was written by David Robillard <d@drobilla.net> .SH COPYRIGHT -Copyright \(co 2012 David Robillard. +Copyright \(co 2011-2012 David Robillard. .br License: <http://www.opensource.org/licenses/isc> .br diff --git a/serd/serd.h b/serd/serd.h index ade3da9e..b67ddd3d 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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 @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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 @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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/src/reader.c b/src/reader.c index 34bb1214..38bae75f 100644 --- a/src/reader.c +++ b/src/reader.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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/src/serd_internal.h b/src/serd_internal.h index 9af3ae5f..ae5669a9 100644 --- a/src/serd_internal.h +++ b/src/serd_internal.h @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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/src/serdi.c b/src/serdi.c index 909b42ad..569b1152 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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 @@ -30,7 +30,7 @@ int print_version() { printf("serdi " SERD_VERSION " <http://drobilla.net/software/serd>\n"); - printf("Copyright 2012 David Robillard <http://drobilla.net>.\n" + printf("Copyright 2011-2012 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/string.c b/src/string.c index a97c6f98..902f5c42 100644 --- a/src/string.c +++ b/src/string.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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 @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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/src/writer.c b/src/writer.c index 1d099c63..60345463 100644 --- a/src/writer.c +++ b/src/writer.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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/tests/serd_test.c b/tests/serd_test.c index 095437fb..b94f7c1f 100644 --- a/tests/serd_test.c +++ b/tests/serd_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011-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 |