]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim: xptemplate: default to AGPLv3+ in all templates
authorSimon Ruderich <simon@ruderich.org>
Sun, 21 Jul 2019 07:51:38 +0000 (09:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 21 Jul 2019 07:51:38 +0000 (09:51 +0200)
vim/vim/ftplugin/c/c.xpt.vim
vim/vim/ftplugin/go/go.xpt.vim
vim/vim/ftplugin/java/java.xpt.vim
vim/vim/ftplugin/perl/perl.xpt.vim
vim/vim/ftplugin/sh/sh.xpt.vim

index 66084c393b72ac3ee5dd590d32eeabb138f07ca2..9bff9716394ca7d2b03f43bce5c1107b1b567da3 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
index e5b776773aefe01598eb69a5ec76450b70c020b4..724073c66f701667d605c7193cf704fd110414a1 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+// You should have received a copy of the GNU Affero General Public License
+// along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 package main
 
index 00248266a474f4ef10ef4875adcba11c229e5379..ec14e5a89a53bef9ceb81857561f238836f0deab 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 
index a3a6246d9b7754bfb36ffd0f25b3f1c2200e9cc5..ed4285cfec3b1db6ab14fde53f3a21f37656fbf8 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 use strict;
index ec57caad7cb1b7bc8978885b7a545b875a0a8740..c0b4efb9115df833028aa0005aa684f74caa0186 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 `set -eu^