Browse Source

Minor - changing headers

Julio Montoya 15 years ago
parent
commit
446adf348a
3 changed files with 7 additions and 9 deletions
  1. 2 2
      main/newscorm/blank.php
  2. 2 2
      main/newscorm/learnpath.class.php
  3. 3 5
      main/newscorm/lp_content.php

+ 2 - 2
main/newscorm/blank.php

@@ -1,8 +1,8 @@
 <?php //$id: $
-/* For licensing terms, see /chamilo_license.txt */
+/* For licensing terms, see /license.txt */
 /**
  * Script that displays a blank page (with later a message saying why)
- * @package dokeos.learnpath
+ * @package chamilo.learnpath
  * @author Yannick Warnier <ywarnier@beeznest.org>
  */
 

+ 2 - 2
main/newscorm/learnpath.class.php

@@ -1,5 +1,5 @@
 <?php
-/* For licensing terms, see /dokeos_license.txt */
+/* For licensing terms, see /license.txt */
 
 /**
  * This (abstract?) class defines the parent attributes and methods for the dokeos learnpaths and scorm
@@ -10,7 +10,7 @@
  */
 /**
  * Defines the learnpath parent class
- * @package dokeos.learnpath
+ * @package chamilo.learnpath
  */
 
 class learnpath {

+ 3 - 5
main/newscorm/lp_content.php

@@ -1,12 +1,10 @@
-<?php //$id: $
+<?php
+/* For licensing terms, see /license.txt */
 /**
  * Script that displays an error message when no content could be loaded
- * @package dokeos.learnpath
+ * @package chamilo.learnpath
  * @author Yannick Warnier <ywarnier@beeznest.org>
  */
-/**
- * Nothing very interesting
- */
 
 // including the global file
 require_once '../inc/global.inc.php';