All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting
@ 2019-10-23  8:44 Simon Rowe
  2019-10-23 11:08 ` Carlos Santos
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Rowe @ 2019-10-23  8:44 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Simon Rowe <simon.rowe@citrix.com>
---
 package/util-linux/util-linux.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 534cff2..7bd7a89 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -11,7 +11,7 @@ UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERS
 
 # README.licensing claims that some files are GPL-2.0 only, but this is not true.
 # Some files are GPL-3.0+ but only in tests. rfkill uses an ISC-style license.
-UTIL_LINUX_LICENSE = GPL-2.0+, BSD-4-Clause, LGPL-2.1+ (libblkid, libfdisk, libmount), BSD-3-Clause (libuuid) ISC (rfkill)
+UTIL_LINUX_LICENSE = GPL-2.0+, BSD-4-Clause, LGPL-2.1+ (libblkid, libfdisk, libmount), BSD-3-Clause (libuuid), ISC (rfkill)
 UTIL_LINUX_LICENSE_FILES = README.licensing \
 	Documentation/licenses/COPYING.BSD-3-Clause \
 	Documentation/licenses/COPYING.BSD-4-Clause-UC \
-- 
1.8.3.1

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

* [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting
  2019-10-23  8:44 [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting Simon Rowe
@ 2019-10-23 11:08 ` Carlos Santos
  2019-10-24  8:52 ` Arnout Vandecappelle
  2019-10-30 12:37 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Carlos Santos @ 2019-10-23 11:08 UTC (permalink / raw)
  To: buildroot

On Wed, Oct 23, 2019 at 5:44 AM Simon Rowe <simon.rowe@citrix.com> wrote:
>
> Signed-off-by: Simon Rowe <simon.rowe@citrix.com>
> ---
>  package/util-linux/util-linux.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
> index 534cff2..7bd7a89 100644
> --- a/package/util-linux/util-linux.mk
> +++ b/package/util-linux/util-linux.mk
> @@ -11,7 +11,7 @@ UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERS
>
>  # README.licensing claims that some files are GPL-2.0 only, but this is not true.
>  # Some files are GPL-3.0+ but only in tests. rfkill uses an ISC-style license.
> -UTIL_LINUX_LICENSE = GPL-2.0+, BSD-4-Clause, LGPL-2.1+ (libblkid, libfdisk, libmount), BSD-3-Clause (libuuid) ISC (rfkill)
> +UTIL_LINUX_LICENSE = GPL-2.0+, BSD-4-Clause, LGPL-2.1+ (libblkid, libfdisk, libmount), BSD-3-Clause (libuuid), ISC (rfkill)
>  UTIL_LINUX_LICENSE_FILES = README.licensing \
>         Documentation/licenses/COPYING.BSD-3-Clause \
>         Documentation/licenses/COPYING.BSD-4-Clause-UC \
> --
> 1.8.3.1
>

Reviewed-by: Carlos Santos <unixmania@gmail.com>

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

* [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting
  2019-10-23  8:44 [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting Simon Rowe
  2019-10-23 11:08 ` Carlos Santos
@ 2019-10-24  8:52 ` Arnout Vandecappelle
  2019-10-30 12:37 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2019-10-24  8:52 UTC (permalink / raw)
  To: buildroot



On 23/10/2019 10:44, Simon Rowe wrote:
> Signed-off-by: Simon Rowe <simon.rowe@citrix.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/util-linux/util-linux.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
> index 534cff2..7bd7a89 100644
> --- a/package/util-linux/util-linux.mk
> +++ b/package/util-linux/util-linux.mk
> @@ -11,7 +11,7 @@ UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERS
>  
>  # README.licensing claims that some files are GPL-2.0 only, but this is not true.
>  # Some files are GPL-3.0+ but only in tests. rfkill uses an ISC-style license.
> -UTIL_LINUX_LICENSE = GPL-2.0+, BSD-4-Clause, LGPL-2.1+ (libblkid, libfdisk, libmount), BSD-3-Clause (libuuid) ISC (rfkill)
> +UTIL_LINUX_LICENSE = GPL-2.0+, BSD-4-Clause, LGPL-2.1+ (libblkid, libfdisk, libmount), BSD-3-Clause (libuuid), ISC (rfkill)
>  UTIL_LINUX_LICENSE_FILES = README.licensing \
>  	Documentation/licenses/COPYING.BSD-3-Clause \
>  	Documentation/licenses/COPYING.BSD-4-Clause-UC \
> 

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

* [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting
  2019-10-23  8:44 [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting Simon Rowe
  2019-10-23 11:08 ` Carlos Santos
  2019-10-24  8:52 ` Arnout Vandecappelle
@ 2019-10-30 12:37 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-10-30 12:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Simon" == Simon Rowe <simon.rowe@citrix.com> writes:

 > Signed-off-by: Simon Rowe <simon.rowe@citrix.com>

Committed to 2019.02.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-10-30 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23  8:44 [Buildroot] [PATCH 1/1] package/util-linux: fix licence definition formatting Simon Rowe
2019-10-23 11:08 ` Carlos Santos
2019-10-24  8:52 ` Arnout Vandecappelle
2019-10-30 12:37 ` Peter Korsgaard

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.