]> git.mjollnir.org Git - moodle.git/commitdiff
Updated copyright notice in header
authornicolasconnault <nicolasconnault>
Wed, 10 Oct 2007 05:25:14 +0000 (05:25 +0000)
committernicolasconnault <nicolasconnault>
Wed, 10 Oct 2007 05:25:14 +0000 (05:25 +0000)
119 files changed:
admin/environment.php
admin/xmldb/actions/XMLDBAction.class.php
admin/xmldb/actions/check_bigints/check_bigints.class.php
admin/xmldb/actions/check_indexes/check_indexes.class.php
admin/xmldb/actions/create_xml_file/create_xml_file.class.php
admin/xmldb/actions/delete_field/delete_field.class.php
admin/xmldb/actions/delete_index/delete_index.class.php
admin/xmldb/actions/delete_key/delete_key.class.php
admin/xmldb/actions/delete_sentence/delete_sentence.class.php
admin/xmldb/actions/delete_statement/delete_statement.class.php
admin/xmldb/actions/delete_table/delete_table.class.php
admin/xmldb/actions/delete_xml_file/delete_xml_file.class.php
admin/xmldb/actions/edit_field/edit_field.class.php
admin/xmldb/actions/edit_field/edit_field.js
admin/xmldb/actions/edit_field_save/edit_field_save.class.php
admin/xmldb/actions/edit_index/edit_index.class.php
admin/xmldb/actions/edit_index_save/edit_index_save.class.php
admin/xmldb/actions/edit_key/edit_key.class.php
admin/xmldb/actions/edit_key/edit_key.js
admin/xmldb/actions/edit_key_save/edit_key_save.class.php
admin/xmldb/actions/edit_sentence/edit_sentence.class.php
admin/xmldb/actions/edit_sentence_save/edit_sentence_save.class.php
admin/xmldb/actions/edit_statement/edit_statement.class.php
admin/xmldb/actions/edit_statement_save/edit_statement_save.class.php
admin/xmldb/actions/edit_table/edit_table.class.php
admin/xmldb/actions/edit_table_save/edit_table_save.class.php
admin/xmldb/actions/edit_xml_file/edit_xml_file.class.php
admin/xmldb/actions/edit_xml_file_save/edit_xml_file_save.class.php
admin/xmldb/actions/get_db_directories/get_db_directories.class.php
admin/xmldb/actions/load_xml_file/load_xml_file.class.php
admin/xmldb/actions/load_xml_files/load_xml_files.class.php
admin/xmldb/actions/main_view/main_view.class.php
admin/xmldb/actions/move_updown_field/move_updown_field.class.php
admin/xmldb/actions/move_updown_index/move_updown_index.class.php
admin/xmldb/actions/move_updown_key/move_updown_key.class.php
admin/xmldb/actions/move_updown_statement/move_updown_statement.class.php
admin/xmldb/actions/move_updown_table/move_updown_table.class.php
admin/xmldb/actions/new_field/new_field.class.php
admin/xmldb/actions/new_index/new_index.class.php
admin/xmldb/actions/new_key/new_key.class.php
admin/xmldb/actions/new_sentence/new_sentence.class.php
admin/xmldb/actions/new_statement/new_statement.class.php
admin/xmldb/actions/new_table/new_table.class.php
admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php
admin/xmldb/actions/revert_changes/revert_changes.class.php
admin/xmldb/actions/save_xml_file/save_xml_file.class.php
admin/xmldb/actions/template/template.class.php
admin/xmldb/actions/test/test.class.php
admin/xmldb/actions/unload_xml_file/unload_xml_file.class.php
admin/xmldb/actions/view_field_xml/view_field_xml.class.php
admin/xmldb/actions/view_index_xml/view_index_xml.class.php
admin/xmldb/actions/view_key_xml/view_key_xml.class.php
admin/xmldb/actions/view_reserved_words/view_reserved_words.class.php
admin/xmldb/actions/view_statement_xml/view_statement_xml.class.php
admin/xmldb/actions/view_structure_php/view_structure_php.class.php
admin/xmldb/actions/view_structure_sql/view_structure_sql.class.php
admin/xmldb/actions/view_structure_xml/view_structure_xml.class.php
admin/xmldb/actions/view_table_php/view_table_php.class.php
admin/xmldb/actions/view_table_php/view_table_php.js
admin/xmldb/actions/view_table_sql/view_table_sql.class.php
admin/xmldb/actions/view_table_xml/view_table_xml.class.php
admin/xmldb/actions/view_xml/view_xml.class.php
admin/xmldb/index.php
admin/xmldb/javascript.php
grade/report/grader/preferences.php
lib/accesslib.php
lib/adodb/drivers/adodb-mssql_n.inc.php
lib/componentlib.class.php
lib/ddllib.php
lib/deprecatedlib.php
lib/dmllib.php
lib/environmentlib.php
lib/excellib.class.php
lib/grade/grade_category.php
lib/grade/grade_grade.php
lib/grade/grade_item.php
lib/grade/grade_object.php
lib/grade/grade_outcome.php
lib/grade/grade_scale.php
lib/grade/simpletest/testgradecategory.php
lib/grade/simpletest/testgradegrades.php
lib/grade/simpletest/testgradeitem.php
lib/grade/simpletest/testgradeoutcome.php
lib/grade/simpletest/testgradescale.php
lib/listlib.php
lib/moodlelib.php
lib/odslib.class.php
lib/pdflib.php
lib/simpletest/fixtures/events.php
lib/simpletest/fixtures/gradetest.php
lib/simpletest/fixtures/user_agents.php
lib/simpletest/testajaxlib.php
lib/simpletest/testgradelib.php
lib/simpletest/testmoodlelib.php
lib/textlib.class.php
lib/tokeniserlib.php
lib/weblib.php
lib/xmldb/classes/XMLDBConstants.php
lib/xmldb/classes/XMLDBField.class.php
lib/xmldb/classes/XMLDBFile.class.php
lib/xmldb/classes/XMLDBIndex.class.php
lib/xmldb/classes/XMLDBKey.class.php
lib/xmldb/classes/XMLDBObject.class.php
lib/xmldb/classes/XMLDBStatement.class.php
lib/xmldb/classes/XMLDBStructure.class.php
lib/xmldb/classes/XMLDBTable.class.php
lib/xmldb/classes/generators/XMLDBGenerator.class.php
lib/xmldb/classes/generators/mssql/mssql.class.php
lib/xmldb/classes/generators/mssql_n/mssql_n.class.php
lib/xmldb/classes/generators/mysql/mysql.class.php
lib/xmldb/classes/generators/mysqli/mysqli.class.php
lib/xmldb/classes/generators/oci8po/oci8po.class.php
lib/xmldb/classes/generators/odbc_mssql/odbc_mssql.class.php
lib/xmldb/classes/generators/postgres7/postgres7.class.php
mod/data/simpletest/testpreset.php
mod/forum/simpletest/testmodforumlib.php
mod/resource/type/ims/deploy.php
mod/resource/type/ims/repository_deploy.php
mod/resource/type/ims/resource.class.php

index 64af2195c411c8c7bd5fc54e05d722e5cdba07f0..4ceaa2f3ff48f25e2857817b361beb395eba7981 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 615dd1e9e1fa173709609af0130a8186677f71d9..c1eaa9364bc1c8b0348f710d1652a5ba99e0b737 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 676282c81cc46d7d9d34729f14eae21167eb58cd..eb9f8a0e4f1d86ee8a1589b733bf39e60f29e4bb 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index db2fcf0185a0081c1c9eab10fd2de2e95b00f07c..e5989e6839c95d975636cb5f141783470e5f73aa 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index dc4a9d0e27282924e9a357ff3dde41a1d31f6646..f4fa4870f5367d0144368256f5b1d6fbc8f0ac02 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 3bdee9aa4006d3a063dccefda7da52fcad2debbe..1cda159f9a392091f3ac1038c66c2df2157380cb 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 182e1ad58b539e9335614e0cd830d40470d7616d..8d125c6b1412ccffa1efa1345cd26a76cfa0ddb0 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index dc340ca2f2ecd1ebeb3c2df98be9f3f7e4f929cb..b5c5f53150d2281ba3915968cb3ffb756c0ba098 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 7208ca013212f15569eb4674df9f55fcd5e12e2f..41d7a65968a25ae918b39a9a01f9207acc3f687f 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index bb7c74fc5d488116a0176e59595e98023b0df66f..434b13e48ee8b32cbce259e8d5eff41cb0350ea2 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 3b1811c940593a71fea9ec5fa814e4e40266fc63..629eda4d8461b080711cacc58e271b3d3e0a51f9 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 1eb2ea81913b65193709e85fc8ea5e4d66db0ff5..0a21ad79f2ca9f5ee653ead91e68f03b8387636e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 59d9288f22de2d8f74365c95b5e54ed2d0b19bde..a9387c89da99de9f2d0b35fe03c766d924d4a620 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index b4cecf3c7ef8616b70de608ea785698fd45edf36..329565bad6615bbe3209644e66a36e35a04a479e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 35c967f6cf5d4bc2b06b08808576ec9738e5fee3..41c2a8dd86acd1234a9290a0a93e747b7a3fe36e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 391abc882f443b191a740647ca10ccef005ff962..54d2714c9f22d41c46a655255bdf114a14149467 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 78bd325817361bb49c3ad15a3f1137ba34140f14..2c2276d095862fdcce49c70a239a48eb0b8992db 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index cbe7db2b282186012512b1b24fb76cc13bd630eb..ac3f617f51654bc70fa6fd81833dad523d0a8a16 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index eb3dd67377c509df0b8cf7ec496e8205e732e413..06f4b332213f717bb098c38b05bde949504cb6b1 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 3fbc846e5930484fc6fdca216b9da928d442ef05..3ca892a568d760292af82caddf0cd37803e1ada1 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index e997cb9fa71134ccf405ef11dcd93342efb3e905..d72d1699a8dc42c5d35ddcc261725c616b48beb7 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 7c44ecd83399a77807da61564df5669044c2d364..8903d4f17754c3da9ed02840655342b142f37d49 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index a3443d2c102dab0dec17b18a86952e38faea813f..7a9608a39f9695aaef7eefcfa386fa69e38cde82 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index b8de4e01c563eaaf894445114ef6c42090e1d1fd..16199a5a4c53f7a48335849eee0b540ff730682e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 8c010efd9f3247a336402542c0d9835467da9846..8fb90d8a4befd168bcfa20aee77b1ecd54fc115e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index d2b1763af57e6af77a0a8a72ba853d8fd443c9cc..19f4c3c84517723ada19cdfe5680c3e53f6f5826 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 734c6725dcdaacb43d45f6791fd2e0ef2a504b41..d6036a821d17f13b2de50c596d482dffe5cbaeed 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index ac6e89d72dd1a013208c09b6838de976a2940a02..2147a7953ed2bb454dd90770be61116eee66e4b7 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index f6f9d1473c7f953d21ef46ab7dfc64eec1fc4c84..5869231e3a81d87de0cae873ba5bbb2b2017784f 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 9dd18eda8c662984e2813c22b853fdc3ebb1cc2a..64e8a34f42f095d9d3fb025a8f9668be790940e8 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 509e9d56ed9696a10ef9c0fc75fd61e67515c599..ba105f6201a63541f9063a7496608a67ed1070b8 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 982ac68fc6868650a544a82728a8ccd716132c95..a9cc67e097c86c8c98580106b715636ce7a2e01a 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index db866808186d3c534305a6ad83b1d675e79ad7e4..9228fb9d9e130fcabcf7c6107b28533a06947ded 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 5ed9957a7e85af1c6775bb9c107d9ece54f664f0..58460781580382a47fcca508ff97007b5aacaa93 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index f39a1425d9499e302754b15ca99241564df5bd48..bf5bb3d5f45e50218ce4013b9c30449ae1047763 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 91e2db6a9fd34865e3dcfbfdd668c54e27fd2d51..fe1910f97bc03714f0d63a04b7ae6964f21cafc3 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 2355ed6ac724d39461960f176d0e36cbfc2387a2..25f3911e09a705616e200bb9a5f3575eccd75a4e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 4384dc51e0e4f81b58ff0bb2c8d380e6bc9e2c19..cbdd499abc24ad83e671f3a011b0800c76dadc74 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 80eeb4284c8e6f0b0dfa079b5edde9caec0df3e3..5bf99c3b41ff81c91f3c18858c509acf5b89beb3 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 7a00cfc083c8b0dc055db6d03e9bf6ac28632195..0ecec1d7e26cf3e1e29a565fde707f2a2a2c8ff1 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 502ba1ff9597a706a941d7763df1a127874154af..234e963e40fa6c26362fcc87523320d6d300394c 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 5e19b5eceb1503d676a313e971dd74290b06b73b..f80e9bc4533e5ec074e7f46f02a86bbdfd819f26 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 7c01d14e635f18ee5a10ceffd05cef67c21cc0a3..424c46502c2a2bf26ba1d4b46bb97db637d609f9 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 5329f4e8be3f55363b842a9f9bd32242fb89d919..8541160a18838430e7d733281ff43329ef6a5ff1 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 0e9c8c6d9b86bfc62873b4eac020c7499e2c8b12..0a7fd71de6e6271b2378d559e6d290d6f6f1b270 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 89ed224a3161c88bca210440b8b695e963251300..8ca105834189cc8d15808f2d8fa7b005c5697501 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 1df34a9244219f01bb2a080fdbe0f24ba885fa5d..a2ddae101f445eb82f62d4d078d82da8206b0936 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 7a6bd6ea2c0ccffd2d92715f177c0f71c5359a55..fdca79888eca577b7cf33be9f292e7414241986f 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index eba9d001f3cb7118527b120517bb8a7cd128f910..8640f4d9ef2338f71817f3f8e9a5e0fd4a803012 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index a18505b57c31c19a45fcd027cefeb239b9168def..1ff0a36c57b4d38a70acca9934ce208ab6ad0d9e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 016c16d3e87e7deb177c15aba36fd909379d1302..0ff21bc657938efedcca684dcf0c3042c57b562a 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index d271f5b119994a208b9b776105b8f1d6f7e011a4..278091356449a1540cf3676694886db66c474f06 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index ba68520b3f307bc30dcdd53ec3c094233296ea53..c24cce12bb0d7fad5899d9ca111640798eb4faf2 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 89fea5cbcef813ee9ee856151d6999d2f8ee71f2..fc9d60e8163f4bb5c85eb7d1d6d5f87233a210a4 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 7269491c1ceb7ace2f9894a6f730928e371715d4..14490b7fbdf521f5423f3df881265f879a016c2b 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 9c9e3aba67b2f5e88be75f67e0ac8996b29b3af7..7165e5b50ff79ead8237a900fb0405443cc3b818 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index b84528509a90efe2cbbcdd67375972a883310460..91511095fdf1257bd8e945e8a8b8d22e26b4962e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 9185ccc5943d5be24a096a8bb2c7577c347076cc..41d29c43f9d2d4ed871397b22c556a2b9c9e02fe 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 071f08678bd7ad2dc7f791e16499987827ec1ea2..3304925b2554421ed52f4e48291c774f8955eaa4 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 76cead8255a0d1988e47cd30dd424c1b974e434d..c2a281c8082ee7323387f2e5509b8a0d30ae23b9 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 36ad3f771764e755597666fd058d947cf7ffb2d3..56016c7d55d28a982137fd28e0cce773616ee113 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 5e5872d44594aefe6f12e5e13155f857a01150ec..d3be196aea3b578e583ce406664c9f7bbd2aec31 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index fd7e46e4143be0b1c7e801050bf7f54b9f788e8c..55d098aadffd58361e0a48e65d57972b76980d29 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 4513c97d381ab9e4c70282a1e5cfcca911ac6918..ac1a8029c69a1538ab7272e1dfe2aff33eb1b6a4 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 494d94cc879996572d3d62f70826cf31b78f5945..02347b4efd0696e5c704c5201e5540fddead688b 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://dougiamas.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 d6ab3e22089f6c88df2c0c07fec77f1f7154fb6d..6c06fb31ac177bc0ce78e576a037c48936f88934 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 e740aacffab2b3b1fd56bcca3a8275d7c9b30d71..1ecaf5586883974ecacdf8ff8bbc75731b092440 100644 (file)
-<?php\r
-\r
-/// $Id $\r
-\r
-///////////////////////////////////////////////////////////////////////////\r
-//                                                                       //\r
-// NOTICE OF COPYRIGHT                                                   //\r
-//                                                                       //\r
-// ADOdb  - Database Abstraction Library for PHP                         //\r
-//          http://adodb.sourceforge.net/                                //\r
-//                                                                       //\r
-// Copyright (C) 2000-2007 John Lim (jlim\@natsoft.com.my)               //\r
-//          All rights reserved.                                         //\r
-//          Released under both BSD license and LGPL library license.    //\r
-//          Whenever there is any discrepancy between the two licenses,  //\r
-//          the BSD license will take precedence                         //\r
-//                                                                       //\r
-// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\r
-//          http://moodle.com                                            //\r
-//                                                                       //\r
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //\r
-//           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //\r
-//                                                                       //\r
-// This program is free software; you can redistribute it and/or modify  //\r
-// it under the terms of the GNU General Public License as published by  //\r
-// the Free Software Foundation; either version 2 of the License, or     //\r
-// (at your option) any later version.                                   //\r
-//                                                                       //\r
-// This program is distributed in the hope that it will be useful,       //\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of        //\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         //\r
-// GNU General Public License for more details:                          //\r
-//                                                                       //\r
-//          http://www.gnu.org/copyleft/gpl.html                         //\r
-//                                                                       //\r
-///////////////////////////////////////////////////////////////////////////\r
-\r
-/**\r
-*  MSSQL Driver with auto-prepended "N" for correct unicode storage\r
-*  of SQL literal strings. Intended to be used with MSSQL drivers that\r
-*  are sending UCS-2 data to MSSQL (FreeTDS and ODBTP) in order to get\r
-*  true cross-db compatibility from the application point of view.\r
-*/\r
-\r
-// security - hide paths\r
-if (!defined('ADODB_DIR')) die();\r
-\r
-// one useful constant\r
-if (!defined('SINGLEQUOTE')) define('SINGLEQUOTE', "'");\r
-\r
-include_once(ADODB_DIR.'/drivers/adodb-mssql.inc.php');\r
-\r
-class ADODB_mssql_n extends ADODB_mssql {\r
-       var $databaseType = "mssql_n";\r
-       \r
-       function ADODB_mssqlpo()\r
-       {\r
-               ADODB_mssql::ADODB_mssql();\r
-       }\r
-\r
-       function _query($sql,$inputarr)\r
-       {\r
-        $sql = $this->_appendN($sql);\r
-               return ADODB_mssql::_query($sql,$inputarr);\r
-       }\r
-\r
-    /**\r
-     * This function will intercept all the literals used in the SQL, prepending the "N" char to them\r
-     * in order to allow mssql to store properly data sent in the correct UCS-2 encoding (by freeTDS\r
-     * and ODBTP) keeping SQL compatibility at ADOdb level (instead of hacking every project to add\r
-     * the "N" notation when working against MSSQL.\r
-     *\r
-     * Note that this hack only must be used if ALL the char-based columns in your DB are of type nchar,\r
-     * nvarchar and ntext\r
-     */\r
-    function _appendN($sql) {\r
-\r
-        $result = $sql;\r
-\r
-    /// Check we have some single quote in the query. Exit ok.\r
-        if (strpos($sql, SINGLEQUOTE) === false) {\r
-            return $sql;\r
-        }\r
-\r
-    /// Check we haven't an odd number of single quotes (this can cause problems below\r
-    /// and should be considered one wrong SQL). Exit with debug info.\r
-        if ((substr_count($sql, SINGLEQUOTE) & 1)) {\r
-            if ($this->debug) {\r
-                ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of quotes (odd)");\r
-            }\r
-            return $sql;\r
-        }\r
-\r
-    /// Check we haven't any backslash + single quote combination. It should mean wrong\r
-    /// backslashes use (bad magic_quotes_sybase?). Exit with debug info.\r
-        $regexp = '/(\\\\' . SINGLEQUOTE . '[^' . SINGLEQUOTE . '])/';\r
-        if (preg_match($regexp, $sql)) {\r
-            if ($this->debug) {\r
-                ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use of backslash + single quote");\r
-            }\r
-            return $sql;\r
-        }\r
-\r
-    /// Remove pairs of single-quotes\r
-        $pairs = array();\r
-        $regexp = '/(' . SINGLEQUOTE . SINGLEQUOTE . ')/';\r
-        preg_match_all($regexp, $result, $list_of_pairs);\r
-        if ($list_of_pairs) {\r
-            foreach (array_unique($list_of_pairs[0]) as $key=>$value) {\r
-                $pairs['<@#@#@PAIR-'.$key.'@#@#@>'] = $value;\r
-            }\r
-            if (!empty($pairs)) {\r
-                $result = str_replace($pairs, array_keys($pairs), $result);\r
-            }\r
-        }\r
-\r
-    /// Remove the rest of literals present in the query\r
-        $literals = array();\r
-        $regexp = '/(N?' . SINGLEQUOTE . '.*?' . SINGLEQUOTE . ')/is';\r
-        preg_match_all($regexp, $result, $list_of_literals);\r
-        if ($list_of_literals) {\r
-            foreach (array_unique($list_of_literals[0]) as $key=>$value) {\r
-                $literals['<#@#@#LITERAL-'.$key.'#@#@#>'] = $value;\r
-            }\r
-            if (!empty($literals)) {\r
-                $result = str_replace($literals, array_keys($literals), $result);\r
-            }\r
-        }\r
-\r
-\r
-    /// Analyse literals to prepend the N char to them if their contents aren't numeric\r
-        if (!empty($literals)) {\r
-            foreach ($literals as $key=>$value) {\r
-                if (!is_numeric(trim($value, SINGLEQUOTE))) {\r
-                /// Non numeric string, prepend our dear N\r
-                    $literals[$key] = 'N' . trim($value, 'N'); //Trimming potentially existing previous "N"\r
-                }\r
-            }\r
-        }\r
-\r
-    /// Re-apply literals to the text\r
-        if (!empty($literals)) {\r
-            $result = str_replace(array_keys($literals), $literals, $result);\r
-        }\r
-\r
-    /// Any pairs followed by N' must be switched to N' followed by those pairs\r
-    /// (or strings beginning with single quotes will fail)\r
-        $result = preg_replace("/((<@#@#@PAIR-(\d+)@#@#@>)+)N'/", "N'$1", $result);\r
-\r
-    /// Re-apply pairs of single-quotes to the text\r
-        if (!empty($pairs)) {\r
-            $result = str_replace(array_keys($pairs), $pairs, $result);\r
-        }\r
-\r
-    /// Print transformation if debug = on\r
-        if ($result != $sql && $this->debug) {\r
-            ADOConnection::outp("{$this->databaseType} internal transformation:<br>{$sql}<br>to<br>{$result}");\r
-        }\r
-\r
-        return $result;\r
-    }\r
-}\r
-\r
-class ADORecordset_mssql_n extends ADORecordset_mssql {\r
-       var $databaseType = "mssql_n";\r
-       function ADORecordset_mssql_n($id,$mode=false)\r
-       {\r
-               $this->ADORecordset_mssql($id,$mode);\r
-       }\r
-}\r
-?>\r
+<?php
+
+
+
+/// $Id $
+
+
+
+///////////////////////////////////////////////////////////////////////////
+
+//                                                                       //
+
+// NOTICE OF COPYRIGHT                                                   //
+
+//                                                                       //
+
+// ADOdb  - Database Abstraction Library for PHP                         //
+
+//          http://adodb.sourceforge.net/                                //
+
+//                                                                       //
+
+// Copyright (C) 2000-2007 John Lim (jlim\@natsoft.com.my)               //
+
+//          All rights reserved.                                         //
+
+//          Released under both BSD license and LGPL library license.    //
+
+//          Whenever there is any discrepancy between the two licenses,  //
+
+//          the BSD license will take precedence                         //
+
+//                                                                       //
+
+// Moodle - Modular Object-Oriented Dynamic Learning Environment         //
+
+//          http://moodle.com                                            //
+
+//                                                                       //
+
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
+
+//           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.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  //
+
+// the Free Software Foundation; either version 2 of the License, or     //
+
+// (at your option) any later version.                                   //
+
+//                                                                       //
+
+// This program 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:                          //
+
+//                                                                       //
+
+//          http://www.gnu.org/copyleft/gpl.html                         //
+
+//                                                                       //
+
+///////////////////////////////////////////////////////////////////////////
+
+
+
+/**
+
+*  MSSQL Driver with auto-prepended "N" for correct unicode storage
+
+*  of SQL literal strings. Intended to be used with MSSQL drivers that
+
+*  are sending UCS-2 data to MSSQL (FreeTDS and ODBTP) in order to get
+
+*  true cross-db compatibility from the application point of view.
+
+*/
+
+
+
+// security - hide paths
+
+if (!defined('ADODB_DIR')) die();
+
+
+
+// one useful constant
+
+if (!defined('SINGLEQUOTE')) define('SINGLEQUOTE', "'");
+
+
+
+include_once(ADODB_DIR.'/drivers/adodb-mssql.inc.php');
+
+
+
+class ADODB_mssql_n extends ADODB_mssql {
+
+       var $databaseType = "mssql_n";
+
+       
+
+       function ADODB_mssqlpo()
+
+       {
+
+               ADODB_mssql::ADODB_mssql();
+
+       }
+
+
+
+       function _query($sql,$inputarr)
+
+       {
+
+        $sql = $this->_appendN($sql);
+
+               return ADODB_mssql::_query($sql,$inputarr);
+
+       }
+
+
+
+    /**
+
+     * This function will intercept all the literals used in the SQL, prepending the "N" char to them
+
+     * in order to allow mssql to store properly data sent in the correct UCS-2 encoding (by freeTDS
+
+     * and ODBTP) keeping SQL compatibility at ADOdb level (instead of hacking every project to add
+
+     * the "N" notation when working against MSSQL.
+
+     *
+
+     * Note that this hack only must be used if ALL the char-based columns in your DB are of type nchar,
+
+     * nvarchar and ntext
+
+     */
+
+    function _appendN($sql) {
+
+
+
+        $result = $sql;
+
+
+
+    /// Check we have some single quote in the query. Exit ok.
+
+        if (strpos($sql, SINGLEQUOTE) === false) {
+
+            return $sql;
+
+        }
+
+
+
+    /// Check we haven't an odd number of single quotes (this can cause problems below
+
+    /// and should be considered one wrong SQL). Exit with debug info.
+
+        if ((substr_count($sql, SINGLEQUOTE) & 1)) {
+
+            if ($this->debug) {
+
+                ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of quotes (odd)");
+
+            }
+
+            return $sql;
+
+        }
+
+
+
+    /// Check we haven't any backslash + single quote combination. It should mean wrong
+
+    /// backslashes use (bad magic_quotes_sybase?). Exit with debug info.
+
+        $regexp = '/(\\\\' . SINGLEQUOTE . '[^' . SINGLEQUOTE . '])/';
+
+        if (preg_match($regexp, $sql)) {
+
+            if ($this->debug) {
+
+                ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use of backslash + single quote");
+
+            }
+
+            return $sql;
+
+        }
+
+
+
+    /// Remove pairs of single-quotes
+
+        $pairs = array();
+
+        $regexp = '/(' . SINGLEQUOTE . SINGLEQUOTE . ')/';
+
+        preg_match_all($regexp, $result, $list_of_pairs);
+
+        if ($list_of_pairs) {
+
+            foreach (array_unique($list_of_pairs[0]) as $key=>$value) {
+
+                $pairs['<@#@#@PAIR-'.$key.'@#@#@>'] = $value;
+
+            }
+
+            if (!empty($pairs)) {
+
+                $result = str_replace($pairs, array_keys($pairs), $result);
+
+            }
+
+        }
+
+
+
+    /// Remove the rest of literals present in the query
+
+        $literals = array();
+
+        $regexp = '/(N?' . SINGLEQUOTE . '.*?' . SINGLEQUOTE . ')/is';
+
+        preg_match_all($regexp, $result, $list_of_literals);
+
+        if ($list_of_literals) {
+
+            foreach (array_unique($list_of_literals[0]) as $key=>$value) {
+
+                $literals['<#@#@#LITERAL-'.$key.'#@#@#>'] = $value;
+
+            }
+
+            if (!empty($literals)) {
+
+                $result = str_replace($literals, array_keys($literals), $result);
+
+            }
+
+        }
+
+
+
+
+
+    /// Analyse literals to prepend the N char to them if their contents aren't numeric
+
+        if (!empty($literals)) {
+
+            foreach ($literals as $key=>$value) {
+
+                if (!is_numeric(trim($value, SINGLEQUOTE))) {
+
+                /// Non numeric string, prepend our dear N
+
+                    $literals[$key] = 'N' . trim($value, 'N'); //Trimming potentially existing previous "N"
+
+                }
+
+            }
+
+        }
+
+
+
+    /// Re-apply literals to the text
+
+        if (!empty($literals)) {
+
+            $result = str_replace(array_keys($literals), $literals, $result);
+
+        }
+
+
+
+    /// Any pairs followed by N' must be switched to N' followed by those pairs
+
+    /// (or strings beginning with single quotes will fail)
+
+        $result = preg_replace("/((<@#@#@PAIR-(\d+)@#@#@>)+)N'/", "N'$1", $result);
+
+
+
+    /// Re-apply pairs of single-quotes to the text
+
+        if (!empty($pairs)) {
+
+            $result = str_replace(array_keys($pairs), $pairs, $result);
+
+        }
+
+
+
+    /// Print transformation if debug = on
+
+        if ($result != $sql && $this->debug) {
+
+            ADOConnection::outp("{$this->databaseType} internal transformation:<br>{$sql}<br>to<br>{$result}");
+
+        }
+
+
+
+        return $result;
+
+    }
+
+}
+
+
+
+class ADORecordset_mssql_n extends ADORecordset_mssql {
+
+       var $databaseType = "mssql_n";
+
+       function ADORecordset_mssql_n($id,$mode=false)
+
+       {
+
+               $this->ADORecordset_mssql($id,$mode);
+
+       }
+
+}
+
+?>
+
index f1a01dc88af8468a63285c52d3104ca32e4f3456..cef12b9385c98c3c4c6db5a01533159dee65de42 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 4a0087968a36452e19617fe20d7c0d0ad816c906..e6ce7ee30a409630ce33ddb3a717648e6abc8b4a 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 3f3338a0f95cabb6b84b7a790378ec114e256067..6b1652f73664e71ec993e9f0e7d237e0884ae427 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2999  Martin Dougiamas, Moodle  http://moodle.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas, Moodle  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 3ed66e51f455bf711a2f62da8d5da243aa2dbc73..0cbb24f1156ec4dfe39b750ec2917d9058bd0a46 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.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 ae5d52e2745b2bf91340d8fa6e4647f297d564b9..0cc024557304ecd92926f6b479478cefeba176d2 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 0a5bf4c2f8d85b00d5da4b7f507e1f4356114972..97a995f50199c34bad1dea55ab72194fa0efe0fb 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 4b3159d4b9430268f76f0af6698ea3f5cb476919..ee9c7bd5641c9c9c10e9942d90d0cd8ccf733fe0 100644 (file)
@@ -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://dougiamas.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 9f1e4cc21a8a11048749725cc91fa6cbfdfa4aa4..4385a801bbf026e199eab332fb66e89302f1e81a 100644 (file)
@@ -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://dougiamas.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 301a5cc66a040b54eccbafe5a54defc471f891fb..0e29d2ba7dd63b5c10f6fc69a8fd21e8f161e6af 100644 (file)
@@ -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://dougiamas.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 9b5ce981d8ccf68333e666ff83070188f54390de..1182150f41a4827f233f80a7dcabcde2e4e5a8d6 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://dougiamas.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 e7e4912d94ed48ccf4ea88ae9de54614b24bcd48..1eb2422d82a622c7a726daeb834761dc02846a18 100644 (file)
@@ -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://dougiamas.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 66f19434cf7d815ee44e8f6e4611856b051ab192..0e93189881eaa93796dd5c0547744d0f48163a08 100644 (file)
@@ -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://dougiamas.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 cae623876f26ad01b82ea3999e8c1231b4dd9da3..c0f819f6c546a410ddbac4d072b35afdd9b5deb5 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 46a9ebdc2b287aee3940a83d72ee3494b37b0d1e..5ec8f32de1375fbf16ff3aedf69a8bf016fb6373 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 bbe81d56f8389f93e4b59b2256232f52137426ee..ebad04e1a1440a87f84029a731db4c405798ba9a 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 8f7c35a6c02723ccc107c68b2d2c2fd3c6484e59..d21369f42b51139122718d105b95cd2d9ccdd70e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 c284c4971e7653397d872ef11313201e357349b2..b3e90a97b144c6b12e34bdcc7b823973d47a1208 100755 (executable)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 c3c44742f6a2dc1dcc30c1bf602bdf6c9f4ce49c..708db97210aff6546135871cd3ee0d9a0463e167 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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  //
@@ -599,4 +599,4 @@ class list_item{
     }
 
 }
-?>
\ No newline at end of file
+?>
index d24d0c9a5c0678d8773c6515628d9a4f984dca19..33634e6b2ec6afb1083d2e9ab68d08880f14a319 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 d4185d103b622741c96bbbdc4cde2da7bfbeaad6..5cd7c75b54a706b86667c484b53c8194ca3012f5 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //           (C) 2001-3001 Petr Skoda (skodak)                           //
 //                                                                       //
@@ -794,4 +794,4 @@ function get_ods_manifest() {
  <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="meta.xml"/>
 </manifest:manifest>';
 }
-?>
\ No newline at end of file
+?>
index 40dc7df4e48cf06ebe471994d120b00d54cbf7d6..ed36550ee520d6f4de362ced22919fcc23d2fd63 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2999  Martin Dougiamas  http://moodle.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  //
@@ -136,4 +136,4 @@ class pdf extends TCPDF {
 } // End class pdf
 
 
-?>
\ No newline at end of file
+?>
index 25f7170c807256f8b9ba76fef8a41c7febc901ed..333ee582b6ab65596f5480b28b7435709ccaa357 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2007  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 833fccb8ee4644723ffeba1bff3212a9259889cc..c9274f9423a4c9059334afab1033b965220afa89 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 8280f5768bb13564affae1e8f9334d5adfc419cb..b1e7b0bb531a0f28b931fd737a4ca2125c8b6ac1 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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  //
@@ -54,4 +54,4 @@ $user_agents = array(
                         'Debian Linux' => 'Opera/9.01 (X11; Linux i686; U; en)')
     )
 );
-?>
\ No newline at end of file
+?>
index 2dfe3f0881c1daabc94c7babb84a89fb34d247e3..611220c8eca179549df7c29cc5066531613e2aff 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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  //
@@ -138,4 +138,4 @@ class ajaxlib_test extends UnitTestCase {
     }
 }
 
-?>
\ No newline at end of file
+?>
index 7a782ac5519819cb83efe4e2ec25f2f469c21012..7d731bd4d64baa538c26198cb6f24b071eb56839 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 ca07f6c8c1ae34bd8360352b8cc0581113d75e2f..f2b8b74cc471cd2e031ac16d1dfa6ca3a3665b0f 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 d67c5d0e4d2bc026c450c8174b4892d6ab3b68fd..31eb8e12561410be3761014a84cf8d97c54a27c5 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 4cf3d4c40e8c681f960aa8859382904dc5da371b..a8ff4a7226ad68fffca3e62f77385c678407a19e 100644 (file)
@@ -16,7 +16,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //           (C) 2001-3001 Antonio Vicent          http://ludens.es      //
 //                                                                       //
index d7251830d83bf39353113539c5b3743bbb225de1..8bd0632c35353da0fcf328abc9a90623bfeed1f4 100644 (file)
@@ -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://dougiamas.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 a6e8debb3ef7b1c69244cf12f3dbadc836629e5c..6161b5d5bcc9d9b0da81918d498f14d1e065217e 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index f7d0d7eed7b2b36fc1acb52e972f893a470b1389..b99a48c14123c603355fc7123ccdf02119ae6564 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index a4df766893611719b445858037fe45f9c76a07ef..cb0761e734fe84e296e22b28fea5865a19e56f81 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 002921fa003084e27919b97a0964cfe44753c1ed..097efa5edc5c020f065e20e5e78a3eae249b5962 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index f81475081601c92bcd517d28239d4b03f6583555..6463c0e5411a915c6767daa0a5b190950b0bdef8 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 50881001f777f029b5223dcf474160753478194e..4c31feedee72850ced27a32c3d3c626abc0acf74 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 47e933cd369b8d0ad60a2deb98d34810559589f8..fb2bfb8c39a64ca6b767dfa2afa3a8d9220938b9 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 38aab23a283151a6d7f8b0429c7438ee1899c719..45064b26bba6a93524dbd68760b9e2d6424ef6a5 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index a65f7641ccbe3b522765b57c31667795df8ed194..e2594d64f6473f80da76804a36f33daac6475828 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 3c2fe644464a92f5d75f02c056010f1ebed0f362..55822491a3cdb36d6c16dc55fa50fa139a8848ee 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index e8888ec7f9282db1db09f28130ac11ed1eb501f0..4bdd00ebde43298989258cb17340b1b8deabc522 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 65a7abae5e4551b72a2cfc4503e68c34b32a6474..a71cc4ba5075bf5c28413986facdec014b86fee8 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index a7c0a83dac74396197a1aec0c3e2116d317d2035..69f43f6df4b7c0a7bd78cd355881cc5cfd980d03 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 960d2babfa2b152fcd02eace270c746fd6ee65fa..186ee11ed68c4085c135d2043f1f155c90e0d698 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index ad37cad719ed535b51b6aa80e26490ce50377421..328434e36a87e3c1946a870985051f768e86bbcc 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 88556542b6e76524eceefe028f80d649a45a0775..4ba3e7ced45a65adcab3376e6d1f17521d58c0d4 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 5f1489e2c2cc37dab29e30e81a7212b5410df018..0eb8dd2560b7a3a2f02c4954f8f0637d6621fb6d 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 80f0b68dc88d4397a05319339879401a9cf365f7..e7160a0368a5849248b6090689d759282f84289a 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 6698a615a60c448e63ebc51f6caae633fc9371b8..358c369e52286e19ef4d3dbde5dd05e6a5511d9a 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.org                                            //
 //                                                                       //
-// Copyright (C) 1999-2004  Martin Dougiamas  http://dougiamas.com       //
+// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.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 74470d8b9aafb45be7bb122e3a7cbbd5f9d76c04..6764d0b3fa107d182a5468727b95e029b7172953 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index ee349d5406eb095854e3fc9cdfe44f9437eccf4b..6f148b5b43202f3e961461983a64a8dfd25ec322 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //
index 19f2ec7fadaa8d658b1d658ed0d278927080e439..bdbcc6f2641cf7502fedc56f5c940ee5be06adac 100644 (file)
@@ -7,7 +7,7 @@
 // Moodle - Modular Object-Oriented Dynamic Learning Environment         //
 //          http://moodle.com                                            //
 //                                                                       //
-// Copyright (C) 2001-3001 Martin Dougiamas        http://dougiamas.com  //
+// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //
 //           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //
 //                                                                       //
 // This program is free software; you can redistribute it and/or modify  //