git: 7e2600ea7be2 - main - Add SPDX-License-Identifier.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jan 2023 04:17:43 UTC
The branch main has been updated by ganbold:
URL: https://cgit.FreeBSD.org/src/commit/?id=7e2600ea7be20b903e12b3cdff5bf0d1e952da56
commit 7e2600ea7be20b903e12b3cdff5bf0d1e952da56
Author: Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
AuthorDate: 2023-01-06 04:14:49 +0000
Commit: Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
CommitDate: 2023-01-06 04:14:49 +0000
Add SPDX-License-Identifier.
---
sys/arm64/rockchip/rk_otp.c | 2 ++
sys/arm64/rockchip/rk_otp.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/sys/arm64/rockchip/rk_otp.c b/sys/arm64/rockchip/rk_otp.c
index 79464be75a18..1a7e4fc526b7 100644
--- a/sys/arm64/rockchip/rk_otp.c
+++ b/sys/arm64/rockchip/rk_otp.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2022 Soren Schmidt <sos@deepcore.dk>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/arm64/rockchip/rk_otp.h b/sys/arm64/rockchip/rk_otp.h
index 52a752d55229..2d545ba131b4 100644
--- a/sys/arm64/rockchip/rk_otp.h
+++ b/sys/arm64/rockchip/rk_otp.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2022 Soren Schmidt <sos@deepcore.dk>
*
* Redistribution and use in source and binary forms, with or without