summaryrefslogtreecommitdiff
path: root/gr-comedi/src
diff options
context:
space:
mode:
authoreb2007-07-21 03:44:38 +0000
committereb2007-07-21 03:44:38 +0000
commit937b719d2e57d0497293d603da10cac2532346f6 (patch)
tree4fe77e67611a34ea5439df2603f5d7a9c2a3bb27 /gr-comedi/src
parent367efcdd71036a7f9930359280ca056baadc48a8 (diff)
downloadgnuradio-937b719d2e57d0497293d603da10cac2532346f6.tar.gz
gnuradio-937b719d2e57d0497293d603da10cac2532346f6.tar.bz2
gnuradio-937b719d2e57d0497293d603da10cac2532346f6.zip
Updated license from GPL version 2 or later to GPL version 3 or later.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-comedi/src')
-rw-r--r--gr-comedi/src/Makefile.am2
-rw-r--r--gr-comedi/src/comedi.i2
-rw-r--r--gr-comedi/src/comedi_sink_s.cc2
-rw-r--r--gr-comedi/src/comedi_sink_s.h2
-rw-r--r--gr-comedi/src/comedi_source_s.cc2
-rw-r--r--gr-comedi/src/comedi_source_s.h2
-rw-r--r--gr-comedi/src/gri_comedi.cc2
-rw-r--r--gr-comedi/src/gri_comedi.h2
-rwxr-xr-xgr-comedi/src/qa_comedi.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/gr-comedi/src/Makefile.am b/gr-comedi/src/Makefile.am
index 00d008674..b647f92fa 100644
--- a/gr-comedi/src/Makefile.am
+++ b/gr-comedi/src/Makefile.am
@@ -5,7 +5,7 @@
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/comedi.i b/gr-comedi/src/comedi.i
index 90e886262..ac0c0a3ed 100644
--- a/gr-comedi/src/comedi.i
+++ b/gr-comedi/src/comedi.i
@@ -6,7 +6,7 @@
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/comedi_sink_s.cc b/gr-comedi/src/comedi_sink_s.cc
index 68514a54b..7f4c6d6aa 100644
--- a/gr-comedi/src/comedi_sink_s.cc
+++ b/gr-comedi/src/comedi_sink_s.cc
@@ -6,7 +6,7 @@
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/comedi_sink_s.h b/gr-comedi/src/comedi_sink_s.h
index 779dd9e87..41ddea361 100644
--- a/gr-comedi/src/comedi_sink_s.h
+++ b/gr-comedi/src/comedi_sink_s.h
@@ -6,7 +6,7 @@
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/comedi_source_s.cc b/gr-comedi/src/comedi_source_s.cc
index f41f8ca39..4e3980e76 100644
--- a/gr-comedi/src/comedi_source_s.cc
+++ b/gr-comedi/src/comedi_source_s.cc
@@ -6,7 +6,7 @@
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/comedi_source_s.h b/gr-comedi/src/comedi_source_s.h
index c0f98e2fa..a4809d1f1 100644
--- a/gr-comedi/src/comedi_source_s.h
+++ b/gr-comedi/src/comedi_source_s.h
@@ -6,7 +6,7 @@
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/gri_comedi.cc b/gr-comedi/src/gri_comedi.cc
index b9627dc89..15caac4d4 100644
--- a/gr-comedi/src/gri_comedi.cc
+++ b/gr-comedi/src/gri_comedi.cc
@@ -6,7 +6,7 @@
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/gri_comedi.h b/gr-comedi/src/gri_comedi.h
index 379b38190..410db842d 100644
--- a/gr-comedi/src/gri_comedi.h
+++ b/gr-comedi/src/gri_comedi.h
@@ -6,7 +6,7 @@
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* GNU Radio is distributed in the hope that it will be useful,
diff --git a/gr-comedi/src/qa_comedi.py b/gr-comedi/src/qa_comedi.py
index bc63c6c37..9f62eb47a 100755
--- a/gr-comedi/src/qa_comedi.py
+++ b/gr-comedi/src/qa_comedi.py
@@ -6,7 +6,7 @@
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,