]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
authorPetr Skoda <skodak@moodle.org>
Wed, 4 Nov 2009 20:05:41 +0000 (20:05 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 4 Nov 2009 20:05:41 +0000 (20:05 +0000)
lib/bennu/bennu.class.php
lib/bennu/bennu.inc.php
lib/bennu/iCalendar_components.php
lib/bennu/iCalendar_parameters.php
lib/bennu/iCalendar_properties.php
lib/bennu/iCalendar_rfc2445.php

index 40435c7006ebefae575c7597c18c968106718721..eb0c5dcd8b47223267bee1e1804088ba3eb8b17e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 /**
  *  BENNU - PHP iCalendar library
@@ -56,4 +56,3 @@ class Bennu {
     }
 }
 
-?>
index 53ea680d34c090d4dda3d5ceaffa842d59f917fe..ddadb178059c03874e753215b201b9baf2d3af41 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 /**
  *  BENNU - PHP iCalendar library
@@ -9,7 +9,6 @@
  *  See http://bennu.sourceforge.net/ for more information and downloads.
  *
  * @author Ioannis Papaioannou 
- * @version $Id$
  * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
  */
 
@@ -21,5 +20,3 @@ if(!defined('_BENNU_VERSION')) {
     include('iCalendar_properties.php');
     include('iCalendar_parameters.php');
 }
-
-?>
index 20ed33980682b281f057385ad9442ade03a64e00..24f4756b734fe1e1b971f3733ab7e4135c6dcca3 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 /**
  *  BENNU - PHP iCalendar library
@@ -9,7 +9,6 @@
  *  See http://bennu.sourceforge.net/ for more information and downloads.
  *
  * @author Ioannis Papaioannou 
- * @version $Id$
  * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
  */
 
@@ -407,4 +406,3 @@ class iCalendar_timezone extends iCalendar_component {
 // REMINDER: DTEND must be later than DTSTART for all components which support both
 // REMINDER: DUE must be later than DTSTART for all components which support both
 
-?>
\ No newline at end of file
index 71b3042c2bf1383c99fe6c59bcfde82b9e90efce..8bc97274334a6e76640c980f28b2059c69835e07 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 /**
  *  BENNU - PHP iCalendar library
@@ -9,7 +9,6 @@
  *  See http://bennu.sourceforge.net/ for more information and downloads.
  *
  * @author Ioannis Papaioannou 
- * @version $Id$
  * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
  */
 
@@ -236,5 +235,3 @@ class iCalendar_parameter {
     }
 
 }
-
-?>
index 3f3120e54efa9a21af059df99a910cb1827e08f6..25c1c56391913dde8c63a4f3bd11be9d8eba9d17 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 /**
  *  BENNU - PHP iCalendar library
@@ -9,7 +9,6 @@
  *  See http://bennu.sourceforge.net/ for more information and downloads.
  *
  * @author Ioannis Papaioannou 
- * @version $Id$
  * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
  */
 
@@ -1295,5 +1294,3 @@ class iCalendar_property_class extends iCalendar_property {
     }
 }
 */
-
-?>
index 053adcc9374c1db5970a7711e31ef6a1fe0d3af7..14a33e17cbb692746c8dc3699e8e49431b6e717e 100644 (file)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 /**
  *  BENNU - PHP iCalendar library
@@ -9,7 +9,6 @@
  *  See http://bennu.sourceforge.net/ for more information and downloads.
  *
  * @author Ioannis Papaioannou 
- * @version $Id$
  * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
  */
 
@@ -796,5 +795,3 @@ function rfc2445_undo_value_formatting($value, $type) {
     }
     return $value;
 }
-
-?>