[Fusionforge-commits] r15051 - trunk/src/common/include

Franck VILLAUME nerville at fusionforge.org
Sun Feb 5 11:48:15 CET 2012


Author: nerville
Date: 2012-02-05 11:48:14 +0100 (Sun, 05 Feb 2012)
New Revision: 15051

Modified:
   trunk/src/common/include/env.inc.php
Log:
missing license

Modified: trunk/src/common/include/env.inc.php
===================================================================
--- trunk/src/common/include/env.inc.php	2012-02-02 10:29:26 UTC (rev 15050)
+++ trunk/src/common/include/env.inc.php	2012-02-05 10:48:14 UTC (rev 15051)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Sets the default required environement for FusionForge
  *
  * Some of the settings made here can be overwrite in the
@@ -7,8 +7,25 @@
  *
  */
 
+/**
+ * This file is part of FusionForge. FusionForge 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 Licence, or (at your option)
+ * any later version.
+ *
+ * FusionForge 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 FusionForge; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
 // Attempt to set up the include path, to fix problems with relative includes
-$fusionforge_basedir = dirname(dirname(dirname( __FILE__ ))) ;
+$fusionforge_basedir = dirname(dirname(dirname( __FILE__ )));
 
 // By default, the include_path is changed to include path needed by Gforge.
 // If this does not work, then set defines to real path directly.




More information about the Fusionforge-commits mailing list