Message ID | 20240813072019.72735-4-Max.Merchel@ew.tq-group.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: fix license and copyright text | expand |
On 13/08/2024 09:20, Max Merchel wrote: > Add mailing list addresses and missing authors. > > Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com> > --- > arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 4 +++- > arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts > index 01b632b220dc..cae7b5ebc71b 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts > +++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts > @@ -1,6 +1,8 @@ > // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) > /* > - * Copyright 2020-2021 TQ-Systems GmbH > + * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>, Srlsy... that's a churn without explanation. Is the email functioning at least? Who is there listening? Anyone providing feedback? > + * D-82229 Seefeld, Germany. Drop the address, that's not an address book and your company regulations do not matter. > + * Author: Alexander Stein Git tells who is the author... I am not fan of adding it post-factum. Actually, I am not a fan of having it in the first place - it's useless. It means nothing: no copyrights, no contact form. Anyway, all these changes should be squashed. Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts index 01b632b220dc..cae7b5ebc71b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts @@ -1,6 +1,8 @@ // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) /* - * Copyright 2020-2021 TQ-Systems GmbH + * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>, + * D-82229 Seefeld, Germany. + * Author: Alexander Stein */ /dts-v1/; diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi index ca0205b9019e..0b348bef0988 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi @@ -1,6 +1,8 @@ // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) /* - * Copyright 2020-2021 TQ-Systems GmbH + * Copyright (c) 2020-2021 TQ-Systems GmbH <linux@ew.tq-group.com>, + * D-82229 Seefeld, Germany. + * Author: Alexander Stein */ #include <dt-bindings/phy/phy-imx8-pcie.h>
Add mailing list addresses and missing authors. Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com> --- arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 4 +++- arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)