diff options
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r-- | decoders/mlx90614/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/mlx90614/__init__.py | 2 | ||||
-rw-r--r-- | decoders/mlx90614/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/mlx90614/Makefile.am b/decoders/mlx90614/Makefile.am index c9d0d4b..babae0c 100644 --- a/decoders/mlx90614/Makefile.am +++ b/decoders/mlx90614/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/mlx90614/__init__.py b/decoders/mlx90614/__init__.py index c14e67f..d0c6293 100644 --- a/decoders/mlx90614/__init__.py +++ b/decoders/mlx90614/__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/mlx90614/pd.py b/decoders/mlx90614/pd.py index 4377185..3cd2dcb 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/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> ## |