]> git.llucax.com Git - software/bife/menu.git/commitdiff
Removed \n at the end of the file and added a VIM option to keep it as is. master svn_import
authorLeandro Lucarella <llucax@gmail.com>
Sat, 12 Jul 2003 21:39:44 +0000 (21:39 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 12 Jul 2003 21:39:44 +0000 (21:39 +0000)
src/BIFE/Menu/Menu.php
xmi2code.tpl.php [new file with mode: 0644]

index c549b423f52bd604857c1520784c705796714d78..37fb1cf8ea1720138d9e95923c6aded82e0c2dae 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
diff --git a/xmi2code.tpl.php b/xmi2code.tpl.php
new file mode 100644 (file)
index 0000000..47f5c23
--- /dev/null
@@ -0,0 +1,27 @@
+<?php
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
+// +--------------------------------------------------------------------+
+// |                       BIFE - Buil It FastEr                        |
+// +--------------------------------------------------------------------+
+// | This file is part of BIFE.                                         |
+// |                                                                    |
+// | BIFE 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 2 of the License, or  |
+// | (at your option) any later version.                                |
+// |                                                                    |
+// | BIFE 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 Hooks; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
+// +--------------------------------------------------------------------+
+// | Created: @@date                                  |
+// | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
+// +--------------------------------------------------------------------+
+//
+// $Id$
+//
\ No newline at end of file