Skip to content

Commit

Permalink
Eliminate duplicate $Id$ tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Nov 7, 2007
1 parent 41c88b8 commit 6d3bcb4
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 37 deletions.
17 changes: 8 additions & 9 deletions mod/quiz/editlib.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php // $Id$
/**
* Functions used by edit.php to edit quizzes
*
* @version $Id$
* @author Martin Dougiamas and many others. This has recently been extensively
* rewritten by members of the Serving Mathematics project
* {@link http://maths.york.ac.uk/serving_maths}
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/
* Functions used by edit.php to edit quizzes
*
* @author Martin Dougiamas and many others. This has recently been extensively
* rewritten by members of the Serving Mathematics project
* {@link http://maths.york.ac.uk/serving_maths}
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/

require_once("locallib.php");

Expand Down
13 changes: 6 additions & 7 deletions mod/quiz/index.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php // $Id$
/**
* This page lists all the instances of quiz in a particular course
*
* @version $Id$
* @author Martin Dougiamas and many others.
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/
* This page lists all the instances of quiz in a particular course
*
* @author Martin Dougiamas and many others.
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/
require_once("../../config.php");
require_once("locallib.php");

Expand Down
2 changes: 1 addition & 1 deletion mod/quiz/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This script also loads the code in {@link questionlib.php} which holds
* the module-indpendent code for handling questions and which in turn
* initialises all the questiontype classes.
* @version $Id$
*
* @author Martin Dougiamas and many others. This has recently been completely
* rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of
* the Serving Mathematics project
Expand Down
19 changes: 9 additions & 10 deletions mod/quiz/review.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php // $Id$
/**
* This page prints a review of a particular quiz attempt
*
* @version $Id$
* @author Martin Dougiamas and many others. This has recently been completely
* rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of
* the Serving Mathematics project
* {@link http://maths.york.ac.uk/serving_maths}
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/
* This page prints a review of a particular quiz attempt
*
* @author Martin Dougiamas and many others. This has recently been completely
* rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of
* the Serving Mathematics project
* {@link http://maths.york.ac.uk/serving_maths}
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/

require_once("../../config.php");
require_once("locallib.php");
Expand Down
19 changes: 9 additions & 10 deletions mod/quiz/reviewquestion.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php // $Id$
/**
* This page prints a review of a particular question attempt
*
* @version $Id$
* @author Martin Dougiamas and many others. This has recently been completely
* rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of
* the Serving Mathematics project
* {@link http://maths.york.ac.uk/serving_maths}
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/
* This page prints a review of a particular question attempt
*
* @author Martin Dougiamas and many others. This has recently been completely
* rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of
* the Serving Mathematics project
* {@link http://maths.york.ac.uk/serving_maths}
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package quiz
*/

require_once('../../config.php');
require_once('locallib.php');
Expand Down

0 comments on commit 6d3bcb4

Please sign in to comment.