diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-28 16:42:42 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-29 08:58:16 +0200 |
commit | 5b7dcc1427e996a3154761877d1e11463ed4bef4 (patch) | |
tree | 115aa66d31de5962c1d5e44463ecf6cdbe7a0667 /apps/files/css | |
parent | ddb840c36babd02abedce7da41b0c04849009edb (diff) | |
download | nextcloud-server-5b7dcc1427e996a3154761877d1e11463ed4bef4.tar.gz nextcloud-server-5b7dcc1427e996a3154761877d1e11463ed4bef4.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/detailsView.scss | 5 | ||||
-rw-r--r-- | apps/files/css/files.scss | 10 | ||||
-rw-r--r-- | apps/files/css/merged.scss | 4 | ||||
-rw-r--r-- | apps/files/css/mobile.scss | 5 | ||||
-rw-r--r-- | apps/files/css/upload.scss | 5 |
5 files changed, 23 insertions, 6 deletions
diff --git a/apps/files/css/detailsView.scss b/apps/files/css/detailsView.scss index d035b24de92..f68c46c1e08 100644 --- a/apps/files/css/detailsView.scss +++ b/apps/files/css/detailsView.scss @@ -1,3 +1,8 @@ +/*! + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only + */ .app-sidebar .detailFileInfoContainer { min-height: 50px; padding: 15px; diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 194d1542de9..0dda28f19c8 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -1,9 +1,7 @@ -/** - * Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net - * @copyright Copyright (c) 2019, Fabian Dreßler <nudelsalat@clouz.de> - * - * This file is licensed under the Affero General Public License version 3 or later. - * See the COPYING-README file. +/*! + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ @use 'variables'; @import 'functions'; diff --git a/apps/files/css/merged.scss b/apps/files/css/merged.scss index 8a11e55c269..b5a9a9324cb 100644 --- a/apps/files/css/merged.scss +++ b/apps/files/css/merged.scss @@ -1,3 +1,7 @@ +/*! + * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ @import 'files.scss'; @import 'upload.scss'; @import 'mobile.scss'; diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss index ee451f6d099..84c3ce7430f 100644 --- a/apps/files/css/mobile.scss +++ b/apps/files/css/mobile.scss @@ -1,3 +1,8 @@ +/*! + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only + */ @use 'variables'; /* 938 = table min-width(688) + app-navigation width: 250\ diff --git a/apps/files/css/upload.scss b/apps/files/css/upload.scss index cf48d0ccd8a..12e5067cc39 100644 --- a/apps/files/css/upload.scss +++ b/apps/files/css/upload.scss @@ -1,3 +1,8 @@ +/*! + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only + */ #upload { box-sizing: border-box; height: 36px; |