comparison main/comm/src/ov-galois.h @ 9666:67d4cfc5eeb3 octave-forge

comm: update license to GPLv3+
author carandraug
date Tue, 13 Mar 2012 04:31:21 +0000
parents e814711b4447
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 the 6 // version.
7 Free Software Foundation; either version 2, or (at your option) any 7 //
8 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 WITHOUT 10 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 // details.
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 //
13 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 program; 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 #if !defined (octave_galois_h) 20 #if !defined (octave_galois_h)
26 #define octave_galois_h 1 21 #define octave_galois_h 1
27 22
28 #include <cstdlib> 23 #include <cstdlib>