]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing copyright years
authormoodler <moodler>
Tue, 31 Jul 2007 17:02:43 +0000 (17:02 +0000)
committermoodler <moodler>
Tue, 31 Jul 2007 17:02:43 +0000 (17:02 +0000)
14 files changed:
grade/edit/tree/index.php
grade/export/lib.php
grade/export/ods/export.php
grade/export/ods/grade_export_ods.php
grade/export/ods/index.php
grade/export/txt/export.php
grade/export/txt/grade_export_txt.php
grade/export/txt/index.php
grade/export/xls/export.php
grade/export/xls/grade_export_xls.php
grade/export/xls/index.php
grade/export/xml/export.php
grade/export/xml/grade_export_xml.php
grade/export/xml/index.php

index c7d920fc4cd9660e4a50fa9193e8118edd1adc33..95febd76f768ece1656e4bd5cf0b58ee616b13e6 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2007  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
index 324115af404ca4cc71a0a5c87e3635a27827276d..437da91d2d52084f4b6aaa43bdddf81dcb06734e 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -241,4 +241,4 @@ class grade_export {
     }
 }
 
-?>
\ No newline at end of file
+?>
index efeff42d41c173a2b42c2d3a05874707e8477f6d..3e42622d11e7116907860b33e136a1c8a2465c26 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -46,4 +46,4 @@ require_capability('gradeexport/ods:view', $context);
 $export = new grade_export_ods($id, $itemids);
 $export->print_grades($feedback);
 
-?>
\ No newline at end of file
+?>
index c7bc34bd47d7df62498615cdf231f47c747dd246..ebee5bcf598af6177dfbd524192c4beb89efc861 100755 (executable)
@@ -6,7 +6,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -130,4 +130,4 @@ class grade_export_ods extends grade_export {
     }
 }
 
-?>
\ No newline at end of file
+?>
index 8532e6c1bca77aa596126bafbfe9b9a66b8fe34e..ca828f8f7ad944b8f41c5049892aa1d155d65749 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
index 9d368102f6a855fc66d63fa205da10ee99bca832..d46f27d5722a32bf261ef59e7774819d0a91af7f 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -46,4 +46,4 @@ $export = new grade_export_txt($id, $itemids);
 $export->set_separator(optional_param('separator'));
 $export->print_grades($feedback);
 
-?>
\ No newline at end of file
+?>
index c41e9a4428372d0f4872cd576932553714880712..dbc40f027ccdc9d1315637eed27213af00bd7715 100755 (executable)
@@ -6,7 +6,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -118,4 +118,4 @@ class grade_export_txt extends grade_export {
     }
 }
 
-?>
\ No newline at end of file
+?>
index f3a0e90e12162677aaf05366dee73d76f698b916..f364c24872a8a316726f9e357edb905ca233b52c 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
index d283ac8f8f9f6aef28bd18a8b809634051fb228c..abd0c36d72fe868ae4ddaf39d889edbf5351be37 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -45,4 +45,4 @@ require_capability('gradeexport/xls:view', $context);
 $export = new grade_export_xls($id, $itemids);
 $export->print_grades($feedback);
 
-?>
\ No newline at end of file
+?>
index 70c46b0afbe3a399da85dd87d2140e3d57bd2145..e52f67620546f30e85327b336753f5949a4b3937 100755 (executable)
@@ -6,7 +6,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -128,4 +128,4 @@ class grade_export_xls extends grade_export {
     }
 }
 
-?>
\ No newline at end of file
+?>
index eb8f9de9d9967af298d50a72445c0f6000d53f4d..ebb6c3596d059dd9d8bb514d4ba6824c37b9e727 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
index 056161755d67ce80767859a236e65ceb140d80d2..540fae2b2fb41a9ee1044c7b1aceca0997ec4ccc 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
@@ -45,4 +45,4 @@ require_capability('gradeexport/xml:view', $context);
 $export = new grade_export_xml($id, $itemids);
 $export->print_grades($feedback);
 
-?>
\ No newline at end of file
+?>
index 68a79b0cb95e324415e58b2adba805402f4695ff..3af8df64813ec0f9ccc4fa1cb3eadf8eccdf503e 100755 (executable)
@@ -6,7 +6,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //
index 6a89c49fd6f6812a0e3ee1496d9e915c1ef27a90..03601e9cf35bed65924ab3844651fd148f060761 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-2003  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
 // it under the terms of the GNU General Public License as published by  //