[system/kio-snapshot] /: fix reuse
Bharadwaj Raju <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit dcd118083916eda672182614ce3e685e2dfc42ab by Bharadwaj Raju. Committed on 27/07/2026 at 14:58. Pushed by bharadwaj-raju into branch 'master'. fix reuse M +1 -1 REUSE.toml M +6 -0 autotests/test_filesnapshots_worker.cpp M +6 -0 autotests/test_snapshot_worker.cpp https://invent.kde.org/system/kio-snapshot/-/commit/dcd118083916eda672182614ce3e685e2dfc42ab diff --git a/REUSE.toml b/REUSE.toml index 6a7612b..597324d 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,7 +1,7 @@ version = 1 [[annotations]] -path = "README.md" +path = ["README.md", "autotests/README.md"] precedence = "aggregate" SPDX-FileCopyrightText = "2026 Bharadwaj Raju <[email protected]" SPDX-License-Identifier = "CC-BY-SA-4.0" diff --git a/autotests/test_filesnapshots_worker.cpp b/autotests/test_filesnapshots_worker.cpp index 19a2a03..ca02949 100644 --- a/autotests/test_filesnapshots_worker.cpp +++ b/autotests/test_filesnapshots_worker.cpp @@ -1,3 +1,9 @@ +/* + SPDX-FileCopyrightText: 2026 Bharadwaj Raju <[email protected]> + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + #include <KIO/ListJob> #include <QDir> diff --git a/autotests/test_snapshot_worker.cpp b/autotests/test_snapshot_worker.cpp index ba16e88..8e9f22f 100644 --- a/autotests/test_snapshot_worker.cpp +++ b/autotests/test_snapshot_worker.cpp @@ -1,3 +1,9 @@ +/* + SPDX-FileCopyrightText: 2026 Bharadwaj Raju <[email protected]> + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + #include <KIO/ListJob> #include <Solid/Device>