All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Udit Kumar <u-kumar1@ti.com>
Cc: vigneshr@ti.com, nm@ti.com, tglx@linutronix.de,
	tpiepho@impinj.com, w.egorov@phytec.de, andrew@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, krzk+dt@kernel.org, conor+dt@kernel.org,
	netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Kip Broadhurst <kbroadhurst@ti.com>
Subject: Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
Date: Wed, 5 Jun 2024 09:56:59 -0600	[thread overview]
Message-ID: <20240605155659.GA3213669-robh@kernel.org> (raw)
In-Reply-To: <20240531165725.1815176-1-u-kumar1@ti.com>

On Fri, May 31, 2024 at 10:27:25PM +0530, Udit Kumar wrote:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for TI specific phy header files. This allows for Linux
> kernel files to be used in other Operating System ecosystems
> such as Zephyr or FreeBSD.
> 
> While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync
> with latest SPDX conventions (GPL-2.0 is deprecated).
> 
> While at this, update the TI copyright year to sync with current year
> to indicate license change.
> 
> Cc: Thomas Gleixner <tglx@linutronix.de>

You don't need Thomas's ack for what was just boilerplate license text 
to SPDX tag.

> Cc: Trent Piepho <tpiepho@impinj.com>

IANAL, but 1 define doesn't make for copyrightable work.

> Cc: Wadim Egorov <w.egorov@phytec.de>
> Cc: Kip Broadhurst <kbroadhurst@ti.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---
> Changelog:
> Changes in v2:
> - Updated Copyright information as per review comments of v1
> - Added all authors[0] in CC list of patch
> - Extended patch to LAKML list
> v1 link: https://lore.kernel.org/all/20240517104226.3395480-1-u-kumar1@ti.com/
> 
> [0] Patch cc list is based upon (I am representing @ti.com for this patch)
> git log --no-merges --pretty="%ae" $files|grep -v "@ti.com"
> 
> Requesting Acked-by, from the CC list of patch at the earliest
> 
> 
>  include/dt-bindings/net/ti-dp83867.h | 4 ++--
>  include/dt-bindings/net/ti-dp83869.h | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Udit Kumar <u-kumar1@ti.com>
Cc: vigneshr@ti.com, nm@ti.com, tglx@linutronix.de,
	tpiepho@impinj.com, w.egorov@phytec.de, andrew@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, krzk+dt@kernel.org, conor+dt@kernel.org,
	netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Kip Broadhurst <kbroadhurst@ti.com>
Subject: Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
Date: Wed, 5 Jun 2024 09:56:59 -0600	[thread overview]
Message-ID: <20240605155659.GA3213669-robh@kernel.org> (raw)
In-Reply-To: <20240531165725.1815176-1-u-kumar1@ti.com>

On Fri, May 31, 2024 at 10:27:25PM +0530, Udit Kumar wrote:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for TI specific phy header files. This allows for Linux
> kernel files to be used in other Operating System ecosystems
> such as Zephyr or FreeBSD.
> 
> While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync
> with latest SPDX conventions (GPL-2.0 is deprecated).
> 
> While at this, update the TI copyright year to sync with current year
> to indicate license change.
> 
> Cc: Thomas Gleixner <tglx@linutronix.de>

You don't need Thomas's ack for what was just boilerplate license text 
to SPDX tag.

> Cc: Trent Piepho <tpiepho@impinj.com>

IANAL, but 1 define doesn't make for copyrightable work.

> Cc: Wadim Egorov <w.egorov@phytec.de>
> Cc: Kip Broadhurst <kbroadhurst@ti.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---
> Changelog:
> Changes in v2:
> - Updated Copyright information as per review comments of v1
> - Added all authors[0] in CC list of patch
> - Extended patch to LAKML list
> v1 link: https://lore.kernel.org/all/20240517104226.3395480-1-u-kumar1@ti.com/
> 
> [0] Patch cc list is based upon (I am representing @ti.com for this patch)
> git log --no-merges --pretty="%ae" $files|grep -v "@ti.com"
> 
> Requesting Acked-by, from the CC list of patch at the earliest
> 
> 
>  include/dt-bindings/net/ti-dp83867.h | 4 ++--
>  include/dt-bindings/net/ti-dp83869.h | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Acked-by: Rob Herring <robh@kernel.org>

  parent reply	other threads:[~2024-06-05 15:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-31 16:57 [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0 Udit Kumar
2024-05-31 16:57 ` Udit Kumar
2024-05-31 17:48 ` Wadim Egorov
2024-05-31 17:48   ` Wadim Egorov
2024-06-05 15:56 ` Rob Herring [this message]
2024-06-05 15:56   ` Rob Herring
2024-06-05 19:23   ` Jakub Kicinski
2024-06-05 19:23     ` Jakub Kicinski
2024-06-06  4:44     ` Kumar, Udit
2024-06-06  4:44       ` Kumar, Udit
2024-06-07 11:20 ` patchwork-bot+netdevbpf
2024-06-07 11:20   ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240605155659.GA3213669-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=kbroadhurst@ti.com \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=pabeni@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=tpiepho@impinj.com \
    --cc=u-kumar1@ti.com \
    --cc=vigneshr@ti.com \
    --cc=w.egorov@phytec.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.