Bugsbane master (#710)

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

The documentation link still point to OC docs, as there's no real platform neutral place to point people to.

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Remove specific reference to ownCloud

* Make cloud references platform neutral

* Remove temporary -swp files

* Add suggestions from @Mar1u5

As per his suggestions in:
https://github.com/owncloud/calendar/pull/699#discussion-diff-74709329
https://github.com/owncloud/calendar/pull/699#discussion-diff-74709350

* Add suggestions from @Mar1u5

As per:
https://github.com/owncloud/calendar/pull/699#discussion-diff-74709387
https://github.com/owncloud/calendar/pull/699#discussion-diff-74709400
https://github.com/owncloud/calendar/pull/699#discussion-diff-74709417

* Added Mar1u5's last suggestion

At https://github.com/owncloud/calendar/pull/699#discussion-diff-74709362

* "server installation" > "instance installation"

As per https://github.com/owncloud/calendar/pull/699#discussion_r74913034

* "installation folder">"instance's installation folder"

As per https://github.com/owncloud/calendar/pull/699#discussion-diff-75082204
This commit is contained in:
Georg Ehrke 2016-08-17 22:16:24 +02:00 committed by GitHub
parent 1c2dcb0e3e
commit 667a861045
99 changed files with 136 additions and 130 deletions

View File

@ -1,4 +1,4 @@
# ownCloud Calendar
# Calendar
[![Build Status](https://travis-ci.org/owncloud/calendar.svg?branch=master)](https://travis-ci.org/owncloud/calendar)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/calendar/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/calendar/?branch=master)
@ -6,9 +6,9 @@
[![Coverage Status](https://coveralls.io/repos/github/owncloud/calendar/badge.svg?branch=master)](https://coveralls.io/github/owncloud/calendar?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/57333497a0ca35004cf77c92/badge.svg?style=flat)](https://www.versioneye.com/user/projects/57333497a0ca35004cf77c92)
**A calendar app for [ownCloud](https://owncloud.org).**
**A calendar app for [ownCloud](https://owncloud.org) and [Nextcloud](http://nextcloud.com).**
This is the new calendar app that has replaced the [old calendar app](https://github.com/owncloudarchive/calendar) with ownCloud 9.0, and is only the frontend for the new CalDAV-Backend which has moved into the [ownCloud Core](https://github.com/owncloud/core).
This is the new calendar app that has replaced the [old calendar app](https://github.com/owncloudarchive/calendar), and is only the frontend for the new server-integrated CalDAV-Backend.
![](https://github.com/owncloud/screenshots/blob/master/calendar/screenshot.png)

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -8,7 +8,7 @@
<dependencies>
<owncloud min-version="9.0" max-version="9.2" />
</dependencies>
<description>Calendar GUI for ownCloud's integrated CalDAV server</description>
<description>Calendar GUI for the server-integrated CalDAV server</description>
<documentation>
<user>http://doc.owncloud.org/server/9.0/user_manual/pim/calendar.html</user>
</documentation>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>
@ -127,4 +127,4 @@ class ContactController extends Controller {
return $name;
}
}
}

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>
@ -224,4 +224,4 @@ class SettingsController extends Controller {
return in_array($value, $allowedValues);
}
}
}

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>
@ -148,4 +148,4 @@ class ViewController extends Controller {
return (substr($file, -4) === '.ics');
}));
}
}
}

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
<!--
Please report only issues corresponding to the calendar for ownCloud 9 or later.
Please report only issues corresponding to the calendar for ownCloud / Nextcloud 9 or later.
The old calendar, which is compatible with ownCloud 8.2 or earlier, is discontinued!
Migration and CalDAV issues belong in the core repo!
@ -25,16 +25,16 @@ Tell us what happens instead
**PHP version:**
**ownCloud version:** (see ownCloud admin page)
**Server version:** (see your admin page)
**Calendar version:** (see ownCloud apps page)
**Calendar version:** (see the apps page)
**Updated from an older ownCloud or fresh install:**
**Updated from an older installed version or fresh install:**
**Signing status (ownCloud 9.0 and above):**
**Signing status (ownCloud/Nextcloud 9.0 and above):**
```
Login as admin user into your ownCloud and access
Login as admin user into your cloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
```
@ -44,7 +44,7 @@ paste the results here.
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder
from within your instance's installation folder
```
**The content of config/config.php:**
@ -52,7 +52,7 @@ from within your ownCloud installation folder
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
from within your instance's installation folder
or
@ -71,7 +71,7 @@ Insert your config.php content here
```
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder
from within your instance's installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
@ -94,9 +94,9 @@ Eventually replace sensitive data as the name/IP-address of your LDAP server or
Insert your webserver log here
```
#### ownCloud log (data/owncloud.log)
#### Log file (data/owncloud.log)
```
Insert your ownCloud log here
Insert your ownCloud.log file here
```
#### Browser log

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @copyright 2014 Raghu Nayyar <beingminimal@gmail.com>

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -94,4 +94,4 @@ app.controller('AttendeeController', function($scope, AutoCompletionService) {
});
$scope.nameofattendee = '';
};
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -275,4 +275,4 @@ app.controller('EditorController', ['$scope', 'TimezoneService', 'AutoCompletion
}
};
}
]);
]);

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -93,4 +93,4 @@ app.controller('RecurrenceController', function($scope) {
};
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -61,4 +61,4 @@ app.controller('SubscriptionController', ['$scope', '$rootScope', '$window', 'Su
};
}
]);
*/
*/

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -104,4 +104,4 @@ app.directive('ocdatetimepicker', function($compile, $timeout) {
});
}
};
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -51,4 +51,4 @@ app.service('DavClient', function() {
});
return client;
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -165,4 +165,4 @@ app.service('EventsEditorDialogService', function($uibModal) {
};
return this;
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -35,4 +35,4 @@ app.service('ICalFactory', function() {
return root;
};
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -28,4 +28,4 @@ app.factory('RandomStringService', function () {
return Math.random().toString(36).substr(2);
}
};
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>
@ -79,4 +79,4 @@ app.service('StringUtility', function () {
return uri;
};
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,5 +1,5 @@
{
"name": "ownCloud Calendar",
"name": "Calendar",
"version": "0.10.7",
"dependencies": {
"angular": "",

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
{
"name": "calendar",
"description": "Calendar Application for ownCloud",
"description": "Integrated Calendar Application",
"version": "0.10.7",
"private": true,
"homepage": "https://github.com/owncloud/calendar",

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -30,4 +30,4 @@
<button class="button last" ng-value="month" ng-model="selectedView" uib-btn-radio="'month'"><?php p($l->t('Month')); ?></button>
</div>
<button class="button today" ng-click="today()"><?php p($l->t('Today')); ?></button>
</div>
</div>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,7 +1,7 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -39,4 +39,4 @@
id="datepicker"
datepicker-options="datepickerOptions">
</uib-datepicker>
</div>
</div>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -68,4 +68,4 @@
<ocdatetimepicker ng-model="properties.rrule.until"></ocdatetimepicker>
</div>
-->
</fieldset>
</fieldset>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -30,4 +30,4 @@
data-skipPopover="<?php p($_['skipPopover']); ?>"
fc
id="fullcalendar">
</div>
</div>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -57,4 +57,4 @@
</li>
</ul>
</fieldset>
</div>
</div>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar
* Calendar
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@ -23,4 +23,4 @@ if(!class_exists('PHPUnit_Framework_TestCase')) {
require_once('PHPUnit/Autoload.php');
}
OC_Hook::clear();
OC_Hook::clear();

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke
@ -22,4 +22,4 @@
*/
describe('openDialog', function() {
});
});

View File

@ -1,5 +1,5 @@
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Raghu Nayyar
* @author Georg Ehrke

View File

@ -0,0 +1,6 @@
[Dolphin]
Timestamp=2016,8,14,17,36,31
Version=3
[Settings]
HiddenFilesShown=true

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>

View File

@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Calendar App
* Calendar App
*
* @author Georg Ehrke
* @copyright 2016 Georg Ehrke <oc.list@georgehrke.com>