[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/06: blocks: Fixed some broken license he
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/06: blocks: Fixed some broken license headers |
Date: |
Tue, 26 Aug 2014 18:02:39 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 283ecb988a6bd1d344538af6623afba09f806b3e
Author: Martin Braun <address@hidden>
Date: Tue Aug 26 11:21:30 2014 +0200
blocks: Fixed some broken license headers
---
gr-blocks/lib/stream_to_tagged_stream_impl.cc | 10 ++++++----
gr-blocks/python/blocks/qa_tag_gate.py | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/gr-blocks/lib/stream_to_tagged_stream_impl.cc
b/gr-blocks/lib/stream_to_tagged_stream_impl.cc
index 8234444..341961b 100644
--- a/gr-blocks/lib/stream_to_tagged_stream_impl.cc
+++ b/gr-blocks/lib/stream_to_tagged_stream_impl.cc
@@ -1,19 +1,21 @@
/* -*- c++ -*- */
/*
- * 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.
*/
diff --git a/gr-blocks/python/blocks/qa_tag_gate.py
b/gr-blocks/python/blocks/qa_tag_gate.py
index 4d22c73..acb2c68 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.
#