summaryrefslogtreecommitdiffstats
path: root/src/components/RightSidebar
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/RightSidebar')
-rw-r--r--src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue5
-rw-r--r--src/components/RightSidebar/Participants/Participant.spec.js4
-rw-r--r--src/components/RightSidebar/Participants/ParticipantPermissionsEditor.spec.js4
-rw-r--r--src/components/RightSidebar/SharedItems/sharedItemsConstants.js4
4 files changed, 17 insertions, 0 deletions
diff --git a/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue b/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue
index 9e95afdc5..3230dd66a 100644
--- a/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue
+++ b/src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue
@@ -1,3 +1,8 @@
+<!--
+ - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ - SPDX-License-Identifier: AGPL-3.0-or-later
+-->
+
<template>
<!-- Series of buttons at the top of the tab, these affect all
breakout rooms -->
diff --git a/src/components/RightSidebar/Participants/Participant.spec.js b/src/components/RightSidebar/Participants/Participant.spec.js
index f1392da67..735a387ef 100644
--- a/src/components/RightSidebar/Participants/Participant.spec.js
+++ b/src/components/RightSidebar/Participants/Participant.spec.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
import { createLocalVue, shallowMount } from '@vue/test-utils'
import { cloneDeep } from 'lodash'
import Vuex from 'vuex'
diff --git a/src/components/RightSidebar/Participants/ParticipantPermissionsEditor.spec.js b/src/components/RightSidebar/Participants/ParticipantPermissionsEditor.spec.js
index 74db8f7cb..a3b358953 100644
--- a/src/components/RightSidebar/Participants/ParticipantPermissionsEditor.spec.js
+++ b/src/components/RightSidebar/Participants/ParticipantPermissionsEditor.spec.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
import { createLocalVue, mount } from '@vue/test-utils'
import { cloneDeep } from 'lodash'
import Vuex from 'vuex'
diff --git a/src/components/RightSidebar/SharedItems/sharedItemsConstants.js b/src/components/RightSidebar/SharedItems/sharedItemsConstants.js
index c2dce06db..bcbb0f73a 100644
--- a/src/components/RightSidebar/SharedItems/sharedItemsConstants.js
+++ b/src/components/RightSidebar/SharedItems/sharedItemsConstants.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
import { SHARED_ITEM } from '../../../constants.js'
export const sharedItemsOrder = [SHARED_ITEM.TYPES.MEDIA,