From 9eca2c98ed92da0ba413f1a62d4860d74efbee51 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Sat, 8 Feb 2020 17:16:42 +0100 Subject: [PATCH] Add license to src\App namespace --- src/App/Arguments.php | 19 +++++++++++++++++++ src/App/Authentication.php | 19 +++++++++++++++++-- src/App/BaseURL.php | 19 +++++++++++++++++++ src/App/Mode.php | 19 +++++++++++++++++++ src/App/Module.php | 19 +++++++++++++++++++ src/App/Page.php | 19 +++++++++++++++++++ src/App/Router.php | 19 +++++++++++++++++++ 7 files changed, 131 insertions(+), 2 deletions(-) diff --git a/src/App/Arguments.php b/src/App/Arguments.php index bd9f3b553b..e2f60b1956 100644 --- a/src/App/Arguments.php +++ b/src/App/Arguments.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\App; diff --git a/src/App/Authentication.php b/src/App/Authentication.php index 2e1a823c71..678bb0058c 100644 --- a/src/App/Authentication.php +++ b/src/App/Authentication.php @@ -1,7 +1,22 @@ . + * */ namespace Friendica\App; diff --git a/src/App/BaseURL.php b/src/App/BaseURL.php index 4d20281c8b..53f65ee55c 100644 --- a/src/App/BaseURL.php +++ b/src/App/BaseURL.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\App; diff --git a/src/App/Mode.php b/src/App/Mode.php index 6cef3456b1..cc18373e9e 100644 --- a/src/App/Mode.php +++ b/src/App/Mode.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\App; diff --git a/src/App/Module.php b/src/App/Module.php index 50688710d1..4b9eb68bdd 100644 --- a/src/App/Module.php +++ b/src/App/Module.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\App; diff --git a/src/App/Page.php b/src/App/Page.php index 4b1929a998..50afac1b4f 100644 --- a/src/App/Page.php +++ b/src/App/Page.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\App; diff --git a/src/App/Router.php b/src/App/Router.php index 450822cf86..8094e3b46d 100644 --- a/src/App/Router.php +++ b/src/App/Router.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\App;