Skip to content

Commit

Permalink
core: drivers: relicense hisi_trng.c as BSD-2-Clause
Browse files Browse the repository at this point in the history
The file core/drivers/hisi_trng.c should not have been committed with a
GPL-2.0 license. Relicense it as BSD-2-Clause.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reported-by: Sahil Malhotra <sahil.malhotra@nxp.com>
Closes: OP-TEE#6834
  • Loading branch information
jforissier committed Jun 3, 2024
1 parent 2cde2dc commit 71b81b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/drivers/hisi_trng.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: BSD-2-Clause
/* Copyright (c) 2023 HiSilicon Limited. */

#include <initcall.h>
Expand Down

0 comments on commit 71b81b6

Please sign in to comment.