From 7061e16b271e2b2127bad6a90f90e1b1a55eefc9 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 10 Oct 2021 20:57:23 +0200 Subject: [PATCH] Add copyright --- .../ProfileField/Depository/ProfileField.php | 19 +++++++++++++++++++ .../ProfileFieldNotFoundException.php | 19 +++++++++++++++++++ .../ProfileFieldPersistenceException.php | 19 +++++++++++++++++++ .../UnexpectedPermissionSetException.php | 19 +++++++++++++++++++ .../ProfileField/Factory/ProfileField.php | 19 +++++++++++++++++++ 5 files changed, 95 insertions(+) diff --git a/src/Profile/ProfileField/Depository/ProfileField.php b/src/Profile/ProfileField/Depository/ProfileField.php index 8ae74fefa..228fc7760 100644 --- a/src/Profile/ProfileField/Depository/ProfileField.php +++ b/src/Profile/ProfileField/Depository/ProfileField.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Profile\ProfileField\Depository; diff --git a/src/Profile/ProfileField/Exception/ProfileFieldNotFoundException.php b/src/Profile/ProfileField/Exception/ProfileFieldNotFoundException.php index b204d9e54..3ee209cd7 100644 --- a/src/Profile/ProfileField/Exception/ProfileFieldNotFoundException.php +++ b/src/Profile/ProfileField/Exception/ProfileFieldNotFoundException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Profile\ProfileField\Exception; diff --git a/src/Profile/ProfileField/Exception/ProfileFieldPersistenceException.php b/src/Profile/ProfileField/Exception/ProfileFieldPersistenceException.php index fef4f76e6..f14e17a08 100644 --- a/src/Profile/ProfileField/Exception/ProfileFieldPersistenceException.php +++ b/src/Profile/ProfileField/Exception/ProfileFieldPersistenceException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Profile\ProfileField\Exception; diff --git a/src/Profile/ProfileField/Exception/UnexpectedPermissionSetException.php b/src/Profile/ProfileField/Exception/UnexpectedPermissionSetException.php index 677a75bef..91220def6 100644 --- a/src/Profile/ProfileField/Exception/UnexpectedPermissionSetException.php +++ b/src/Profile/ProfileField/Exception/UnexpectedPermissionSetException.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Profile\ProfileField\Exception; diff --git a/src/Profile/ProfileField/Factory/ProfileField.php b/src/Profile/ProfileField/Factory/ProfileField.php index 77de7908a..caec34af0 100644 --- a/src/Profile/ProfileField/Factory/ProfileField.php +++ b/src/Profile/ProfileField/Factory/ProfileField.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Profile\ProfileField\Factory;