summary refs log tree commit diff
path: root/resources/qml/components
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/components')
-rw-r--r--resources/qml/components/AdaptiveLayout.qml4
-rw-r--r--resources/qml/components/AdaptiveLayoutElement.qml4
-rw-r--r--resources/qml/components/AvatarListTile.qml4
-rw-r--r--resources/qml/components/FlatButton.qml4
-rw-r--r--resources/qml/components/MainWindowDialog.qml4
-rw-r--r--resources/qml/components/NotificationBubble.qml3
-rw-r--r--resources/qml/components/ReorderableListview.qml3
-rw-r--r--resources/qml/components/SpaceMenuLevel.qml3
-rw-r--r--resources/qml/components/TextButton.qml4
-rw-r--r--resources/qml/components/UserListRow.qml4
10 files changed, 10 insertions, 27 deletions
diff --git a/resources/qml/components/AdaptiveLayout.qml b/resources/qml/components/AdaptiveLayout.qml

index 5b20a7cf..9fc27055 100644 --- a/resources/qml/components/AdaptiveLayout.qml +++ b/resources/qml/components/AdaptiveLayout.qml
@@ -1,6 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Nheko Contributors -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/AdaptiveLayoutElement.qml b/resources/qml/components/AdaptiveLayoutElement.qml
index 68793f07..5d003f05 100644 --- a/resources/qml/components/AdaptiveLayoutElement.qml +++ b/resources/qml/components/AdaptiveLayoutElement.qml
@@ -1,6 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Nheko Contributors -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/AvatarListTile.qml b/resources/qml/components/AvatarListTile.qml
index 498dc045..02c92a09 100644 --- a/resources/qml/components/AvatarListTile.qml +++ b/resources/qml/components/AvatarListTile.qml
@@ -1,6 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Nheko Contributors -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/FlatButton.qml b/resources/qml/components/FlatButton.qml
index bcc4697f..ec4b306a 100644 --- a/resources/qml/components/FlatButton.qml +++ b/resources/qml/components/FlatButton.qml
@@ -1,6 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Nheko Contributors -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/MainWindowDialog.qml b/resources/qml/components/MainWindowDialog.qml
index 76c95038..1b063e0f 100644 --- a/resources/qml/components/MainWindowDialog.qml +++ b/resources/qml/components/MainWindowDialog.qml
@@ -1,6 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Nheko Contributors -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/NotificationBubble.qml b/resources/qml/components/NotificationBubble.qml
index f1315626..f0a526d0 100644 --- a/resources/qml/components/NotificationBubble.qml +++ b/resources/qml/components/NotificationBubble.qml
@@ -1,5 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/ReorderableListview.qml b/resources/qml/components/ReorderableListview.qml
index 853ea5f6..137e92f8 100644 --- a/resources/qml/components/ReorderableListview.qml +++ b/resources/qml/components/ReorderableListview.qml
@@ -1,5 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/SpaceMenuLevel.qml b/resources/qml/components/SpaceMenuLevel.qml
index 1641e727..e35e5ddc 100644 --- a/resources/qml/components/SpaceMenuLevel.qml +++ b/resources/qml/components/SpaceMenuLevel.qml
@@ -1,5 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/TextButton.qml b/resources/qml/components/TextButton.qml
index f34cbb0e..a48aee2b 100644 --- a/resources/qml/components/TextButton.qml +++ b/resources/qml/components/TextButton.qml
@@ -1,6 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Nheko Contributors -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/resources/qml/components/UserListRow.qml b/resources/qml/components/UserListRow.qml
index 8cbbd195..316baab0 100644 --- a/resources/qml/components/UserListRow.qml +++ b/resources/qml/components/UserListRow.qml
@@ -1,6 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Nheko Contributors -// SPDX-FileCopyrightText: 2022 Nheko Contributors -// SPDX-FileCopyrightText: 2023 Nheko Contributors +// SPDX-FileCopyrightText: Nheko Contributors // // SPDX-License-Identifier: GPL-3.0-or-later