[svn r17989] Minor - Headers updates

skala
Yannick Warnier 16 years ago
parent 738e9516e8
commit abd393c480
  1. 25
      main/work/download.php
  2. 5
      main/work/downloadfolder.inc.php
  3. 27
      main/work/work.lib.php
  4. 29
      main/work/work.php

@ -1,24 +1,5 @@
<?php // $Id: $
/*
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos SPRL
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
info@dokeos.com
==============================================================================
*/
<?php // $Id: download.php 17989 2009-01-25 05:51:54Z yannoo $
/* For licensing terms, see /dokeos_license.txt */
/**
==============================================================================
* This file is responsible for passing requested documents to the browser.
@ -26,7 +7,7 @@
* but this code will hopefully be replaced soon by an Apache URL
* rewrite mechanism.
*
* @package dokeos.studentpublication
* @package dokeos.work
==============================================================================
*/

@ -1,9 +1,10 @@
<?php // $Id: $
<?php // $Id: downloadfolder.inc.php 17989 2009-01-25 05:51:54Z yannoo $
/* For licensing terms, see /dokeos_license.txt */
/**
==============================================================================
* Functions and main code for the download folder feature
*
* @package dokeos.studentpublications
* @package dokeos.work
==============================================================================
*/

@ -1,31 +1,12 @@
<?php
/*
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2004-2008 Dokeos SPRL
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
==============================================================================
*/
<?php //$Id: work.lib.php 17989 2009-01-25 05:51:54Z yannoo $
/* For licensing terms, see /dokeos_license.txt */
/**
* @package dokeos.studentpublications
* @package dokeos.work
* @author Thomas, Hugues, Christophe - original version
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University - ability for course admins to specify wether uploaded documents are visible or invisible by default.
* @author Roan Embrechts, code refactoring and virtual course support
* @author Frederic Vauthier, directories management
* @version $Id: $
* @version $Id: work.lib.php 17989 2009-01-25 05:51:54Z yannoo $
*/
/**
* Displays action links (for admins, authorized groups members and authorized students)

@ -1,33 +1,12 @@
<?php
/*
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos Latinoamerica SAC
Copyright (c) 2004-2008 Dokeos SPRL
Copyright (c) 2003 Ghent University (UGent)
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, 108, ru du Corbeau, B-1030 Brussels, Belgium
Mail: info@dokeos.com
==============================================================================
*/
<?php //$Id: work.php 17989 2009-01-25 05:51:54Z yannoo $
/* For licensing terms, see /dokeos_license.txt */
/**
* @package dokeos.studentpublications
* @package dokeos.work
* @author Thomas, Hugues, Christophe - original version
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University - ability for course admins to specify wether uploaded documents are visible or invisible by default.
* @author Roan Embrechts, code refactoring and virtual course support
* @author Frederic Vauthier, directories management
* @version $Id: work.php 17988 2009-01-25 05:36:04Z yannoo $
* @version $Id: work.php 17989 2009-01-25 05:51:54Z yannoo $
*
* @todo refactor more code into functions, use quickforms, coding standards, ...
*/

Loading…
Cancel
Save