changeset 9608:454b4544c06e octave-forge

text_waitbar: update license to GPLv3+
author carandraug
date Thu, 08 Mar 2012 18:34:19 +0000
parents 2ca6888e8218
children 6fada437981d
files main/miscellaneous/src/text_waitbar.cc
diffstat 1 files changed, 15 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/src/text_waitbar.cc	Thu Mar 08 18:08:52 2012 +0000
+++ b/main/miscellaneous/src/text_waitbar.cc	Thu Mar 08 18:34:19 2012 +0000
@@ -1,26 +1,21 @@
-/**************************************************************************
- *  Waitbar function -- displays progress of lengthy calculations
- *  -------------------------------------------------------------
- *  Copyright (c) 2002  Quentin Spencer <qspencer@ieee.org>
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library 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
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public
- *  License along with this library; if not, see <http://www.gnu.org/licenses/>.
- *
- *************************************************************************/
+// Copyright (C) 2002 Quentin Spencer <qspencer@ieee.org>
+//
+// This program 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.
+//
+// This program 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
+// this program; if not, see <http://www.gnu.org/licenses/>.
 
 #include <octave/oct.h>
 
-// Note the extern "C" is need for mingw with a version of termcap.h 
+// Note the extern "C" is need for mingw with a version of termcap.h
 // without the extern "C" explicitly included. Doing it twice should be
 // harmless.
 extern "C" {