diff options
Diffstat (limited to 'apps/encryption/css')
-rw-r--r-- | apps/encryption/css/settings-admin.css | 19 | ||||
-rw-r--r-- | apps/encryption/css/settings-personal.css | 6 | ||||
-rw-r--r-- | apps/encryption/css/settings-personal.css.map | 2 | ||||
-rw-r--r-- | apps/encryption/css/settings-personal.css.map.license | 3 | ||||
-rw-r--r-- | apps/encryption/css/settings-personal.scss | 9 |
5 files changed, 16 insertions, 23 deletions
diff --git a/apps/encryption/css/settings-admin.css b/apps/encryption/css/settings-admin.css index 47360e6bcf6..a2e5f9b225e 100644 --- a/apps/encryption/css/settings-admin.css +++ b/apps/encryption/css/settings-admin.css @@ -1,21 +1,6 @@ /** - * @author Björn Schießle <schiessle@owncloud.com> - * - * @copyright Copyright (c) 2015, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * 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, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> - * + * SPDX-FileCopyrightText: 2015 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ #encryptionAPI input[type=password] { diff --git a/apps/encryption/css/settings-personal.css b/apps/encryption/css/settings-personal.css index 774b14a44ee..adcd2c0b83b 100644 --- a/apps/encryption/css/settings-personal.css +++ b/apps/encryption/css/settings-personal.css @@ -1 +1,5 @@ -#encryptAllError,#encryptAllSuccess,#recoveryEnabledError,#recoveryEnabledSuccess{display:none}.nav-icon-basic-encryption-module{background-image:var(--icon-encryption-dark)}/*# sourceMappingURL=settings-personal.css.map */ +/*! + * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2013 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-or-later + */#encryptAllError,#encryptAllSuccess,#recoveryEnabledError,#recoveryEnabledSuccess{display:none}.nav-icon-basic-encryption-module{background-image:var(--icon-encryption-dark)}/*# sourceMappingURL=settings-personal.css.map */ diff --git a/apps/encryption/css/settings-personal.css.map b/apps/encryption/css/settings-personal.css.map index a2b352f3df0..153f4e4009a 100644 --- a/apps/encryption/css/settings-personal.css.map +++ b/apps/encryption/css/settings-personal.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["settings-personal.scss"],"names":[],"mappings":"AAIA,kFAIC,aAID,kCACC","file":"settings-personal.css"}
\ No newline at end of file +{"version":3,"sourceRoot":"","sources":["settings-personal.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA,GAKA,kFAIC,aAID,kCACC","file":"settings-personal.css"}
\ No newline at end of file diff --git a/apps/encryption/css/settings-personal.css.map.license b/apps/encryption/css/settings-personal.css.map.license new file mode 100644 index 00000000000..be73f3515e3 --- /dev/null +++ b/apps/encryption/css/settings-personal.css.map.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors +SPDX-FileCopyrightText: 2013 ownCloud, Inc. +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/apps/encryption/css/settings-personal.scss b/apps/encryption/css/settings-personal.scss index 59981356573..2e0c9ebd787 100644 --- a/apps/encryption/css/settings-personal.scss +++ b/apps/encryption/css/settings-personal.scss @@ -1,7 +1,8 @@ -/* Copyright (c) 2013, Sam Tuke, <samtuke@owncloud.com> - This file is licensed under the Affero General Public License version 3 or later. - See the COPYING-README file. */ - +/*! + * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2013 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-or-later + */ #encryptAllError, #encryptAllSuccess, #recoveryEnabledError, |