From: Chris S. <san...@us...> - 2005-07-14 17:47:10
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31158/frontend_general Modified Files: edit_quiz_util.php editquiz_display.php front_end_display.php Log Message: Index: editquiz_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/editquiz_display.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** editquiz_display.php 21 Jun 2005 14:52:24 -0000 1.3 --- editquiz_display.php 14 Jul 2005 17:46:58 -0000 1.4 *************** *** 18,22 **** * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... - * @package Stack * * This file contains display functions used by edit_quiz.php --- 18,21 ---- Index: front_end_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/front_end_display.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** front_end_display.php 8 Jul 2005 16:36:09 -0000 1.3 --- front_end_display.php 14 Jul 2005 17:46:58 -0000 1.4 *************** *** 18,22 **** * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... - * @package Stack * * This file contains dispaly functions used by index.php --- 18,21 ---- Index: edit_quiz_util.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/edit_quiz_util.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit_quiz_util.php 20 Jun 2005 15:42:57 -0000 1.2 --- edit_quiz_util.php 14 Jul 2005 17:46:57 -0000 1.3 *************** *** 1,3 **** --- 1,22 ---- <?php + /** + * + * Welcome to STACK. A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package quiz + * @subpackage Stack + */ /* |