diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2016-09-24 14:04:05 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2016-09-24 14:05:43 +0200 |
commit | 084758572e97ff9251da9b75c1f5295faf9621c7 (patch) | |
tree | 3796b55d5c41cb4c39a184479f54e9c858234ca3 /decoders | |
parent | f8a6ae167cf134d0f2dc2c94165f2824a3eb75fe (diff) | |
download | libsigrokdecode-084758572e97ff9251da9b75c1f5295faf9621c7.tar.gz libsigrokdecode-084758572e97ff9251da9b75c1f5295faf9621c7.zip |
midi: Add missing copyright lines.
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/midi/lists.py | 3 | ||||
-rw-r--r-- | decoders/midi/pd.py | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/decoders/midi/lists.py b/decoders/midi/lists.py index afe7158..ce4c1ae 100644 --- a/decoders/midi/lists.py +++ b/decoders/midi/lists.py @@ -1,7 +1,8 @@ ## ## This file is part of the libsigrokdecode project. ## -## Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de> +## Copyright (C) 2013-2016 Uwe Hermann <uwe@hermann-uwe.de> +## Copyright (C) 2016 Chris Dreher <chrisdreher@hotmail.com> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py index 52c06a8..18c439f 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -1,7 +1,8 @@ ## ## This file is part of the libsigrokdecode project. ## -## Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de> +## Copyright (C) 2013-2016 Uwe Hermann <uwe@hermann-uwe.de> +## Copyright (C) 2016 Chris Dreher <chrisdreher@hotmail.com> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by |