diff --git a/mod/lesson/action/addbranchtable.php b/mod/lesson/action/addbranchtable.php index 11b1ba1835c7b..92ebafc50522e 100644 --- a/mod/lesson/action/addbranchtable.php +++ b/mod/lesson/action/addbranchtable.php @@ -2,7 +2,6 @@ /** * Action for adding a branch table. Prints an HTML form. * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/addcluster.php b/mod/lesson/action/addcluster.php index 7a889f2488fe5..0e34c1485d232 100644 --- a/mod/lesson/action/addcluster.php +++ b/mod/lesson/action/addcluster.php @@ -2,7 +2,6 @@ /** * Action for adding a cluster page * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/addendofbranch.php b/mod/lesson/action/addendofbranch.php index d3ad412a65054..c47fb157bffad 100644 --- a/mod/lesson/action/addendofbranch.php +++ b/mod/lesson/action/addendofbranch.php @@ -2,7 +2,6 @@ /** * Action for adding an end of branch page * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/addendofcluster.php b/mod/lesson/action/addendofcluster.php index cb14cd83249de..eef19b3eca06a 100644 --- a/mod/lesson/action/addendofcluster.php +++ b/mod/lesson/action/addendofcluster.php @@ -2,7 +2,6 @@ /** * Action for adding an end of cluster page * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/addpage.php b/mod/lesson/action/addpage.php index bf4613b3da9fd..4ba7ca6428cf3 100644 --- a/mod/lesson/action/addpage.php +++ b/mod/lesson/action/addpage.php @@ -2,7 +2,6 @@ /** * Action for adding a question page. Prints an HTML form. * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/confirmdelete.php b/mod/lesson/action/confirmdelete.php index f863725908ff6..2b903f1a22eca 100644 --- a/mod/lesson/action/confirmdelete.php +++ b/mod/lesson/action/confirmdelete.php @@ -2,7 +2,6 @@ /** * Action for confirming the deletion of a page * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/continue.html b/mod/lesson/action/continue.html index ae3f8d8a9f3ec..c2f612dcc5cab 100644 --- a/mod/lesson/action/continue.html +++ b/mod/lesson/action/continue.html @@ -2,7 +2,6 @@ /** * HTML template for continue.php * - * @version $Id$ * @package lesson **/ ?> diff --git a/mod/lesson/action/continue.php b/mod/lesson/action/continue.php index d0b4f4ae515ab..93ed99d46c408 100644 --- a/mod/lesson/action/continue.php +++ b/mod/lesson/action/continue.php @@ -2,7 +2,6 @@ /** * Action for processing page answers by users * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/delete.php b/mod/lesson/action/delete.php index 0856c69f2afaa..45b875da49123 100644 --- a/mod/lesson/action/delete.php +++ b/mod/lesson/action/delete.php @@ -2,7 +2,6 @@ /** * Action for deleting a page * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/editpage.php b/mod/lesson/action/editpage.php index a751597960ae8..36379e38a78f8 100644 --- a/mod/lesson/action/editpage.php +++ b/mod/lesson/action/editpage.php @@ -2,7 +2,6 @@ /** * Action for editing a page. Prints an HTML form. * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/insertpage.php b/mod/lesson/action/insertpage.php index 201b57e403cc3..c955d2c8517cc 100644 --- a/mod/lesson/action/insertpage.php +++ b/mod/lesson/action/insertpage.php @@ -2,7 +2,6 @@ /** * Action for processing the form from addpage action and inserts the page. * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/move.php b/mod/lesson/action/move.php index 39b8fad3f6c62..d90100e025e8d 100644 --- a/mod/lesson/action/move.php +++ b/mod/lesson/action/move.php @@ -2,7 +2,6 @@ /** * Action that displays an interface for moving a page * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/moveit.php b/mod/lesson/action/moveit.php index e28e8b670ffc7..4a8d4e9085a83 100644 --- a/mod/lesson/action/moveit.php +++ b/mod/lesson/action/moveit.php @@ -2,7 +2,6 @@ /** * Action for actually moving the page (database changes) * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/action/updatepage.php b/mod/lesson/action/updatepage.php index 1e4cbcde74903..b40e2a3f72185 100644 --- a/mod/lesson/action/updatepage.php +++ b/mod/lesson/action/updatepage.php @@ -2,7 +2,6 @@ /** * Action for processing the form in editpage action and saves the page * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/backuplib.php b/mod/lesson/backuplib.php index 65c1355dbb89a..de2b0feb1f7ea 100644 --- a/mod/lesson/backuplib.php +++ b/mod/lesson/backuplib.php @@ -2,7 +2,6 @@ /** * Lesson's backup routine * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/edit.php b/mod/lesson/edit.php index 96b96d7623e19..83843aa41e929 100644 --- a/mod/lesson/edit.php +++ b/mod/lesson/edit.php @@ -2,7 +2,6 @@ /** * Provides the interface for overall authoring of lessons * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/essay.php b/mod/lesson/essay.php index 9c9138aa687a1..4fcf64fe23609 100644 --- a/mod/lesson/essay.php +++ b/mod/lesson/essay.php @@ -2,7 +2,6 @@ /** * Provides the interface for grading essay questions * - * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson **/ diff --git a/mod/lesson/format.php b/mod/lesson/format.php index e09a5f0782212..f6647ceeeda20 100644 --- a/mod/lesson/format.php +++ b/mod/lesson/format.php @@ -1,9 +1,8 @@ -