diff options
author | David Robillard <d@drobilla.net> | 2019-01-13 14:06:30 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-01-13 14:06:30 +0100 |
commit | 38602d7e8582b396ef0e1e72a2f02696c89db8cb (patch) | |
tree | e4b88102ddbffc3aa276bcbd8b2b83446473137b /utils | |
parent | 162d540a7a78bcd75aea002b4afa101133315e8b (diff) | |
download | lilv-38602d7e8582b396ef0e1e72a2f02696c89db8cb.tar.gz lilv-38602d7e8582b396ef0e1e72a2f02696c89db8cb.tar.bz2 lilv-38602d7e8582b396ef0e1e72a2f02696c89db8cb.zip |
Update copyright dates
Diffstat (limited to 'utils')
-rw-r--r-- | utils/bench.h | 2 | ||||
-rw-r--r-- | utils/lv2apply.c | 4 | ||||
-rw-r--r-- | utils/lv2bench.c | 4 | ||||
-rw-r--r-- | utils/lv2info.c | 4 | ||||
-rw-r--r-- | utils/lv2ls.c | 4 | ||||
-rw-r--r-- | utils/uri_table.h | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/utils/bench.h b/utils/bench.h index 9006cf5..7b8da82 100644 --- a/utils/bench.h +++ b/utils/bench.h @@ -1,5 +1,5 @@ /* - 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/utils/lv2apply.c b/utils/lv2apply.c index 84f4ca1..38cc5ff 100644 --- a/utils/lv2apply.c +++ b/utils/lv2apply.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2016 David Robillard <http://drobilla.net> + Copyright 2007-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 @@ -202,7 +202,7 @@ print_version(void) { printf( "lv2apply (lilv) " LILV_VERSION "\n" - "Copyright 2007-2016 David Robillard <http://drobilla.net>\n" + "Copyright 2007-2019 David Robillard <http://drobilla.net>\n" "License: <http://www.opensource.org/licenses/isc-license>\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/lv2bench.c b/utils/lv2bench.c index bbe8818..dfd100b 100644 --- a/utils/lv2bench.c +++ b/utils/lv2bench.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2017 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 @@ -49,7 +49,7 @@ print_version(void) { printf( "lv2bench (lilv) " LILV_VERSION "\n" - "Copyright 2012-2017 David Robillard <http://drobilla.net>\n" + "Copyright 2012-2019 David Robillard <http://drobilla.net>\n" "License: <http://www.opensource.org/licenses/isc-license>\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/lv2info.c b/utils/lv2info.c index 5869195..ed570f9 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2014 David Robillard <http://drobilla.net> + Copyright 2007-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 @@ -339,7 +339,7 @@ print_version(void) { printf( "lv2info (lilv) " LILV_VERSION "\n" - "Copyright 2007-2014 David Robillard <http://drobilla.net>\n" + "Copyright 2007-2019 David Robillard <http://drobilla.net>\n" "License: <http://www.opensource.org/licenses/isc-license>\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/lv2ls.c b/utils/lv2ls.c index 677e055..90ae1eb 100644 --- a/utils/lv2ls.c +++ b/utils/lv2ls.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2012 David Robillard <http://drobilla.net> + Copyright 2007-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 @@ -42,7 +42,7 @@ print_version(void) { printf( "lv2ls (lilv) " LILV_VERSION "\n" - "Copyright 2007-2012 David Robillard <http://drobilla.net>\n" + "Copyright 2007-2019 David Robillard <http://drobilla.net>\n" "License: <http://www.opensource.org/licenses/isc-license>\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/uri_table.h b/utils/uri_table.h index 4c494e7..36c3621 100644 --- a/utils/uri_table.h +++ b/utils/uri_table.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2012 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 |