[evolvis-commits] r15655: fix header

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:23:17 CET 2011


Author: mirabilos
Date: 2011-03-01 00:23:17 +0100 (Tue, 01 Mar 2011)
New Revision: 15655

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/www/forum/index.php
Log:
fix header

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/forum/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/forum/index.php	2011-02-28 23:23:14 UTC (rev 15654)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/forum/index.php	2011-02-28 23:23:17 UTC (rev 15655)
@@ -1,22 +1,26 @@
 <?php
 /**
- * GForge Forums Facility
+ * Forums Facility
  *
- * Copyright 2002 GForge, LLC
- * http://gforge.org/
+ * Copyright 1999-2001, Tim Perdue - Sourceforge
+ * Copyright 2002, Tim Perdue - GForge, LLC
  *
+ * 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.
  */
 
-
-/*
-    Message Forums
-    By Tim Perdue, Sourceforge, 11/99
-
-    Massive rewrite by Tim Perdue 7/2000 (nested/views/save)
-
-    Complete OO rewrite by Tim Perdue 12/2002
-*/
-
 require_once('../env.inc.php');
 require_once $gfcommon.'include/pre.php';
 require_once $gfwww.'forum/include/ForumHTML.class.php';



More information about the evolvis-commits mailing list