diff options
author | Peng Wu <alexepico@gmail.com> | 2020-04-23 15:38:08 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2020-04-23 15:38:08 +0800 |
commit | 9aac9382caa1a034aa86e253241fe3a56b02844d (patch) | |
tree | fa542bfc69b1a305cbd083466a1ca3950fff48b2 /src/PYPEnhancedCandidates.h | |
parent | 215418a204ef83cfed6c90a5ce092cadd4a95d5f (diff) | |
download | ibus-libpinyin-9aac9382caa1a034aa86e253241fe3a56b02844d.tar.gz ibus-libpinyin-9aac9382caa1a034aa86e253241fe3a56b02844d.tar.xz ibus-libpinyin-9aac9382caa1a034aa86e253241fe3a56b02844d.zip |
use GPLv3+ license
Diffstat (limited to 'src/PYPEnhancedCandidates.h')
-rw-r--r-- | src/PYPEnhancedCandidates.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/PYPEnhancedCandidates.h b/src/PYPEnhancedCandidates.h index 28e5d20..eeda531 100644 --- a/src/PYPEnhancedCandidates.h +++ b/src/PYPEnhancedCandidates.h @@ -4,19 +4,18 @@ * * Copyright (c) 2018 Peng Wu <alexepico@gmail.com> * - * 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 <http://www.gnu.org/licenses/>. */ #ifndef __PY_LIB_PINYIN_ENHANCED_CANDIDATES_H_ |