aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--doc/serdi.12
-rw-r--r--serd/serd.h2
-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/string.c2
-rw-r--r--src/uri.c2
-rw-r--r--src/writer.c2
-rw-r--r--tests/serd_test.c2
12 files changed, 13 insertions, 13 deletions
diff --git a/COPYING b/COPYING
index a739216f..c3c2af6a 100644
--- a/COPYING
+++ b/COPYING
@@ -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
diff --git a/src/env.c b/src/env.c
index c01efe3d..084dbf6d 100644
--- a/src/env.c
+++ b/src/env.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/node.c b/src/node.c
index 6a27beb7..4f39ebef 100644
--- a/src/node.c
+++ b/src/node.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/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
diff --git a/src/uri.c b/src/uri.c
index b6f912ea..3d0e35af 100644
--- a/src/uri.c
+++ b/src/uri.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/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