diff options
Diffstat (limited to 'apps/dav/templates/exception.php')
-rw-r--r-- | apps/dav/templates/exception.php | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/apps/dav/templates/exception.php b/apps/dav/templates/exception.php index 01c4eea4b5a..ff3d1f3d20d 100644 --- a/apps/dav/templates/exception.php +++ b/apps/dav/templates/exception.php @@ -1,7 +1,25 @@ <?php - /** @var array $_ */ - /** @var OC_L10N $l */ +/** + * + * @author Thomas Müller <thomas.mueller@tmit.eu> + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 + * 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 <http://www.gnu.org/licenses/>. + * + */ style('core', ['styles', 'header']); ?> <span class="error error-wide"> |