diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-12 14:29:45 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-12 14:29:45 +0200 |
commit | 4ae5c4bc3379967e27e09a6b1150ead3a77758ac (patch) | |
tree | 9cb01a2d5efcf0b83806e50a6d377ea4a43c6c19 /apps/calendar/ajax/editevent.php | |
parent | 414e5e174d68487420f7d0da28726f26cdac3a96 (diff) | |
download | nextcloud-server-4ae5c4bc3379967e27e09a6b1150ead3a77758ac.tar.gz nextcloud-server-4ae5c4bc3379967e27e09a6b1150ead3a77758ac.zip |
bug fixes, style fixes
Diffstat (limited to 'apps/calendar/ajax/editevent.php')
-rwxr-xr-x | apps/calendar/ajax/editevent.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/calendar/ajax/editevent.php b/apps/calendar/ajax/editevent.php new file mode 100755 index 00000000000..6182a60e611 --- /dev/null +++ b/apps/calendar/ajax/editevent.php @@ -0,0 +1,22 @@ +<?php +/************************************************* + * 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 * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * + * * + * <http://www.gnu.org/licenses/> * + * 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, * + * MA 02111-1307 USA * + *************************************************/ + +?> |