Mercurial > hg > octave-nkf
diff examples/helloworld.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 | db1f49eaba6b |
line wrap: on
line diff
--- a/examples/helloworld.cc +++ b/examples/helloworld.cc @@ -1,26 +1,3 @@ -/* - -Copyright (C) 2006, 2007 John W. Eaton - -This file is part of Octave. - -Octave 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 of the License, or (at your option) any later -version. - -Octave 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 Octave; see the file COPYING. If not, -see <http://www.gnu.org/licenses/>. - -*/ - #include <octave/oct.h> DEFUN_DLD (helloworld, args, nargout,