From: Simon Ruderich Date: Thu, 21 Jun 2012 21:28:16 +0000 (+0200) Subject: vim/after/**: License under GPL v3+. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a0b93d46b90d0cf54c1a8c667f8b84f75506c919 vim/after/**: License under GPL v3+. --- diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 8b320aa..b0fee0c 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -2,6 +2,22 @@ " " Language: Mail " Maintainer: Simon Ruderich +" License: GPL v3+ + +" Copyright (C) 2009-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 . " Use only 65 characters per line as given in rfc1855. diff --git a/vim/after/ftplugin/php.vim b/vim/after/ftplugin/php.vim index 82801b1..57bc1e5 100644 --- a/vim/after/ftplugin/php.vim +++ b/vim/after/ftplugin/php.vim @@ -2,6 +2,22 @@ " " Language: PHP " Maintainer: Simon Ruderich +" License: GPL v3+ + +" Copyright (C) 2008-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 . " Don't allow short PHP tags () as they are not always available. diff --git a/vim/after/syntax/apache.vim b/vim/after/syntax/apache.vim index ca0f973..474b5e6 100644 --- a/vim/after/syntax/apache.vim +++ b/vim/after/syntax/apache.vim @@ -2,6 +2,22 @@ " " Language: Apache files " Maintainer: Simon Ruderich +" License: GPL v3+ + +" Copyright (C) 2008-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 . " Only check spelling in comments. diff --git a/vim/after/syntax/crontab.vim b/vim/after/syntax/crontab.vim index 0b3ab21..1d12828 100644 --- a/vim/after/syntax/crontab.vim +++ b/vim/after/syntax/crontab.vim @@ -2,6 +2,22 @@ " " Language: Crontab files " Maintainer: Simon Ruderich +" License: GPL v3+ + +" Copyright (C) 2008-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 . " Don't check spelling in variables. diff --git a/vim/after/syntax/vim.vim b/vim/after/syntax/vim.vim index 3d22e23..1943d3c 100644 --- a/vim/after/syntax/vim.vim +++ b/vim/after/syntax/vim.vim @@ -2,6 +2,22 @@ " " Language: Vim .vim files " Maintainer: Simon Ruderich +" License: GPL v3+ + +" Copyright (C) 2008-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 . " Fix for the default .vim syntax to also recognize "syntax default" instead