diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-04-08 11:44:20 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-04-08 11:44:20 +0200 |
commit | 64e6ff5d90fcd7851947e66ba3d70e9aed9b880e (patch) | |
tree | 8b7c0c66558c1226ca4127fbac813495f249c441 | |
parent | 96ad3c14a7668bc02bf135e107687319b60d2e74 (diff) | |
download | sherlock.lv2-64e6ff5d90fcd7851947e66ba3d70e9aed9b880e.tar.xz |
Update copyright years.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | atom_inspector.c | 2 | ||||
-rw-r--r-- | atom_inspector_nk.c | 2 | ||||
-rw-r--r-- | encoder.h | 2 | ||||
-rw-r--r-- | encoder.l | 2 | ||||
-rw-r--r-- | manifest.ttl.in | 2 | ||||
-rw-r--r-- | midi_inspector.c | 2 | ||||
-rw-r--r-- | midi_inspector_nk.c | 2 | ||||
-rw-r--r-- | osc_inspector.c | 2 | ||||
-rw-r--r-- | osc_inspector_nk.c | 2 | ||||
-rw-r--r-- | sherlock.c | 2 | ||||
-rw-r--r-- | sherlock.h | 2 | ||||
-rw-r--r-- | sherlock.ttl | 2 | ||||
-rw-r--r-- | sherlock_nk.c | 2 | ||||
-rw-r--r-- | sherlock_nk.h | 2 | ||||
-rw-r--r-- | sherlock_ui.ttl | 2 |
17 files changed, 17 insertions, 17 deletions
@@ -75,7 +75,7 @@ and presents them on its user interface for convenient nested browsing. #### License -Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) +Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) This is free software: you can redistribute it and/or modify it under the terms of the Artistic License 2.0 as published by @@ -1 +1 @@ -0.21.27 +0.21.29 diff --git a/atom_inspector.c b/atom_inspector.c index 628ec38..f332994 100644 --- a/atom_inspector.c +++ b/atom_inspector.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/atom_inspector_nk.c b/atom_inspector_nk.c index 0293cba..871b70c 100644 --- a/atom_inspector_nk.c +++ b/atom_inspector_nk.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/manifest.ttl.in b/manifest.ttl.in index a9aa240..18b73f6 100644 --- a/manifest.ttl.in +++ b/manifest.ttl.in @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) # # This is free software: you can redistribute it and/or modify # it under the terms of the Artistic License 2.0 as published by diff --git a/midi_inspector.c b/midi_inspector.c index 39ffe7a..fc2fd75 100644 --- a/midi_inspector.c +++ b/midi_inspector.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/midi_inspector_nk.c b/midi_inspector_nk.c index 830fbf6..8877437 100644 --- a/midi_inspector_nk.c +++ b/midi_inspector_nk.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/osc_inspector.c b/osc_inspector.c index b392dd8..634c7f2 100644 --- a/osc_inspector.c +++ b/osc_inspector.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/osc_inspector_nk.c b/osc_inspector_nk.c index b638263..0f9623c 100644 --- a/osc_inspector_nk.c +++ b/osc_inspector_nk.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/sherlock.ttl b/sherlock.ttl index 90116eb..35fb464 100644 --- a/sherlock.ttl +++ b/sherlock.ttl @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) # # This is free software: you can redistribute it and/or modify # it under the terms of the Artistic License 2.0 as published by diff --git a/sherlock_nk.c b/sherlock_nk.c index 8bd7e04..05d1b08 100644 --- a/sherlock_nk.c +++ b/sherlock_nk.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/sherlock_nk.h b/sherlock_nk.h index 868d23e..5a222ca 100644 --- a/sherlock_nk.h +++ b/sherlock_nk.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/sherlock_ui.ttl b/sherlock_ui.ttl index 8c14291..5e735f3 100644 --- a/sherlock_ui.ttl +++ b/sherlock_ui.ttl @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2019 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2015-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) # # This is free software: you can redistribute it and/or modify # it under the terms of the Artistic License 2.0 as published by |