From 0ae655e8ace07cd9919c027fb9105610aee3ddd2 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 20 Aug 2019 20:01:32 -0700 Subject: [PATCH] Update the game output to mention GPLv3 now --- zchess.inf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zchess.inf b/zchess.inf index c21ee25..5f380ae 100644 --- a/zchess.inf +++ b/zchess.inf @@ -290,15 +290,13 @@ Global GameOver; Copyright (C) 2002, 2003, 2004 Eric Schmidt^^ This program is free software. It may be distributed under the terms of the GNU General Public License - version 2, or (at your option) any later version.^^ + version 3, 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, - MA 02111-1307 USA"; + with this program. If not see http://www.gnu.org/licenses/"; @read_char 1 -> input; CompleteRedraw(); -- 2.31.1