# HG changeset patch # User carandraug # Date 1331231659 0 # Node ID 454b4544c06eedb057b2ec3336a6ff55034a70e1 # Parent 2ca6888e8218d26261bcfb857964dc893a07cb51 text_waitbar: update license to GPLv3+ diff -r 2ca6888e8218 -r 454b4544c06e main/miscellaneous/src/text_waitbar.cc --- 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 - * - * 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 . - * - *************************************************************************/ +// Copyright (C) 2002 Quentin Spencer +// +// 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 . #include -// 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" {