From: moodler Date: Tue, 31 Jul 2007 17:02:43 +0000 (+0000) Subject: Fixing copyright years X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9d1e2185769482aea0f267b134315fa2bfb79416;p=moodle.git Fixing copyright years --- diff --git a/grade/edit/tree/index.php b/grade/edit/tree/index.php index c7d920fc4c..95febd76f7 100644 --- a/grade/edit/tree/index.php +++ b/grade/edit/tree/index.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2007 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // diff --git a/grade/export/lib.php b/grade/export/lib.php index 324115af40..437da91d2d 100755 --- a/grade/export/lib.php +++ b/grade/export/lib.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -241,4 +241,4 @@ class grade_export { } } -?> \ No newline at end of file +?> diff --git a/grade/export/ods/export.php b/grade/export/ods/export.php index efeff42d41..3e42622d11 100755 --- a/grade/export/ods/export.php +++ b/grade/export/ods/export.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -46,4 +46,4 @@ require_capability('gradeexport/ods:view', $context); $export = new grade_export_ods($id, $itemids); $export->print_grades($feedback); -?> \ No newline at end of file +?> diff --git a/grade/export/ods/grade_export_ods.php b/grade/export/ods/grade_export_ods.php index c7bc34bd47..ebee5bcf59 100755 --- a/grade/export/ods/grade_export_ods.php +++ b/grade/export/ods/grade_export_ods.php @@ -6,7 +6,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -130,4 +130,4 @@ class grade_export_ods extends grade_export { } } -?> \ No newline at end of file +?> diff --git a/grade/export/ods/index.php b/grade/export/ods/index.php index 8532e6c1bc..ca828f8f7a 100755 --- a/grade/export/ods/index.php +++ b/grade/export/ods/index.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // diff --git a/grade/export/txt/export.php b/grade/export/txt/export.php index 9d368102f6..d46f27d572 100755 --- a/grade/export/txt/export.php +++ b/grade/export/txt/export.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -46,4 +46,4 @@ $export = new grade_export_txt($id, $itemids); $export->set_separator(optional_param('separator')); $export->print_grades($feedback); -?> \ No newline at end of file +?> diff --git a/grade/export/txt/grade_export_txt.php b/grade/export/txt/grade_export_txt.php index c41e9a4428..dbc40f027c 100755 --- a/grade/export/txt/grade_export_txt.php +++ b/grade/export/txt/grade_export_txt.php @@ -6,7 +6,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -118,4 +118,4 @@ class grade_export_txt extends grade_export { } } -?> \ No newline at end of file +?> diff --git a/grade/export/txt/index.php b/grade/export/txt/index.php index f3a0e90e12..f364c24872 100755 --- a/grade/export/txt/index.php +++ b/grade/export/txt/index.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // diff --git a/grade/export/xls/export.php b/grade/export/xls/export.php index d283ac8f8f..abd0c36d72 100755 --- a/grade/export/xls/export.php +++ b/grade/export/xls/export.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -45,4 +45,4 @@ require_capability('gradeexport/xls:view', $context); $export = new grade_export_xls($id, $itemids); $export->print_grades($feedback); -?> \ No newline at end of file +?> diff --git a/grade/export/xls/grade_export_xls.php b/grade/export/xls/grade_export_xls.php index 70c46b0afb..e52f676205 100755 --- a/grade/export/xls/grade_export_xls.php +++ b/grade/export/xls/grade_export_xls.php @@ -6,7 +6,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -128,4 +128,4 @@ class grade_export_xls extends grade_export { } } -?> \ No newline at end of file +?> diff --git a/grade/export/xls/index.php b/grade/export/xls/index.php index eb8f9de9d9..ebb6c3596d 100755 --- a/grade/export/xls/index.php +++ b/grade/export/xls/index.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // diff --git a/grade/export/xml/export.php b/grade/export/xml/export.php index 056161755d..540fae2b2f 100755 --- a/grade/export/xml/export.php +++ b/grade/export/xml/export.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -45,4 +45,4 @@ require_capability('gradeexport/xml:view', $context); $export = new grade_export_xml($id, $itemids); $export->print_grades($feedback); -?> \ No newline at end of file +?> diff --git a/grade/export/xml/grade_export_xml.php b/grade/export/xml/grade_export_xml.php index 68a79b0cb9..3af8df6481 100755 --- a/grade/export/xml/grade_export_xml.php +++ b/grade/export/xml/grade_export_xml.php @@ -6,7 +6,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // diff --git a/grade/export/xml/index.php b/grade/export/xml/index.php index 6a89c49fd6..03601e9cf3 100755 --- a/grade/export/xml/index.php +++ b/grade/export/xml/index.php @@ -7,7 +7,7 @@ // Moodle - Modular Object-Oriented Dynamic Learning Environment // // http://moodle.com // // // -// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // +// Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by //