]> sigrok.org Git - libsigrok.git/commitdiff
GPL headers: Use correct project name.
authorUwe Hermann <redacted>
Tue, 23 Apr 2013 20:24:30 +0000 (22:24 +0200)
committerUwe Hermann <redacted>
Tue, 23 Apr 2013 20:24:30 +0000 (22:24 +0200)
118 files changed:
Makefile.am
autogen.sh
backend.c
bindings/python/setup.py
bindings/python/sigrok/__init__.py
bindings/python/sigrok/core/__init__.py
bindings/python/sigrok/core/classes.py
bindings/python/sigrok/core/lowlevel.i
bindings/swig/libsigrok.i
configure.ac
contrib/Makefile.am
contrib/gnuplot_chronovu_la8.gpi
contrib/gnuplot_usbeedx16.gpi
contrib/gnuplot_usbeedx8.gpi
contrib/gnuplot_usbeesx.gpi
contrib/z60_libsigrok.rules
device.c
error.c
filter.c
hardware/Makefile.am
hardware/agilent-dmm/Makefile.am
hardware/agilent-dmm/agilent-dmm.h
hardware/agilent-dmm/api.c
hardware/agilent-dmm/sched.c
hardware/alsa/Makefile.am
hardware/asix-sigma/Makefile.am
hardware/asix-sigma/asix-sigma.c
hardware/asix-sigma/asix-sigma.h
hardware/chronovu-la8/Makefile.am
hardware/chronovu-la8/api.c
hardware/chronovu-la8/protocol.c
hardware/chronovu-la8/protocol.h
hardware/common/Makefile.am
hardware/common/dmm/Makefile.am
hardware/common/dmm/es51922.c
hardware/common/dmm/fs9721.c
hardware/common/dmm/fs9922.c
hardware/common/dmm/metex14.c
hardware/common/dmm/rs9lcd.c
hardware/common/ezusb.c
hardware/common/serial.c
hardware/common/usb.c
hardware/demo/Makefile.am
hardware/demo/demo.c
hardware/fluke-dmm/Makefile.am
hardware/fluke-dmm/api.c
hardware/fluke-dmm/fluke-dmm.h
hardware/fluke-dmm/fluke.c
hardware/fx2lafw/Makefile.am
hardware/fx2lafw/command.c
hardware/fx2lafw/command.h
hardware/fx2lafw/fx2lafw.c
hardware/fx2lafw/fx2lafw.h
hardware/hantek-dso/Makefile.am
hardware/hantek-dso/api.c
hardware/hantek-dso/dso.c
hardware/hantek-dso/dso.h
hardware/link-mso19/Makefile.am
hardware/link-mso19/api.c
hardware/link-mso19/protocol.c
hardware/link-mso19/protocol.h
hardware/openbench-logic-sniffer/Makefile.am
hardware/openbench-logic-sniffer/api.c
hardware/openbench-logic-sniffer/protocol.c
hardware/openbench-logic-sniffer/protocol.h
hardware/serial-dmm/Makefile.am
hardware/serial-dmm/api.c
hardware/serial-dmm/protocol.c
hardware/serial-dmm/protocol.h
hardware/tondaj-sl-814/Makefile.am
hardware/tondaj-sl-814/api.c
hardware/tondaj-sl-814/protocol.c
hardware/tondaj-sl-814/protocol.h
hardware/uni-t-dmm/Makefile.am
hardware/uni-t-dmm/api.c
hardware/uni-t-dmm/protocol.c
hardware/uni-t-dmm/protocol.h
hardware/zeroplus-logic-cube/Makefile.am
hardware/zeroplus-logic-cube/analyzer.c
hardware/zeroplus-logic-cube/analyzer.h
hardware/zeroplus-logic-cube/api.c
hardware/zeroplus-logic-cube/gl_usb.c
hardware/zeroplus-logic-cube/gl_usb.h
hardware/zeroplus-logic-cube/protocol.c
hardware/zeroplus-logic-cube/protocol.h
hwdriver.c
input/Makefile.am
input/binary.c
input/chronovu_la8.c
input/input.c
input/vcd.c
input/wav.c
libsigrok-internal.h
libsigrok.h
log.c
output/Makefile.am
output/analog.c
output/binary.c
output/chronovu_la8.c
output/csv.c
output/gnuplot.c
output/ols.c
output/output.c
output/text/Makefile.am
output/text/ascii.c
output/text/bits.c
output/text/hex.c
output/text/text.c
output/text/text.h
output/vcd.c
proto.h
session.c
session_driver.c
session_file.c
std.c
strutil.c
version.c
version.h.in

index e375aacec7bb8446d9a3c20b0355e5988e756b09..68dbed5370c896d8a297527548ad362f3135594b 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
 ## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
index afad5965ecca8a64b2ed07fba5d6a7433bec1876..f683d318efbcf14d074abebd7ece39820a77ab57 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
 ##
index cd1d1db2b06a878191b320d2f920be334c4066f7..c29968a4a84cc8d96b5f7431d6866e7a1ac715f0 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2012 Peter Stuge <peter@stuge.se>
index 7b7c961e531acd7691801c56fa5fdbe290185af8..66bdc2dd3cfeb70d4301c73178102d6c7ae895b3 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2013 Martin Ling <martin-sigrok@earth.li>
 ##
index 4f444a1c4870ead4b02a560bd63766e02a3f93a6..b1f900a4530de83bd8073fdf525770e96719cf01 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2013 Martin Ling <martin-sigrok@earth.li>
 ##
index 8a300b265d892e1f115464fe4e7a044092ebdfbc..8871189df859ecd747cfda608ac52631e6939bae 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2013 Martin Ling <martin-sigrok@earth.li>
 ##
index bd8d3e6cc3ead6d6f3a26fd897987c20e01db188..054eb6a17a8d934fb3a69e8d90b121f5b3c32fb8 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2013 Martin Ling <martin-sigrok@earth.li>
 ##
index 32695f68a3edd602b9b1ac077b105eb2bdcfabbd..576af5cbd42d5a8e01f5464ba6ae9cf9296d1788 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Martin Ling <martin-sigrok@earth.li>
  *
index 38e2e189784611124181f371ed44ee0149ec1f2a..9bfb779ed716ded9a820ca7aaff01350ad5b2ac0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Martin Ling <martin-sigrok@earth.li>
  *
index 0b3338011d69fe8caa2b95748ae96c8c0cdb81b3..26beda6c5e2fa57cd0bfdb6b78a789533ac06f55 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
 ## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
index 4fe2c8408878e4bed60802ed0bffc48b677cb03e..0f986d1ae5758142829132b46ed815a52711ab08 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index b60fbe9a0911af911c91dbccea9c7d1ba8ec6d9a..d8a8b4895611fc446d85772f470d193940876c0e 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index ca60ed5c707c20b8ec1dae66f173373a3a8ef0d6..4ee094292e2adea4f43ec1c91d2877c50979fde4 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
 ## Copyright (C) 2012 Ivan Fedorov <oxyum@oxyum.ru>
index 0afbe4cdb69c0f900a95c8c56a3a7ce6f25a611b..69f6c4324133c60df9ba6d311bec2c5beec613c6 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
 ## Copyright (C) 2012 Ivan Fedorov <oxyum@oxyum.ru>
index f361f9d15c346a615d2efa0e346b69f5ee4cab51..74b664a5035038a1b73e116bfea2aae172dbd696 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 136f977af3f3dc253e7b2338c16e37a9e111a47c..5800d764e08a8fe7ae5d1914129bd97ab9935db3 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2010-2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index e49318e236cd7d48169319761401edc874f206ab..bce5f39b9b99b499fbd8d94b889df29d8dec41cd 100644 (file)
--- a/device.c
+++ b/device.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
diff --git a/error.c b/error.c
index e3947a2f6409c0372521d7e024918361be4a1405..ce1b0401ddbad2a8dc2aeb54d4d62335ec2db31d 100644 (file)
--- a/error.c
+++ b/error.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 3526f91ff8e68e4cb414cdbd5d07952e294657ff..f98b290ca4e282892861ecd5acc024d046802565 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index e5d1e7c3981d247eda6777dfc4958f9dae373b4a..3c093b76cc0b278b2a8fa7c8ad7e9a5b67f7da09 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
index e4255dd904a63a93a3910e3c1e5130158e172b77..cb998f5ef8bbc1aaee5d2909480530e3248c6ad0 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
 ##
index f3922a1fe9b314be86e46bfbf65cf08468daf2b4..caf59d08fc8a1d8e95a199d6afbc5900b4c3864a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index 3f54481c5e44a58df5f24b4948cb06dbca03eb49..cce8f478832800872aacf245bca57c412c5cd605 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index 0937a2859b4d5557f6f461fd68ef5e730bd9986e..da15e4d9a3a3dd4519a73eefaf19372938c65e38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index 87c6b50bd1684f57d9977bcb15d8e8fed2125a21..5bacb5b0786dc3ad8187940e825e00352c6bcdff 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index f0bd5ad8bfac3b33be25a5952011928e3e9bd5b4..fe5a2801a925c712d4bdf11cfd2e853459058c0b 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 8155f7da79808c4fccc41f5ded2ca446220fef62..64ea17d028abcb93b5deaccebc17779ab054d3a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Håvard Espeland <gus@ping.uio.no>,
  * Copyright (C) 2010 Martin Stensgård <mastensg@ping.uio.no>
index 15169d36c9271ae43075e64cd682e2b49b57e246..7cfe5909cbec82967b3230fa8dd7cbf7d2c473ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Håvard Espeland <gus@ping.uio.no>,
  * Copyright (C) 2010 Martin Stensgård <mastensg@ping.uio.no>
index 6562e2bf5136bcd685f611a3281f761820e627f5..1cd85822ff0c86f382ab5a923e81aa4e579966c9 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 08e06c32afe717823493a3b5e2b309f8a5b7de9f..d7841f3f59cc4f56eaaa3c8c986f9ca251249423 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index b4a9138db26e3579c281d5f503070cea7d77ca97..90bef5a45ae0edf9fd2361cc7d7b1e49ef261627 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 771760ade609c8a7e2c2a556965c90401a3e1545..a5509b8c9f7d5432932a3cda71595294b00c2808 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 874b9e1beff7ee68595166453c48b21f990fe437..d6da68b0727fc3a5998b230848f378061fbef567 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index ed4312448b00cf62a99bcdf880d309f33964dbbd..658b007d17cd5b11904ce310f6df14a2f8e8dee8 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 52471d65346da4954a215ff7e044e227e2d324f2..7b97a6efe5737bb7551cd7116007fe25f22f1f12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index ccf16a3250b80192726b915ff4b4af94b5c4411b..41b08f713e7bb0bc133f3743c6f9f7be312bc2e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
index 4ff95d9cc252a5c6845de313c90f5931eb108d56..c25dcf63faa953501132e76471c2c3a1a0bde87a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 52a98c851707a9287bb267b394c706b9e4c8c418..c5127252b34bd2d2b5ae34093e5010cc5edaeb1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 31bc5c988c3ae6e870c00f199c15cbfbff09f3d7..8297a077dc4a008f22df09b6234bdc7eb920aef3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
  *
index 5e551b4f942297d6fe8d3596ef7aeee9c23b03c2..1359a3daf96d9a6472f86838ec7dc70f93acbc12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index 2980d523bbe7c39d7df0cc8860e36c8ce4dcff3b..f887194b8a7179d269d74ef0b7af39ac55e80356 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2010-2012 Uwe Hermann <uwe@hermann-uwe.de>
index 9a5323e2a2cfb1a3730e26b59daeb2a28009f54c..f40a998ab9e370baac5b69f4ca556f38cafd4ae7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
index 35e7d7bded90fc8525130733086daa7fd00d7390..d1759914dea965c8cb7dd1f64cea79bc32bb6f5b 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 73fe092727f604423c21afdbd520023cd7eab799..1619be24c9e2d927910379c9ccf9948c5b21f6af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
  * Copyright (C) 2011 Olivier Fauchon <olivier@aixmarseille.com>
index 8f37802349cd110740db032117c9d937ebc43ef8..8f110a5437e507c74209219a6c7990beaae35729 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
 ##
index 080301c428fded5cddcca063fffb372e7be636e8..09847dd05ef4bc56bbe0b16ee2d0f529e9c28281 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index 2e09b2d4508512a2c7d0acc7fc6147cba1a8e9d6..152e09c4dcc9135e358c4bed056cbd17c0fbd271 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index e106a89049294d1af00dfdd4f0502ccbebfea45f..2c6451dcf2785f31a5f62008b525a5cd9f531a5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index fc479083343953d68e144e33b98e1b477c498b48..891ba86a96bad8f29799b1d83886cdd45f8b764b 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
 ##
index 3f2545e479ba3f922797c8b7bb96ea62ed84b674..e68b4f04ed599b38c97261b57f3b061ea468a0b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
index 53e7da3c71649380187a10d16bb0250855ddbdce..1403976d3095662c5fae08d5273e735c11946b0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
index 54ded2a645e0453cff1be586f44b75c594b45d23..492e5397af5a135e9b5bf1f4a8e0e02f38c92ba8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
index 020908d3f37281a32761115bb819927c11fb5c21..bb936627f101aacc35a3e072a2d8560bbec620c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
index 4bba3434ee25fc8e647e24e6c2073b9af53c368b..6ce452f5076d7f34afd03e110e507f9443636283 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
 ##
index fd4f61575247a6c2febe28b98645f0ce53b7dc96..a56feb6f5843fcb22ec9513839b9f75f42538111 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index 9b0a937116083c0523cebaa419348f6ae851731d..8a28a57b42e3762e8618695611f30f8862b9ddbb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  * With protocol information from the hantekdso project,
index 24fc4e710c6dde9aa44526c31edf616ffe20e52d..eaa37e788f95b2a0241a98157f8b2e9e3aac645b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  * With protocol information from the hantekdso project,
index 5e272ab8cc3a2b72e493fbdfb7d55cdb91f95501..0f3986cf519e0dc2100fb26061660276d52b1af5 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index f3f4dcf77ef349c6f5fb1ba6a0a8cccd2855c72c..63fafa8627fa68edacd27fe554a0d5343fc9ec9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011 Daniel Ribeiro <drwyrm@gmail.com>
  * Copyright (C) 2012 Renato Caldas <rmsc@fe.up.pt>
index 09c7bc7de2430c2c7489f1b00db6264c6425a679..fd9c0130975070b623f2cbb721309d0913a2db63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011 Daniel Ribeiro <drwyrm@gmail.com>
  * Copyright (C) 2012 Renato Caldas <rmsc@fe.up.pt>
index bf9488ddd1e7cc0d2cb57562315ee45e6a3473b0..756d625f9da1cf276c1951cecde0c47083b76e14 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011 Daniel Ribeiro <drwyrm@gmail.com>
  * Copyright (C) 2012 Renato Caldas <rmsc@fe.up.pt>
index b3d6336c86b4a82df3bcb5b9b07ab703deaf84e2..f03f0d89f7b09e2d0b3cc629399821ecc471b897 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 60a6fe6a3d6e310bd623b60d833a8ee77e6aa7dc..ba804ef98ed916dc8fa6e9182c5283e4f1a813ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index 68b9f0c4a64d2e3acd614e7f555bad0546ae08ae..45e2058518103d8891bbb089aa0aa2d9c9d83f8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index 722490f9dafb5f96bf7a77efc0b89779bc707180..a07833d6f7d39795ad9458413feedabd15712cc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index 7fede239d3f657b73c2ef876823934398705beb9..53013f29ad189fae6638cb83c28bda1086fdd06f 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
 ##
index 9e80f266192042e8e40c53d0dd5fddbef7c5d88b..8136f2979c8e44345414396590eedd7e670fdf7d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
index 0768fe1cdd6ed403c401eefc561ec037d6a1bc20..52efecb3526ad566cf2046016657f50138cdddcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
index 6aa556f55ef91310f8f010668f0478b575c49239..f15eef321801b095c17fa10e420c380df245f831 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
  *
index b88f6bf830f206bd139549fc79b7d213ea234b93..d733c3d88316dbd624c6a8cae9a3b7d4dd072c98 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 3b4dc1fa18533ad3cc3a30682068104bfb9b5bb7..2e8f139dea9fb3cf1a824e0ecba53e0c5b5f3016 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index bdc1e48b6d344c017701e6632c45eb5eb62151fe..b97219ac763016880aceab53f04526efb2f42526 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 2ab69b658058c8bbbdba0816cce738ec092c665e..fad7f501ef3d6a21f88755bba2097575de264da3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index ffbb224a0e3917ed4281c92f4029b899e113f7e5..0dd8a57ad890879510c4b400d5ab4f5800899032 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index e97355ef25d367c99ce5655531d5be7b6a966e8d..a93dec4af32dbbc002ae59e4546f5d793eddddb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index a50b1a4214318f0352d10ee7fbd1e03f06aafb3b..8b3cf79749df1e4c4bb2045427d1af92634541d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index f3f0d333cf0601f8135722b2b4129452a88358b8..389df3fa5af80621acfbf7f4cadc92759101306e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 6e2e2633506f229b3293ac9460bed00627690ef5..5452e14ce419c9734210ecaa817a6f21a586660e 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index bf77e22ef71b2ed106b143139af4343dab102ae9..79377f184e591d92d529c3a8b4323245a573550d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Sven Peter <sven@fail0verflow.com>
  * Copyright (C) 2010 Haxx Enterprises <bushing@gmail.com>
index 6fad571a4b43556bf716998e258c066a65df0e89..d8a9a3ff357367b11e9de6d1c0b73ead8937e13c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Sven Peter <sven@fail0verflow.com>
  * Copyright (C) 2010 Haxx Enterprises <bushing@gmail.com>
index b46d7dd5b640373499f21635c6d41f82bbfa7b95..e9b5d6c7265e43e84e6dae07cc3ba1aa914bf88b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index 944882a6262b389ceaafe6366a1853177868795c..0bffd43a08e9f6af542894a8a78221e3228bac98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Sven Peter <sven@fail0verflow.com>
  * Copyright (C) 2010 Haxx Enterprises <bushing@gmail.com>
index 4d17a8fc47508dad734296ae9908b6dda9bc00cf..ac588fb5d4a3f0948e7d69930d64e68c690b57bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Sven Peter <sven@fail0verflow.com>
  * Copyright (C) 2010 Haxx Enterprises <bushing@gmail.com>
index e9d158b9ae5a03642f54be805e45d7bdff490813..bbccc6fd238cea5ee93c673973b8656902a929c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index 3c7154c00c4a01bb2db7f2fb034f480b1bd7cd74..ce06a8ce7c8472e8fbbaeb1a7ae8ff393e2bd0a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 0d264815fbbf394ca104cf7980cc753358dd6658..c0381432a2dd94ef75b6815d427ef71a17f5ad3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index 5e6aa3ceac3010830b98c58386c0d9ddc898fe3d..e0fa66eda13b09d93a21ad7c3031c1cf77dfb99a 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ## Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
index 8484a80e24ff81ef4c0ede192b2a7af324bf1750..809e9ebbc3dd2291fd77aa0275076078c69b57ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index e8aef290833f729a8bf08cb58e050511b38b2131..9d4c9700d7da1543f0e5be32ca8d0165e912e30c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
  *
index e876dfcaa838f9cc703b608c9122d4fedb59a1c9..fa0bf438195a933b8860b5e5560ce37aaf26ef94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index d63d85ece3d6c0ad377c227bd6bff98fbca4aa78..130e2eff6e9bb1daeeeefad7e8e176c03edb142f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Petteri Aimonen <jpa@sr.mail.kapsi.fi>
  *
index 593f6fca7a59b331907c5c6c489acfe802692341..60dd33786e26305038eef87a74ccb54c8c834958 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index 6f70c78f226c57cca2e7564e2a1be35e10428862..428a8683882d9deac29985e7b94bb2bfcc754478 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index 069e446fb1c839010b4c2f5ebcbc97b9d5243b39..aa3f4c71d72080b5fdc6286712aca5382de30606 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
diff --git a/log.c b/log.c
index 228f3cc4d72b01a59d6b7da6a1d42a8ae6b3ba6e..d6b293028b5912d3dbadea0553b8a59ca10a0b97 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 0d3f845085594fde9269956380b6952d7eae962c..62f9842c2987034e22a90cb90b6062c23a09c78f 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index b40439c2bed0c8533d5ba4b5424c33d1d0a8d015..68d1b623849b819cbeb2ca3fb184683363aac46b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
index 71c7c837d49097a81ad012d4e994c14beffc93cd..43dbf7307985f61521832d90649acfd0ad641ca2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 625d839be1b1e8a48e6b0657004eeb44b21d907a..d5e8f4fe65d8f2481183350eebece3f2721de3dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 844ca4fe8f7aaefe1bf4cff8e8b77eb773b78376..558f1eec097832fac1bd8d94d16ac0a57fde5426 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
  *
index a871bd3e785a1bdaac454442409dc29f875a3ae8..361ac25d79aa15b1f0c46952e343b46c871e5197 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
  *
index c3b5799c7d9709a50f951ecd42462089f2abbc72..25e19f41ac77c20b96f311b2bde760bab6dd83f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
index 39dfc7dd926262d853bfd4579b4c818224d85867..a3e5dc790363c1377159eb03d44b29446c524952 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index 4c9bd4786ac37c9cd9de0dde7b163d860b2e0a46..348892c0a938e282071a870cdb0d8e97c613b9cd 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
index 2fed35d8b4e9e2515059f9012c23efe4565ce678..ab3c7f12c77a564269b48454bbafc48a17be9d4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2011 Håvard Espeland <gus@ping.uio.no>
index 55482d45f83571f500a261897168fae0badef73b..af53e49f43d55a5901b7e98514805267067a9be2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2011 Håvard Espeland <gus@ping.uio.no>
index e1ff08c46e0add9b5cf3cdaf22450b45bf29fd03..f1529860a9f430035ab5e488ff40bb637f784de3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2011 Håvard Espeland <gus@ping.uio.no>
index 31bf3989eb4e77d5d5ca05e1fafe67dbfa735965..30e04696db3534816c663e02ee080b6e7a033e4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2011 Håvard Espeland <gus@ping.uio.no>
index 3469e62ec1a09fc37651f7b93411fe6f24ba7f65..78ef4783549ac19f454e611d784587c5c36fca3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index 7d95a3796ee61050c98e46e5a3370f2b087a7204..48bd4bb11148c86a3d085eb8ed544fe1f1755f81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
diff --git a/proto.h b/proto.h
index 28cbe844e4353cef28db60fc33c23d77e84ac0ea..d2994d479a669dd360fd91411067968a5131d639 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index 5177dba071f74ca745ba3b7d45e39e8ce465535a..ae85bb53fb11baa1433bb784970929b309ef7203 100644 (file)
--- a/session.c
+++ b/session.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
index 0efd304de2bce9fbc72d93cdfccc4987d35263a0..2eec591d9a13c3fd24dea183754768a4e8805df7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
index c743e5c465a0b46fc901cfb6fcace7fdf5e568c2..46b12e32324a926db50c6cc841adfd5dace4a43e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
diff --git a/std.c b/std.c
index 1b85cfcc4466664c170c0f575cd58fe3914cba25..03e9db4f9f4a8dccf85445dbd6bcd6fc46dc415d 100644 (file)
--- a/std.c
+++ b/std.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de>
  *
index 1b65701eaf7abf0753f2143ed00b67d936b7302e..5c547aa9ecf408f25787b3b7c2a339152fabee79 100644 (file)
--- a/strutil.c
+++ b/strutil.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
  *
index c9889f82bb45b1884e0dcdead48e1cfab042a159..3da0c17318e1895b18cde5c903644edf01676914 100644 (file)
--- a/version.c
+++ b/version.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
  *
index da36ad069628643c76c731348630cd607c991874..d0440913cb9ca6cfa616422dac582c26c47d1841 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *