X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fftplugin%2Fphp.vim;h=57bc1e57694a60d83cf56eb930a7baa6c05db803;hb=78515d3e329461dd0722d34277a9b69b8a71d1c4;hp=190395d28ede95e5e87651859701e7b40a4482a2;hpb=66b846d24cf89e99935ca6bb2e3f86cf98ab57f5;p=config%2Fdotfiles.git diff --git a/vim/after/ftplugin/php.vim b/vim/after/ftplugin/php.vim index 190395d..57bc1e5 100644 --- a/vim/after/ftplugin/php.vim +++ b/vim/after/ftplugin/php.vim @@ -1,7 +1,23 @@ " Vim filetype plugin file +" " Language: PHP " Maintainer: Simon Ruderich -" Last Change: 2008-10-17 +" 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.