diff options
Diffstat (limited to 'apps/twofactor_backupcodes/templates/personal.php')
-rw-r--r-- | apps/twofactor_backupcodes/templates/personal.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/templates/personal.php b/apps/twofactor_backupcodes/templates/personal.php index 12def69bbed..37036cee122 100644 --- a/apps/twofactor_backupcodes/templates/personal.php +++ b/apps/twofactor_backupcodes/templates/personal.php @@ -1,7 +1,10 @@ <?php declare(strict_types=1); - +/** + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ script('twofactor_backupcodes', 'settings'); ?> |