diff options
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 * + *************************************************/ + +?> |