diff options
author | michaelld | 2009-01-31 02:48:58 +0000 |
---|---|---|
committer | michaelld | 2009-01-31 02:48:58 +0000 |
commit | bebf5a4a72d205a1a05c7dc70d9bef240cfc477f (patch) | |
tree | 5f784a74f8284194536179eb60ad972d3185d717 /gnuradio-core/src/lib/gengen | |
parent | f1ea36990b1a2bcf304cd6371100b9d175db0b3d (diff) | |
download | gnuradio-bebf5a4a72d205a1a05c7dc70d9bef240cfc477f.tar.gz gnuradio-bebf5a4a72d205a1a05c7dc70d9bef240cfc477f.tar.bz2 gnuradio-bebf5a4a72d205a1a05c7dc70d9bef240cfc477f.zip |
Merged in misc_fixes branch.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10350 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core/src/lib/gengen')
-rw-r--r-- | gnuradio-core/src/lib/gengen/gengen.i | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/gengen/gengen.i b/gnuradio-core/src/lib/gengen/gengen.i index 420b8ef5e..c3827288e 100644 --- a/gnuradio-core/src/lib/gengen/gengen.i +++ b/gnuradio-core/src/lib/gengen/gengen.i @@ -1,3 +1,25 @@ +/* -*- c++ -*- */ +/* + * Copyright 2009 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 GNU Radio; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ + %{ #include "gr_endianness.h" #include "gr_sig_source_waveform.h" |