Minor - changing headers

skala
Julio Montoya 16 years ago
parent e0da7366d9
commit 1fa0751e68
  1. 26
      main/gradebook/lib/be/abstractlink.class.php
  2. 2
      main/gradebook/lib/be/attendancelink.class.php
  3. 26
      main/gradebook/lib/be/dropboxlink.class.php
  4. 2
      main/gradebook/lib/be/evallink.class.php
  5. 26
      main/gradebook/lib/be/exerciselink.class.php
  6. 24
      main/gradebook/lib/be/forumthreadlink.class.php
  7. 25
      main/gradebook/lib/be/gradebookitem.class.php
  8. 23
      main/gradebook/lib/be/linkfactory.class.php
  9. 24
      main/gradebook/lib/be/result.class.php
  10. 24
      main/gradebook/lib/be/studentpublicationlink.class.php

@ -1,34 +1,12 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
/** /**
* Defines a gradebook AbstractLink object. * Defines a gradebook AbstractLink object.
* To implement specific links, * To implement specific links,
* extend this class and define a type in LinkFactory. * extend this class and define a type in LinkFactory.
* Use the methods in LinkFactory to create link objects. * Use the methods in LinkFactory to create link objects.
* @author Bert Steppé * @author Bert Steppé
* @package dokeos.gradebook * @package chamilo.gradebook
*/ */
abstract class AbstractLink implements GradebookItem abstract class AbstractLink implements GradebookItem
{ {

@ -3,7 +3,7 @@
/** /**
* Gradebook link to attendance item * Gradebook link to attendance item
* @author Christian Fasanando (christian1827@gmail.com) * @author Christian Fasanando (christian1827@gmail.com)
* @package dokeos.gradebook * @package chamilo.gradebook
*/ */
class AttendanceLink extends AbstractLink class AttendanceLink extends AbstractLink
{ {

@ -1,31 +1,9 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
/** /**
* Gradebook link to dropbox item * Gradebook link to dropbox item
* @author Bert Steppé * @author Bert Steppé
* @package dokeos.gradebook * @package chamilo.gradebook
*/ */
class DropboxLink extends EvalLink class DropboxLink extends EvalLink
{ {

@ -25,7 +25,7 @@
/** /**
* Class to be used as basis for links referring to Evaluation objects. * Class to be used as basis for links referring to Evaluation objects.
* @author Bert Steppé * @author Bert Steppé
* @package dokeos.gradebook * @package chamilo.gradebook
*/ */
abstract class EvalLink extends AbstractLink abstract class EvalLink extends AbstractLink
{ {

@ -1,31 +1,9 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
/** /**
* Defines a gradebook ExerciseLink object. * Defines a gradebook ExerciseLink object.
* @author Bert Steppé * @author Bert Steppé
* @package dokeos.gradebook * @package chamilo.gradebook
*/ */
class ExerciseLink extends AbstractLink class ExerciseLink extends AbstractLink
{ {

@ -1,27 +1,5 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
/** /**
* Gradebook link to student publication item * Gradebook link to student publication item
* @author Bert Steppé * @author Bert Steppé

@ -1,30 +1,9 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
/** /**
* Interface for all displayable items in the gradebook. * Interface for all displayable items in the gradebook.
* @author Bert Steppé * @author Bert Steppé
* @package chamilo.gradebook
*/ */
interface GradebookItem interface GradebookItem
{ {

@ -1,27 +1,6 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
// To add your new link type here: // To add your new link type here:
// - define a unique type id // - define a unique type id
// - add include // - add include

@ -1,27 +1,5 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
/** /**
* Defines a gradebook Result object * Defines a gradebook Result object
* @author Bert Steppé, Stijn Konings * @author Bert Steppé, Stijn Konings

@ -1,27 +1,5 @@
<?php <?php
/* /* For licensing terms, see /license.txt */
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2006 Dokeos SPRL
Copyright (c) 2006 Ghent University (UGent)
Copyright (c) various contributors
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
==============================================================================
*/
/** /**
* Gradebook link to student publication item * Gradebook link to student publication item
* @author Bert Steppé * @author Bert Steppé

Loading…
Cancel
Save