[evolvis-commits] r6820: apply correct FusionForge Licence template↵

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Jul 19 13:57:57 CEST 2010


Author: mirabilos
Date: 2010-07-19 13:57:57 +0200 (Mon, 19 Jul 2010)
New Revision: 6820

Modified:
   trunk/gforge_base/evolvisforge/gforge/common/pm/ProjectTaskSqlQueries.php
   trunk/gforge_base/evolvisforge/gforge/www/frs/download.class.php
Log:
apply correct FusionForge Licence template


Modified: trunk/gforge_base/evolvisforge/gforge/common/pm/ProjectTaskSqlQueries.php
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/common/pm/ProjectTaskSqlQueries.php	2010-07-19 11:57:55 UTC (rev 6819)
+++ trunk/gforge_base/evolvisforge/gforge/common/pm/ProjectTaskSqlQueries.php	2010-07-19 11:57:57 UTC (rev 6820)
@@ -1,9 +1,29 @@
 <?php
-/**
- * @author: Patrick Apel, tarent GmbH
+/*-
+ * FusionForge function bundle for PM related queries
+ *
+ * Copyright © 2010
+ *	Patrick Apel <p.apel at tarent.de>
+ * All rights reserved.
+ *
+ * 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.
+ *-
+ * Retrieve extra information about task items.
  */
 
-
 /**
  * Retrieve group_project_id and group_id for a specific project_task_id,
  * for URI construction and similar things.

Modified: trunk/gforge_base/evolvisforge/gforge/www/frs/download.class.php
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/www/frs/download.class.php	2010-07-19 11:57:55 UTC (rev 6819)
+++ trunk/gforge_base/evolvisforge/gforge/www/frs/download.class.php	2010-07-19 11:57:57 UTC (rev 6820)
@@ -1,7 +1,25 @@
 <?php
-/**
- * @author: Patrick Apel, tarent GmbH
+/*-
+ * FusionForge ZIP download for FRS
  *
+ * Copyright © 2010
+ *	Patrick Apel <p.apel at tarent.de>
+ * All rights reserved.
+ *
+ * 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.
  */
 
 require_once $gfcommon.'include/Error.class.php'; 



More information about the evolvis-commits mailing list