From: Kamalesh Babulal Date: Mon, 31 Oct 2022 17:19:15 +0000 (-0600) Subject: github/actions/setup-libcgroup: Adopt SPDX License tag X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b0da385e6b5c612df8af59e5594df95759bacd5;p=thirdparty%2Flibcgroup.git github/actions/setup-libcgroup: 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 (cherry picked from commit 8153c89b66b039ce321bdcd941bbc143db81e2a5) --- diff --git a/.github/actions/setup-libcgroup/action.yml b/.github/actions/setup-libcgroup/action.yml index c08c8a9d..6f6c7ab5 100644 --- a/.github/actions/setup-libcgroup/action.yml +++ b/.github/actions/setup-libcgroup/action.yml @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1-only # # Action to setup the libcgroup directory # @@ -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: Setup the libcgroup directory description: "Install dependencies, git clone, bootstrap, configure, and make libcgroup" runs: