-<?php // $Id$
+<?php
/**
* BENNU - PHP iCalendar library
}
}
-?>
-<?php // $Id$
+<?php
/**
* BENNU - PHP iCalendar library
* 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
*/
include('iCalendar_properties.php');
include('iCalendar_parameters.php');
}
-
-?>
-<?php // $Id$
+<?php
/**
* BENNU - PHP iCalendar library
* 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
*/
// 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
-<?php // $Id$
+<?php
/**
* BENNU - PHP iCalendar library
* 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
*/
}
}
-
-?>
-<?php // $Id$
+<?php
/**
* BENNU - PHP iCalendar library
* 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
*/
}
}
*/
-
-?>
-<?php // $Id$
+<?php
/**
* BENNU - PHP iCalendar library
* 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
*/
}
return $value;
}
-
-?>