From 9aac9382caa1a034aa86e253241fe3a56b02844d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 23 Apr 2020 15:38:08 +0800 Subject: use GPLv3+ license --- src/PYSimpTradConverter.cc | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'src/PYSimpTradConverter.cc') diff --git a/src/PYSimpTradConverter.cc b/src/PYSimpTradConverter.cc index 8f0d790..ed6976c 100644 --- a/src/PYSimpTradConverter.cc +++ b/src/PYSimpTradConverter.cc @@ -5,19 +5,18 @@ * Copyright (c) 2008-2010 Peng Huang * Copyright (c) 2010 BYVoid * - * 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 2, or (at your option) - * any later version. + * 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. + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" -- cgit