diff options
Diffstat (limited to 'decoders/spi')
-rw-r--r-- | decoders/spi/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/spi/__init__.py | 2 | ||||
-rw-r--r-- | decoders/spi/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/spi/Makefile.am b/decoders/spi/Makefile.am index 0ab762e..e63c32b 100644 --- a/decoders/spi/Makefile.am +++ b/decoders/spi/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/spi/__init__.py b/decoders/spi/__init__.py index 1fccbe7..7527913 100644 --- a/decoders/spi/__init__.py +++ b/decoders/spi/__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/spi/pd.py b/decoders/spi/pd.py index 1085786..3816659 100644 --- a/decoders/spi/pd.py +++ b/decoders/spi/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> |