diff options
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r-- | decoders/mxc6225xu/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/mxc6225xu/__init__.py | 2 | ||||
-rw-r--r-- | decoders/mxc6225xu/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/mxc6225xu/Makefile.am b/decoders/mxc6225xu/Makefile.am index 45cd50c..4908c6b 100644 --- a/decoders/mxc6225xu/Makefile.am +++ b/decoders/mxc6225xu/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/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 3bca9e4..cd67941 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__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/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index c139918..3ae6f8e 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.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> ## |