From 6b877e5a7e3093491878409a3bcd225886edf0d5 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:25:21 +0100 Subject: [PATCH] Update: Updated date in copyrights to 2025. --- Components/Clock.qml | 2 +- Components/Input.qml | 2 +- Components/LoginForm.qml | 2 +- Components/SessionButton.qml | 2 +- Components/SystemButtons.qml | 2 +- Components/VirtualKeyboard.qml | 2 +- Components/VirtualKeyboardButton.qml | 2 +- Main.qml | 2 +- README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Components/Clock.qml b/Components/Clock.qml index fd2860c..55fafe8 100644 --- a/Components/Clock.qml +++ b/Components/Clock.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Based on https://github.com/MarianArlt/sddm-sugar-dark // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html diff --git a/Components/Input.qml b/Components/Input.qml index d7fa17e..a980e1b 100644 --- a/Components/Input.qml +++ b/Components/Input.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Based on https://github.com/MarianArlt/sddm-sugar-dark // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html diff --git a/Components/LoginForm.qml b/Components/LoginForm.qml index 3008709..2d79981 100644 --- a/Components/LoginForm.qml +++ b/Components/LoginForm.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Based on https://github.com/MarianArlt/sddm-sugar-dark // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html diff --git a/Components/SessionButton.qml b/Components/SessionButton.qml index 12ee4a7..8c5a1d6 100644 --- a/Components/SessionButton.qml +++ b/Components/SessionButton.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Based on https://github.com/MarianArlt/sddm-sugar-dark // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html diff --git a/Components/SystemButtons.qml b/Components/SystemButtons.qml index da96706..eb7ab2b 100644 --- a/Components/SystemButtons.qml +++ b/Components/SystemButtons.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Based on https://github.com/MarianArlt/sddm-sugar-dark // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html diff --git a/Components/VirtualKeyboard.qml b/Components/VirtualKeyboard.qml index ef35944..638860c 100644 --- a/Components/VirtualKeyboard.qml +++ b/Components/VirtualKeyboard.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Based on https://github.com/MarianArlt/sddm-sugar-dark // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html diff --git a/Components/VirtualKeyboardButton.qml b/Components/VirtualKeyboardButton.qml index d0ce0f9..2688831 100644 --- a/Components/VirtualKeyboardButton.qml +++ b/Components/VirtualKeyboardButton.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html import QtQuick 2.15 diff --git a/Main.qml b/Main.qml index 9d28318..af53482 100644 --- a/Main.qml +++ b/Main.qml @@ -1,5 +1,5 @@ // Config created by Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme -// Copyright (C) 2022-2024 Keyitdev +// Copyright (C) 2022-2025 Keyitdev // Based on https://github.com/MarianArlt/sddm-sugar-dark // Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html diff --git a/README.md b/README.md index dca4204..0ec19f7 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ Based on the theme [`Sugar Dark for SDDM`](https://github.com/MarianArlt/sddm-su ### License Distributed under the **[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.html) License**. -Copyright (C) 2022-2024 Keyitdev. +Copyright (C) 2022-2025 Keyitdev.