diff options
author | David Robillard <d@drobilla.net> | 2019-07-21 23:04:39 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-21 23:20:19 +0200 |
commit | 1b3f4fb9546d81cec90dc80bee9da54aaae76e1f (patch) | |
tree | 7f3b180530dd8a46840da130c0cf4b8f6fa05171 | |
parent | 99e18246563ef67b1ed8da8e8915af80d30c989c (diff) | |
download | pugl-1b3f4fb9546d81cec90dc80bee9da54aaae76e1f.tar.gz pugl-1b3f4fb9546d81cec90dc80bee9da54aaae76e1f.tar.bz2 pugl-1b3f4fb9546d81cec90dc80bee9da54aaae76e1f.zip |
Update stale copyright dates
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | pugl/pugl.hpp | 2 | ||||
-rw-r--r-- | pugl/pugl_internal.h | 2 | ||||
-rw-r--r-- | pugl_cairo_test.c | 2 | ||||
-rw-r--r-- | pugl_test.c | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Copyright 2011-2014 David Robillard <http://drobilla.net> +Copyright 2011-2019 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/pugl/pugl.hpp b/pugl/pugl.hpp index 36e7e13..0646d28 100644 --- a/pugl/pugl.hpp +++ b/pugl/pugl.hpp @@ -1,5 +1,5 @@ /* - Copyright 2012-2015 David Robillard <http://drobilla.net> + Copyright 2012-2019 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/pugl/pugl_internal.h b/pugl/pugl_internal.h index 3da435a..6042e6a 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2016 David Robillard <http://drobilla.net> + Copyright 2012-2019 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/pugl_cairo_test.c b/pugl_cairo_test.c index 4f4aaa3..524e8b0 100644 --- a/pugl_cairo_test.c +++ b/pugl_cairo_test.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2014 David Robillard <http://drobilla.net> + Copyright 2012-2019 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/pugl_test.c b/pugl_test.c index 6520b07..fa44e32 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2016 David Robillard <http://drobilla.net> + Copyright 2012-2019 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 |