diff --git a/apps/calendar/ajax/activation.php b/apps/calendar/ajax/activation.php index 51c5777f643f49fb0cf58e7170e4577645018644..778c88c2721f07dc06a310416c6d4717e20e5550 100644 --- a/apps/calendar/ajax/activation.php +++ b/apps/calendar/ajax/activation.php @@ -2,16 +2,11 @@ /************************************************* * ownCloud - Calendar Plugin * * * - * (c) Copyright 2011 Georg Ehrke * - * author: Georg Ehrke * - * email: ownclouddev at georgswebsite dot de * - * homepage: ownclouddev.georgswebsite.de * - * manual: ownclouddev.georgswebsite.de/manual * + * (c) Copyright 2011 Bart Visscher * * License: GNU AFFERO GENERAL PUBLIC LICENSE * * * * If you are not able to view the License, * * <http://www.gnu.org/licenses/> * - * <http://ownclouddev.georgswebsite.de/license/> * * please write to the Free Software Foundation. * * Address: * * 59 Temple Place, Suite 330, Boston, * diff --git a/apps/calendar/ajax/createcalendar.php b/apps/calendar/ajax/createcalendar.php index e6e668adfb466373feecde37fb07a839f600abad..df960e8a59fa60185cc7449e78a26a11ca3a4d28 100644 --- a/apps/calendar/ajax/createcalendar.php +++ b/apps/calendar/ajax/createcalendar.php @@ -2,16 +2,11 @@ /************************************************* * ownCloud - Calendar Plugin * * * - * (c) Copyright 2011 Georg Ehrke * - * author: Georg Ehrke * - * email: ownclouddev at georgswebsite dot de * - * homepage: ownclouddev.georgswebsite.de * - * manual: ownclouddev.georgswebsite.de/manual * + * (c) Copyright 2011 Bart Visscher * * License: GNU AFFERO GENERAL PUBLIC LICENSE * * * * If you are not able to view the License, * * <http://www.gnu.org/licenses/> * - * <http://ownclouddev.georgswebsite.de/license/> * * please write to the Free Software Foundation. * * Address: * * 59 Temple Place, Suite 330, Boston, * diff --git a/apps/calendar/ajax/editcalendar.php b/apps/calendar/ajax/editcalendar.php index 707544f4dd79412902125fc78d1fce101ae3c6d3..99d3e0fb5551dec36abb0e944252f415dcd3ddfa 100644 --- a/apps/calendar/ajax/editcalendar.php +++ b/apps/calendar/ajax/editcalendar.php @@ -2,16 +2,11 @@ /************************************************* * ownCloud - Calendar Plugin * * * - * (c) Copyright 2011 Georg Ehrke * - * author: Georg Ehrke * - * email: ownclouddev at georgswebsite dot de * - * homepage: ownclouddev.georgswebsite.de * - * manual: ownclouddev.georgswebsite.de/manual * + * (c) Copyright 2011 Bart Visscher * * License: GNU AFFERO GENERAL PUBLIC LICENSE * * * * If you are not able to view the License, * * <http://www.gnu.org/licenses/> * - * <http://ownclouddev.georgswebsite.de/license/> * * please write to the Free Software Foundation. * * Address: * * 59 Temple Place, Suite 330, Boston, * diff --git a/apps/calendar/ajax/newcalendar.php b/apps/calendar/ajax/newcalendar.php index 88cadeaa6c15a9218700981c9d68675c62bbe447..59d0a8574db231ff2624b5bed2a470f662076a41 100644 --- a/apps/calendar/ajax/newcalendar.php +++ b/apps/calendar/ajax/newcalendar.php @@ -2,16 +2,11 @@ /************************************************* * ownCloud - Calendar Plugin * * * - * (c) Copyright 2011 Georg Ehrke * - * author: Georg Ehrke * - * email: ownclouddev at georgswebsite dot de * - * homepage: ownclouddev.georgswebsite.de * - * manual: ownclouddev.georgswebsite.de/manual * + * (c) Copyright 2011 Bart Visscher * * License: GNU AFFERO GENERAL PUBLIC LICENSE * * * * If you are not able to view the License, * * <http://www.gnu.org/licenses/> * - * <http://ownclouddev.georgswebsite.de/license/> * * please write to the Free Software Foundation. * * Address: * * 59 Temple Place, Suite 330, Boston, * diff --git a/apps/calendar/ajax/settimezone.php b/apps/calendar/ajax/settimezone.php index 62e171c66b9bae983368cc9c6e1bf88fb239c99a..32926f13859a276a05e86a9a271684ff41998a9d 100644 --- a/apps/calendar/ajax/settimezone.php +++ b/apps/calendar/ajax/settimezone.php @@ -1,4 +1,17 @@ <?php +/************************************************* + * ownCloud - Calendar Plugin * + * * + * (c) Copyright 2011 Bart Visscher * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * + * * + * If you are not able to view the License, * + * <http://www.gnu.org/licenses/> * + * please write to the Free Software Foundation. * + * Address: * + * 59 Temple Place, Suite 330, Boston, * + * MA 02111-1307 USA * + *************************************************/ // Init owncloud require_once('../../../lib/base.php'); diff --git a/apps/calendar/ajax/updatecalendar.php b/apps/calendar/ajax/updatecalendar.php index 07cc32d5931bed683233178edd760021f37c9a2d..f286ce23c1897afc8ed61877d994634bd771be86 100644 --- a/apps/calendar/ajax/updatecalendar.php +++ b/apps/calendar/ajax/updatecalendar.php @@ -2,16 +2,11 @@ /************************************************* * ownCloud - Calendar Plugin * * * - * (c) Copyright 2011 Georg Ehrke * - * author: Georg Ehrke * - * email: ownclouddev at georgswebsite dot de * - * homepage: ownclouddev.georgswebsite.de * - * manual: ownclouddev.georgswebsite.de/manual * + * (c) Copyright 2011 Bart Visscher * * License: GNU AFFERO GENERAL PUBLIC LICENSE * * * * If you are not able to view the License, * * <http://www.gnu.org/licenses/> * - * <http://ownclouddev.georgswebsite.de/license/> * * please write to the Free Software Foundation. * * Address: * * 59 Temple Place, Suite 330, Boston, * diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js index 0c4f6fe95979c8a2a5e090b36591016d7c2cda3c..cf66fdd735c41c0290601e9fd0dfb6db5fc316a9 100644 --- a/apps/calendar/js/calendar.js +++ b/apps/calendar/js/calendar.js @@ -2,6 +2,7 @@ * ownCloud - Calendar Plugin * * * * (c) Copyright 2011 Georg Ehrke * + * (c) Copyright 2011 Bart Visscher * * author: Georg Ehrke * * email: ownclouddev at georgswebsite dot de * * homepage: ownclouddev.georgswebsite.de * diff --git a/apps/calendar/settings.php b/apps/calendar/settings.php index bdf997eef70e9cbddc17f665c33b7fccffd5c7b9..0206432781665e7f4ce95c19e50186d692c1b56c 100644 --- a/apps/calendar/settings.php +++ b/apps/calendar/settings.php @@ -1,4 +1,17 @@ <?php +/************************************************* + * ownCloud - Calendar Plugin * + * * + * (c) Copyright 2011 Bart Visscher * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * + * * + * If you are not able to view the License, * + * <http://www.gnu.org/licenses/> * + * please write to the Free Software Foundation. * + * Address: * + * 59 Temple Place, Suite 330, Boston, * + * MA 02111-1307 USA * + *************************************************/ $tmpl = new OC_Template( 'calendar', 'settings'); $timezone=OC_Preferences::getValue(OC_User::getUser(),'calendar','timezone',''); diff --git a/apps/calendar/templates/part.editcalendar.php b/apps/calendar/templates/part.editcalendar.php index 0bf2a572becb378cb2a4e18d32c8de40ced1669d..cdfc15f570f1914241206d1eefe02765d18bd674 100644 --- a/apps/calendar/templates/part.editcalendar.php +++ b/apps/calendar/templates/part.editcalendar.php @@ -1,3 +1,18 @@ +<?php +/************************************************* + * ownCloud - Calendar Plugin * + * * + * (c) Copyright 2011 Bart Visscher * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * + * * + * If you are not able to view the License, * + * <http://www.gnu.org/licenses/> * + * please write to the Free Software Foundation. * + * Address: * + * 59 Temple Place, Suite 330, Boston, * + * MA 02111-1307 USA * + *************************************************/ +?> <td id="<?php echo $_['new'] ? 'new' : 'edit' ?>calendar_dialog" title="<?php echo $_['new'] ? $l->t("New calendar") : $l->t("Edit calendar"); ?>" colspan="4"> <table width="100%" style="border: 0;"> <tr> diff --git a/apps/calendar/templates/part.getcal.php b/apps/calendar/templates/part.getcal.php index bc3434df753791a0af1e17087052a7d0595174a7..db71e6cb725141102de23306b4e58248eda26f34 100644 --- a/apps/calendar/templates/part.getcal.php +++ b/apps/calendar/templates/part.getcal.php @@ -1,4 +1,17 @@ <?php +/************************************************* + * ownCloud - Calendar Plugin * + * * + * (c) Copyright 2011 Bart Visscher * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * + * * + * If you are not able to view the License, * + * <http://www.gnu.org/licenses/> * + * please write to the Free Software Foundation. * + * Address: * + * 59 Temple Place, Suite 330, Boston, * + * MA 02111-1307 USA * + *************************************************/ $calendars = OC_Calendar_Calendar::allCalendars(OC_User::getUser(), 1); $events = OC_Calendar_Calendar::allCalendarObjects($calendars[0]['id']); $select_year = $_GET["year"]; diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index 650bf29bbc99d3f6e5059db2483ea9c6256371a8..f0863b9cb7f191891ec6d2373fc6fa41cb76b110 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -1,3 +1,18 @@ +<?php +/************************************************* + * ownCloud - Calendar Plugin * + * * + * (c) Copyright 2011 Bart Visscher * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * + * * + * If you are not able to view the License, * + * <http://www.gnu.org/licenses/> * + * please write to the Free Software Foundation. * + * Address: * + * 59 Temple Place, Suite 330, Boston, * + * MA 02111-1307 USA * + *************************************************/ +?> <form id="calendar"> <fieldset class="personalblock"> <label for="timezone"><strong><?php echo $l->t('Timezone');?></strong></label>