diff options
Diffstat (limited to 'decoders/uart')
-rw-r--r-- | decoders/uart/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/uart/__init__.py | 2 | ||||
-rw-r--r-- | decoders/uart/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/uart/Makefile.am b/decoders/uart/Makefile.am index 61efbd0..89d90ec 100644 --- a/decoders/uart/Makefile.am +++ b/decoders/uart/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/uart/__init__.py b/decoders/uart/__init__.py index 23e2dd0..dcee3bf 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__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/uart/pd.py b/decoders/uart/pd.py index 83552ce..08cb066 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/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-2012 Uwe Hermann <uwe@hermann-uwe.de> ## |