[evolvis-commits] r16003: mostly licence

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:43:24 CET 2011


Author: mirabilos
Date: 2011-03-01 00:43:24 +0100 (Tue, 01 Mar 2011)
New Revision: 16003

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategory.class.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryFactory.class.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryLabel.class.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_add.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_edit.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_list.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/trove.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/utils.php
   trunk/gforge_base/evolvisforge-5.1/src/www/trove/index.php
Log:
mostly licence

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategory.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategory.class.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategory.class.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,26 +1,25 @@
 <?php
-
 /**
  *
- * GForge Trove facility
+ * Trove facility
  *
  * Copyright 2004 (c) Guillaume Smet
- * http://gforge.org/
+ * http://fusionforge.org/
  *
- * 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/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryFactory.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryFactory.class.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryFactory.class.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,25 +1,24 @@
 <?php
-
 /**
- * GForge Trove Browsing Facility
+ * Trove Browsing Facility
  *
  * Copyright 2004 Guillaume Smet / Open Wide
- * http://gforge.org/
+ * http://fusionforge.org/
  *
- * 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/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryLabel.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryLabel.class.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/TroveCategoryLabel.class.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,26 +1,25 @@
 <?php
-
 /**
  *
- * GForge Trove facility
+ * Trove facility
  *
  * Copyright 2004 (c) Guillaume Smet
- * http://gforge.org/
+ * http://fusionforge.org/
  *
- * 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/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_add.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_add.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_add.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,13 +1,26 @@
 <?php
 /**
-  *
-  * Site Admin: Trove Admin: add new leaf category
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  */
+ * Trove Admin: add new leaf category
+ *
+ * Copyright 1999-2001 (c) VA Linux Systems
+ * http://fusionforge.org/
+ *
+ * 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 License, 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 require_once('pre.php');
 require_once('www/include/trove.php');
@@ -34,9 +47,7 @@
 			);
 
 		if (!$res || db_affected_rows($res)<1) {
-			exit_error(
-				_('Error in Trove operation'),
-				db_error()
+			exit_error( _('Error in Trove operation: ').db_error(),'');
 			);
 		}
 	} 

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_edit.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_edit.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_edit.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,29 +1,29 @@
 <?php
 /**
  *
- * Site Admin: Trove Admin: edit category
+ * Admin: Trove Admin: edit category
  *
  * This page is linked from trove_cat_list.php, page to browse full
  * Trove tree.
  *
  * Copyright 1999-2001 (c) VA Linux Systems
  * Copyright 2004 (c) Guillaume Smet
- * http://gforge.org/
+ * http://fusionforge.org/
  *
- * 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
  */
 
@@ -39,7 +39,7 @@
 $category = new TroveCategory($categoryId);
 
 if($category->isError()) {
-	exit_error(_('ERROR'), $category->getErrorMessage());
+	exit_error($category->getErrorMessage());
 }
 
 $do = getStringFromRequest('do');

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_list.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_list.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/admin/trove_cat_list.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,15 +1,27 @@
 <?php
 /**
-  *
-  * Site Admin: Trove Admin: browse entire Trove tree
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  */
+ * Trove Admin: browse entire Trove tree
+ *
+ * Copyright 1999-2001 (c) VA Linux Systems
+ * http://fusionforge.org/
+ *
+ * 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 License, 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
-
 require_once('pre.php');
 require_once('www/include/trove.php');
 require_once('www/admin/admin_utils.php');

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/trove.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/trove.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/trove.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -2,10 +2,24 @@
 /**
  * trove.php
  *
- * SourceForge: Breaking Down the Barriers to Open Source Development
  * Copyright 1999-2001 (c) VA Linux Systems
- * http://sourceforge.net
+ * http://fusionforge.org/
  *
+ * 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 License, 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 // ################################## Trove Globals

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/utils.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/utils.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/include/utils.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,25 +1,24 @@
 <?php
-
 /**
- * GForge Trove Browsing Facility
+ * Trove Browsing Facility
  *
  * Copyright 2004 Guillaume Smet / Open Wide
- * http://gforge.org/
+ * http://fusionforge.org/
  *
- * 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
  */
 
@@ -43,4 +42,4 @@
 	return $url;
 } 
  
-?>
\ No newline at end of file
+?>

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/trove/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/trove/index.php	2011-02-28 23:43:22 UTC (rev 16002)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/trove/index.php	2011-02-28 23:43:24 UTC (rev 16003)
@@ -1,13 +1,26 @@
 <?php
 /**
-  *
-  * SourceForge Trove Software Map
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  */
+ * Trove Software Map
+ *
+ * Copyright 1999-2001 (c) VA Linux Systems
+ * http://fusionforge.org/
+ *
+ * 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 License, 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 require_once('../env.inc.php');
 require_once('pre.php');



More information about the evolvis-commits mailing list