From 937b719d2e57d0497293d603da10cac2532346f6 Mon Sep 17 00:00:00 2001
From: eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Date: Sat, 21 Jul 2007 03:44:38 +0000
Subject: 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
---
 pmt/src/Makefile.am                         | 2 +-
 pmt/src/lib/Makefile.am                     | 2 +-
 pmt/src/lib/generate_unv.py                 | 4 ++--
 pmt/src/lib/pmt.cc                          | 2 +-
 pmt/src/lib/pmt.h                           | 2 +-
 pmt/src/lib/pmt_int.h                       | 2 +-
 pmt/src/lib/pmt_io.cc                       | 2 +-
 pmt/src/lib/pmt_pool.cc                     | 2 +-
 pmt/src/lib/pmt_pool.h                      | 2 +-
 pmt/src/lib/pmt_serialize.cc                | 2 +-
 pmt/src/lib/qa_pmt.cc                       | 2 +-
 pmt/src/lib/qa_pmt.h                        | 2 +-
 pmt/src/lib/qa_pmt_prims.cc                 | 2 +-
 pmt/src/lib/qa_pmt_prims.h                  | 2 +-
 pmt/src/lib/test_pmt.cc                     | 2 +-
 pmt/src/scheme/Makefile.am                  | 2 +-
 pmt/src/scheme/gnuradio/Makefile.am         | 2 +-
 pmt/src/scheme/gnuradio/gen-serial-tags.scm | 4 ++--
 pmt/src/scheme/gnuradio/macros-etc.scm      | 2 +-
 pmt/src/scheme/gnuradio/pmt-serial-tags.scm | 2 +-
 pmt/src/scheme/gnuradio/pmt-serialize.scm   | 2 +-
 21 files changed, 23 insertions(+), 23 deletions(-)

(limited to 'pmt/src')

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,
-- 
cgit v1.2.3