diff options
Diffstat (limited to 'decoders/usb_protocol')
-rw-r--r-- | decoders/usb_protocol/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/usb_protocol/__init__.py | 2 | ||||
-rw-r--r-- | decoders/usb_protocol/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/usb_protocol/Makefile.am b/decoders/usb_protocol/Makefile.am index d76c1a4..7e1baa6 100644 --- a/decoders/usb_protocol/Makefile.am +++ b/decoders/usb_protocol/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_protocol/__init__.py b/decoders/usb_protocol/__init__.py index 735e3f8..5fa66f6 100644 --- a/decoders/usb_protocol/__init__.py +++ b/decoders/usb_protocol/__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_protocol/pd.py b/decoders/usb_protocol/pd.py index 586646e..92ee77a 100644 --- a/decoders/usb_protocol/pd.py +++ b/decoders/usb_protocol/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> |