[PATCH v2 5/8] metadata: Add missing licenses, copyright
Petr Vorel <[email protected]>
| Newsgroups | gmane.linux.ltp |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Petr Vorel <[email protected]> --- * New in v2 metadata/tests/Makefile | 3 +++ metadata/tests/test.sh | 2 ++ 2 files changed, 5 insertions(+) diff --git a/metadata/tests/Makefile b/metadata/tests/Makefile index b5c8c46686..ade3b85977 100644 --- a/metadata/tests/Makefile +++ b/metadata/tests/Makefile @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# Copyright (c) Linux Test Project, 2021-2026 + all: test: diff --git a/metadata/tests/test.sh b/metadata/tests/test.sh index 89a7857ad2..e52461f6f4 100755 --- a/metadata/tests/test.sh +++ b/metadata/tests/test.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later +# Copyright (c) Linux Test Project, 2021-2026 fail=0 -- 2.54.0 -- Mailing list info: https://lists.linux.it/listinfo/ltp