From 06efab95c03dd846fdd2f00579a8f86474d95355 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 15 Mar 2010 16:57:32 -0500 Subject: [PATCH] Changing headers, cleaning code --- main/gradebook/gradebook.php | 24 +----------------- main/gradebook/gradebook_edit_all.php | 25 ++++++++++--------- main/gradebook/gradebook_edit_cat.php | 24 +----------------- main/gradebook/gradebook_edit_eval.php | 24 +----------------- main/gradebook/gradebook_edit_link.php | 22 +--------------- main/gradebook/gradebook_edit_result.php | 24 +----------------- main/gradebook/gradebook_result.class.php | 18 +------------ main/gradebook/gradebook_scoring_system.php | 24 +----------------- main/gradebook/gradebook_showlog_eval.php | 24 +----------------- main/gradebook/gradebook_showlog_link.php | 24 +----------------- main/gradebook/gradebook_statistics.php | 24 +----------------- main/gradebook/gradebook_view_result.php | 24 +----------------- main/gradebook/lib/fe/evalform.class.php | 24 +----------------- .../lib/fe/linkaddeditform.class.php | 24 +----------------- .../lib/fe/scoredisplayform.class.php | 24 +----------------- .../lib/results_data_generator.class.php | 24 +----------------- main/gradebook/lib/scoredisplay.class.php | 24 +----------------- .../lib/user_data_generator.class.php | 2 +- main/gradebook/open_document.php | 24 +----------------- main/gradebook/user_info.php | 24 +----------------- main/gradebook/user_stats.php | 24 +----------------- 21 files changed, 33 insertions(+), 442 deletions(-) diff --git a/main/gradebook/gradebook.php b/main/gradebook/gradebook.php index 262478cba5..8e62f836d7 100755 --- a/main/gradebook/gradebook.php +++ b/main/gradebook/gradebook.php @@ -1,27 +1,5 @@ - For a full list of contributors, see "credits.txt". - The full license can be read in "license.txt". - - 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. - - See the GNU General Public License for more details. - - Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium - Mail: info@dokeos.com -============================================================================== -*/ +/* For licensing terms, see /license.txt */ $language_file = 'gradebook'; //$cidReset = true; require_once ('../inc/global.inc.php'); diff --git a/main/gradebook/gradebook_showlog_link.php b/main/gradebook/gradebook_showlog_link.php index 63531ab135..f99bd3a67f 100755 --- a/main/gradebook/gradebook_showlog_link.php +++ b/main/gradebook/gradebook_showlog_link.php @@ -1,27 +1,5 @@ - For a full list of contributors, see "credits.txt". - The full license can be read in "license.txt". - - 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. - - See the GNU General Public License for more details. - - Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium - Mail: info@dokeos.com -============================================================================== -*/ +/* For licensing terms, see /license.txt */ $language_file = 'gradebook'; //$cidReset = true; require_once ('../inc/global.inc.php'); diff --git a/main/gradebook/gradebook_statistics.php b/main/gradebook/gradebook_statistics.php index 5c4f6a8787..5d78f0c2de 100755 --- a/main/gradebook/gradebook_statistics.php +++ b/main/gradebook/gradebook_statistics.php @@ -1,27 +1,5 @@