diff options
Diffstat (limited to 'decoders/i2s')
-rw-r--r-- | decoders/i2s/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/i2s/__init__.py | 2 | ||||
-rw-r--r-- | decoders/i2s/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/i2s/Makefile.am b/decoders/i2s/Makefile.am index 1fcafce..c109a21 100644 --- a/decoders/i2s/Makefile.am +++ b/decoders/i2s/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 Joel Holdsworth <joel@airwebreathe.org.uk> ## diff --git a/decoders/i2s/__init__.py b/decoders/i2s/__init__.py index f48e94f..84abe96 100644 --- a/decoders/i2s/__init__.py +++ b/decoders/i2s/__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 Joel Holdsworth <uwe@hermann-uwe.de> ## diff --git a/decoders/i2s/pd.py b/decoders/i2s/pd.py index b921011..28a4850 100644 --- a/decoders/i2s/pd.py +++ b/decoders/i2s/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 Joel Holdsworth <joel@airwebreathe.org.uk> ## |