From 5917d46164139cf9709fd9a20230abcf9c63772d Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 31 Oct 2022 11:17:35 -0600 Subject: [PATCH] github/actions/code-coverage: Adopt SPDX License tag Adopt SPDX license tag for all the source files, those already have LGPL 2.1 boilerplate in them and those missing license information. All the files in the project fall under project license, hence explicitly adding LGPL-2.1-only identifier to the files missing license information. Adopting SPDX license helps the compliance tools to determine the license and also helps in reducing the repetitive license boilerplate across source files. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- .github/actions/code-coverage/action.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/actions/code-coverage/action.yml b/.github/actions/code-coverage/action.yml index 6567fbe4..3d205afa 100644 --- a/.github/actions/code-coverage/action.yml +++ b/.github/actions/code-coverage/action.yml @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1-only # # Action to collate the libcgroup code coverage data # @@ -5,20 +6,6 @@ # Author: Tom Hromatka # -# -# This library is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License as -# published by the Free Software Foundation. -# -# This library is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License -# for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this library; if not, see . -# - name: Collate code coverage results description: "Collate code coverage results" runs: -- 2.47.2