summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/icons.css4
-rw-r--r--css/publicshare.css5
-rw-r--r--css/publicshareauth.css5
-rw-r--r--css/unified-search.css4
4 files changed, 18 insertions, 0 deletions
diff --git a/css/icons.css b/css/icons.css
index 5a0dc23b8..f1c9527f1 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
.app-talk .icon-user,
.modal-mask .icon-user,
.talk-sidebar-callview .icon-user,
diff --git a/css/publicshare.css b/css/publicshare.css
index 1747a4c65..432491702 100644
--- a/css/publicshare.css
+++ b/css/publicshare.css
@@ -1,3 +1,8 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
/* Special layout to include the Talk sidebar */
/* The standard layout defined in the server includes a fixed header with a
diff --git a/css/publicshareauth.css b/css/publicshareauth.css
index 559782083..f7ab98d78 100644
--- a/css/publicshareauth.css
+++ b/css/publicshareauth.css
@@ -1,3 +1,8 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
/* Special layout to include the Talk sidebar */
/* The original style of the body is kept until the layout has been adjusted to
diff --git a/css/unified-search.css b/css/unified-search.css
index 036d8ebf8..53a0ee41e 100644
--- a/css/unified-search.css
+++ b/css/unified-search.css
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
.reference-picker .conversation-icon,
.unified-search .conversation-icon {
background-color: var(--color-background-darker);