diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-15 19:24:41 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-01-15 19:24:41 +0100 |
commit | 3cae2b851f0fde7a17f17b8f3d077edb3638423d (patch) | |
tree | 69d0d6295cbc478f69c4f9972a98d9ca6b886051 | |
parent | ded32ec5eb36d7303bcf912f6a6c219ab32b577c (diff) | |
download | vm.lv2-3cae2b851f0fde7a17f17b8f3d077edb3638423d.tar.xz |
update copyright years.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | manifest.ttl.in | 2 | ||||
-rw-r--r-- | vm.c | 2 | ||||
-rw-r--r-- | vm.h | 2 | ||||
-rw-r--r-- | vm.ttl | 2 | ||||
-rw-r--r-- | vm_ui.c | 2 | ||||
-rw-r--r-- | vm_ui.ttl | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -74,7 +74,7 @@ Virtual machine for LV2 MIDI event ports. Features 8 inputs and 8 outputs. ### License -Copyright (c) 2017-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) +Copyright (c) 2017-2021 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.11.45 +0.11.51 diff --git a/manifest.ttl.in b/manifest.ttl.in index ae55b93..5999b84 100644 --- a/manifest.ttl.in +++ b/manifest.ttl.in @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2017-2021 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) 2017-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2017-2021 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) 2017-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2017-2021 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,4 +1,4 @@ -# Copyright (c) 2017-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2017-2021 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) 2017-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2017-2021 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,4 +1,4 @@ -# Copyright (c) 2017-2020 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2017-2021 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 |