comparison main/comm/src/cyclpoly.cc @ 9666:67d4cfc5eeb3 octave-forge

comm: update license to GPLv3+
author carandraug
date Tue, 13 Mar 2012 04:31:21 +0000
parents 51da4a61963f
children 44545240fca5
comparison
equal deleted inserted replaced
9665:fb0be2d83582 9666:67d4cfc5eeb3
1 /* 1 //Copyright (C) 2003 David Bateman
2 2 //
3 Copyright (C) 2003 David Bateman 3 // This program is free software; you can redistribute it and/or modify it under
4 4 // the terms of the GNU General Public License as published by the Free Software
5 This program is free software; you can redistribute it and/or modify it 5 // Foundation; either version 3 of the License, or (at your option) any later
6 under the terms of the GNU General Public License as published by 6 // version.
7 the Free Software Foundation; either version 2, or (at your option) 7 //
8 any later version. 8 // This program is distributed in the hope that it will be useful, but WITHOUT
9 9 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 This program is distributed in the hope that it will be useful, but 10 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 // details.
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 //
13 General Public License for more details. 13 // You should have received a copy of the GNU General Public License along with
14 14 // this program; if not, see <http://www.gnu.org/licenses/>.
15 You should have received a copy of the GNU General Public License 15 //
16 along with this software; see the file COPYING. If not, see 16 // In addition to the terms of the GPL, you are permitted to link
17 <http://www.gnu.org/licenses/>. 17 // this program with any Open Source program, as defined by the
18 18 // Open Source Initiative (www.opensource.org)
19 In addition to the terms of the GPL, you are permitted to link
20 this program with any Open Source program, as defined by the
21 Open Source Initiative (www.opensource.org)
22
23 */
24 19
25 #include <iostream> 20 #include <iostream>
26 #include <iomanip> 21 #include <iomanip>
27 #include <sstream> 22 #include <sstream>
28 #include <octave/oct.h> 23 #include <octave/oct.h>