git: 0d4a240b0d21 - main - Remove unnecessary $Id string from license.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jan 2023 04:12:26 UTC
The branch main has been updated by ganbold: URL: https://cgit.FreeBSD.org/src/commit/?id=0d4a240b0d2102299fcbba49783c170576636645 commit 0d4a240b0d2102299fcbba49783c170576636645 Author: Ganbold Tsagaankhuu <ganbold@FreeBSD.org> AuthorDate: 2023-01-06 04:10:09 +0000 Commit: Ganbold Tsagaankhuu <ganbold@FreeBSD.org> CommitDate: 2023-01-06 04:10:09 +0000 Remove unnecessary $Id string from license. While there add SPDX-License-Identifier. --- sys/arm64/rockchip/rk3568_combphy.c | 3 ++- sys/arm64/rockchip/rk3568_pcie.c | 3 ++- sys/arm64/rockchip/rk3568_pciephy.c | 3 ++- sys/arm64/rockchip/rk_otp_if.m | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys/arm64/rockchip/rk3568_combphy.c b/sys/arm64/rockchip/rk3568_combphy.c index e0374c844627..14419cb88d22 100644 --- a/sys/arm64/rockchip/rk3568_combphy.c +++ b/sys/arm64/rockchip/rk3568_combphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2021, 2022 Soren Schmidt <sos@deepcore.dk> * * Redistribution and use in source and binary forms, with or without @@ -22,7 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rk3568_combphy.c 893 2022-07-26 09:47:22Z sos $ */ #include <sys/cdefs.h> diff --git a/sys/arm64/rockchip/rk3568_pcie.c b/sys/arm64/rockchip/rk3568_pcie.c index 0cca73ff0402..ee1bf418f6f7 100644 --- a/sys/arm64/rockchip/rk3568_pcie.c +++ b/sys/arm64/rockchip/rk3568_pcie.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2021, 2022 Soren Schmidt <sos@deepcore.dk> * * Redistribution and use in source and binary forms, with or without @@ -22,7 +24,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: rk3568_pcie.c 893 2022-07-26 09:47:22Z sos $ */ #include <sys/cdefs.h> diff --git a/sys/arm64/rockchip/rk3568_pciephy.c b/sys/arm64/rockchip/rk3568_pciephy.c index 0a1880e8d831..661d64a43e08 100644 --- a/sys/arm64/rockchip/rk3568_pciephy.c +++ b/sys/arm64/rockchip/rk3568_pciephy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2021, 2022 Soren Schmidt <sos@deepcore.dk> * * Redistribution and use in source and binary forms, with or without @@ -22,7 +24,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rk3568_pciephy.c 893 2022-07-26 09:47:22Z sos $ */ #include <sys/cdefs.h> diff --git a/sys/arm64/rockchip/rk_otp_if.m b/sys/arm64/rockchip/rk_otp_if.m index 35164a1ccc67..d6f64df33e48 100644 --- a/sys/arm64/rockchip/rk_otp_if.m +++ b/sys/arm64/rockchip/rk_otp_if.m @@ -1,4 +1,6 @@ #- +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2022 Soren Schmidt <sos@deepcore.dk> # All rights reserved. # @@ -23,7 +25,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: rk_otp_if.m 921 2022-08-09 18:38:11Z sos $ # #include <arm64/rockchip/rk_otp.h>