summaryrefslogtreecommitdiff
path: root/gr-blocks/python
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-08-26 10:52:18 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-08-26 10:52:18 -0700
commit99e0c0adc2c52d4faef2c26bb3e56c36e347c84a (patch)
treebf27a3c5c127bcd9a58d06eb2ed16375422b06d6 /gr-blocks/python
parent36e0bf45c312400b13ebd32640ff34bfebc92d51 (diff)
parent527be63d2c1aaba009588a4ec32ec888513ae6a5 (diff)
Merge branch 'maint'
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.
#