[network/kdeconnect-kde] app: Fix copyright header
Albert Vaca Cintora <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2c56134a962ca1b30d058a56f16faeb1a9e8789b by Albert Vaca Cintora. Committed on 26/07/2026 at 21:33. Pushed by albertvaka into branch 'master'. Fix copyright header M +1 -1 app/macosforegroundapp.h M +1 -1 app/macosforegroundapp.mm https://invent.kde.org/network/kdeconnect-kde/-/commit/2c56134a962ca1b30d058a56f16faeb1a9e8789b diff --git a/app/macosforegroundapp.h b/app/macosforegroundapp.h index 3dfb589eb..a9cb5d114 100644 --- a/app/macosforegroundapp.h +++ b/app/macosforegroundapp.h @@ -1,5 +1,5 @@ /** - * SPDX-FileCopyrightText: 2026 KDE Connect Team + * SPDX-FileCopyrightText: 2026 Logan Rosen <[email protected]> * * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ diff --git a/app/macosforegroundapp.mm b/app/macosforegroundapp.mm index 92692071c..beeb74c99 100644 --- a/app/macosforegroundapp.mm +++ b/app/macosforegroundapp.mm @@ -1,5 +1,5 @@ /** - * SPDX-FileCopyrightText: 2026 KDE Connect Team + * SPDX-FileCopyrightText: 2026 Logan Rosen <[email protected]> * * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */