diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-18 16:46:56 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-19 12:02:43 +0200 |
commit | ce7b331d33d03a1d675ce50da2ee753e4244f040 (patch) | |
tree | ed77be4f689dcfb5dfc1c8b122fa6b9f7d50ee5a /apps/files_sharing/css | |
parent | 441dfd6646ed5491610f4a7d02afda08e2748fc2 (diff) | |
download | nextcloud-server-ce7b331d33d03a1d675ce50da2ee753e4244f040.tar.gz nextcloud-server-ce7b331d33d03a1d675ce50da2ee753e4244f040.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/icons.css.map.license | 2 | ||||
-rw-r--r-- | apps/files_sharing/css/mobile.css.map.license | 3 | ||||
-rw-r--r-- | apps/files_sharing/css/public.css.map.license | 3 | ||||
-rw-r--r-- | apps/files_sharing/css/publicView.css.map.license | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/css/icons.css.map.license b/apps/files_sharing/css/icons.css.map.license new file mode 100644 index 00000000000..cbd71b0f672 --- /dev/null +++ b/apps/files_sharing/css/icons.css.map.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/apps/files_sharing/css/mobile.css.map.license b/apps/files_sharing/css/mobile.css.map.license new file mode 100644 index 00000000000..3d60c440a9c --- /dev/null +++ b/apps/files_sharing/css/mobile.css.map.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors +SPDX-FileCopyrightText: 2014 ownCloud, Inc. +SPDX-License-Identifier: AGPL-3.0-only diff --git a/apps/files_sharing/css/public.css.map.license b/apps/files_sharing/css/public.css.map.license new file mode 100644 index 00000000000..1c70f3b7dd4 --- /dev/null +++ b/apps/files_sharing/css/public.css.map.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors +SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. +SPDX-License-Identifier: AGPL-3.0-only diff --git a/apps/files_sharing/css/publicView.css.map.license b/apps/files_sharing/css/publicView.css.map.license new file mode 100644 index 00000000000..dddb428772d --- /dev/null +++ b/apps/files_sharing/css/publicView.css.map.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: AGPL-3.0-or-later |