summaryrefslogtreecommitdiff
path: root/pmt
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2007-07-21 03:44:38 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2007-07-21 03:44:38 +0000
commit937b719d2e57d0497293d603da10cac2532346f6 (patch)
tree4fe77e67611a34ea5439df2603f5d7a9c2a3bb27 /pmt
parent367efcdd71036a7f9930359280ca056baadc48a8 (diff)
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 'pmt')
-rw-r--r--pmt/ChangeLog2
-rw-r--r--pmt/Makefile.am2
-rw-r--r--pmt/README2
-rw-r--r--pmt/doc/Makefile.am2
-rw-r--r--pmt/src/Makefile.am2
-rw-r--r--pmt/src/lib/Makefile.am2
-rwxr-xr-xpmt/src/lib/generate_unv.py4
-rw-r--r--pmt/src/lib/pmt.cc2
-rw-r--r--pmt/src/lib/pmt.h2
-rw-r--r--pmt/src/lib/pmt_int.h2
-rw-r--r--pmt/src/lib/pmt_io.cc2
-rw-r--r--pmt/src/lib/pmt_pool.cc2
-rw-r--r--pmt/src/lib/pmt_pool.h2
-rw-r--r--pmt/src/lib/pmt_serialize.cc2
-rw-r--r--pmt/src/lib/qa_pmt.cc2
-rw-r--r--pmt/src/lib/qa_pmt.h2
-rw-r--r--pmt/src/lib/qa_pmt_prims.cc2
-rw-r--r--pmt/src/lib/qa_pmt_prims.h2
-rw-r--r--pmt/src/lib/test_pmt.cc2
-rw-r--r--pmt/src/scheme/Makefile.am2
-rw-r--r--pmt/src/scheme/gnuradio/Makefile.am2
-rwxr-xr-xpmt/src/scheme/gnuradio/gen-serial-tags.scm4
-rw-r--r--pmt/src/scheme/gnuradio/macros-etc.scm2
-rw-r--r--pmt/src/scheme/gnuradio/pmt-serial-tags.scm2
-rw-r--r--pmt/src/scheme/gnuradio/pmt-serialize.scm2
25 files changed, 27 insertions, 27 deletions
diff --git a/pmt/ChangeLog b/pmt/ChangeLog
index 941fa89c9e..c91893c9e4 100644
--- a/pmt/ChangeLog
+++ b/pmt/ChangeLog
@@ -11,7 +11,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/pmt/Makefile.am b/pmt/Makefile.am
index c83370c186..3051020278 100644
--- a/pmt/Makefile.am
+++ b/pmt/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/pmt/README b/pmt/README
index 89330686b2..59a1f4ac3d 100644
--- a/pmt/README
+++ b/pmt/README
@@ -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/pmt/doc/Makefile.am b/pmt/doc/Makefile.am
index 18b82831a6..a806b25cf0 100644
--- a/pmt/doc/Makefile.am
+++ b/pmt/doc/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/pmt/src/Makefile.am b/pmt/src/Makefile.am
index df73ba5150..8ce9b3d02f 100644
--- a/pmt/src/Makefile.am
+++ b/pmt/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/pmt/src/lib/Makefile.am b/pmt/src/lib/Makefile.am
index b77f6201bc..ab23586c1d 100644
--- a/pmt/src/lib/Makefile.am
+++ b/pmt/src/lib/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/pmt/src/lib/generate_unv.py b/pmt/src/lib/generate_unv.py
index 8e9821f109..2abafa4c17 100755
--- a/pmt/src/lib/generate_unv.py
+++ b/pmt/src/lib/generate_unv.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,
@@ -51,7 +51,7 @@ header = """\
*
* 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/pmt/src/lib/pmt.cc b/pmt/src/lib/pmt.cc
index 9378953c14..b896adaa20 100644
--- a/pmt/src/lib/pmt.cc
+++ b/pmt/src/lib/pmt.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/pmt/src/lib/pmt.h b/pmt/src/lib/pmt.h
index dcf1ce668a..6aeae773b9 100644
--- a/pmt/src/lib/pmt.h
+++ b/pmt/src/lib/pmt.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/pmt/src/lib/pmt_int.h b/pmt/src/lib/pmt_int.h
index e82ce50e24..d2b5575211 100644
--- a/pmt/src/lib/pmt_int.h
+++ b/pmt/src/lib/pmt_int.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/pmt/src/lib/pmt_io.cc b/pmt/src/lib/pmt_io.cc
index 2d7af68b2b..3bbf430e2b 100644
--- a/pmt/src/lib/pmt_io.cc
+++ b/pmt/src/lib/pmt_io.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/pmt/src/lib/pmt_pool.cc b/pmt/src/lib/pmt_pool.cc
index 16ab9c61e0..8f1329a7ea 100644
--- a/pmt/src/lib/pmt_pool.cc
+++ b/pmt/src/lib/pmt_pool.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/pmt/src/lib/pmt_pool.h b/pmt/src/lib/pmt_pool.h
index fd9cc06386..ac0c07bb61 100644
--- a/pmt/src/lib/pmt_pool.h
+++ b/pmt/src/lib/pmt_pool.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/pmt/src/lib/pmt_serialize.cc b/pmt/src/lib/pmt_serialize.cc
index 45f688be58..1f1b57c891 100644
--- a/pmt/src/lib/pmt_serialize.cc
+++ b/pmt/src/lib/pmt_serialize.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/pmt/src/lib/qa_pmt.cc b/pmt/src/lib/qa_pmt.cc
index 11047e3bbb..250befafab 100644
--- a/pmt/src/lib/qa_pmt.cc
+++ b/pmt/src/lib/qa_pmt.cc
@@ -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/pmt/src/lib/qa_pmt.h b/pmt/src/lib/qa_pmt.h
index ee913f0ee6..43a6dbf67c 100644
--- a/pmt/src/lib/qa_pmt.h
+++ b/pmt/src/lib/qa_pmt.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/pmt/src/lib/qa_pmt_prims.cc b/pmt/src/lib/qa_pmt_prims.cc
index 4a665fe53e..c36a5e9724 100644
--- a/pmt/src/lib/qa_pmt_prims.cc
+++ b/pmt/src/lib/qa_pmt_prims.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/pmt/src/lib/qa_pmt_prims.h b/pmt/src/lib/qa_pmt_prims.h
index a390343bd4..be49a30e49 100644
--- a/pmt/src/lib/qa_pmt_prims.h
+++ b/pmt/src/lib/qa_pmt_prims.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/pmt/src/lib/test_pmt.cc b/pmt/src/lib/test_pmt.cc
index 0ba0e87553..034785f4e5 100644
--- a/pmt/src/lib/test_pmt.cc
+++ b/pmt/src/lib/test_pmt.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/pmt/src/scheme/Makefile.am b/pmt/src/scheme/Makefile.am
index 7700a1fc0b..4980063d70 100644
--- a/pmt/src/scheme/Makefile.am
+++ b/pmt/src/scheme/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/pmt/src/scheme/gnuradio/Makefile.am b/pmt/src/scheme/gnuradio/Makefile.am
index 12bc9b1157..f2ae43afe3 100644
--- a/pmt/src/scheme/gnuradio/Makefile.am
+++ b/pmt/src/scheme/gnuradio/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/pmt/src/scheme/gnuradio/gen-serial-tags.scm b/pmt/src/scheme/gnuradio/gen-serial-tags.scm
index 5bcf8015a8..7b90872288 100755
--- a/pmt/src/scheme/gnuradio/gen-serial-tags.scm
+++ b/pmt/src/scheme/gnuradio/gen-serial-tags.scm
@@ -9,7 +9,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,
@@ -81,7 +81,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/pmt/src/scheme/gnuradio/macros-etc.scm b/pmt/src/scheme/gnuradio/macros-etc.scm
index 518c1ffe11..ac2a4a342a 100644
--- a/pmt/src/scheme/gnuradio/macros-etc.scm
+++ b/pmt/src/scheme/gnuradio/macros-etc.scm
@@ -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/pmt/src/scheme/gnuradio/pmt-serial-tags.scm b/pmt/src/scheme/gnuradio/pmt-serial-tags.scm
index 4dd1830344..646a751ea4 100644
--- a/pmt/src/scheme/gnuradio/pmt-serial-tags.scm
+++ b/pmt/src/scheme/gnuradio/pmt-serial-tags.scm
@@ -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 (define at your option)
+;;; the Free Software Foundation; either version 3, or (define at your option)
;;; any later version.
;;;
;;; GNU Radio is distributed in the hope that it will be useful,
diff --git a/pmt/src/scheme/gnuradio/pmt-serialize.scm b/pmt/src/scheme/gnuradio/pmt-serialize.scm
index a39f9cf50e..c1d32d75b1 100644
--- a/pmt/src/scheme/gnuradio/pmt-serialize.scm
+++ b/pmt/src/scheme/gnuradio/pmt-serialize.scm
@@ -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,