From: Simon Ruderich Date: Sun, 21 Jul 2019 07:51:12 +0000 (+0200) Subject: vim: xptemplate: remove unnecessary license text from templates X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=cb8c25658a0d72967316317942e236192ddc1eab vim: xptemplate: remove unnecessary license text from templates --- diff --git a/vim/vim/ftplugin/c/c.xpt.vim b/vim/vim/ftplugin/c/c.xpt.vim index aaeb7db..66084c3 100644 --- a/vim/vim/ftplugin/c/c.xpt.vim +++ b/vim/vim/ftplugin/c/c.xpt.vim @@ -6,21 +6,6 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2012-2014 Simon Ruderich -" -" This file 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 file 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 file. If not, see . - " Prevent errors if XPTemplate is not installed. if !exists('g:XPT#ver') diff --git a/vim/vim/ftplugin/go/go.xpt.vim b/vim/vim/ftplugin/go/go.xpt.vim index 50d8e69..e5b7767 100644 --- a/vim/vim/ftplugin/go/go.xpt.vim +++ b/vim/vim/ftplugin/go/go.xpt.vim @@ -6,21 +6,6 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2018 Simon Ruderich -" -" This file 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 file 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 file. If not, see . - " Prevent errors if XPTemplate is not installed. if !exists('g:XPT#ver') diff --git a/vim/vim/ftplugin/java/java.xpt.vim b/vim/vim/ftplugin/java/java.xpt.vim index c6749c8..0024826 100644 --- a/vim/vim/ftplugin/java/java.xpt.vim +++ b/vim/vim/ftplugin/java/java.xpt.vim @@ -6,21 +6,6 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2012-2014 Simon Ruderich -" -" This file 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 file 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 file. If not, see . - " Prevent errors if XPTemplate is not installed. if !exists('g:XPT#ver') diff --git a/vim/vim/ftplugin/perl/perl.xpt.vim b/vim/vim/ftplugin/perl/perl.xpt.vim index c2b4314..a3a6246 100644 --- a/vim/vim/ftplugin/perl/perl.xpt.vim +++ b/vim/vim/ftplugin/perl/perl.xpt.vim @@ -6,21 +6,6 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2012-2014 Simon Ruderich -" -" This file 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 file 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 file. If not, see . - " Prevent errors if XPTemplate is not installed. if !exists('g:XPT#ver') diff --git a/vim/vim/ftplugin/sh/sh.xpt.vim b/vim/vim/ftplugin/sh/sh.xpt.vim index 0f2c15d..ec57caa 100644 --- a/vim/vim/ftplugin/sh/sh.xpt.vim +++ b/vim/vim/ftplugin/sh/sh.xpt.vim @@ -6,21 +6,6 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2018 Simon Ruderich -" -" This file 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 file 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 file. If not, see . - " Prevent errors if XPTemplate is not installed. if !exists('g:XPT#ver') diff --git a/vim/vim/ftplugin/tex/tex.xpt.vim b/vim/vim/ftplugin/tex/tex.xpt.vim index a7173c1..1be9b03 100644 --- a/vim/vim/ftplugin/tex/tex.xpt.vim +++ b/vim/vim/ftplugin/tex/tex.xpt.vim @@ -6,21 +6,6 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2012 Simon Ruderich -" -" This file 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 file 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 file. If not, see . - " Prevent errors if XPTemplate is not installed. if !exists('g:XPT#ver') diff --git a/vim/vim/ftplugin/vhdl/vhdl.xpt.vim b/vim/vim/ftplugin/vhdl/vhdl.xpt.vim index 6707b9c..fdcb88d 100644 --- a/vim/vim/ftplugin/vhdl/vhdl.xpt.vim +++ b/vim/vim/ftplugin/vhdl/vhdl.xpt.vim @@ -6,21 +6,6 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2014 Simon Ruderich -" -" This file 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 file 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 file. If not, see . - XPTemplate priority=lang