diff options
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r-- | decoders/nunchuk/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/nunchuk/__init__.py | 2 | ||||
-rw-r--r-- | decoders/nunchuk/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/nunchuk/Makefile.am b/decoders/nunchuk/Makefile.am index 7e37522..561281e 100644 --- a/decoders/nunchuk/Makefile.am +++ b/decoders/nunchuk/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/nunchuk/__init__.py b/decoders/nunchuk/__init__.py index ac8e64b..41bc2ea 100644 --- a/decoders/nunchuk/__init__.py +++ b/decoders/nunchuk/__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/nunchuk/pd.py b/decoders/nunchuk/pd.py index 0dae39c..23f1e85 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010-2012 Uwe Hermann <uwe@hermann-uwe.de> ## |