diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-06-04 21:52:51 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-06-04 22:02:41 +0200 |
commit | 215aef3cbdc1963be1bb6bca5218ee0a4b7f1665 (patch) | |
tree | 0f0fdee6bef8d5f2a6ae5f83c8b4b06ddc090a1b /core/Command/Integrity | |
parent | 46dbc8fa988176e4a431cafcbae6674fb613c899 (diff) | |
download | nextcloud-server-215aef3cbdc1963be1bb6bca5218ee0a4b7f1665.tar.gz nextcloud-server-215aef3cbdc1963be1bb6bca5218ee0a4b7f1665.zip |
Update php licenses
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/Command/Integrity')
-rw-r--r-- | core/Command/Integrity/CheckApp.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/CheckCore.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/SignApp.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/SignCore.php | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index b95d879941e..e99b365f798 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -25,7 +25,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Core\Command\Integrity; use OC\Core\Command\Base; diff --git a/core/Command/Integrity/CheckCore.php b/core/Command/Integrity/CheckCore.php index cca72535f36..53ac3ec8bc8 100644 --- a/core/Command/Integrity/CheckCore.php +++ b/core/Command/Integrity/CheckCore.php @@ -23,7 +23,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Core\Command\Integrity; use OC\Core\Command\Base; diff --git a/core/Command/Integrity/SignApp.php b/core/Command/Integrity/SignApp.php index be7517be9c9..0938303d008 100644 --- a/core/Command/Integrity/SignApp.php +++ b/core/Command/Integrity/SignApp.php @@ -22,7 +22,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Core\Command\Integrity; use OC\IntegrityCheck\Checker; diff --git a/core/Command/Integrity/SignCore.php b/core/Command/Integrity/SignCore.php index 77730732b94..c3b88b2116a 100644 --- a/core/Command/Integrity/SignCore.php +++ b/core/Command/Integrity/SignCore.php @@ -22,7 +22,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Core\Command\Integrity; use OC\IntegrityCheck\Checker; |