MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF

This commit is contained in:
Petr Skoda 2009-11-04 20:05:41 +00:00
parent 14a960ac7b
commit 32e1170907
6 changed files with 6 additions and 21 deletions

View File

@ -1,4 +1,4 @@
<?php // $Id$
<?php
/**
* BENNU - PHP iCalendar library
@ -56,4 +56,3 @@ class Bennu {
}
}
?>

View 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');
}
?>

View 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
?>

View 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 {
}
}
?>

View 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 {
}
}
*/
?>

View 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;
}
?>