From 9d4b9440986afddc28dad99c7987f9c31513ae9f Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 27 May 2024 17:39:07 +0200 Subject: [PATCH] chore: Add SPDX header Signed-off-by: Andy Scherzinger --- AUTHORS | 1 + apps/cloud_federation_api/appinfo/routes.php | 22 +---------- .../lib/AppInfo/Application.php | 22 +---------- .../cloud_federation_api/lib/Capabilities.php | 23 +---------- apps/cloud_federation_api/lib/Config.php | 22 +---------- .../Controller/RequestHandlerController.php | 25 +----------- .../lib/ResponseDefinitions.php | 21 +--------- apps/comments/appinfo/info.xml | 5 +++ apps/comments/appinfo/routes.php | 23 ++--------- apps/comments/lib/Activity/Filter.php | 21 +--------- apps/comments/lib/Activity/Listener.php | 25 ++---------- apps/comments/lib/Activity/Provider.php | 23 +---------- apps/comments/lib/Activity/Setting.php | 21 +--------- apps/comments/lib/AppInfo/Application.php | 25 +----------- apps/comments/lib/Capabilities.php | 21 +--------- .../lib/Collaboration/CommentersSorter.php | 22 +---------- .../Controller/NotificationsController.php | 23 +---------- apps/comments/lib/EventHandler.php | 22 +---------- .../Listener/CommentsEntityEventListener.php | 21 +--------- .../lib/Listener/LoadAdditionalScripts.php | 23 +---------- .../lib/Listener/LoadSidebarScripts.php | 22 +---------- .../MaxAutoCompleteResultsInitialState.php | 23 +---------- apps/comments/lib/Notification/Listener.php | 24 ++---------- apps/comments/lib/Notification/Notifier.php | 25 ++---------- .../lib/Search/CommentsSearchProvider.php | 23 +---------- apps/comments/lib/Search/LegacyProvider.php | 21 +--------- apps/comments/lib/Search/Result.php | 23 +---------- .../inlineUnreadCommentsAction.spec.ts | 21 +--------- .../src/actions/inlineUnreadCommentsAction.ts | 21 +--------- apps/comments/src/comments-activity-tab.ts | 21 +--------- apps/comments/src/comments-app.js | 21 +--------- apps/comments/src/comments-tab.js | 21 +--------- apps/comments/src/components/Comment.vue | 23 ++--------- apps/comments/src/init.ts | 21 +--------- apps/comments/src/logger.js | 21 +--------- apps/comments/src/mixins/CommentMixin.js | 21 +--------- apps/comments/src/mixins/CommentView.ts | 4 ++ .../comments/src/services/CommentsInstance.js | 21 +--------- apps/comments/src/services/DavClient.js | 21 +--------- apps/comments/src/services/DeleteComment.js | 21 +--------- apps/comments/src/services/EditComment.js | 21 +--------- apps/comments/src/services/GetComments.ts | 21 +--------- apps/comments/src/services/NewComment.js | 21 +--------- apps/comments/src/services/ReadComments.ts | 21 +--------- apps/comments/src/utils/cancelableRequest.js | 21 +--------- apps/comments/src/utils/davUtils.js | 21 +--------- apps/comments/src/utils/decodeHtmlEntities.js | 21 +--------- .../src/views/ActivityCommentAction.vue | 23 ++--------- .../src/views/ActivityCommentEntry.vue | 23 ++--------- apps/comments/src/views/Comments.vue | 24 ++---------- .../tests/Unit/Activity/ListenerTest.php | 23 +---------- .../tests/Unit/AppInfo/ApplicationTest.php | 25 ++---------- .../Collaboration/CommentersSorterTest.php | 24 +----------- .../Unit/Controller/NotificationsTest.php | 26 ++----------- apps/comments/tests/Unit/EventHandlerTest.php | 23 +---------- .../tests/Unit/Notification/ListenerTest.php | 26 ++----------- .../tests/Unit/Notification/NotifierTest.php | 25 +----------- apps/contactsinteraction/lib/AddressBook.php | 22 +---------- .../lib/AddressBookProvider.php | 21 +--------- .../lib/AppInfo/Application.php | 22 +---------- .../lib/BackgroundJob/CleanupJob.php | 21 +--------- apps/contactsinteraction/lib/Card.php | 23 +---------- .../lib/Db/CardSearchDao.php | 21 +--------- .../lib/Db/RecentContact.php | 21 +--------- .../lib/Db/RecentContactMapper.php | 22 +---------- .../Listeners/ContactInteractionListener.php | 21 +--------- .../Version010000Date20200304152605.php | 21 +--------- .../tests/Db/RecentContactMapperTest.php | 21 +--------- apps/dashboard/.l10nignore | 2 + apps/dashboard/README.md | 4 ++ apps/dashboard/css/dashboard.scss | 4 ++ .../lib/Controller/DashboardApiController.php | 23 +---------- .../lib/Controller/DashboardController.php | 26 +------------ apps/dashboard/lib/ResponseDefinitions.php | 22 +---------- .../lib/Service/DashboardService.php | 21 +--------- apps/dashboard/src/DashboardApp.vue | 4 ++ .../src/components/ApiDashboardWidget.vue | 24 ++---------- apps/dashboard/src/main.js | 21 +--------- apps/dashboard/src/mixins/isMobile.js | 21 +--------- apps/dashboard/templates/index.php | 7 ++++ apps/dav/appinfo/routes.php | 23 +---------- apps/dav/appinfo/v1/caldav.php | 28 ++----------- apps/dav/appinfo/v1/carddav.php | 30 ++------------ apps/dav/appinfo/v1/publicwebdav.php | 32 ++------------- apps/dav/appinfo/v1/webdav.php | 31 ++------------- apps/dav/appinfo/v2/direct.php | 22 +---------- apps/dav/appinfo/v2/publicremote.php | 32 ++------------- apps/dav/appinfo/v2/remote.php | 24 ++---------- apps/dav/css/schedule-response.css | 4 ++ apps/dav/lib/AppInfo/Application.php | 29 ++------------ apps/dav/lib/AppInfo/PluginManager.php | 25 ++---------- apps/dav/lib/Avatars/AvatarHome.php | 25 ++---------- apps/dav/lib/Avatars/AvatarNode.php | 23 ++--------- apps/dav/lib/Avatars/RootCollection.php | 24 ++---------- .../BuildReminderIndexBackgroundJob.php | 23 +---------- .../BackgroundJob/CalendarRetentionJob.php | 21 +--------- .../BackgroundJob/CleanupDirectLinksJob.php | 22 +---------- .../CleanupInvitationTokenJob.php | 22 +---------- .../lib/BackgroundJob/EventReminderJob.php | 22 +---------- .../GenerateBirthdayCalendarBackgroundJob.php | 21 +--------- .../OutOfOfficeEventDispatcherJob.php | 21 +--------- .../PruneOutdatedSyncTokensJob.php | 21 +--------- .../lib/BackgroundJob/RefreshWebcalJob.php | 25 +----------- .../RegisterRegenerateBirthdayCalendars.php | 23 +---------- ...ateCalendarResourcesRoomsBackgroundJob.php | 23 +---------- apps/dav/lib/BackgroundJob/UploadCleanup.php | 23 +---------- .../BackgroundJob/UserStatusAutomation.php | 19 +-------- apps/dav/lib/BulkUpload/BulkUploadPlugin.php | 21 +--------- .../lib/BulkUpload/MultipartRequestParser.php | 20 +--------- apps/dav/lib/CalDAV/Activity/Backend.php | 24 +----------- .../lib/CalDAV/Activity/Filter/Calendar.php | 22 +---------- apps/dav/lib/CalDAV/Activity/Filter/Todo.php | 21 +--------- .../dav/lib/CalDAV/Activity/Provider/Base.php | 22 +---------- .../lib/CalDAV/Activity/Provider/Calendar.php | 25 +----------- .../lib/CalDAV/Activity/Provider/Event.php | 25 +----------- .../dav/lib/CalDAV/Activity/Provider/Todo.php | 23 +---------- .../CalDAV/Activity/Setting/CalDAVSetting.php | 22 +---------- .../lib/CalDAV/Activity/Setting/Calendar.php | 22 +---------- .../dav/lib/CalDAV/Activity/Setting/Event.php | 22 +---------- apps/dav/lib/CalDAV/Activity/Setting/Todo.php | 22 +---------- .../lib/CalDAV/AppCalendar/AppCalendar.php | 21 +--------- .../CalDAV/AppCalendar/AppCalendarPlugin.php | 21 +--------- .../lib/CalDAV/AppCalendar/CalendarObject.php | 21 +--------- .../lib/CalDAV/Auth/CustomPrincipalPlugin.php | 21 +--------- .../lib/CalDAV/Auth/PublicPrincipalPlugin.php | 21 +--------- .../CalDAV/BirthdayCalendar/EnablePlugin.php | 23 +---------- apps/dav/lib/CalDAV/BirthdayService.php | 30 ++------------ apps/dav/lib/CalDAV/CachedSubscription.php | 23 +---------- .../dav/lib/CalDAV/CachedSubscriptionImpl.php | 21 +--------- .../lib/CalDAV/CachedSubscriptionObject.php | 21 +--------- .../lib/CalDAV/CachedSubscriptionProvider.php | 21 +--------- apps/dav/lib/CalDAV/CalDavBackend.php | 39 ++----------------- apps/dav/lib/CalDAV/Calendar.php | 30 +++----------- apps/dav/lib/CalDAV/CalendarHome.php | 27 ++----------- apps/dav/lib/CalDAV/CalendarImpl.php | 24 +----------- apps/dav/lib/CalDAV/CalendarManager.php | 23 +---------- apps/dav/lib/CalDAV/CalendarObject.php | 26 ++----------- apps/dav/lib/CalDAV/CalendarProvider.php | 21 +--------- apps/dav/lib/CalDAV/CalendarRoot.php | 26 ++----------- .../dav/lib/CalDAV/EventComparisonService.php | 21 +--------- .../lib/CalDAV/FreeBusy/FreeBusyGenerator.php | 21 +--------- .../ICSExportPlugin/ICSExportPlugin.php | 21 +--------- apps/dav/lib/CalDAV/IRestorable.php | 21 +--------- .../CalDAV/Integration/ExternalCalendar.php | 21 +--------- .../CalDAV/Integration/ICalendarProvider.php | 21 +--------- .../InvitationResponseServer.php | 24 +----------- apps/dav/lib/CalDAV/Outbox.php | 22 +---------- apps/dav/lib/CalDAV/Plugin.php | 24 ++---------- apps/dav/lib/CalDAV/Principal/Collection.php | 22 +---------- apps/dav/lib/CalDAV/Principal/User.php | 22 +---------- apps/dav/lib/CalDAV/Proxy/Proxy.php | 21 +--------- apps/dav/lib/CalDAV/Proxy/ProxyMapper.php | 23 +---------- apps/dav/lib/CalDAV/PublicCalendar.php | 23 +---------- apps/dav/lib/CalDAV/PublicCalendarObject.php | 22 +---------- apps/dav/lib/CalDAV/PublicCalendarRoot.php | 26 ++----------- .../lib/CalDAV/Publishing/PublishPlugin.php | 26 +------------ .../lib/CalDAV/Publishing/Xml/Publisher.php | 22 +---------- apps/dav/lib/CalDAV/Reminder/Backend.php | 24 +----------- .../CalDAV/Reminder/INotificationProvider.php | 24 +----------- .../NotificationProvider/AbstractProvider.php | 26 +------------ .../NotificationProvider/AudioProvider.php | 21 +--------- .../NotificationProvider/EmailProvider.php | 27 +------------ .../ProviderNotAvailableException.php | 21 +--------- .../NotificationProvider/PushProvider.php | 26 +------------ .../Reminder/NotificationProviderManager.php | 23 +---------- .../NotificationTypeDoesNotExistException.php | 21 +--------- apps/dav/lib/CalDAV/Reminder/Notifier.php | 25 +----------- .../lib/CalDAV/Reminder/ReminderService.php | 27 +------------ .../AbstractPrincipalBackend.php | 24 +----------- .../ResourcePrincipalBackend.php | 21 +--------- .../ResourceBooking/RoomPrincipalBackend.php | 21 +--------- apps/dav/lib/CalDAV/RetentionService.php | 21 +--------- apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 38 +++--------------- apps/dav/lib/CalDAV/Schedule/IMipService.php | 23 ++--------- apps/dav/lib/CalDAV/Schedule/Plugin.php | 28 +------------ apps/dav/lib/CalDAV/Search/SearchPlugin.php | 25 +----------- .../CalDAV/Search/Xml/Filter/CompFilter.php | 23 +---------- .../CalDAV/Search/Xml/Filter/LimitFilter.php | 24 +----------- .../CalDAV/Search/Xml/Filter/OffsetFilter.php | 24 +----------- .../CalDAV/Search/Xml/Filter/ParamFilter.php | 23 +---------- .../CalDAV/Search/Xml/Filter/PropFilter.php | 23 +---------- .../Search/Xml/Filter/SearchTermFilter.php | 23 +---------- .../Xml/Request/CalendarSearchReport.php | 23 +---------- .../CalDAV/Security/RateLimitingPlugin.php | 22 ++--------- apps/dav/lib/CalDAV/Sharing/Backend.php | 18 +-------- apps/dav/lib/CalDAV/Sharing/Service.php | 18 +-------- apps/dav/lib/CalDAV/Status/StatusService.php | 21 +--------- apps/dav/lib/CalDAV/TimezoneService.php | 22 ++--------- .../CalDAV/Trashbin/DeletedCalendarObject.php | 21 +--------- .../DeletedCalendarObjectsCollection.php | 21 +--------- apps/dav/lib/CalDAV/Trashbin/Plugin.php | 21 +--------- .../dav/lib/CalDAV/Trashbin/RestoreTarget.php | 21 +--------- apps/dav/lib/CalDAV/Trashbin/TrashbinHome.php | 21 +--------- apps/dav/lib/CalDAV/WebcalCaching/Plugin.php | 22 +---------- .../WebcalCaching/RefreshWebcalService.php | 26 +------------ apps/dav/lib/Capabilities.php | 23 +---------- apps/dav/lib/CardDAV/Activity/Backend.php | 21 +--------- apps/dav/lib/CardDAV/Activity/Filter.php | 21 +--------- .../CardDAV/Activity/Provider/Addressbook.php | 21 +--------- .../lib/CardDAV/Activity/Provider/Base.php | 21 +--------- .../lib/CardDAV/Activity/Provider/Card.php | 21 +--------- apps/dav/lib/CardDAV/Activity/Setting.php | 21 +--------- apps/dav/lib/CardDAV/AddressBook.php | 27 ++----------- apps/dav/lib/CardDAV/AddressBookImpl.php | 33 ++-------------- apps/dav/lib/CardDAV/AddressBookRoot.php | 25 ++---------- apps/dav/lib/CardDAV/Card.php | 20 +--------- apps/dav/lib/CardDAV/CardDavBackend.php | 36 ++--------------- apps/dav/lib/CardDAV/ContactsManager.php | 26 ++----------- apps/dav/lib/CardDAV/Converter.php | 28 ++----------- apps/dav/lib/CardDAV/HasPhotoPlugin.php | 23 +---------- apps/dav/lib/CardDAV/ImageExportPlugin.php | 25 ++---------- .../Integration/ExternalAddressBook.php | 22 +---------- .../Integration/IAddressBookProvider.php | 21 +--------- apps/dav/lib/CardDAV/MultiGetExportPlugin.php | 22 +---------- apps/dav/lib/CardDAV/PhotoCache.php | 28 +------------ apps/dav/lib/CardDAV/Plugin.php | 24 ++---------- apps/dav/lib/CardDAV/Sharing/Backend.php | 18 +-------- apps/dav/lib/CardDAV/Sharing/Service.php | 18 +-------- apps/dav/lib/CardDAV/SyncService.php | 30 ++------------ apps/dav/lib/CardDAV/SystemAddressbook.php | 24 +----------- apps/dav/lib/CardDAV/UserAddressBooks.php | 25 ++---------- apps/dav/lib/CardDAV/Xml/Groups.php | 24 ++---------- apps/dav/lib/Command/CreateAddressBook.php | 25 ++---------- apps/dav/lib/Command/CreateCalendar.php | 26 ++----------- apps/dav/lib/Command/DeleteCalendar.php | 20 +--------- .../lib/Command/FixCalendarSyncCommand.php | 22 ++--------- apps/dav/lib/Command/ListCalendars.php | 24 +----------- apps/dav/lib/Command/MoveCalendar.php | 25 +----------- apps/dav/lib/Command/RemoveInvalidShares.php | 24 ++---------- .../lib/Command/RetentionCleanupCommand.php | 21 +--------- apps/dav/lib/Command/SendEventReminders.php | 22 +---------- apps/dav/lib/Command/SyncBirthdayCalendar.php | 25 ++---------- .../dav/lib/Command/SyncSystemAddressBook.php | 24 ++---------- apps/dav/lib/Comments/CommentNode.php | 24 ++---------- apps/dav/lib/Comments/CommentsPlugin.php | 26 ++----------- apps/dav/lib/Comments/EntityCollection.php | 24 ++---------- .../dav/lib/Comments/EntityTypeCollection.php | 24 ++---------- apps/dav/lib/Comments/RootCollection.php | 25 ++---------- apps/dav/lib/Connector/LegacyDAVACL.php | 26 ++----------- apps/dav/lib/Connector/LegacyPublicAuth.php | 30 ++------------ .../Sabre/AnonymousOptionsPlugin.php | 25 +----------- .../lib/Connector/Sabre/AppleQuirksPlugin.php | 21 +--------- apps/dav/lib/Connector/Sabre/Auth.php | 34 ++-------------- apps/dav/lib/Connector/Sabre/BearerAuth.php | 22 +---------- .../Sabre/BlockLegacyClientPlugin.php | 26 ++----------- apps/dav/lib/Connector/Sabre/CachingTree.php | 22 +---------- apps/dav/lib/Connector/Sabre/ChecksumList.php | 23 ++--------- .../Connector/Sabre/ChecksumUpdatePlugin.php | 19 +-------- .../Sabre/CommentPropertiesPlugin.php | 25 ++---------- .../Connector/Sabre/CopyEtagHeaderPlugin.php | 25 ++---------- apps/dav/lib/Connector/Sabre/DavAclPlugin.php | 28 ++----------- apps/dav/lib/Connector/Sabre/Directory.php | 33 ++-------------- .../Sabre/DummyGetResponsePlugin.php | 27 ++----------- .../Connector/Sabre/Exception/BadGateway.php | 20 +--------- .../Sabre/Exception/EntityTooLarge.php | 24 ++---------- .../Connector/Sabre/Exception/FileLocked.php | 27 ++----------- .../Connector/Sabre/Exception/Forbidden.php | 23 ++--------- .../Connector/Sabre/Exception/InvalidPath.php | 24 ++---------- .../Exception/PasswordLoginForbidden.php | 24 ++---------- .../Sabre/Exception/TooManyRequests.php | 21 +--------- .../Sabre/Exception/UnsupportedMediaType.php | 24 ++---------- .../Connector/Sabre/ExceptionLoggerPlugin.php | 28 ++----------- .../lib/Connector/Sabre/FakeLockerPlugin.php | 26 ++----------- apps/dav/lib/Connector/Sabre/File.php | 39 ++----------------- apps/dav/lib/Connector/Sabre/FilesPlugin.php | 35 ++--------------- .../lib/Connector/Sabre/FilesReportPlugin.php | 28 ++----------- apps/dav/lib/Connector/Sabre/LockPlugin.php | 27 ++----------- .../lib/Connector/Sabre/MaintenancePlugin.php | 28 ++----------- .../lib/Connector/Sabre/MtimeSanitizer.php | 20 +--------- apps/dav/lib/Connector/Sabre/Node.php | 36 ++--------------- apps/dav/lib/Connector/Sabre/ObjectTree.php | 29 ++------------ apps/dav/lib/Connector/Sabre/Principal.php | 37 ++---------------- .../Sabre/PropfindCompressionPlugin.php | 21 +--------- apps/dav/lib/Connector/Sabre/PublicAuth.php | 30 ++------------ apps/dav/lib/Connector/Sabre/QuotaPlugin.php | 32 +++------------ .../Connector/Sabre/RequestIdHeaderPlugin.php | 19 +-------- apps/dav/lib/Connector/Sabre/Server.php | 26 ++----------- .../dav/lib/Connector/Sabre/ServerFactory.php | 32 ++------------- .../dav/lib/Connector/Sabre/ShareTypeList.php | 23 ++--------- apps/dav/lib/Connector/Sabre/ShareeList.php | 23 +---------- apps/dav/lib/Connector/Sabre/SharesPlugin.php | 29 ++------------ apps/dav/lib/Connector/Sabre/TagList.php | 24 ++---------- apps/dav/lib/Connector/Sabre/TagsPlugin.php | 30 ++------------ .../Controller/BirthdayCalendarController.php | 22 +---------- apps/dav/lib/Controller/DirectController.php | 23 +---------- .../InvitationResponseController.php | 24 +----------- .../lib/Controller/OutOfOfficeController.php | 21 +--------- apps/dav/lib/DAV/CustomPropertiesBackend.php | 25 ++---------- apps/dav/lib/DAV/GroupPrincipalBackend.php | 28 ++----------- apps/dav/lib/DAV/PublicAuth.php | 23 ++--------- apps/dav/lib/DAV/Sharing/Backend.php | 29 ++------------ apps/dav/lib/DAV/Sharing/IShareable.php | 24 ++---------- apps/dav/lib/DAV/Sharing/Plugin.php | 25 ++---------- apps/dav/lib/DAV/Sharing/SharingMapper.php | 21 ++-------- apps/dav/lib/DAV/Sharing/SharingService.php | 18 +-------- apps/dav/lib/DAV/Sharing/Xml/Invite.php | 28 +++---------- apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php | 23 ++--------- apps/dav/lib/DAV/SystemPrincipalBackend.php | 23 ++--------- apps/dav/lib/DAV/ViewOnlyPlugin.php | 21 ++-------- apps/dav/lib/Db/Absence.php | 21 +--------- apps/dav/lib/Db/AbsenceMapper.php | 21 +--------- apps/dav/lib/Db/Direct.php | 21 +--------- apps/dav/lib/Db/DirectMapper.php | 21 +--------- apps/dav/lib/Db/Property.php | 22 ++--------- apps/dav/lib/Db/PropertyMapper.php | 22 ++--------- apps/dav/lib/Direct/DirectFile.php | 22 +---------- apps/dav/lib/Direct/DirectHome.php | 22 +---------- apps/dav/lib/Direct/Server.php | 21 +--------- apps/dav/lib/Direct/ServerFactory.php | 23 +---------- .../lib/Events/AddressBookCreatedEvent.php | 21 +--------- .../lib/Events/AddressBookDeletedEvent.php | 21 +--------- .../Events/AddressBookShareUpdatedEvent.php | 21 +--------- .../lib/Events/AddressBookUpdatedEvent.php | 21 +--------- .../BeforeFileDirectDownloadedEvent.php | 21 +--------- .../CachedCalendarObjectCreatedEvent.php | 21 +--------- .../CachedCalendarObjectDeletedEvent.php | 21 +--------- .../CachedCalendarObjectUpdatedEvent.php | 21 +--------- apps/dav/lib/Events/CalendarCreatedEvent.php | 21 +--------- apps/dav/lib/Events/CalendarDeletedEvent.php | 21 +--------- .../lib/Events/CalendarMovedToTrashEvent.php | 21 +--------- .../lib/Events/CalendarObjectCreatedEvent.php | 21 +--------- .../lib/Events/CalendarObjectDeletedEvent.php | 21 +--------- .../lib/Events/CalendarObjectMovedEvent.php | 21 +--------- .../CalendarObjectMovedToTrashEvent.php | 21 +--------- .../Events/CalendarObjectRestoredEvent.php | 21 +--------- .../lib/Events/CalendarObjectUpdatedEvent.php | 21 +--------- .../dav/lib/Events/CalendarPublishedEvent.php | 22 +---------- apps/dav/lib/Events/CalendarRestoredEvent.php | 21 +--------- .../lib/Events/CalendarShareUpdatedEvent.php | 21 +--------- .../lib/Events/CalendarUnpublishedEvent.php | 22 +---------- apps/dav/lib/Events/CalendarUpdatedEvent.php | 21 +--------- apps/dav/lib/Events/CardCreatedEvent.php | 21 +--------- apps/dav/lib/Events/CardDeletedEvent.php | 21 +--------- apps/dav/lib/Events/CardMovedEvent.php | 21 +--------- apps/dav/lib/Events/CardUpdatedEvent.php | 21 +--------- apps/dav/lib/Events/SabrePluginAddEvent.php | 21 +--------- .../lib/Events/SabrePluginAuthInitEvent.php | 21 +--------- .../lib/Events/SubscriptionCreatedEvent.php | 21 +--------- .../lib/Events/SubscriptionDeletedEvent.php | 21 +--------- .../lib/Events/SubscriptionUpdatedEvent.php | 21 +--------- .../lib/Exception/ServerMaintenanceMode.php | 21 +--------- ...UnsupportedLimitOnInitialSyncException.php | 21 +--------- apps/dav/lib/Files/BrowserErrorPagePlugin.php | 25 ++---------- apps/dav/lib/Files/FileSearchBackend.php | 25 +----------- apps/dav/lib/Files/FilesHome.php | 26 ++----------- apps/dav/lib/Files/LazySearchBackend.php | 21 +--------- apps/dav/lib/Files/RootCollection.php | 26 ++----------- .../dav/lib/Files/Sharing/FilesDropPlugin.php | 23 +---------- .../Files/Sharing/PublicLinkCheckPlugin.php | 24 ++---------- apps/dav/lib/HookManager.php | 29 ++------------ .../lib/Listener/ActivityUpdaterListener.php | 21 +--------- apps/dav/lib/Listener/AddressbookListener.php | 21 +--------- apps/dav/lib/Listener/BirthdayListener.php | 21 +--------- .../CalendarContactInteractionListener.php | 21 +--------- ...CalendarDeletionDefaultUpdaterListener.php | 21 +--------- .../CalendarObjectReminderUpdaterListener.php | 21 +--------- .../Listener/CalendarPublicationListener.php | 21 +--------- .../Listener/CalendarShareUpdateListener.php | 21 +--------- apps/dav/lib/Listener/CardListener.php | 21 +--------- .../lib/Listener/ClearPhotoCacheListener.php | 21 +--------- apps/dav/lib/Listener/OutOfOfficeListener.php | 20 +--------- .../dav/lib/Listener/SubscriptionListener.php | 21 +--------- .../Listener/TrustedServerRemovedListener.php | 21 +--------- .../lib/Listener/UserPreferenceListener.php | 21 +--------- .../Migration/BuildCalendarSearchIndex.php | 25 +----------- .../BuildCalendarSearchIndexBackgroundJob.php | 23 +---------- .../lib/Migration/BuildSocialSearchIndex.php | 22 +---------- .../BuildSocialSearchIndexBackgroundJob.php | 22 +---------- .../lib/Migration/CalDAVRemoveEmptyValue.php | 23 +---------- apps/dav/lib/Migration/ChunkCleanup.php | 21 +--------- .../FixBirthdayCalendarComponent.php | 20 +--------- .../Migration/RefreshWebcalJobRegistrar.php | 22 +---------- .../Migration/RegenerateBirthdayCalendars.php | 22 +---------- ...egisterBuildReminderIndexBackgroundJob.php | 24 +----------- .../RemoveClassifiedEventActivity.php | 22 +---------- ...emoveDeletedUsersCalendarSubscriptions.php | 21 +--------- .../lib/Migration/RemoveObjectProperties.php | 20 +--------- .../RemoveOrphanEventsAndContacts.php | 23 +---------- .../Version1004Date20170825134824.php | 24 +----------- .../Version1004Date20170919104507.php | 23 +---------- .../Version1004Date20170924124212.php | 22 +---------- .../Version1004Date20170926103422.php | 22 +---------- .../Version1005Date20180413093149.php | 23 +---------- .../Version1005Date20180530124431.php | 25 +----------- .../Version1006Date20180619154313.php | 25 +----------- .../Version1006Date20180628111625.php | 25 +----------- .../Version1008Date20181030113700.php | 24 +----------- .../Version1008Date20181105104826.php | 24 +----------- .../Version1008Date20181105104833.php | 22 +---------- .../Version1008Date20181105110300.php | 24 +----------- .../Version1008Date20181105112049.php | 22 +---------- .../Version1008Date20181114084440.php | 22 +---------- .../Version1011Date20190725113607.php | 24 +----------- .../Version1011Date20190806104428.php | 24 +----------- .../Version1012Date20190808122342.php | 25 +----------- .../Version1016Date20201109085907.php | 21 +--------- .../Version1017Date20210216083742.php | 21 +--------- .../Version1018Date20210312100735.php | 21 +--------- .../Version1024Date20211221144219.php | 5 ++- .../Version1025Date20240308063933.php | 21 +--------- .../Version1027Date20230504122946.php | 21 +--------- .../Version1029Date20221114151721.php | 21 +--------- .../Version1029Date20231004091403.php | 21 +--------- .../Version1030Date20240205103243.php | 21 +--------- apps/dav/lib/Profiler/ProfilerPlugin.php | 21 +--------- .../Apple/AppleProvisioningNode.php | 22 +---------- .../Apple/AppleProvisioningPlugin.php | 25 +----------- apps/dav/lib/ResponseDefinitions.php | 21 +--------- apps/dav/lib/RootCollection.php | 29 ++------------ .../lib/Search/ACalendarSearchProvider.php | 21 +--------- .../dav/lib/Search/ContactsSearchProvider.php | 23 +---------- apps/dav/lib/Search/EventsSearchProvider.php | 23 +---------- apps/dav/lib/Search/TasksSearchProvider.php | 24 +----------- apps/dav/lib/Server.php | 36 ++--------------- apps/dav/lib/ServerFactory.php | 20 +--------- apps/dav/lib/Service/AbsenceService.php | 21 +--------- .../dav/lib/Settings/AvailabilitySettings.php | 23 ++--------- apps/dav/lib/Settings/CalDAVSettings.php | 24 +----------- .../NeedsSystemAddressBookSync.php | 22 +---------- apps/dav/lib/SetupChecks/WebdavEndpoint.php | 22 +---------- apps/dav/lib/Storage/PublicOwnerWrapper.php | 21 +--------- apps/dav/lib/SystemTag/SystemTagList.php | 19 +-------- .../lib/SystemTag/SystemTagMappingNode.php | 24 ++---------- apps/dav/lib/SystemTag/SystemTagNode.php | 25 ++---------- apps/dav/lib/SystemTag/SystemTagPlugin.php | 26 ++----------- .../SystemTag/SystemTagsByIdCollection.php | 25 ++---------- .../SystemTag/SystemTagsInUseCollection.php | 21 +--------- .../SystemTagsObjectMappingCollection.php | 26 ++----------- .../SystemTagsObjectTypeCollection.php | 26 ++----------- .../SystemTagsRelationsCollection.php | 27 ++----------- apps/dav/lib/Traits/PrincipalProxyTrait.php | 22 +---------- apps/dav/lib/Upload/AssemblyStream.php | 29 ++------------ apps/dav/lib/Upload/ChunkingPlugin.php | 26 ++----------- apps/dav/lib/Upload/ChunkingV2Plugin.php | 23 ++--------- apps/dav/lib/Upload/CleanupService.php | 21 +--------- apps/dav/lib/Upload/FutureFile.php | 24 ++---------- apps/dav/lib/Upload/PartFile.php | 24 ++---------- apps/dav/lib/Upload/RootCollection.php | 23 ++--------- apps/dav/lib/Upload/UploadFile.php | 21 +--------- apps/dav/lib/Upload/UploadFolder.php | 25 ++---------- apps/dav/lib/Upload/UploadHome.php | 26 ++----------- .../lib/UserMigration/CalendarMigrator.php | 21 +--------- .../CalendarMigratorException.php | 21 +--------- .../lib/UserMigration/ContactsMigrator.php | 21 +--------- .../ContactsMigratorException.php | 21 +--------- .../InvalidAddressBookException.php | 21 +--------- .../InvalidCalendarException.php | 21 +--------- 447 files changed, 1143 insertions(+), 9061 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2831d035834..92a580c3ec5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -336,6 +336,7 @@ - nacho - Naoto Kobayashi - Nazar Mokrynskyi + - Nick Sweeting - Nicolai Ehemann - Nicolas Grekas - Nicolas SIMIDE <2083596+dems54@users.noreply.github.com> diff --git a/apps/cloud_federation_api/appinfo/routes.php b/apps/cloud_federation_api/appinfo/routes.php index ad508e13277..6b0774627a4 100644 --- a/apps/cloud_federation_api/appinfo/routes.php +++ b/apps/cloud_federation_api/appinfo/routes.php @@ -3,26 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @author Joas Schilling - * @author Maxence Lange - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ return [ 'routes' => [ diff --git a/apps/cloud_federation_api/lib/AppInfo/Application.php b/apps/cloud_federation_api/lib/AppInfo/Application.php index 509e8322ba5..e34b2f2dc3d 100644 --- a/apps/cloud_federation_api/lib/AppInfo/Application.php +++ b/apps/cloud_federation_api/lib/AppInfo/Application.php @@ -3,26 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2018 Bjoern Schiessle - * - * @author Bjoern Schiessle - * @author Morris Jobke - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\CloudFederationAPI\AppInfo; diff --git a/apps/cloud_federation_api/lib/Capabilities.php b/apps/cloud_federation_api/lib/Capabilities.php index ad7e0889ba5..61cc45a24e6 100644 --- a/apps/cloud_federation_api/lib/Capabilities.php +++ b/apps/cloud_federation_api/lib/Capabilities.php @@ -3,27 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Bjoern Schiessle - * - * @author Bjoern Schiessle - * @author Kate Döen - * @author Maxence Lange - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\CloudFederationAPI; diff --git a/apps/cloud_federation_api/lib/Config.php b/apps/cloud_federation_api/lib/Config.php index 8611b7cef9c..9aefca746a1 100644 --- a/apps/cloud_federation_api/lib/Config.php +++ b/apps/cloud_federation_api/lib/Config.php @@ -1,25 +1,7 @@ - * - * @author Bjoern Schiessle - * @author Christoph Wurst - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\CloudFederationAPI; diff --git a/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php b/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php index 0255e011ea4..5623ab93086 100644 --- a/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php +++ b/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php @@ -1,28 +1,7 @@ - * - * @author Bjoern Schiessle - * @author Christoph Wurst - * @author Maxence Lange - * @author Roeland Jago Douma - * @author Kate Döen - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\CloudFederationAPI\Controller; diff --git a/apps/cloud_federation_api/lib/ResponseDefinitions.php b/apps/cloud_federation_api/lib/ResponseDefinitions.php index 69090e6196f..d9a55e13e07 100644 --- a/apps/cloud_federation_api/lib/ResponseDefinitions.php +++ b/apps/cloud_federation_api/lib/ResponseDefinitions.php @@ -3,25 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Kate Döen - * - * @author Kate Döen - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\CloudFederationAPI; diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index 6a5cc098a03..e9134c03671 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -1,4 +1,9 @@ + comments diff --git a/apps/comments/appinfo/routes.php b/apps/comments/appinfo/routes.php index 8a7a60c4dcd..903f1b2168c 100644 --- a/apps/comments/appinfo/routes.php +++ b/apps/comments/appinfo/routes.php @@ -1,24 +1,9 @@ - * @author Roeland Jago Douma - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * + * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ return [ 'routes' => [ diff --git a/apps/comments/lib/Activity/Filter.php b/apps/comments/lib/Activity/Filter.php index c46da1a162f..6f010d855cb 100644 --- a/apps/comments/lib/Activity/Filter.php +++ b/apps/comments/lib/Activity/Filter.php @@ -1,24 +1,7 @@ - * - * @author Joas Schilling - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Activity; diff --git a/apps/comments/lib/Activity/Listener.php b/apps/comments/lib/Activity/Listener.php index 341b2e7ac65..f49f2077a61 100644 --- a/apps/comments/lib/Activity/Listener.php +++ b/apps/comments/lib/Activity/Listener.php @@ -1,26 +1,9 @@ - * @author Joas Schilling - * @author Morris Jobke - * @author Roeland Jago Douma - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OCA\Comments\Activity; diff --git a/apps/comments/lib/Activity/Provider.php b/apps/comments/lib/Activity/Provider.php index 2f0f8e314cb..704ef0e0a48 100644 --- a/apps/comments/lib/Activity/Provider.php +++ b/apps/comments/lib/Activity/Provider.php @@ -1,26 +1,7 @@ - * - * @author Christoph Wurst - * @author Joas Schilling - * @author Morris Jobke - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Activity; diff --git a/apps/comments/lib/Activity/Setting.php b/apps/comments/lib/Activity/Setting.php index 4413388b53b..cc7c47784ac 100644 --- a/apps/comments/lib/Activity/Setting.php +++ b/apps/comments/lib/Activity/Setting.php @@ -1,24 +1,7 @@ - * - * @author Joas Schilling - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Activity; diff --git a/apps/comments/lib/AppInfo/Application.php b/apps/comments/lib/AppInfo/Application.php index a6d6d9fb78d..8951387b362 100644 --- a/apps/comments/lib/AppInfo/Application.php +++ b/apps/comments/lib/AppInfo/Application.php @@ -1,28 +1,7 @@ - * - * @author Arthur Schiwon - * @author Christoph Wurst - * @author Joas Schilling - * @author John Molakvoæ - * @author Roeland Jago Douma - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\AppInfo; diff --git a/apps/comments/lib/Capabilities.php b/apps/comments/lib/Capabilities.php index 597f248412c..2057803d867 100644 --- a/apps/comments/lib/Capabilities.php +++ b/apps/comments/lib/Capabilities.php @@ -3,25 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @author Joas Schilling - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments; diff --git a/apps/comments/lib/Collaboration/CommentersSorter.php b/apps/comments/lib/Collaboration/CommentersSorter.php index b30c91ea2e8..46fec87c777 100644 --- a/apps/comments/lib/Collaboration/CommentersSorter.php +++ b/apps/comments/lib/Collaboration/CommentersSorter.php @@ -1,25 +1,7 @@ - * - * @author Arthur Schiwon - * @author Christoph Wurst - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Collaboration; diff --git a/apps/comments/lib/Controller/NotificationsController.php b/apps/comments/lib/Controller/NotificationsController.php index 1e1f0e563e2..408efc46973 100644 --- a/apps/comments/lib/Controller/NotificationsController.php +++ b/apps/comments/lib/Controller/NotificationsController.php @@ -1,26 +1,7 @@ - * - * @author Arthur Schiwon - * @author Christoph Wurst - * @author Joas Schilling - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Controller; diff --git a/apps/comments/lib/EventHandler.php b/apps/comments/lib/EventHandler.php index b3a6e5b754b..3ad76941444 100644 --- a/apps/comments/lib/EventHandler.php +++ b/apps/comments/lib/EventHandler.php @@ -1,25 +1,7 @@ - * - * @author Arthur Schiwon - * @author Christoph Wurst - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments; diff --git a/apps/comments/lib/Listener/CommentsEntityEventListener.php b/apps/comments/lib/Listener/CommentsEntityEventListener.php index 3afd2b361b8..5aeeb3c63ea 100644 --- a/apps/comments/lib/Listener/CommentsEntityEventListener.php +++ b/apps/comments/lib/Listener/CommentsEntityEventListener.php @@ -3,25 +3,8 @@ declare(strict_types=1); /** - * @copyright 2020 Christoph Wurst - * - * @author Christoph Wurst - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Listener; diff --git a/apps/comments/lib/Listener/LoadAdditionalScripts.php b/apps/comments/lib/Listener/LoadAdditionalScripts.php index 614e8e2a6a7..81e1bfe5310 100644 --- a/apps/comments/lib/Listener/LoadAdditionalScripts.php +++ b/apps/comments/lib/Listener/LoadAdditionalScripts.php @@ -3,27 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2019, Roeland Jago Douma - * - * @author Christoph Wurst - * @author John Molakvoæ - * @author Roeland Jago Douma - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Listener; diff --git a/apps/comments/lib/Listener/LoadSidebarScripts.php b/apps/comments/lib/Listener/LoadSidebarScripts.php index 1e2864728a2..906fe40fed2 100644 --- a/apps/comments/lib/Listener/LoadSidebarScripts.php +++ b/apps/comments/lib/Listener/LoadSidebarScripts.php @@ -3,26 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2019, Roeland Jago Douma - * - * @author Christoph Wurst - * @author John Molakvoæ - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Listener; diff --git a/apps/comments/lib/MaxAutoCompleteResultsInitialState.php b/apps/comments/lib/MaxAutoCompleteResultsInitialState.php index ed0db5927cf..b4c8f8719db 100644 --- a/apps/comments/lib/MaxAutoCompleteResultsInitialState.php +++ b/apps/comments/lib/MaxAutoCompleteResultsInitialState.php @@ -3,27 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021 Roeland Jago Douma - * - * @author Arthur Schiwon - * @author Christoph Wurst - * @author Roeland Jago Douma - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments; diff --git a/apps/comments/lib/Notification/Listener.php b/apps/comments/lib/Notification/Listener.php index c3d409f8d06..44fb8fe3f4c 100644 --- a/apps/comments/lib/Notification/Listener.php +++ b/apps/comments/lib/Notification/Listener.php @@ -1,25 +1,9 @@ - * @author Christoph Wurst - * @author Joas Schilling - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OCA\Comments\Notification; diff --git a/apps/comments/lib/Notification/Notifier.php b/apps/comments/lib/Notification/Notifier.php index 9501c8b954c..4f114f22ef8 100644 --- a/apps/comments/lib/Notification/Notifier.php +++ b/apps/comments/lib/Notification/Notifier.php @@ -1,26 +1,9 @@ - * @author Christoph Wurst - * @author Joas Schilling - * @author Roeland Jago Douma - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OCA\Comments\Notification; diff --git a/apps/comments/lib/Search/CommentsSearchProvider.php b/apps/comments/lib/Search/CommentsSearchProvider.php index 7d7e255d278..87a658cab1c 100644 --- a/apps/comments/lib/Search/CommentsSearchProvider.php +++ b/apps/comments/lib/Search/CommentsSearchProvider.php @@ -3,27 +3,8 @@ declare(strict_types=1); /** - * @copyright 2020 Christoph Wurst - * - * @author Christoph Wurst - * @author Joas Schilling - * @author John Molakvoæ - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Search; diff --git a/apps/comments/lib/Search/LegacyProvider.php b/apps/comments/lib/Search/LegacyProvider.php index 55f7ef8eeb9..3dbc51bbf38 100644 --- a/apps/comments/lib/Search/LegacyProvider.php +++ b/apps/comments/lib/Search/LegacyProvider.php @@ -3,25 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2018 Joas Schilling - * - * @author Christoph Wurst - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Search; diff --git a/apps/comments/lib/Search/Result.php b/apps/comments/lib/Search/Result.php index f4abf3864c1..f9bdc71f0a3 100644 --- a/apps/comments/lib/Search/Result.php +++ b/apps/comments/lib/Search/Result.php @@ -1,26 +1,7 @@ - * - * @author Christoph Wurst - * @author Joas Schilling - * @author Michał Węgrzynek - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Comments\Search; diff --git a/apps/comments/src/actions/inlineUnreadCommentsAction.spec.ts b/apps/comments/src/actions/inlineUnreadCommentsAction.spec.ts index aabbf42fadb..dc8892769e3 100644 --- a/apps/comments/src/actions/inlineUnreadCommentsAction.spec.ts +++ b/apps/comments/src/actions/inlineUnreadCommentsAction.spec.ts @@ -1,23 +1,6 @@ /** - * @copyright Copyright (c) 2023 Lucas Azevedo - * - * @author Lucas Azevedo - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ import { action } from './inlineUnreadCommentsAction' import { expect } from '@jest/globals' diff --git a/apps/comments/src/actions/inlineUnreadCommentsAction.ts b/apps/comments/src/actions/inlineUnreadCommentsAction.ts index b537923b30e..0afd93d7606 100644 --- a/apps/comments/src/actions/inlineUnreadCommentsAction.ts +++ b/apps/comments/src/actions/inlineUnreadCommentsAction.ts @@ -1,23 +1,6 @@ /** - * @copyright Copyright (c) 2023 Lucas Azevedo - * - * @author Lucas Azevedo - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ import { FileAction, Node } from '@nextcloud/files' import { translate as t, translatePlural as n } from '@nextcloud/l10n' diff --git a/apps/comments/src/comments-activity-tab.ts b/apps/comments/src/comments-activity-tab.ts index 0cb3bf70bbb..765777884f2 100644 --- a/apps/comments/src/comments-activity-tab.ts +++ b/apps/comments/src/comments-activity-tab.ts @@ -1,23 +1,6 @@ /** - * @copyright Copyright (c) 2023 Ferdinand Thiessen - * - * @author Ferdinand Thiessen - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ import moment from '@nextcloud/moment' import Vue from 'vue' diff --git a/apps/comments/src/comments-app.js b/apps/comments/src/comments-app.js index eca3deb8b24..a91a4bb37bb 100644 --- a/apps/comments/src/comments-app.js +++ b/apps/comments/src/comments-app.js @@ -1,23 +1,6 @@ /** - * @copyright Copyright (c) 2020 John Molakvoæ - * - * @author John Molakvoæ - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ import CommentsInstance from './services/CommentsInstance.js' diff --git a/apps/comments/src/comments-tab.js b/apps/comments/src/comments-tab.js index 73038412bd3..c9b3449e05e 100644 --- a/apps/comments/src/comments-tab.js +++ b/apps/comments/src/comments-tab.js @@ -1,23 +1,6 @@ /** - * @copyright Copyright (c) 2020 John Molakvoæ - * - * @author John Molakvoæ - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ // eslint-disable-next-line n/no-missing-import, import/no-unresolved diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index 912eeb28748..c883f9b848b 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -1,24 +1,7 @@ + - SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-or-later +-->