Browse Source
Update the license headers for Nextcloud 20
Update the license headers for Nextcloud 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>pull/22393/head
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
554 changed files with 1014 additions and 427 deletions
-
23AUTHORS
-
4apps/accessibility/lib/AppInfo/Application.php
-
1apps/accessibility/lib/Controller/AccessibilityController.php
-
1apps/accessibility/lib/Controller/ConfigController.php
-
3apps/accessibility/lib/Service/JSDataService.php
-
1apps/admin_audit/lib/Actions/Sharing.php
-
1apps/admin_audit/tests/Actions/SecurityTest.php
-
1apps/cloud_federation_api/lib/AppInfo/Application.php
-
5apps/comments/lib/Capabilities.php
-
1apps/comments/lib/JSSettingsHelper.php
-
5apps/comments/lib/Listener/CommentsEntityEventListener.php
-
7apps/comments/lib/Search/CommentsSearchProvider.php
-
2apps/comments/lib/Search/LegacyProvider.php
-
1apps/comments/lib/Search/Result.php
-
1apps/comments/tests/Unit/Activity/ListenerTest.php
-
1apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
-
1apps/comments/tests/Unit/EventHandlerTest.php
-
1apps/comments/tests/Unit/JSSettingsHelperTest.php
-
1apps/dav/appinfo/v1/webdav.php
-
1apps/dav/appinfo/v2/direct.php
-
1apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
-
1apps/dav/lib/CalDAV/Reminder/NotificationProvider/AbstractProvider.php
-
1apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
-
1apps/dav/lib/CalDAV/Schedule/Plugin.php
-
2apps/dav/lib/CardDAV/CardDavBackend.php
-
1apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php
-
1apps/dav/lib/Command/CreateAddressBook.php
-
1apps/dav/lib/Command/ListCalendars.php
-
1apps/dav/lib/Command/MoveCalendar.php
-
1apps/dav/lib/Command/RemoveInvalidShares.php
-
1apps/dav/lib/Command/SendEventReminders.php
-
1apps/dav/lib/Command/SyncSystemAddressBook.php
-
1apps/dav/lib/Connector/Sabre/Directory.php
-
1apps/dav/lib/Connector/Sabre/LockPlugin.php
-
3apps/dav/lib/Connector/Sabre/PropfindCompressionPlugin.php
-
1apps/dav/lib/Connector/Sabre/SharesPlugin.php
-
1apps/dav/lib/DAV/Sharing/Plugin.php
-
1apps/dav/lib/Direct/ServerFactory.php
-
15apps/dav/lib/Events/AddressBookCreatedEvent.php
-
15apps/dav/lib/Events/AddressBookDeletedEvent.php
-
15apps/dav/lib/Events/AddressBookShareUpdatedEvent.php
-
15apps/dav/lib/Events/AddressBookUpdatedEvent.php
-
15apps/dav/lib/Events/CachedCalendarObjectCreatedEvent.php
-
15apps/dav/lib/Events/CachedCalendarObjectDeletedEvent.php
-
15apps/dav/lib/Events/CachedCalendarObjectUpdatedEvent.php
-
15apps/dav/lib/Events/CalendarCreatedEvent.php
-
15apps/dav/lib/Events/CalendarDeletedEvent.php
-
15apps/dav/lib/Events/CalendarObjectCreatedEvent.php
-
15apps/dav/lib/Events/CalendarObjectDeletedEvent.php
-
15apps/dav/lib/Events/CalendarObjectUpdatedEvent.php
-
15apps/dav/lib/Events/CalendarPublishedEvent.php
-
15apps/dav/lib/Events/CalendarShareUpdatedEvent.php
-
15apps/dav/lib/Events/CalendarUnpublishedEvent.php
-
15apps/dav/lib/Events/CalendarUpdatedEvent.php
-
15apps/dav/lib/Events/CardCreatedEvent.php
-
15apps/dav/lib/Events/CardDeletedEvent.php
-
15apps/dav/lib/Events/CardUpdatedEvent.php
-
15apps/dav/lib/Events/SubscriptionCreatedEvent.php
-
15apps/dav/lib/Events/SubscriptionDeletedEvent.php
-
15apps/dav/lib/Events/SubscriptionUpdatedEvent.php
-
2apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
-
1apps/dav/lib/Migration/Version1005Date20180413093149.php
-
1apps/dav/lib/Migration/Version1005Date20180530124431.php
-
1apps/dav/lib/Migration/Version1006Date20180619154313.php
-
1apps/dav/lib/Migration/Version1006Date20180628111625.php
-
1apps/dav/lib/Migration/Version1008Date20181030113700.php
-
1apps/dav/lib/Migration/Version1008Date20181105104826.php
-
1apps/dav/lib/Migration/Version1008Date20181105110300.php
-
1apps/dav/lib/Migration/Version1011Date20190725113607.php
-
1apps/dav/lib/Migration/Version1011Date20190806104428.php
-
15apps/dav/lib/Search/ACalendarSearchProvider.php
-
17apps/dav/lib/Search/ContactsSearchProvider.php
-
17apps/dav/lib/Search/EventsSearchProvider.php
-
17apps/dav/lib/Search/TasksSearchProvider.php
-
3apps/dav/lib/Storage/PublicOwnerWrapper.php
-
1apps/dav/lib/Upload/ChunkingPlugin.php
-
1apps/dav/tests/unit/Avatars/AvatarHomeTest.php
-
1apps/dav/tests/unit/Avatars/AvatarNodeTest.php
-
1apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php
-
1apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php
-
1apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php
-
1apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php
-
1apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php
-
1apps/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php
-
1apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php
-
1apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
-
1apps/dav/tests/unit/CalDAV/CalendarHomeTest.php
-
1apps/dav/tests/unit/CalDAV/CalendarImplTest.php
-
1apps/dav/tests/unit/CalDAV/PublicCalendarTest.php
-
1apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
-
1apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
-
1apps/dav/tests/unit/CardDAV/AddressBookImplTest.php
-
1apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
-
1apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php
-
1apps/dav/tests/unit/Command/ListCalendarsTest.php
-
1apps/dav/tests/unit/Command/MoveCalendarTest.php
-
1apps/dav/tests/unit/Command/RemoveInvalidSharesTest.php
-
1apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php
-
1apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php
-
3apps/dav/tests/unit/Connector/Sabre/PropfindCompressionPluginTest.php
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue