diff --git a/main/admin/class_add.php b/main/admin/class_add.php index ff84ba183e..e9c4461d62 100755 --- a/main/admin/class_add.php +++ b/main/admin/class_add.php @@ -1,34 +1,11 @@ - - 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: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com -============================================================================== +/* For licensing terms, see /license.txt */ +/** +* @package chamilo.admin */ /** -============================================================================== + * Code * This tool allows platform admins to update class-user relations by uploading * a CSVfile -* @package dokeos.admin -============================================================================== */ /** diff --git a/main/exercice/answer_admin.inc.php b/main/exercice/answer_admin.inc.php index e25b8e2dcc..f4e3dc9d57 100755 --- a/main/exercice/answer_admin.inc.php +++ b/main/exercice/answer_admin.inc.php @@ -3,11 +3,13 @@ // YW: 20110209: Script depredated? /** * This script allows to manage answers. It is included from the script admin.php -* @package dokeos.exercise +* @package chamilo.exercise * @author Olivier Brouckaert * @version $Id: answer_admin.inc.php 21361 2009-06-11 04:08:58Z ivantcholakov $ */ - +/** + * Code + */ // ALLOWED_TO_INCLUDE is defined in admin.php if(!defined('ALLOWED_TO_INCLUDE')) diff --git a/main/exercice/export/index.php b/main/exercice/export/index.php old mode 100644 new mode 100755 index c3a958ff04..d8f325fd62 --- a/main/exercice/export/index.php +++ b/main/exercice/export/index.php @@ -5,9 +5,12 @@ * @license http://www.gnu.org/copyleft/gpl.html (GPL) GENERAL PUBLIC LICENSE * * @author Claro Team - * @package dokeos.exercise + * @package chamilo.exercise * */ +/** + * Redirection + */ header("Location: ../../../"); exit(); -?> \ No newline at end of file +?> diff --git a/main/exercice/export/qti2/qti2_classes.php b/main/exercice/export/qti2/qti2_classes.php index 11fb0880fa..6ae2dc7690 100755 --- a/main/exercice/export/qti2/qti2_classes.php +++ b/main/exercice/export/qti2/qti2_classes.php @@ -2,7 +2,7 @@ /* For licensing terms, see /license.txt */ /** * @author Claro Team - * @author Yannick Warnier - updated ImsAnswerHotspot to match QTI norms + * @author Yannick Warnier - updated ImsAnswerHotspot to match QTI norms * @package chamilo.exercise */ /** diff --git a/main/exercice/fill_blanks.class.php b/main/exercice/fill_blanks.class.php index 7d49acd71a..83a6ede455 100755 --- a/main/exercice/fill_blanks.class.php +++ b/main/exercice/fill_blanks.class.php @@ -1,7 +1,5 @@ +* @author Yannick Warnier * @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $ * * @todo respect coding guidelines diff --git a/main/exercice/multiple_answer.class.php b/main/exercice/multiple_answer.class.php index 86754cf0a6..33a410b39d 100755 --- a/main/exercice/multiple_answer.class.php +++ b/main/exercice/multiple_answer.class.php @@ -3,7 +3,7 @@ /** * File containing the MultipleAnswer class. - * @package dokeos.exercise + * @package chamilo.exercise * @author Eric Marguin */ diff --git a/main/exercice/multiple_answer_combination.class.php b/main/exercice/multiple_answer_combination.class.php index f3fd5d390b..f603956722 100755 --- a/main/exercice/multiple_answer_combination.class.php +++ b/main/exercice/multiple_answer_combination.class.php @@ -1,13 +1,14 @@