From 3234597703f89617b2810444f29890fad0581225 Mon Sep 17 00:00:00 2001 From: Bart Visscher <bartv@thisnet.nl> Date: Sun, 11 Sep 2011 16:45:58 +0200 Subject: [PATCH] Correct copyright notices --- apps/calendar/ajax/activation.php | 7 +------ apps/calendar/ajax/createcalendar.php | 7 +------ apps/calendar/ajax/editcalendar.php | 7 +------ apps/calendar/ajax/newcalendar.php | 7 +------ apps/calendar/ajax/settimezone.php | 13 +++++++++++++ apps/calendar/ajax/updatecalendar.php | 7 +------ apps/calendar/js/calendar.js | 1 + apps/calendar/settings.php | 13 +++++++++++++ apps/calendar/templates/part.editcalendar.php | 15 +++++++++++++++ apps/calendar/templates/part.getcal.php | 13 +++++++++++++ apps/calendar/templates/settings.php | 15 +++++++++++++++ 11 files changed, 75 insertions(+), 30 deletions(-) diff --git a/apps/calendar/ajax/activation.php b/apps/calendar/ajax/activation.php index 51c5777f64..778c88c272 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 e6e668adfb..df960e8a59 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 707544f4dd..99d3e0fb55 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 88cadeaa6c..59d0a8574d 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 62e171c66b..32926f1385 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 07cc32d593..f286ce23c1 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 0c4f6fe959..cf66fdd735 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 bdf997eef7..0206432781 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 0bf2a572be..cdfc15f570 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 bc3434df75..db71e6cb72 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 650bf29bbc..f0863b9cb7 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> -- GitLab