Skip to content

Commit 6a2a454

Browse files
abdelrahim-hentabliramesh-thomas
authored andcommitted
accel-config: Change license to LGPL 2.1
Change license to LGPL 2.1 Signed-off-by: Hentabli, Abdelrahim <[email protected]>
1 parent 96703fa commit 6a2a454

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

util/log.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* Copyright(c) 2015-2019 Intel Corporation. All rights reserved. */
1+
/* SPDX-License-Identifier: LGPL-2.1 */
2+
/* Copyright(c) 2016-2025 Intel Corporation. All rights reserved. */
33

44
#include <syslog.h>
55
#include <stdlib.h>

util/log.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* Copyright(c) 2015-2019 Intel Corporation. All rights reserved. */
1+
/* SPDX-License-Identifier: LGPL-2.1 */
2+
/* Copyright(c) 2016-2025 Intel Corporation. All rights reserved. */
33

44
#ifndef __UTIL_LOG_H__
55
#define __UTIL_LOG_H__

util/sysfs.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* Copyright(c) 2015-2019 Intel Corporation. All rights reserved. */
1+
/* SPDX-License-Identifier: LGPL-2.1 */
2+
/* Copyright(c) 2014-2025 Intel Corporation. All rights reserved. */
33

44
#include <stdio.h>
55
#include <stdlib.h>

util/sysfs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* Copyright(c) 2015-2019 Intel Corporation. All rights reserved. */
1+
/* SPDX-License-Identifier: LGPL-2.1 */
2+
/* Copyright(c) 2014-2025 Intel Corporation. All rights reserved. */
33

44
#ifndef __UTIL_SYSFS_H__
55
#define __UTIL_SYSFS_H__

0 commit comments

Comments
 (0)