]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19235 updated license header in installer - completely rewritten for 2.0
authorskodak <skodak>
Thu, 21 May 2009 09:58:18 +0000 (09:58 +0000)
committerskodak <skodak>
Thu, 21 May 2009 09:58:18 +0000 (09:58 +0000)
install.php

index 8e21d5e8d9d83e27c63a2b2fa3892db880c7b44d..8331ee8fbe41dff0dfeb8da7767fc13d21df21a1 100644 (file)
@@ -1,6 +1,27 @@
-<?php /// $Id$
-      /// install.php - helps admin user to create a config.php file
-
+<?php
+
+// This file is part of Moodle - http://moodle.org/
+//
+// Moodle 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 3 of the License, or
+// (at your option) any later version.
+//
+// Moodle 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 Moodle.  If not, see <http://www.gnu.org/licenses/>.
+
+/**
+ * This script creates config.php file during installation.
+ *
+ * @package    moodlecore
+ * @copyright  2009 Petr Skoda (http://skodak.org)
+ * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
 
 if (isset($_REQUEST['lang'])) {
     $lang = eregi_replace('[^A-Za-z0-9_-]', '', $_REQUEST['lang']);