From 50bd5d259677faf87bb3408e111d0e833d7ba9b4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 23 Apr 2013 22:27:20 +0200 Subject: [PATCH] GPL headers: Use correct project name. --- Makefile.am | 2 +- autogen.sh | 2 +- configure.ac | 2 +- controller.c | 2 +- decoder.c | 2 +- decoders/Makefile.am | 2 +- decoders/avr_isp/Makefile.am | 2 +- decoders/avr_isp/__init__.py | 2 +- decoders/avr_isp/parts.py | 2 +- decoders/avr_isp/pd.py | 2 +- decoders/can/Makefile.am | 2 +- decoders/can/__init__.py | 2 +- decoders/can/pd.py | 2 +- decoders/dcf77/Makefile.am | 2 +- decoders/dcf77/__init__.py | 2 +- decoders/dcf77/pd.py | 2 +- decoders/ds1307/Makefile.am | 2 +- decoders/ds1307/__init__.py | 2 +- decoders/ds1307/pd.py | 2 +- decoders/edid/Makefile.am | 2 +- decoders/edid/__init__.py | 2 +- decoders/edid/pd.py | 2 +- decoders/i2c/Makefile.am | 2 +- decoders/i2c/__init__.py | 2 +- decoders/i2c/pd.py | 2 +- decoders/i2cdemux/Makefile.am | 2 +- decoders/i2cdemux/__init__.py | 2 +- decoders/i2cdemux/pd.py | 2 +- decoders/i2cfilter/Makefile.am | 2 +- decoders/i2cfilter/__init__.py | 2 +- decoders/i2cfilter/pd.py | 2 +- decoders/i2s/Makefile.am | 2 +- decoders/i2s/__init__.py | 2 +- decoders/i2s/pd.py | 2 +- decoders/jtag/Makefile.am | 2 +- decoders/jtag/__init__.py | 2 +- decoders/jtag/pd.py | 2 +- decoders/jtag_stm32/Makefile.am | 2 +- decoders/jtag_stm32/__init__.py | 2 +- decoders/jtag_stm32/pd.py | 2 +- decoders/lm75/Makefile.am | 2 +- decoders/lm75/__init__.py | 2 +- decoders/lm75/pd.py | 2 +- decoders/lpc/Makefile.am | 2 +- decoders/lpc/__init__.py | 2 +- decoders/lpc/pd.py | 2 +- decoders/maxim_ds28ea00/Makefile.am | 2 +- decoders/maxim_ds28ea00/__init__.py | 2 +- decoders/maxim_ds28ea00/pd.py | 2 +- decoders/mlx90614/Makefile.am | 2 +- decoders/mlx90614/__init__.py | 2 +- decoders/mlx90614/pd.py | 2 +- decoders/mx25lxx05d/Makefile.am | 2 +- decoders/mx25lxx05d/__init__.py | 2 +- decoders/mx25lxx05d/pd.py | 2 +- decoders/mxc6225xu/Makefile.am | 2 +- decoders/mxc6225xu/__init__.py | 2 +- decoders/mxc6225xu/pd.py | 2 +- decoders/nunchuk/Makefile.am | 2 +- decoders/nunchuk/__init__.py | 2 +- decoders/nunchuk/pd.py | 2 +- decoders/onewire_link/Makefile.am | 2 +- decoders/onewire_link/__init__.py | 2 +- decoders/onewire_link/pd.py | 2 +- decoders/onewire_network/Makefile.am | 2 +- decoders/onewire_network/__init__.py | 2 +- decoders/onewire_network/pd.py | 2 +- decoders/pan1321/Makefile.am | 2 +- decoders/pan1321/__init__.py | 2 +- decoders/pan1321/pd.py | 2 +- decoders/rtc8564/Makefile.am | 2 +- decoders/rtc8564/__init__.py | 2 +- decoders/rtc8564/pd.py | 2 +- decoders/sdcard_spi/Makefile.am | 2 +- decoders/sdcard_spi/__init__.py | 2 +- decoders/sdcard_spi/pd.py | 2 +- decoders/spi/Makefile.am | 2 +- decoders/spi/__init__.py | 2 +- decoders/spi/pd.py | 2 +- decoders/tlc5620/Makefile.am | 2 +- decoders/tlc5620/__init__.py | 2 +- decoders/tlc5620/pd.py | 2 +- decoders/transitioncounter/Makefile.am | 2 +- decoders/transitioncounter/__init__.py | 2 +- decoders/transitioncounter/pd.py | 2 +- decoders/uart/Makefile.am | 2 +- decoders/uart/__init__.py | 2 +- decoders/uart/pd.py | 2 +- decoders/uart_dump/Makefile.am | 2 +- decoders/uart_dump/__init__.py | 2 +- decoders/uart_dump/pd.py | 2 +- decoders/usb_protocol/Makefile.am | 2 +- decoders/usb_protocol/__init__.py | 2 +- decoders/usb_protocol/pd.py | 2 +- decoders/usb_signalling/Makefile.am | 2 +- decoders/usb_signalling/__init__.py | 2 +- decoders/usb_signalling/pd.py | 2 +- exception.c | 2 +- log.c | 2 +- module_sigrokdecode.c | 2 +- sigrokdecode-internal.h | 2 +- sigrokdecode.h.in | 2 +- type_decoder.c | 2 +- type_logic.c | 2 +- util.c | 2 +- version.c | 2 +- 106 files changed, 106 insertions(+), 106 deletions(-) diff --git a/Makefile.am b/Makefile.am index f616362..e6f2ced 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010 Uwe Hermann ## diff --git a/autogen.sh b/autogen.sh index d760233..7cdf22f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010 Bert Vermeulen ## diff --git a/configure.ac b/configure.ac index 689ba66..1adcdae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010 Bert Vermeulen ## diff --git a/controller.c b/controller.c index 3c3f409..23f529d 100644 --- a/controller.c +++ b/controller.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2010 Uwe Hermann * Copyright (C) 2012 Bert Vermeulen diff --git a/decoder.c b/decoder.c index f606bb7..3716537 100644 --- a/decoder.c +++ b/decoder.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2010 Uwe Hermann * Copyright (C) 2012 Bert Vermeulen diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 8fe3d75..b259d9c 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010 Uwe Hermann ## 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 ## 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 ## 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 ## 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 ## diff --git a/decoders/can/Makefile.am b/decoders/can/Makefile.am index 51af7c4..fd077d5 100644 --- a/decoders/can/Makefile.am +++ b/decoders/can/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 ## diff --git a/decoders/can/__init__.py b/decoders/can/__init__.py index 55c08ba..fac4f6c 100644 --- a/decoders/can/__init__.py +++ b/decoders/can/__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 ## diff --git a/decoders/can/pd.py b/decoders/can/pd.py index 815d2d2..45b7a18 100644 --- a/decoders/can/pd.py +++ b/decoders/can/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 ## diff --git a/decoders/dcf77/Makefile.am b/decoders/dcf77/Makefile.am index 33ea1c7..a506be7 100644 --- a/decoders/dcf77/Makefile.am +++ b/decoders/dcf77/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 ## diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py index e2ed26b..71828e2 100644 --- a/decoders/dcf77/__init__.py +++ b/decoders/dcf77/__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 ## diff --git a/decoders/dcf77/pd.py b/decoders/dcf77/pd.py index 9b7c931..a530bc2 100644 --- a/decoders/dcf77/pd.py +++ b/decoders/dcf77/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 ## diff --git a/decoders/ds1307/Makefile.am b/decoders/ds1307/Makefile.am index 5ea58e4..16d2ab8 100644 --- a/decoders/ds1307/Makefile.am +++ b/decoders/ds1307/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2013 Matt Ranostay ## diff --git a/decoders/ds1307/__init__.py b/decoders/ds1307/__init__.py index 0a7fd39..04db184 100644 --- a/decoders/ds1307/__init__.py +++ b/decoders/ds1307/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2013 Matt Ranostay ## diff --git a/decoders/ds1307/pd.py b/decoders/ds1307/pd.py index 527ea96..169dbc3 100644 --- a/decoders/ds1307/pd.py +++ b/decoders/ds1307/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 ## Copyright (C) 2013 Matt Ranostay diff --git a/decoders/edid/Makefile.am b/decoders/edid/Makefile.am index 8381dcc..c9261f4 100644 --- a/decoders/edid/Makefile.am +++ b/decoders/edid/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 Bert Vermeulen ## diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index baa2681..8683006 100644 --- a/decoders/edid/__init__.py +++ b/decoders/edid/__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 Bert Vermeulen ## diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index ba0e0be..760acf3 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/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 Bert Vermeulen ## diff --git a/decoders/i2c/Makefile.am b/decoders/i2c/Makefile.am index c25393f..7185628 100644 --- a/decoders/i2c/Makefile.am +++ b/decoders/i2c/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 ## diff --git a/decoders/i2c/__init__.py b/decoders/i2c/__init__.py index 6c7dafe..6af7ebe 100644 --- a/decoders/i2c/__init__.py +++ b/decoders/i2c/__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 ## diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index 40baf44..0b85c66 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010-2011 Uwe Hermann ## diff --git a/decoders/i2cdemux/Makefile.am b/decoders/i2cdemux/Makefile.am index bc45d02..10ea7e1 100644 --- a/decoders/i2cdemux/Makefile.am +++ b/decoders/i2cdemux/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 ## diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 1e5afbd..2ac0fce 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__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 ## diff --git a/decoders/i2cdemux/pd.py b/decoders/i2cdemux/pd.py index bb47f23..afeaea8 100644 --- a/decoders/i2cdemux/pd.py +++ b/decoders/i2cdemux/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 ## diff --git a/decoders/i2cfilter/Makefile.am b/decoders/i2cfilter/Makefile.am index ff7abc4..b5f67e7 100644 --- a/decoders/i2cfilter/Makefile.am +++ b/decoders/i2cfilter/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 Bert Vermeulen ## diff --git a/decoders/i2cfilter/__init__.py b/decoders/i2cfilter/__init__.py index 9a0b256..97572bf 100644 --- a/decoders/i2cfilter/__init__.py +++ b/decoders/i2cfilter/__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 Bert Vermeulen ## diff --git a/decoders/i2cfilter/pd.py b/decoders/i2cfilter/pd.py index 9c9c43a..4b17efa 100644 --- a/decoders/i2cfilter/pd.py +++ b/decoders/i2cfilter/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 Bert Vermeulen ## Copyright (C) 2012 Uwe Hermann 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 ## 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 ## 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 ## diff --git a/decoders/jtag/Makefile.am b/decoders/jtag/Makefile.am index 6d96842..8faa165 100644 --- a/decoders/jtag/Makefile.am +++ b/decoders/jtag/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 ## diff --git a/decoders/jtag/__init__.py b/decoders/jtag/__init__.py index 4538e0e..16cf6c6 100644 --- a/decoders/jtag/__init__.py +++ b/decoders/jtag/__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 ## diff --git a/decoders/jtag/pd.py b/decoders/jtag/pd.py index 4e27ce8..b4fa420 100644 --- a/decoders/jtag/pd.py +++ b/decoders/jtag/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 ## diff --git a/decoders/jtag_stm32/Makefile.am b/decoders/jtag_stm32/Makefile.am index 7cd39da..7d450a2 100644 --- a/decoders/jtag_stm32/Makefile.am +++ b/decoders/jtag_stm32/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 ## diff --git a/decoders/jtag_stm32/__init__.py b/decoders/jtag_stm32/__init__.py index 12e667b..7618666 100644 --- a/decoders/jtag_stm32/__init__.py +++ b/decoders/jtag_stm32/__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 ## diff --git a/decoders/jtag_stm32/pd.py b/decoders/jtag_stm32/pd.py index e30788c..14ad955 100644 --- a/decoders/jtag_stm32/pd.py +++ b/decoders/jtag_stm32/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 ## diff --git a/decoders/lm75/Makefile.am b/decoders/lm75/Makefile.am index 82a2190..60acc6f 100644 --- a/decoders/lm75/Makefile.am +++ b/decoders/lm75/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 ## diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index 548cf65..213e0ec 100644 --- a/decoders/lm75/__init__.py +++ b/decoders/lm75/__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 ## diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index 86d3950..b351344 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/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 ## diff --git a/decoders/lpc/Makefile.am b/decoders/lpc/Makefile.am index d9cf564..d7572f2 100644 --- a/decoders/lpc/Makefile.am +++ b/decoders/lpc/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 ## diff --git a/decoders/lpc/__init__.py b/decoders/lpc/__init__.py index 1c79b73..96d6e70 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__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 ## diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py index cd56a9b..0de6bfd 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/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 ## diff --git a/decoders/maxim_ds28ea00/Makefile.am b/decoders/maxim_ds28ea00/Makefile.am index 2441359..a66d647 100644 --- a/decoders/maxim_ds28ea00/Makefile.am +++ b/decoders/maxim_ds28ea00/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 ## diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/maxim_ds28ea00/__init__.py index cb1c778..c5d3ca5 100644 --- a/decoders/maxim_ds28ea00/__init__.py +++ b/decoders/maxim_ds28ea00/__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 ## diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 10b198f..ff51d2c 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/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 Iztok Jeras ## 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 ## 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 ## 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 ## diff --git a/decoders/mx25lxx05d/Makefile.am b/decoders/mx25lxx05d/Makefile.am index 6949796..6f9cf1b 100644 --- a/decoders/mx25lxx05d/Makefile.am +++ b/decoders/mx25lxx05d/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 ## diff --git a/decoders/mx25lxx05d/__init__.py b/decoders/mx25lxx05d/__init__.py index 74b70e8..047be0e 100644 --- a/decoders/mx25lxx05d/__init__.py +++ b/decoders/mx25lxx05d/__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 ## diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 182ae26..15af222 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/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 ## diff --git a/decoders/mxc6225xu/Makefile.am b/decoders/mxc6225xu/Makefile.am index 45cd50c..4908c6b 100644 --- a/decoders/mxc6225xu/Makefile.am +++ b/decoders/mxc6225xu/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 ## diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 3bca9e4..cd67941 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__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 ## diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index c139918..3ae6f8e 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/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 ## diff --git a/decoders/nunchuk/Makefile.am b/decoders/nunchuk/Makefile.am index 7e37522..561281e 100644 --- a/decoders/nunchuk/Makefile.am +++ b/decoders/nunchuk/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 ## diff --git a/decoders/nunchuk/__init__.py b/decoders/nunchuk/__init__.py index ac8e64b..41bc2ea 100644 --- a/decoders/nunchuk/__init__.py +++ b/decoders/nunchuk/__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 ## diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index 0dae39c..23f1e85 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010-2012 Uwe Hermann ## diff --git a/decoders/onewire_link/Makefile.am b/decoders/onewire_link/Makefile.am index f949f4c..f1be7b8 100644 --- a/decoders/onewire_link/Makefile.am +++ b/decoders/onewire_link/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 ## diff --git a/decoders/onewire_link/__init__.py b/decoders/onewire_link/__init__.py index c1331c6..8846bf4 100644 --- a/decoders/onewire_link/__init__.py +++ b/decoders/onewire_link/__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 ## diff --git a/decoders/onewire_link/pd.py b/decoders/onewire_link/pd.py index c8bda56..da6275c 100644 --- a/decoders/onewire_link/pd.py +++ b/decoders/onewire_link/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 Iztok Jeras ## diff --git a/decoders/onewire_network/Makefile.am b/decoders/onewire_network/Makefile.am index d0a84a8..81c2fd1 100644 --- a/decoders/onewire_network/Makefile.am +++ b/decoders/onewire_network/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 ## diff --git a/decoders/onewire_network/__init__.py b/decoders/onewire_network/__init__.py index 74b9f4b..f184a3d 100644 --- a/decoders/onewire_network/__init__.py +++ b/decoders/onewire_network/__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 ## diff --git a/decoders/onewire_network/pd.py b/decoders/onewire_network/pd.py index ab11ea4..813c595 100644 --- a/decoders/onewire_network/pd.py +++ b/decoders/onewire_network/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 Iztok Jeras ## diff --git a/decoders/pan1321/Makefile.am b/decoders/pan1321/Makefile.am index 5c5913e..e501936 100644 --- a/decoders/pan1321/Makefile.am +++ b/decoders/pan1321/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 ## diff --git a/decoders/pan1321/__init__.py b/decoders/pan1321/__init__.py index df48767..02e2da5 100644 --- a/decoders/pan1321/__init__.py +++ b/decoders/pan1321/__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 ## diff --git a/decoders/pan1321/pd.py b/decoders/pan1321/pd.py index 827269d..96abc48 100644 --- a/decoders/pan1321/pd.py +++ b/decoders/pan1321/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 ## diff --git a/decoders/rtc8564/Makefile.am b/decoders/rtc8564/Makefile.am index 8757b9c..3c08bef 100644 --- a/decoders/rtc8564/Makefile.am +++ b/decoders/rtc8564/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 ## diff --git a/decoders/rtc8564/__init__.py b/decoders/rtc8564/__init__.py index 94fdaea..6e67fe9 100644 --- a/decoders/rtc8564/__init__.py +++ b/decoders/rtc8564/__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 ## diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index a2d8a1a..16de6b6 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/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 ## diff --git a/decoders/sdcard_spi/Makefile.am b/decoders/sdcard_spi/Makefile.am index f869a8f..3cf829b 100644 --- a/decoders/sdcard_spi/Makefile.am +++ b/decoders/sdcard_spi/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 ## diff --git a/decoders/sdcard_spi/__init__.py b/decoders/sdcard_spi/__init__.py index 3b85f58..18f9c9a 100644 --- a/decoders/sdcard_spi/__init__.py +++ b/decoders/sdcard_spi/__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 ## diff --git a/decoders/sdcard_spi/pd.py b/decoders/sdcard_spi/pd.py index 997a556..9f606d2 100644 --- a/decoders/sdcard_spi/pd.py +++ b/decoders/sdcard_spi/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 ## diff --git a/decoders/spi/Makefile.am b/decoders/spi/Makefile.am index 0ab762e..e63c32b 100644 --- a/decoders/spi/Makefile.am +++ b/decoders/spi/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 ## diff --git a/decoders/spi/__init__.py b/decoders/spi/__init__.py index 1fccbe7..7527913 100644 --- a/decoders/spi/__init__.py +++ b/decoders/spi/__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 ## diff --git a/decoders/spi/pd.py b/decoders/spi/pd.py index 1085786..3816659 100644 --- a/decoders/spi/pd.py +++ b/decoders/spi/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 Gareth McMullin ## Copyright (C) 2012 Uwe Hermann diff --git a/decoders/tlc5620/Makefile.am b/decoders/tlc5620/Makefile.am index d246526..1eb5520 100644 --- a/decoders/tlc5620/Makefile.am +++ b/decoders/tlc5620/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 ## diff --git a/decoders/tlc5620/__init__.py b/decoders/tlc5620/__init__.py index da136b6..bd68377 100644 --- a/decoders/tlc5620/__init__.py +++ b/decoders/tlc5620/__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 ## diff --git a/decoders/tlc5620/pd.py b/decoders/tlc5620/pd.py index 757c304..10f8572 100644 --- a/decoders/tlc5620/pd.py +++ b/decoders/tlc5620/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 ## diff --git a/decoders/transitioncounter/Makefile.am b/decoders/transitioncounter/Makefile.am index b7ee1f2..39b4b3c 100644 --- a/decoders/transitioncounter/Makefile.am +++ b/decoders/transitioncounter/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 ## diff --git a/decoders/transitioncounter/__init__.py b/decoders/transitioncounter/__init__.py index 3345da6..95bb3eb 100644 --- a/decoders/transitioncounter/__init__.py +++ b/decoders/transitioncounter/__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 ## diff --git a/decoders/transitioncounter/pd.py b/decoders/transitioncounter/pd.py index 9506cee..3451f7e 100644 --- a/decoders/transitioncounter/pd.py +++ b/decoders/transitioncounter/pd.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010 Uwe Hermann ## 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 ## 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 ## 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 ## 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 ## 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 ## 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 ## diff --git a/decoders/usb_protocol/Makefile.am b/decoders/usb_protocol/Makefile.am index d76c1a4..7e1baa6 100644 --- a/decoders/usb_protocol/Makefile.am +++ b/decoders/usb_protocol/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 ## diff --git a/decoders/usb_protocol/__init__.py b/decoders/usb_protocol/__init__.py index 735e3f8..5fa66f6 100644 --- a/decoders/usb_protocol/__init__.py +++ b/decoders/usb_protocol/__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 ## diff --git a/decoders/usb_protocol/pd.py b/decoders/usb_protocol/pd.py index 586646e..92ee77a 100644 --- a/decoders/usb_protocol/pd.py +++ b/decoders/usb_protocol/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 Gareth McMullin ## Copyright (C) 2012 Uwe Hermann diff --git a/decoders/usb_signalling/Makefile.am b/decoders/usb_signalling/Makefile.am index 6a54eb3..39c56ad 100644 --- a/decoders/usb_signalling/Makefile.am +++ b/decoders/usb_signalling/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 ## diff --git a/decoders/usb_signalling/__init__.py b/decoders/usb_signalling/__init__.py index 98ae872..32902e4 100644 --- a/decoders/usb_signalling/__init__.py +++ b/decoders/usb_signalling/__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 ## diff --git a/decoders/usb_signalling/pd.py b/decoders/usb_signalling/pd.py index e6b7299..5839840 100644 --- a/decoders/usb_signalling/pd.py +++ b/decoders/usb_signalling/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 Gareth McMullin ## Copyright (C) 2012 Uwe Hermann diff --git a/exception.c b/exception.c index 1c50321..cd9d2b2 100644 --- a/exception.c +++ b/exception.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2012 Bert Vermeulen * diff --git a/log.c b/log.c index 95e3535..7b30497 100644 --- a/log.c +++ b/log.c @@ -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 * diff --git a/module_sigrokdecode.c b/module_sigrokdecode.c index 00644cc..557ad1a 100644 --- a/module_sigrokdecode.c +++ b/module_sigrokdecode.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2012 Bert Vermeulen * diff --git a/sigrokdecode-internal.h b/sigrokdecode-internal.h index 5e45591..b969356 100644 --- a/sigrokdecode-internal.h +++ b/sigrokdecode-internal.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2011 Uwe Hermann * Copyright (C) 2012 Bert Vermeulen diff --git a/sigrokdecode.h.in b/sigrokdecode.h.in index 3de1271..7aac0ba 100644 --- a/sigrokdecode.h.in +++ b/sigrokdecode.h.in @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2010 Uwe Hermann * Copyright (C) 2012 Bert Vermeulen diff --git a/type_decoder.c b/type_decoder.c index 076978c..1de3b0e 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2012 Bert Vermeulen * diff --git a/type_logic.c b/type_logic.c index ded0062..6f266aa 100644 --- a/type_logic.c +++ b/type_logic.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2012 Bert Vermeulen * diff --git a/util.c b/util.c index 0112efa..aec73fa 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2010 Uwe Hermann * Copyright (C) 2012 Bert Vermeulen diff --git a/version.c b/version.c index 1f9c98e..d509b5d 100644 --- a/version.c +++ b/version.c @@ -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 * -- 2.30.2