]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github/workflows/continuous-intergation: Adopt SPDX License tag
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 31 Oct 2022 17:18:02 +0000 (11:18 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 31 Oct 2022 17:18:05 +0000 (11:18 -0600)
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 <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/continuous-integration.yml

index 8dfc03b0b49f53e5e6f56d23facc42477e8071df..28ff7278af2f8935c05e55649a4e71037879185e 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: LGPL-2.1-only
 #
 # Continuous Integration Workflow for libcgroup
 #
@@ -5,20 +6,6 @@
 # Author: Tom Hromatka <tom.hromatka@oracle.com>
 #
 
-#
-# 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 <http://www.gnu.org/licenses>.
-#
-
 name: Continuous Integration
 on: ["push", "pull_request"]