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/PYPLibPinyinCandidates.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'src/PYPLibPinyinCandidates.h') diff --git a/src/PYPLibPinyinCandidates.h b/src/PYPLibPinyinCandidates.h index 73e4cfe..cf53ef1 100644 --- a/src/PYPLibPinyinCandidates.h +++ b/src/PYPLibPinyinCandidates.h @@ -4,19 +4,18 @@ * * Copyright (c) 2018 Peng Wu * - * 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 . */ #ifndef __PY_LIB_PINYIN_LIB_PINYIN_CANDIDATES_H_ -- cgit