diff options
Diffstat (limited to 'decoders/uart_dump')
-rw-r--r-- | decoders/uart_dump/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/uart_dump/__init__.py | 2 | ||||
-rw-r--r-- | decoders/uart_dump/pd.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoders/uart_dump/Makefile.am b/decoders/uart_dump/Makefile.am index ca9f532..1b7d780 100644 --- a/decoders/uart_dump/Makefile.am +++ b/decoders/uart_dump/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_dump/__init__.py b/decoders/uart_dump/__init__.py index ea351ab..1775ad4 100644 --- a/decoders/uart_dump/__init__.py +++ b/decoders/uart_dump/__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_dump/pd.py b/decoders/uart_dump/pd.py index 1174832..f3b10ec 100644 --- a/decoders/uart_dump/pd.py +++ b/decoders/uart_dump/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> ## |