Mercurial > hg > octave-lyh
comparison examples/structdemo.cc @ 9053:4295d634797d
remove copyright notices from example files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 28 Mar 2009 11:26:27 -0400 |
parents | 503001863427 |
children | 6cb30a539481 |
comparison
equal
deleted
inserted
replaced
9052:089bd295e4f7 | 9053:4295d634797d |
---|---|
1 /* | |
2 | |
3 Copyright (C) 2006, 2007 John W. Eaton | |
4 | |
5 This file is part of Octave. | |
6 | |
7 Octave is free software; you can redistribute it and/or | |
8 modify it under the terms of the GNU General Public License | |
9 as published by the Free Software Foundation; either | |
10 version 3 of the License, or (at your option) any later | |
11 version. | |
12 | |
13 Octave is distributed in the hope that it will be useful, | |
14 but WITHOUT ANY WARRANTY; without even the implied warranty | |
15 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
16 See the GNU General Public License for more details. | |
17 | |
18 You should have received a copy of the GNU General Public | |
19 License along with Octave; see the file COPYING. If not, | |
20 see <http://www.gnu.org/licenses/>. | |
21 | |
22 */ | |
23 | |
24 #include <octave/oct.h> | 1 #include <octave/oct.h> |
25 #include <octave/ov-struct.h> | 2 #include <octave/ov-struct.h> |
26 | 3 |
27 DEFUN_DLD (structdemo, args, , "Struct demo.") | 4 DEFUN_DLD (structdemo, args, , "Struct demo.") |
28 { | 5 { |