diff options
Diffstat (limited to 'decoders/avr_isp')
-rw-r--r-- | decoders/avr_isp/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/avr_isp/__init__.py | 2 | ||||
-rw-r--r-- | decoders/avr_isp/parts.py | 2 | ||||
-rw-r--r-- | decoders/avr_isp/pd.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/decoders/avr_isp/Makefile.am b/decoders/avr_isp/Makefile.am index 6dfa635..a6bd858 100644 --- a/decoders/avr_isp/Makefile.am +++ b/decoders/avr_isp/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/avr_isp/__init__.py b/decoders/avr_isp/__init__.py index f3eddd5..ff689df 100644 --- a/decoders/avr_isp/__init__.py +++ b/decoders/avr_isp/__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/avr_isp/parts.py b/decoders/avr_isp/parts.py index fbc0b92..b9747f8 100644 --- a/decoders/avr_isp/parts.py +++ b/decoders/avr_isp/parts.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/avr_isp/pd.py b/decoders/avr_isp/pd.py index 68be0ca..42f1b70 100644 --- a/decoders/avr_isp/pd.py +++ b/decoders/avr_isp/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> ## |