diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2016-03-04 08:20:08 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2016-03-04 17:22:26 +0100 |
commit | 88df2c9a6e125590db12aebb8a4466ebd57978c7 (patch) | |
tree | e7cc8cf61b7c627c60c8411ec2f8f5b78c3db7e7 | |
parent | 9eac0fe36580a21ad8eeef5b31118af97749beb8 (diff) | |
download | libsigrokdecode-88df2c9a6e125590db12aebb8a4466ebd57978c7.tar.gz libsigrokdecode-88df2c9a6e125590db12aebb8a4466ebd57978c7.zip |
em4100/t55xx: Fix accidentally broken wording in license header.
The word "version" was accidentally replaced by "data" (sed).
-rw-r--r-- | decoders/em4100/pd.py | 4 | ||||
-rw-r--r-- | decoders/t55xx/pd.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/decoders/em4100/pd.py b/decoders/em4100/pd.py index d1a7ba3..4f2751b 100644 --- a/decoders/em4100/pd.py +++ b/decoders/em4100/pd.py @@ -5,8 +5,8 @@ ## ## 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 -## the Free Software Foundation; either data 2 of the License, or -## (at your option) any later data. +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/decoders/t55xx/pd.py b/decoders/t55xx/pd.py index 87ebeba..5e47d3e 100644 --- a/decoders/t55xx/pd.py +++ b/decoders/t55xx/pd.py @@ -5,8 +5,8 @@ ## ## 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 -## the Free Software Foundation; either data 2 of the License, or -## (at your option) any later data. +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of |