diff options
Diffstat (limited to 'decoders/mx25lxx05d')
-rw-r--r-- | decoders/mx25lxx05d/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/mx25lxx05d/__init__.py | 2 | ||||
-rw-r--r-- | decoders/mx25lxx05d/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/mx25lxx05d/Makefile.am b/decoders/mx25lxx05d/Makefile.am index 6949796..6f9cf1b 100644 --- a/decoders/mx25lxx05d/Makefile.am +++ b/decoders/mx25lxx05d/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de> ## diff --git a/decoders/mx25lxx05d/__init__.py b/decoders/mx25lxx05d/__init__.py index 74b70e8..047be0e 100644 --- a/decoders/mx25lxx05d/__init__.py +++ b/decoders/mx25lxx05d/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de> ## diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 182ae26..15af222 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de> ## |