diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-31 01:41:24 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-31 01:41:24 +0200 |
commit | ec9b7d1e845527957aaaf6b235227b4e5c3f033d (patch) | |
tree | da8a9e643140bae1af88ab970c0f6e9e30338469 /lib/public/appframework | |
parent | a9d6b59307f703f186e32f716b73e014e594d495 (diff) | |
download | nextcloud-server-ec9b7d1e845527957aaaf6b235227b4e5c3f033d.tar.gz nextcloud-server-ec9b7d1e845527957aaaf6b235227b4e5c3f033d.zip |
fixing file header
Diffstat (limited to 'lib/public/appframework')
-rw-r--r-- | lib/public/appframework/App.php | 20 | ||||
-rw-r--r-- | lib/public/appframework/iappcontainer.php | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/lib/public/appframework/App.php b/lib/public/appframework/App.php index 0c27fcb2ac5..d97c5c81848 100644 --- a/lib/public/appframework/App.php +++ b/lib/public/appframework/App.php @@ -1,4 +1,24 @@ <?php +/** + * ownCloud + * + * @author Thomas Müller + * @copyright 2013 Thomas Müller deepdiver@owncloud.com + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE + * License as published by the Free Software Foundation; either + * version 3 of the License, or any later version. + * + * This library 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 + * GNU AFFERO GENERAL PUBLIC LICENSE for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * + */ namespace OCP\AppFramework; diff --git a/lib/public/appframework/iappcontainer.php b/lib/public/appframework/iappcontainer.php index c2faea07b95..db909241e5d 100644 --- a/lib/public/appframework/iappcontainer.php +++ b/lib/public/appframework/iappcontainer.php @@ -1,4 +1,24 @@ <?php +/** + * ownCloud + * + * @author Thomas Müller + * @copyright 2013 Thomas Müller deepdiver@owncloud.com + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE + * License as published by the Free Software Foundation; either + * version 3 of the License, or any later version. + * + * This library 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 + * GNU AFFERO GENERAL PUBLIC LICENSE for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * + */ namespace OCP\AppFramework; |