diff options
Diffstat (limited to 'decoders/usb_signalling')
-rw-r--r-- | decoders/usb_signalling/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/usb_signalling/__init__.py | 2 | ||||
-rw-r--r-- | decoders/usb_signalling/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/usb_signalling/Makefile.am b/decoders/usb_signalling/Makefile.am index 6a54eb3..39c56ad 100644 --- a/decoders/usb_signalling/Makefile.am +++ b/decoders/usb_signalling/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/usb_signalling/__init__.py b/decoders/usb_signalling/__init__.py index 98ae872..32902e4 100644 --- a/decoders/usb_signalling/__init__.py +++ b/decoders/usb_signalling/__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/usb_signalling/pd.py b/decoders/usb_signalling/pd.py index e6b7299..5839840 100644 --- a/decoders/usb_signalling/pd.py +++ b/decoders/usb_signalling/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 Gareth McMullin <gareth@blacksphere.co.nz> ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de> |