diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-04-13 10:49:28 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-04-13 10:49:28 +0200 |
commit | 056136af9b4f7cdc564134421fc6353d2983a4f4 (patch) | |
tree | 8275ff999ace1dbba1401074a28f21b8fe415ccb | |
parent | cb6e01dd803cae53d159242b7d6bb83e2e777c05 (diff) | |
download | vm.lv2-056136af9b4f7cdc564134421fc6353d2983a4f4.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 Hanspeter Portner (dev@open-music-kontrollers.ch) +Copyright (c) 2017-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.7.17 +0.7.27 diff --git a/manifest.ttl.in b/manifest.ttl.in index f689b33..ae55b93 100644 --- a/manifest.ttl.in +++ b/manifest.ttl.in @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2017-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) 2017 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2017-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) 2017 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2017-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,4 +1,4 @@ -# Copyright (c) 2017 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2017-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) 2017 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2017-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,4 +1,4 @@ -# Copyright (c) 2017 Hanspeter Portner (dev@open-music-kontrollers.ch) +# Copyright (c) 2017-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 |