From 9c68a0fbfe8878419038e47aaebb8283cdab14ab Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 8 Aug 2022 16:05:02 +0200 Subject: fix copyright headers Signed-off-by: Louis Chemineau --- lib/Migration/Version20000Date20220727125801.php | 9 +++------ lib/Sabre/Album/AlbumPhoto.php | 2 +- lib/Sabre/Album/AlbumRoot.php | 2 +- lib/Sabre/Album/AlbumsHome.php | 3 ++- lib/Sabre/PhotosHome.php | 3 ++- lib/Sabre/RootCollection.php | 3 ++- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'lib') diff --git a/lib/Migration/Version20000Date20220727125801.php b/lib/Migration/Version20000Date20220727125801.php index 295cb5a1..8f2ecbf7 100644 --- a/lib/Migration/Version20000Date20220727125801.php +++ b/lib/Migration/Version20000Date20220727125801.php @@ -1,11 +1,8 @@ - * - * @author Your name + * @copyright Copyright (c) 2022 Robin Appelman * * @license GNU AGPL version 3 or any later version * @@ -16,11 +13,11 @@ declare(strict_types=1); * * 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 + * 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 . + * along with this program. If not, see . * */ diff --git a/lib/Sabre/Album/AlbumPhoto.php b/lib/Sabre/Album/AlbumPhoto.php index 5bd31830..01532725 100644 --- a/lib/Sabre/Album/AlbumPhoto.php +++ b/lib/Sabre/Album/AlbumPhoto.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021 Robin Appelman + * @copyright Copyright (c) 2022 Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/lib/Sabre/Album/AlbumRoot.php b/lib/Sabre/Album/AlbumRoot.php index 4a51d619..da7e6ab5 100644 --- a/lib/Sabre/Album/AlbumRoot.php +++ b/lib/Sabre/Album/AlbumRoot.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021 Robin Appelman + * @copyright Copyright (c) 2022 Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/lib/Sabre/Album/AlbumsHome.php b/lib/Sabre/Album/AlbumsHome.php index 397b4e60..1c070b59 100644 --- a/lib/Sabre/Album/AlbumsHome.php +++ b/lib/Sabre/Album/AlbumsHome.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021 Robin Appelman + * @copyright Copyright (c) 2022 Robin Appelman * * @license GNU AGPL version 3 or any later version * @@ -20,6 +20,7 @@ declare(strict_types=1); * along with this program. If not, see . * */ + namespace OCA\Photos\Sabre\Album; use OCA\Photos\Album\AlbumMapper; diff --git a/lib/Sabre/PhotosHome.php b/lib/Sabre/PhotosHome.php index e879aa88..d37c8a11 100644 --- a/lib/Sabre/PhotosHome.php +++ b/lib/Sabre/PhotosHome.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021 Robin Appelman + * @copyright Copyright (c) 2022 Robin Appelman * * @license GNU AGPL version 3 or any later version * @@ -20,6 +20,7 @@ declare(strict_types=1); * along with this program. If not, see . * */ + namespace OCA\Photos\Sabre; use OCA\Photos\Album\AlbumMapper; diff --git a/lib/Sabre/RootCollection.php b/lib/Sabre/RootCollection.php index 56ea56e5..d2478991 100644 --- a/lib/Sabre/RootCollection.php +++ b/lib/Sabre/RootCollection.php @@ -2,7 +2,7 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021 Robin Appelman + * @copyright Copyright (c) 2022 Robin Appelman * * @license GNU AGPL version 3 or any later version * @@ -20,6 +20,7 @@ declare(strict_types=1); * along with this program. If not, see . * */ + namespace OCA\Photos\Sabre; use OCA\Photos\Album\AlbumMapper; -- cgit v1.2.3