diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-11 16:45:58 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-11 17:25:02 +0200 |
commit | 3234597703f89617b2810444f29890fad0581225 (patch) | |
tree | c5c2e89d8fbb5104bfacc119fd294420f2b9da92 | |
parent | e9df292b62181e079d38ceaf343268954210b98b (diff) | |
download | nextcloud-server-3234597703f89617b2810444f29890fad0581225.tar.gz nextcloud-server-3234597703f89617b2810444f29890fad0581225.zip |
Correct copyright notices
-rw-r--r-- | apps/calendar/ajax/activation.php | 7 | ||||
-rw-r--r-- | apps/calendar/ajax/createcalendar.php | 7 | ||||
-rw-r--r-- | apps/calendar/ajax/editcalendar.php | 7 | ||||
-rw-r--r-- | apps/calendar/ajax/newcalendar.php | 7 | ||||
-rw-r--r-- | apps/calendar/ajax/settimezone.php | 13 | ||||
-rw-r--r-- | apps/calendar/ajax/updatecalendar.php | 7 | ||||
-rw-r--r-- | apps/calendar/js/calendar.js | 1 | ||||
-rw-r--r-- | apps/calendar/settings.php | 13 | ||||
-rw-r--r-- | apps/calendar/templates/part.editcalendar.php | 15 | ||||
-rw-r--r-- | apps/calendar/templates/part.getcal.php | 13 | ||||
-rw-r--r-- | 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 51c5777f643..778c88c2721 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 e6e668adfb4..df960e8a59f 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 707544f4dd7..99d3e0fb555 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 88cadeaa6c1..59d0a8574db 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 62e171c66b9..32926f13859 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 07cc32d5931..f286ce23c18 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 0c4f6fe9597..cf66fdd735c 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 bdf997eef70..02064327816 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 0bf2a572bec..cdfc15f570f 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 bc3434df753..db71e6cb725 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 650bf29bbc9..f0863b9cb7f 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> |