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 /lua/lua-plugin.c | |
| parent | 215418a204ef83cfed6c90a5ce092cadd4a95d5f (diff) | |
use GPLv3+ license
Diffstat (limited to 'lua/lua-plugin.c')
| -rw-r--r-- | lua/lua-plugin.c | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/lua/lua-plugin.c b/lua/lua-plugin.c index 837b922..2f14156 100644 --- a/lua/lua-plugin.c +++ b/lua/lua-plugin.c @@ -4,19 +4,18 @@ * * Copyright (c) 2010 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/>. */ |
