From fcc2029427b3c222fb4fff4e985842fdbb0dc24c Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Fri, 2 Feb 2024 19:27:50 +0100 Subject: [PATCH] fix(Copyright): Hello 2024 Signed-off-by: Marcel Klehr --- lib/Activity/ActivityPublisher.php | 2 +- lib/Activity/Filter.php | 2 +- lib/Activity/Provider.php | 2 +- lib/Activity/Setting.php | 2 +- lib/AppInfo/Application.php | 2 +- lib/AugmentedTemplateResponse.php | 2 +- lib/BackgroundJobs/BackupJob.php | 2 +- lib/BackgroundJobs/CrawlJob.php | 2 +- lib/BackgroundJobs/FileCacheGCJob.php | 2 +- lib/BackgroundJobs/IndividualCrawlJob.php | 2 +- lib/Contract/IBookmarkPreviewer.php | 2 +- lib/Contract/IImage.php | 2 +- lib/Controller/BookmarkController.php | 2 +- lib/Controller/FoldersController.php | 2 +- lib/Controller/InternalBookmarkController.php | 2 +- lib/Controller/InternalFoldersController.php | 2 +- lib/Controller/InternalTagsController.php | 2 +- lib/Controller/SettingsController.php | 2 +- lib/Controller/TagsController.php | 2 +- lib/Controller/WebViewController.php | 2 +- lib/Dashboard/Frequent.php | 2 +- lib/Dashboard/Recent.php | 2 +- lib/Db/Bookmark.php | 2 +- lib/Db/BookmarkMapper.php | 2 +- lib/Db/BookmarkWithTagsAndParent.php | 2 +- lib/Db/Folder.php | 2 +- lib/Db/FolderMapper.php | 2 +- lib/Db/PublicFolder.php | 2 +- lib/Db/PublicFolderMapper.php | 2 +- lib/Db/Share.php | 2 +- lib/Db/ShareMapper.php | 2 +- lib/Db/SharedFolder.php | 2 +- lib/Db/SharedFolderMapper.php | 2 +- lib/Db/TagMapper.php | 2 +- lib/Db/TreeMapper.php | 2 +- lib/Events/BeforeDeleteEvent.php | 2 +- lib/Events/ChangeEvent.php | 2 +- lib/Events/CreateEvent.php | 2 +- lib/Events/MoveEvent.php | 2 +- lib/Events/UpdateEvent.php | 2 +- lib/Exception/AlreadyExistsError.php | 2 +- lib/Exception/ChildrenOrderValidationError.php | 2 +- lib/Exception/Exception.php | 2 +- lib/Exception/HtmlParseError.php | 2 +- lib/Exception/UnauthenticatedError.php | 2 +- lib/Exception/UnauthorizedAccessError.php | 2 +- lib/Exception/UnsupportedOperation.php | 2 +- lib/Exception/UrlParseError.php | 2 +- lib/Exception/UserLimitExceededError.php | 2 +- lib/ExportResponse.php | 2 +- lib/Flow/Bookmark.php | 2 +- lib/Flow/CreateBookmark.php | 2 +- lib/Helper.php | 2 +- lib/Hooks/UserGroupListener.php | 2 +- lib/Http/Client.php | 2 +- lib/Http/RequestFactory.php | 2 +- lib/Image.php | 2 +- lib/Migration/DeduplicateSharedFoldersRepairStep.php | 2 +- lib/Migration/GroupSharesUpdateRepairStep.php | 2 +- lib/Migration/OrphanedSharesRepairStep.php | 2 +- lib/Migration/OrphanedTreeItemsRepairStep.php | 2 +- lib/Migration/SuperfluousSharedFoldersRepairStep.php | 2 +- lib/Migration/UninstallRepairStep.php | 2 +- lib/Migration/Version000014000Date20181002094721.php | 2 +- lib/Migration/Version000014000Date20181029094721.php | 2 +- lib/Migration/Version000016005Date20190402094721.php | 2 +- lib/Migration/Version001000007Date20190721094721.php | 2 +- lib/Migration/Version003000000Date20191123094721.php | 2 +- lib/Migration/Version003000000Date20191129094721.php | 2 +- lib/Migration/Version003000009Date20200505094721.php | 2 +- lib/Migration/Version003001000Date20200526094721.php | 2 +- lib/Migration/Version003001000Date20200526124721.php | 2 +- lib/Migration/Version003004000Date20200807124721.php | 2 +- lib/Migration/Version003004000Date20200817124721.php | 2 +- lib/Migration/Version004002000Date20210208124721.php | 2 +- lib/Migration/Version004003000Date20210718124721.php | 2 +- lib/Migration/Version004003001Date20210723124721.php | 2 +- lib/Migration/Version004005000Date20210918124721.php | 2 +- lib/Migration/Version010002000Date20220319124721.php | 2 +- lib/QueryParameters.php | 2 +- lib/Search/Provider.php | 2 +- lib/Search/SearchResultEntry.php | 2 +- lib/Service/Authorizer.php | 2 +- lib/Service/BookmarkPreviewer.php | 2 +- lib/Service/BookmarkService.php | 2 +- lib/Service/BookmarksParser.php | 2 +- lib/Service/CrawlService.php | 2 +- lib/Service/FaviconPreviewer.php | 2 +- lib/Service/FileCache.php | 2 +- lib/Service/FolderService.php | 2 +- lib/Service/HtmlExporter.php | 2 +- lib/Service/HtmlImporter.php | 2 +- lib/Service/LinkExplorer.php | 2 +- lib/Service/LockManager.php | 2 +- lib/Service/Previewers/DefaultBookmarkPreviewer.php | 2 +- lib/Service/Previewers/PageresBookmarkPreviewer.php | 2 +- lib/Service/Previewers/ScreeenlyBookmarkPreviewer.php | 2 +- lib/Service/Previewers/ScreenshotMachineBookmarkPreviewer.php | 2 +- lib/Service/Previewers/WebshotBookmarkPreviewer.php | 2 +- lib/Service/TreeCacheManager.php | 2 +- lib/Service/UrlNormalizer.php | 2 +- lib/Settings/AdminSection.php | 2 +- lib/Settings/AdminSettings.php | 2 +- psalm.xml | 2 +- src/App.vue | 2 +- src/admin.js | 2 +- src/components/Bookmark.vue | 2 +- src/components/BookmarksList.vue | 2 +- src/components/Controls.vue | 2 +- src/components/CreateBookmark.vue | 2 +- src/components/CreateFolder.vue | 2 +- src/components/DashboardFrequent.vue | 2 +- src/components/DashboardRecent.vue | 2 +- src/components/FirstRun.vue | 2 +- src/components/Folder.vue | 2 +- src/components/FolderPickerDialog.vue | 2 +- src/components/Item.vue | 2 +- src/components/ItemSkeleton.vue | 2 +- src/components/MoveDialog.vue | 2 +- src/components/Navigation.vue | 2 +- src/components/NoBookmarks.vue | 2 +- src/components/Settings.vue | 2 +- src/components/SidebarBookmark.vue | 2 +- src/components/SidebarFolder.vue | 2 +- src/components/TagLine.vue | 2 +- src/components/ViewAdmin.vue | 2 +- src/components/ViewBookmarklet.vue | 2 +- src/components/ViewPrivate.vue | 2 +- src/components/ViewPublic.vue | 2 +- src/dashboard.js | 2 +- src/flow.js | 2 +- src/main.js | 2 +- src/mixins/AppGlobal.js | 2 +- src/router.js | 2 +- src/service-worker.js | 2 +- src/store/actions.js | 2 +- src/store/index.js | 2 +- src/store/mutations.js | 2 +- src/talk.js | 2 +- 139 files changed, 139 insertions(+), 139 deletions(-) diff --git a/lib/Activity/ActivityPublisher.php b/lib/Activity/ActivityPublisher.php index fed55145..7bc69fc4 100644 --- a/lib/Activity/ActivityPublisher.php +++ b/lib/Activity/ActivityPublisher.php @@ -1,6 +1,6 @@ diff --git a/src/App.vue b/src/App.vue index 024d6b75..6f232997 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/admin.js b/src/admin.js index a3bcb3cc..2eac66d7 100644 --- a/src/admin.js +++ b/src/admin.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/components/Bookmark.vue b/src/components/Bookmark.vue index 89455506..b01a93d3 100644 --- a/src/components/Bookmark.vue +++ b/src/components/Bookmark.vue @@ -1,5 +1,5 @@ diff --git a/src/components/BookmarksList.vue b/src/components/BookmarksList.vue index 918fa08b..741eff9a 100644 --- a/src/components/BookmarksList.vue +++ b/src/components/BookmarksList.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Controls.vue b/src/components/Controls.vue index 7d522e3b..5021f991 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -1,5 +1,5 @@ diff --git a/src/components/CreateBookmark.vue b/src/components/CreateBookmark.vue index 74682701..23f17c53 100644 --- a/src/components/CreateBookmark.vue +++ b/src/components/CreateBookmark.vue @@ -1,5 +1,5 @@ diff --git a/src/components/CreateFolder.vue b/src/components/CreateFolder.vue index 6c81c627..6a2725f6 100644 --- a/src/components/CreateFolder.vue +++ b/src/components/CreateFolder.vue @@ -1,5 +1,5 @@ diff --git a/src/components/DashboardFrequent.vue b/src/components/DashboardFrequent.vue index c70d87df..4863cb59 100644 --- a/src/components/DashboardFrequent.vue +++ b/src/components/DashboardFrequent.vue @@ -1,5 +1,5 @@ diff --git a/src/components/DashboardRecent.vue b/src/components/DashboardRecent.vue index cd55d01a..50a863c1 100644 --- a/src/components/DashboardRecent.vue +++ b/src/components/DashboardRecent.vue @@ -1,5 +1,5 @@ diff --git a/src/components/FirstRun.vue b/src/components/FirstRun.vue index cbf61177..5cc84eda 100644 --- a/src/components/FirstRun.vue +++ b/src/components/FirstRun.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Folder.vue b/src/components/Folder.vue index 77ded065..c3c597ed 100644 --- a/src/components/Folder.vue +++ b/src/components/Folder.vue @@ -1,5 +1,5 @@ diff --git a/src/components/FolderPickerDialog.vue b/src/components/FolderPickerDialog.vue index dd24a128..bd48f407 100644 --- a/src/components/FolderPickerDialog.vue +++ b/src/components/FolderPickerDialog.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Item.vue b/src/components/Item.vue index 092feec6..8d73d319 100644 --- a/src/components/Item.vue +++ b/src/components/Item.vue @@ -1,5 +1,5 @@ diff --git a/src/components/ItemSkeleton.vue b/src/components/ItemSkeleton.vue index 68f46e84..47f59ff1 100644 --- a/src/components/ItemSkeleton.vue +++ b/src/components/ItemSkeleton.vue @@ -1,5 +1,5 @@ diff --git a/src/components/MoveDialog.vue b/src/components/MoveDialog.vue index 84703cb9..0b2c523e 100644 --- a/src/components/MoveDialog.vue +++ b/src/components/MoveDialog.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index fbaf4265..899906de 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -1,5 +1,5 @@ diff --git a/src/components/NoBookmarks.vue b/src/components/NoBookmarks.vue index bb39f446..22f68046 100644 --- a/src/components/NoBookmarks.vue +++ b/src/components/NoBookmarks.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 7bca3312..2de03f94 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -1,5 +1,5 @@ diff --git a/src/components/SidebarBookmark.vue b/src/components/SidebarBookmark.vue index c79bf899..cf055d8f 100644 --- a/src/components/SidebarBookmark.vue +++ b/src/components/SidebarBookmark.vue @@ -1,5 +1,5 @@ diff --git a/src/components/SidebarFolder.vue b/src/components/SidebarFolder.vue index e88af114..31a7759f 100644 --- a/src/components/SidebarFolder.vue +++ b/src/components/SidebarFolder.vue @@ -1,5 +1,5 @@ diff --git a/src/components/TagLine.vue b/src/components/TagLine.vue index 68431d82..523e9003 100644 --- a/src/components/TagLine.vue +++ b/src/components/TagLine.vue @@ -1,5 +1,5 @@ diff --git a/src/components/ViewAdmin.vue b/src/components/ViewAdmin.vue index 4b562bc6..78b4ddd3 100644 --- a/src/components/ViewAdmin.vue +++ b/src/components/ViewAdmin.vue @@ -1,5 +1,5 @@ diff --git a/src/components/ViewBookmarklet.vue b/src/components/ViewBookmarklet.vue index f231f9b9..bf9d55d8 100644 --- a/src/components/ViewBookmarklet.vue +++ b/src/components/ViewBookmarklet.vue @@ -1,5 +1,5 @@ diff --git a/src/components/ViewPrivate.vue b/src/components/ViewPrivate.vue index b33c1643..6be058d4 100644 --- a/src/components/ViewPrivate.vue +++ b/src/components/ViewPrivate.vue @@ -1,5 +1,5 @@ diff --git a/src/components/ViewPublic.vue b/src/components/ViewPublic.vue index d566d107..00b41b81 100644 --- a/src/components/ViewPublic.vue +++ b/src/components/ViewPublic.vue @@ -1,5 +1,5 @@ diff --git a/src/dashboard.js b/src/dashboard.js index 34f9c20d..c38f575d 100644 --- a/src/dashboard.js +++ b/src/dashboard.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/flow.js b/src/flow.js index 2ca99837..12f5044d 100644 --- a/src/flow.js +++ b/src/flow.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/main.js b/src/main.js index e79bb2b2..02f13141 100644 --- a/src/main.js +++ b/src/main.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/mixins/AppGlobal.js b/src/mixins/AppGlobal.js index 6a47b238..4c53cc1d 100644 --- a/src/mixins/AppGlobal.js +++ b/src/mixins/AppGlobal.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/router.js b/src/router.js index b296fc15..c7b5b15e 100644 --- a/src/router.js +++ b/src/router.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/service-worker.js b/src/service-worker.js index ba3a18d9..456493f2 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/store/actions.js b/src/store/actions.js index 35fcbef1..4c8b3d16 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/store/index.js b/src/store/index.js index 8ff93a7c..9ff06fd3 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/store/mutations.js b/src/store/mutations.js index bf036cdc..88b1e861 100644 --- a/src/store/mutations.js +++ b/src/store/mutations.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */ diff --git a/src/talk.js b/src/talk.js index 290ab10a..84cd04b0 100644 --- a/src/talk.js +++ b/src/talk.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020. The Nextcloud Bookmarks contributors. + * Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors. * * This file is licensed under the Affero General Public License version 3 or later. See the COPYING file. */