Skip to content

Commit

Permalink
MDL-20700 coding style cleanup - cvs keywords removed, closign php ta…
Browse files Browse the repository at this point in the history
…g removed, trailing whitespace cleanup
  • Loading branch information
skodak committed Nov 1, 2009
1 parent e5dd8e3 commit 49ab5e1
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 20 deletions.
3 changes: 0 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
README $Id$
------

QUICK INSTALL
=============

Expand Down
1 change: 0 additions & 1 deletion help.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* See {@link helpbutton()} in {@link lib/moodlelib.php}
*
* @author Martin Dougiamas
* @version $Id$
* @package moodlecore
*/
require_once('config.php');
Expand Down
2 changes: 0 additions & 2 deletions iplookup/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ marker.gif
custom made in Inkscape

Petr Skoda (skodak), January 2008

$Id$
1 change: 0 additions & 1 deletion mod/feedback/analysis_course.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/**
* shows an analysed view of a feedback on the mainsite
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/choose_group_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* prints the form to choose the group you want to analyse
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/delete_completed_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* prints the form to confirm delete a completed
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/delete_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* deletes an item of the feedback
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/delete_item_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* prints the form to confirm delete a completed
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/delete_template_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* prints the form to confirm delete a completed
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* prints the forms to choose an item-typ to create items and to choose a template to use
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* print the form to add or edit a feedback-instance
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* prints the tabbed bar
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/use_templ_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* prints the form to confirm use template
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
1 change: 0 additions & 1 deletion mod/feedback/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Code fragment to define the version of feedback
* This fragment is called by moodle_needs_upgrading() and /admin/index.php
*
* @version $Id$
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
Expand Down
2 changes: 1 addition & 1 deletion mod/hotpot/report/default.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?PHP // $Id$
<?PHP

////////////////////////////////////////////////////////////////////
/// Default class for report plugins
Expand Down
1 change: 0 additions & 1 deletion tag/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*
* Tag set will create tags that need to be created.
*
* @version: $Id$
* @licence http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package moodlecore
* @subpackage tag
Expand Down
1 change: 0 additions & 1 deletion tag/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/**
* locallib.php - moodle tag local library - output functions
*
* @version: $Id$
* @licence http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package moodlecore
*
Expand Down

0 comments on commit 49ab5e1

Please sign in to comment.