public inbox for opensbi@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] Fix license to compatible BSD-2-Clause
@ 2025-07-28  5:26 Xiang W
  2025-07-28  7:01 ` Xiang W
  0 siblings, 1 reply; 3+ messages in thread
From: Xiang W @ 2025-07-28  5:26 UTC (permalink / raw)
  To: opensbi
  Cc: Xiang W, anup, Lad Prabhakar, Yu Chien Peter Lin,
	Hui Min Mina Chou, Jessica Clarke

OpenBI is a BSD project. We need to modify some codes to compatible
with BSD protocol.

Signed-off-by: Xiang W <wxjstz@126.com>
---
 .editorconfig                              | 2 +-
 platform/generic/andes/andes_pma.c         | 2 +-
 platform/generic/include/andes/andes.h     | 2 +-
 platform/generic/include/andes/andes_pma.h | 2 +-
 platform/generic/renesas/rzfive/rzfive.c   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index e66b1ca3..26f90534 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: BSD-2-Clause
 # See here for more information about the format and editor support:
 # https://editorconfig.org/
 
diff --git a/platform/generic/andes/andes_pma.c b/platform/generic/andes/andes_pma.c
index 09e5a30c..eeeb110e 100644
--- a/platform/generic/andes/andes_pma.c
+++ b/platform/generic/andes/andes_pma.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: BSD-2-Clause
 /*
  * Copyright (C) 2023 Renesas Electronics Corp.
  * Copyright (c) 2024 Andes Technology Corporation
diff --git a/platform/generic/include/andes/andes.h b/platform/generic/include/andes/andes.h
index 3403a58b..bfedf034 100644
--- a/platform/generic/include/andes/andes.h
+++ b/platform/generic/include/andes/andes.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Copyright (C) 2024 Andes Technology Corporation
  */
diff --git a/platform/generic/include/andes/andes_pma.h b/platform/generic/include/andes/andes_pma.h
index be614964..4a66e1b6 100644
--- a/platform/generic/include/andes/andes_pma.h
+++ b/platform/generic/include/andes/andes_pma.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Copyright (C) 2023 Renesas Electronics Corp.
  */
diff --git a/platform/generic/renesas/rzfive/rzfive.c b/platform/generic/renesas/rzfive/rzfive.c
index 44db3671..6c3da095 100644
--- a/platform/generic/renesas/rzfive/rzfive.c
+++ b/platform/generic/renesas/rzfive/rzfive.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: BSD-2-Clause
 /*
  * Copyright (C) 2022 Renesas Electronics Corp.
  *
-- 
2.47.2


-- 
opensbi mailing list
opensbi@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/opensbi

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix license to compatible BSD-2-Clause
  2025-07-28  5:26 [PATCH] Fix license to compatible BSD-2-Clause Xiang W
@ 2025-07-28  7:01 ` Xiang W
  2025-07-28  7:18   ` Ben Zong-You Xie
  0 siblings, 1 reply; 3+ messages in thread
From: Xiang W @ 2025-07-28  7:01 UTC (permalink / raw)
  To: opensbi
  Cc: anup, Lad Prabhakar, Yu Chien Peter Lin, Hui Min Mina Chou,
	Jessica Clarke, Ben Zong-You Xie(謝宗祐)

在 2025-07-28一的 13:26 +0800,Xiang W写道:
> OpenBI is a BSD project. We need to modify some codes to compatible
> with BSD protocol.
> 
Welcome Ben Zong-You Xie from Andes Technology.

Regards,
Xiang W
> Signed-off-by: Xiang W <wxjstz@126.com>
> ---
>  .editorconfig                              | 2 +-
>  platform/generic/andes/andes_pma.c         | 2 +-
>  platform/generic/include/andes/andes.h     | 2 +-
>  platform/generic/include/andes/andes_pma.h | 2 +-
>  platform/generic/renesas/rzfive/rzfive.c   | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/.editorconfig b/.editorconfig
> index e66b1ca3..26f90534 100644
> --- a/.editorconfig
> +++ b/.editorconfig
> @@ -1,4 +1,4 @@
> -# SPDX-License-Identifier: GPL-2.0-only
> +# SPDX-License-Identifier: BSD-2-Clause
>  # See here for more information about the format and editor support:
>  # https://editorconfig.org/
>  
> diff --git a/platform/generic/andes/andes_pma.c b/platform/generic/andes/andes_pma.c
> index 09e5a30c..eeeb110e 100644
> --- a/platform/generic/andes/andes_pma.c
> +++ b/platform/generic/andes/andes_pma.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: BSD-2-Clause
>  /*
>   * Copyright (C) 2023 Renesas Electronics Corp.
>   * Copyright (c) 2024 Andes Technology Corporation
> diff --git a/platform/generic/include/andes/andes.h b/platform/generic/include/andes/andes.h
> index 3403a58b..bfedf034 100644
> --- a/platform/generic/include/andes/andes.h
> +++ b/platform/generic/include/andes/andes.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: BSD-2-Clause */
>  /*
>   * Copyright (C) 2024 Andes Technology Corporation
>   */
> diff --git a/platform/generic/include/andes/andes_pma.h b/platform/generic/include/andes/andes_pma.h
> index be614964..4a66e1b6 100644
> --- a/platform/generic/include/andes/andes_pma.h
> +++ b/platform/generic/include/andes/andes_pma.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: BSD-2-Clause */
>  /*
>   * Copyright (C) 2023 Renesas Electronics Corp.
>   */
> diff --git a/platform/generic/renesas/rzfive/rzfive.c b/platform/generic/renesas/rzfive/rzfive.c
> index 44db3671..6c3da095 100644
> --- a/platform/generic/renesas/rzfive/rzfive.c
> +++ b/platform/generic/renesas/rzfive/rzfive.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: BSD-2-Clause
>  /*
>   * Copyright (C) 2022 Renesas Electronics Corp.
>   *
> -- 
> 2.47.2
> 


-- 
opensbi mailing list
opensbi@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/opensbi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix license to compatible BSD-2-Clause
  2025-07-28  7:01 ` Xiang W
@ 2025-07-28  7:18   ` Ben Zong-You Xie
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Zong-You Xie @ 2025-07-28  7:18 UTC (permalink / raw)
  To: Xiang W
  Cc: opensbi, anup, Lad Prabhakar, Yu Chien Peter Lin,
	Hui Min Mina Chou, Jessica Clarke

On Mon, Jul 28, 2025 at 03:01:54PM +0800, Xiang W wrote:
> [EXTERNAL MAIL]
> 
> 在 2025-07-28一的 13:26 +0800,Xiang W写道:
> > OpenBI is a BSD project. We need to modify some codes to compatible

s/OpenBI/OpenSBI

> > with BSD protocol.
> >
> > Signed-off-by: Xiang W <wxjstz@126.com>

Reviewed-by: Ben Zong-You Xie <ben717@andestech.com>

> > ---
> >  .editorconfig                              | 2 +-
> >  platform/generic/andes/andes_pma.c         | 2 +-
> >  platform/generic/include/andes/andes.h     | 2 +-
> >  platform/generic/include/andes/andes_pma.h | 2 +-
> >  platform/generic/renesas/rzfive/rzfive.c   | 2 +-
> >  5 files changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/.editorconfig b/.editorconfig
> > index e66b1ca3..26f90534 100644
> > --- a/.editorconfig
> > +++ b/.editorconfig
> > @@ -1,4 +1,4 @@
> > -# SPDX-License-Identifier: GPL-2.0-only
> > +# SPDX-License-Identifier: BSD-2-Clause
> >  # See here for more information about the format and editor support:
> >  # https://editorconfig.org/
> >
> > diff --git a/platform/generic/andes/andes_pma.c b/platform/generic/andes/andes_pma.c
> > index 09e5a30c..eeeb110e 100644
> > --- a/platform/generic/andes/andes_pma.c
> > +++ b/platform/generic/andes/andes_pma.c
> > @@ -1,4 +1,4 @@
> > -// SPDX-License-Identifier: GPL-2.0
> > +// SPDX-License-Identifier: BSD-2-Clause
> >  /*
> >   * Copyright (C) 2023 Renesas Electronics Corp.
> >   * Copyright (c) 2024 Andes Technology Corporation
> > diff --git a/platform/generic/include/andes/andes.h b/platform/generic/include/andes/andes.h
> > index 3403a58b..bfedf034 100644
> > --- a/platform/generic/include/andes/andes.h
> > +++ b/platform/generic/include/andes/andes.h
> > @@ -1,4 +1,4 @@
> > -/* SPDX-License-Identifier: GPL-2.0 */
> > +/* SPDX-License-Identifier: BSD-2-Clause */
> >  /*
> >   * Copyright (C) 2024 Andes Technology Corporation
> >   */
> > diff --git a/platform/generic/include/andes/andes_pma.h b/platform/generic/include/andes/andes_pma.h
> > index be614964..4a66e1b6 100644
> > --- a/platform/generic/include/andes/andes_pma.h
> > +++ b/platform/generic/include/andes/andes_pma.h
> > @@ -1,4 +1,4 @@
> > -/* SPDX-License-Identifier: GPL-2.0 */
> > +/* SPDX-License-Identifier: BSD-2-Clause */
> >  /*
> >   * Copyright (C) 2023 Renesas Electronics Corp.
> >   */
> > diff --git a/platform/generic/renesas/rzfive/rzfive.c b/platform/generic/renesas/rzfive/rzfive.c
> > index 44db3671..6c3da095 100644
> > --- a/platform/generic/renesas/rzfive/rzfive.c
> > +++ b/platform/generic/renesas/rzfive/rzfive.c
> > @@ -1,4 +1,4 @@
> > -// SPDX-License-Identifier: GPL-2.0
> > +// SPDX-License-Identifier: BSD-2-Clause
> >  /*
> >   * Copyright (C) 2022 Renesas Electronics Corp.
> >   *
> > --
> > 2.47.2
> >
> 

-- 
opensbi mailing list
opensbi@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/opensbi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-28  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28  5:26 [PATCH] Fix license to compatible BSD-2-Clause Xiang W
2025-07-28  7:01 ` Xiang W
2025-07-28  7:18   ` Ben Zong-You Xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox