summaryrefslogtreecommitdiff
path: root/gr-blocks/python
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-08-26 11:21:30 +0200
committerMartin Braun <martin.braun@ettus.com>2014-08-26 11:21:30 +0200
commit283ecb988a6bd1d344538af6623afba09f806b3e (patch)
tree9ea411a5c6cff922571c682e7638577e4dbb4b46 /gr-blocks/python
parent71187a830fffc31715b7772b86d3558d94b30756 (diff)
blocks: Fixed some broken license headers
Diffstat (limited to 'gr-blocks/python')
-rwxr-xr-xgr-blocks/python/blocks/qa_tag_gate.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/gr-blocks/python/blocks/qa_tag_gate.py b/gr-blocks/python/blocks/qa_tag_gate.py
index 4d22c73adb..acb2c68a82 100755
--- a/gr-blocks/python/blocks/qa_tag_gate.py
+++ b/gr-blocks/python/blocks/qa_tag_gate.py
@@ -1,19 +1,21 @@
#!/usr/bin/env python
#
-# Copyright 2013 <+YOU OR YOUR COMPANY+>.
+# Copyright 2013 Free Software Foundation, Inc.
#
-# This is free software; you can redistribute it and/or modify
+# This file is part of GNU Radio
+#
+# 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 3, or (at your option)
# any later version.
#
-# This software is distributed in the hope that it will be useful,
+# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this software; see the file COPYING. If not, write to
+# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#