]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim/after/**: License under GPL v3+.
authorSimon Ruderich <simon@ruderich.org>
Thu, 21 Jun 2012 21:28:16 +0000 (23:28 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 21 Jun 2012 21:28:16 +0000 (23:28 +0200)
vim/after/ftplugin/mail.vim
vim/after/ftplugin/php.vim
vim/after/syntax/apache.vim
vim/after/syntax/crontab.vim
vim/after/syntax/vim.vim

index 8b320aa6b562a2fff4e55fad551407df7db8b65f..b0fee0cb0991f48e2c08ac1e6847b1bf1c736de6 100644 (file)
@@ -2,6 +2,22 @@
 "
 " Language:     Mail
 " Maintainer:   Simon Ruderich <simon@ruderich.org>
+" 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 <http://www.gnu.org/licenses/>.
 
 
 " Use only 65 characters per line as given in rfc1855.
index 82801b1a048e266ff19496bc7d33218f32bb744d..57bc1e57694a60d83cf56eb930a7baa6c05db803 100644 (file)
@@ -2,6 +2,22 @@
 "
 " Language:     PHP
 " Maintainer:   Simon Ruderich <simon@ruderich.org>
+" 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 <http://www.gnu.org/licenses/>.
 
 
 " Don't allow short PHP tags (<? .. ?>) as they are not always available.
index ca0f9733c3b671e5be593b91002792c14da9a44c..474b5e6c8d4a0a843b4d58e014e669969bec786c 100644 (file)
@@ -2,6 +2,22 @@
 "
 " Language:     Apache files
 " Maintainer:   Simon Ruderich <simon@ruderich.org>
+" 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 <http://www.gnu.org/licenses/>.
 
 
 " Only check spelling in comments.
index 0b3ab21f67e09459060b6efc69b2e4bcb5ae432f..1d128288db43fb9244d4b936a7f536fb9aac30a8 100644 (file)
@@ -2,6 +2,22 @@
 "
 " Language:     Crontab files
 " Maintainer:   Simon Ruderich <simon@ruderich.org>
+" 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 <http://www.gnu.org/licenses/>.
 
 
 " Don't check spelling in variables.
index 3d22e23136182a319db17419cb53c94ae1940d38..1943d3c8071c0e18c49fc3718dc58792332bf44a 100644 (file)
@@ -2,6 +2,22 @@
 "
 " Language:     Vim .vim files
 " Maintainer:   Simon Ruderich <simon@ruderich.org>
+" 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 <http://www.gnu.org/licenses/>.
 
 
 " Fix for the default .vim syntax to also recognize "syntax default" instead