From fea9f475364e3fdc67f12cb6d40721ea26fd8002 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 21 Jul 2019 09:51:38 +0200 Subject: [PATCH] vim: xptemplate: default to AGPLv3+ in all templates --- vim/vim/ftplugin/c/c.xpt.vim | 8 ++++---- vim/vim/ftplugin/go/go.xpt.vim | 8 ++++---- vim/vim/ftplugin/java/java.xpt.vim | 8 ++++---- vim/vim/ftplugin/perl/perl.xpt.vim | 8 ++++---- vim/vim/ftplugin/sh/sh.xpt.vim | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/vim/vim/ftplugin/c/c.xpt.vim b/vim/vim/ftplugin/c/c.xpt.vim index 66084c3..9bff971 100644 --- a/vim/vim/ftplugin/c/c.xpt.vim +++ b/vim/vim/ftplugin/c/c.xpt.vim @@ -23,17 +23,17 @@ XSET description|post=S(V(), '^description$', 'XXX') * Copyright (C) `strftime("%Y")^ Simon Ruderich * * 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 + * it under the terms of the GNU Affero 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ #include diff --git a/vim/vim/ftplugin/go/go.xpt.vim b/vim/vim/ftplugin/go/go.xpt.vim index e5b7767..724073c 100644 --- a/vim/vim/ftplugin/go/go.xpt.vim +++ b/vim/vim/ftplugin/go/go.xpt.vim @@ -22,17 +22,17 @@ XSET description|post=S(V(), '^description$', 'XXX') // Copyright (C) `strftime("%Y")^ Simon Ruderich // // 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 +// it under the terms of the GNU Affero 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. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . package main diff --git a/vim/vim/ftplugin/java/java.xpt.vim b/vim/vim/ftplugin/java/java.xpt.vim index 0024826..ec14e5a 100644 --- a/vim/vim/ftplugin/java/java.xpt.vim +++ b/vim/vim/ftplugin/java/java.xpt.vim @@ -23,17 +23,17 @@ XSET description|post=S(V(), '^description$', 'XXX') * Copyright (C) `strftime("%Y")^ Simon Ruderich * * 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 + * it under the terms of the GNU Affero 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ diff --git a/vim/vim/ftplugin/perl/perl.xpt.vim b/vim/vim/ftplugin/perl/perl.xpt.vim index a3a6246..ed4285c 100644 --- a/vim/vim/ftplugin/perl/perl.xpt.vim +++ b/vim/vim/ftplugin/perl/perl.xpt.vim @@ -24,17 +24,17 @@ XSET description|post=S(V(), '^description$', 'XXX') # Copyright (C) `strftime("%Y")^ Simon Ruderich # # 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 +# it under the terms of the GNU Affero 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. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . use strict; diff --git a/vim/vim/ftplugin/sh/sh.xpt.vim b/vim/vim/ftplugin/sh/sh.xpt.vim index ec57caa..c0b4efb 100644 --- a/vim/vim/ftplugin/sh/sh.xpt.vim +++ b/vim/vim/ftplugin/sh/sh.xpt.vim @@ -24,17 +24,17 @@ XSET description|post=S(V(), '^description$', 'XXX') # Copyright (C) `strftime("%Y")^ Simon Ruderich # # 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 +# it under the terms of the GNU Affero 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. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . `set -eu^ -- 2.43.2