aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 12:47:15 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 12:47:15 +0200
commit45b809c4438a83c570f23b13b9492a37b9638774 (patch)
treed0f9ebc57442d49e025efca8a5be2631d269aadf
parent5c9da8e44ac3560da7b85259d36a0ede10464483 (diff)
downloadserd-45b809c4438a83c570f23b13b9492a37b9638774.tar.gz
serd-45b809c4438a83c570f23b13b9492a37b9638774.tar.bz2
serd-45b809c4438a83c570f23b13b9492a37b9638774.zip
Update stale copyright dates
-rw-r--r--COPYING2
-rw-r--r--serd/serd.h2
-rw-r--r--src/base64.h2
-rw-r--r--src/serd_internal.h2
-rw-r--r--src/serdi.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/COPYING b/COPYING
index 908a4e04..ec28a67b 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2011-2017 David Robillard <http://drobilla.net>
+Copyright 2011-2020 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/serd/serd.h b/serd/serd.h
index 52b78097..c1e8ba8e 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2017 David Robillard <http://drobilla.net>
+ Copyright 2011-2020 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/base64.h b/src/base64.h
index ab3dd0d9..11eb9db9 100644
--- a/src/base64.h
+++ b/src/base64.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2018 David Robillard <http://drobilla.net>
+ Copyright 2011-2020 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 f057a5c5..03d4edbd 100644
--- a/src/serd_internal.h
+++ b/src/serd_internal.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2016 David Robillard <http://drobilla.net>
+ Copyright 2011-2020 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 6838fc0c..ab69b770 100644
--- a/src/serdi.c
+++ b/src/serdi.c
@@ -83,7 +83,7 @@ static int
print_version(void)
{
printf("serdi " SERD_VERSION " <http://drobilla.net/software/serd>\n");
- printf("Copyright 2011-2017 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2011-2020 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");