From 9d1e2185769482aea0f267b134315fa2bfb79416 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 31 Jul 2007 17:02:43 +0000 Subject: [PATCH] Fixing copyright years --- grade/edit/tree/index.php | 2 +- grade/export/lib.php | 4 ++-- grade/export/ods/export.php | 4 ++-- grade/export/ods/grade_export_ods.php | 4 ++-- grade/export/ods/index.php | 2 +- grade/export/txt/export.php | 4 ++-- grade/export/txt/grade_export_txt.php | 4 ++-- grade/export/txt/index.php | 2 +- grade/export/xls/export.php | 4 ++-- grade/export/xls/grade_export_xls.php | 4 ++-- grade/export/xls/index.php | 2 +- grade/export/xml/export.php | 4 ++-- grade/export/xml/grade_export_xml.php | 2 +- grade/export/xml/index.php | 2 +- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/grade/edit/tree/index.php b/grade/edit/tree/index.php index c7d920fc4cd..95febd76f76 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 324115af404..437da91d2d5 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 efeff42d41c..3e42622d11e 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 c7bc34bd47d..ebee5bcf598 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 8532e6c1bca..ca828f8f7ad 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 9d368102f6a..d46f27d5722 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 c41e9a44283..dbc40f027cc 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 f3a0e90e121..f364c24872a 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 d283ac8f8f9..abd0c36d72f 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 70c46b0afbe..e52f6762054 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 eb8f9de9d99..ebb6c3596d0 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 056161755d6..540fae2b2fb 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 68a79b0cb95..3af8df64813 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 6a89c49fd6f..03601e9cf35 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 //