summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorEric Blossom2010-11-05 23:14:09 -0700
committerEric Blossom2010-11-10 12:17:57 -0800
commitf07057eb3a78378799baec89e4f97916ea5e5ba9 (patch)
tree1808cea23919ed1587a5cca8448af3dd7348b85a /gnuradio-core/src
parentaa86e6975ee71a3e654cb87dd5a6bae5b06b8d16 (diff)
downloadgnuradio-f07057eb3a78378799baec89e4f97916ea5e5ba9.tar.gz
gnuradio-f07057eb3a78378799baec89e4f97916ea5e5ba9.tar.bz2
gnuradio-f07057eb3a78378799baec89e4f97916ea5e5ba9.zip
Add copyright and license header
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/guile/qa_0000_basics.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnuradio-core/src/guile/qa_0000_basics.scm b/gnuradio-core/src/guile/qa_0000_basics.scm
index 5d3a53d24..aa4dc37ff 100644
--- a/gnuradio-core/src/guile/qa_0000_basics.scm
+++ b/gnuradio-core/src/guile/qa_0000_basics.scm
@@ -1,3 +1,22 @@
+;;;
+;;; Copyright 2010 Free Software Foundation, Inc.
+;;;
+;;; 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.
+;;;
+;;; 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 program. If not, see <http://www.gnu.org/licenses/>.
+;;;
+
(use-modules (gnuradio core))
(use-modules (oop goops))
;;(use-modules (ice-9 format))