mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
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:
parent
14a960ac7b
commit
32e1170907
@ -1,4 +1,4 @@
|
||||
<?php // $Id$
|
||||
<?php
|
||||
|
||||
/**
|
||||
* BENNU - PHP iCalendar library
|
||||
@ -56,4 +56,3 @@ class Bennu {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
@ -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');
|
||||
}
|
||||
|
||||
?>
|
||||
|
@ -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
|
||||
|
||||
?>
|
@ -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 {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@ -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 {
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
?>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user