[evolvis-commits] r15971: licence update

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:42:02 CET 2011


Author: mirabilos
Date: 2011-03-01 00:42:02 +0100 (Tue, 01 Mar 2011)
New Revision: 15971

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge-compat.css
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge.css
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/Theme.class.php
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme-pages.css
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme.css
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/Theme.class.php
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme-pages.css
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme.css
   trunk/gforge_base/evolvisforge-5.1/src/www/themes/index.php
Log:
licence update

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/fusionforge.css	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,6 +1,25 @@
 /* 
  * Common stylesheet for *all* FusionForge themes
+ *
+ * Copyright 2009 Matthieu Faure // Open-s.com
+ *
+ * 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
+ * 
  * Note to Forge developpers:
  * 		- put as less code here as possible
  * 
@@ -13,7 +32,6 @@
  * 		- before the theme's own CSS file
  * 		- Warning: font-size must be expressed in % according to YUI's font table http://developer.yahoo.com/yui/fonts/#chart
  * 
- * Matthieu Faure // Open-s.com		2009 december
 */
 
 

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge-compat.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge-compat.css	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge-compat.css	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,7 +1,26 @@
-/* Default stylesheet for gforge
-This stylesheet contains all style information
-removed from the code
-*/
+/**
+ * Default stylesheet for gforge
+ *
+ * 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
+ *
+ * This stylesheet contains all style information
+ * removed from the code
+ */
 
 
 body {

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge.css	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/css/gforge.css	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,13 +1,28 @@
-/* Default stylesheet for gforge themes
-*/
+/**
+ * Default stylesheet for gforge
+ *
+ * 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
+ *
+ * This stylesheet contains all style information
+ * removed from the code
+ */
 
 
-/* Default stylesheet for gforge
-This stylesheet contains all style information
-removed from the code
-*/
-
-
 TR.ff,TD.ff {
         font-family: arialverdana,arial,helvetica,sans-serif;
         font-size:13px;

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/Theme.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/Theme.class.php	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/Theme.class.php	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,5 +1,28 @@
 <?php
+/**
+ * FusionForge Funky Theme
+ *
+ * Copyright 2010, Antoine Mercadal - Capgemini
+ *
+ * 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 $gfwww.'include/Layout.class.php';
 
 define('TOP_TAB_HEIGHT', 30);
@@ -383,4 +406,4 @@
 // c-file-style: "bsd"
 // End:
 
-?>
\ No newline at end of file
+?>

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme-pages.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme-pages.css	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme-pages.css	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,7 +1,26 @@
 /* 
- * Stylesheet for FusionForge default theme.
- * 2009 Matthieu FAURE // Open-S: global clean-up
+ * FusionForge Funky Theme
+ *
+ * Copyright 2009 Matthieu FAURE // Open-S: global clean-up
+ * Copyright 2010, Antoine Mercadal - Capgemini
+ *
+ * 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
+ * 
  * CONTENT: all page-related styles
  * ========================================================
  */

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme.css	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/funky/css/theme.css	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,8 +1,24 @@
 /* 
- * Stylesheet for Funky default theme.
- * 2010 Antoine Mercadal (c) Capgemini
+ * Stylesheet for Funky Theme.
+ *
+ * Copyright 2010, Antoine Mercadal - Capgemini
+ *
+ * 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
  */
 
 /* HTML elements */

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/Theme.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/Theme.class.php	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/Theme.class.php	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,4 +1,27 @@
 <?php
+/**
+ * Default Theme
+ *
+ * Copyright 2010 (c) FusionForge Team
+ * 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 $gfwww.'include/Layout.class.php';
 

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme-pages.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme-pages.css	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme-pages.css	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,7 +1,28 @@
 /* 
  * Stylesheet for FusionForge default theme.
- * 2009 Matthieu FAURE // Open-S: global clean-up
+ *
+ * Copyright 2009 Matthieu FAURE // Open-S: global clean-up
+ * Copyright 2010 (c) FusionForge Team
+ * 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
+ *
+ * 
  * CONTENT: all page-related styles
  * ========================================================
  */

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme.css	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/gforge/css/theme.css	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,6 +1,28 @@
 /* 
+ * Default Theme
+ *
+ * Copyright 2009 Matthieu FAURE // Open-S: global clean-up
+ * Copyright 2010 (c) FusionForge Team
+ * 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
+ *
  * Stylesheet for FusionForge default theme.
- * 2009 Matthieu FAURE // Open-S: global clean-up
  * 
  * CONTENT: all generic styles (not page-related)
  * ========================================================

Modified: trunk/gforge_base/evolvisforge-5.1/src/www/themes/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/www/themes/index.php	2011-02-28 23:42:00 UTC (rev 15970)
+++ trunk/gforge_base/evolvisforge-5.1/src/www/themes/index.php	2011-02-28 23:42:02 UTC (rev 15971)
@@ -1,12 +1,32 @@
 <?php
 /**
- * GForge Web Theme Control Page
+ * FusionForge
  *
  * Copyright 2002 (c) GFORGE LLC
+ * Copyright 2010, Franck Villaume - Capgemini
  *
+ * 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 $gfcommon.'include/pre.php';
+require_once $gfcommon.'include/session.php';
 
-Header("Location: ".util_make_url("/account/"));
+session_redirect('/account/');
 
 ?>



More information about the evolvis-commits mailing list