[evolvis-commits] r15537: add sample file to use as template for new source files↵ ↵ =?UTF-8?Q?=20taken=20from=20https?=://fusionforge.org/plugins/mediawiki/ wiki/fusionforge/index.php/ Licence↵

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:13:33 CET 2011


Author: mirabilos
Date: 2011-03-01 00:13:32 +0100 (Tue, 01 Mar 2011)
New Revision: 15537

Added:
   trunk/gforge_base/evolvisforge-5.1/src/COPYING.php
Log:
add sample file to use as template for new source files

taken from https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Licence


Added: trunk/gforge_base/evolvisforge-5.1/src/COPYING.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/COPYING.php	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/src/COPYING.php	2011-02-28 23:13:32 UTC (rev 15537)
@@ -0,0 +1,31 @@
+<?php
+/*-
+ * CAPTCHA support for FusionForge (or whatever your module does)
+ *
+ * Copyright © 2010
+ *      First M. Last <user at domain>
+ * 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.
+ *-
+ * Short description of the module or comments or whatever
+ */
+
+require_once('../env.inc.php');
+require_once $gfwww.'include/pre.php';
+
+//…
+?>



More information about the evolvis-commits mailing list