瀏覽代碼

Minor - changing headers

Julio Montoya 15 年之前
父節點
當前提交
446adf348a
共有 3 個文件被更改,包括 7 次插入9 次删除
  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: $
 <?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)
  * Script that displays a blank page (with later a message saying why)
- * @package dokeos.learnpath
+ * @package chamilo.learnpath
  * @author Yannick Warnier <ywarnier@beeznest.org>
  * @author Yannick Warnier <ywarnier@beeznest.org>
  */
  */
 
 

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

@@ -1,5 +1,5 @@
 <?php
 <?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
  * This (abstract?) class defines the parent attributes and methods for the dokeos learnpaths and scorm
@@ -10,7 +10,7 @@
  */
  */
 /**
 /**
  * Defines the learnpath parent class
  * Defines the learnpath parent class
- * @package dokeos.learnpath
+ * @package chamilo.learnpath
  */
  */
 
 
 class 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
  * Script that displays an error message when no content could be loaded
- * @package dokeos.learnpath
+ * @package chamilo.learnpath
  * @author Yannick Warnier <ywarnier@beeznest.org>
  * @author Yannick Warnier <ywarnier@beeznest.org>
  */
  */
-/**
- * Nothing very interesting
- */
 
 
 // including the global file
 // including the global file
 require_once '../inc/global.inc.php'; 
 require_once '../inc/global.inc.php';