diff options
Diffstat (limited to 'decoders/lpc')
-rw-r--r-- | decoders/lpc/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/lpc/__init__.py | 2 | ||||
-rw-r--r-- | decoders/lpc/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/lpc/Makefile.am b/decoders/lpc/Makefile.am index d9cf564..d7572f2 100644 --- a/decoders/lpc/Makefile.am +++ b/decoders/lpc/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/lpc/__init__.py b/decoders/lpc/__init__.py index 1c79b73..96d6e70 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__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/lpc/pd.py b/decoders/lpc/pd.py index cd56a9b..0de6bfd 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/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> ## |