[Fusionforge-commits] r9437 - in trunk/plugins/templates/helloworld: bin common include

Christian Bayle cbayle at libremir.placard.fr.eu.org
Thu Apr 8 22:28:21 CEST 2010


Author: cbayle
Date: 2010-04-08 22:28:20 +0200 (Thu, 08 Apr 2010)
New Revision: 9437

Modified:
   trunk/plugins/templates/helloworld/bin/db-delete.pl
   trunk/plugins/templates/helloworld/bin/db-upgrade.pl
   trunk/plugins/templates/helloworld/common/helloworld-init.php
   trunk/plugins/templates/helloworld/include/helloworldPlugin.class.php
Log:
Gforge to FusionForgea renaming


Modified: trunk/plugins/templates/helloworld/bin/db-delete.pl
===================================================================
--- trunk/plugins/templates/helloworld/bin/db-delete.pl	2010-04-08 20:24:40 UTC (rev 9436)
+++ trunk/plugins/templates/helloworld/bin/db-delete.pl	2010-04-08 20:28:20 UTC (rev 9437)
@@ -85,7 +85,7 @@
 
 
     debug "It seems your database deletion went well and smoothly.  That's cool." ;
-    debug "Please enjoy using Debian GForge." ;
+    debug "Please enjoy using Debian FusionForge." ;
 
     # There should be a commit at the end of every block above.
     # If there is not, then it might be symptomatic of a problem.

Modified: trunk/plugins/templates/helloworld/bin/db-upgrade.pl
===================================================================
--- trunk/plugins/templates/helloworld/bin/db-upgrade.pl	2010-04-08 20:24:40 UTC (rev 9436)
+++ trunk/plugins/templates/helloworld/bin/db-upgrade.pl	2010-04-08 20:28:20 UTC (rev 9437)
@@ -97,7 +97,7 @@
     }
 
     debug "It seems your database install/upgrade went well and smoothly.  That's cool." ;
-    debug "Please enjoy using Debian GForge." ;
+    debug "Please enjoy using Debian FusionForge." ;
 
     # There should be a commit at the end of every block above.
     # If there is not, then it might be symptomatic of a problem.

Modified: trunk/plugins/templates/helloworld/common/helloworld-init.php
===================================================================
--- trunk/plugins/templates/helloworld/common/helloworld-init.php	2010-04-08 20:24:40 UTC (rev 9436)
+++ trunk/plugins/templates/helloworld/common/helloworld-init.php	2010-04-08 20:28:20 UTC (rev 9437)
@@ -2,20 +2,20 @@
 
 /**
  *
- * This file is part of GForge.
+ * This file is part of FusionForge.
  *
- * GForge is free software; you can redistribute it and/or modify
+ * 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 License, or
  * (at your option) any later version.
  *
- * GForge is distributed in the hope that it will be useful,
+ * 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 GForge; if not, write to the Free Software
+ * along with FusionForge; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
 

Modified: trunk/plugins/templates/helloworld/include/helloworldPlugin.class.php
===================================================================
--- trunk/plugins/templates/helloworld/include/helloworldPlugin.class.php	2010-04-08 20:24:40 UTC (rev 9436)
+++ trunk/plugins/templates/helloworld/include/helloworldPlugin.class.php	2010-04-08 20:28:20 UTC (rev 9437)
@@ -4,20 +4,20 @@
  * helloworldPlugin Class
  *
  *
- * This file is part of GForge.
+ * This file is part of FusionForge.
  *
- * GForge is free software; you can redistribute it and/or modify
+ * 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 License, or
  * (at your option) any later version.
  *
- * GForge is distributed in the hope that it will be useful,
+ * 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 GForge; if not, write to the Free Software
+ * along with FusionForge; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
 




More information about the Fusionforge-commits mailing list