All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libmbim: add COPYING.LIB to LICENSE_FILES
@ 2017-09-12  8:42 Aleksander Morgado
  2017-09-12 21:38 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Morgado @ 2017-09-12  8:42 UTC (permalink / raw)
  To: buildroot

mbimcli and mbim-network are GPLv2+ (COPYING file applies) and
libmbim-glib is LGPLv2.1+ (COPYING.LIB file applies).

Also, setup hashes of the license files, for a correct
"make legal-info".

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
---
 package/libmbim/libmbim.hash | 2 ++
 package/libmbim/libmbim.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/libmbim/libmbim.hash b/package/libmbim/libmbim.hash
index 02efc6c95..664513e5c 100644
--- a/package/libmbim/libmbim.hash
+++ b/package/libmbim/libmbim.hash
@@ -1,2 +1,4 @@
 # Locally computed:
 sha256  22cafe6b8432433aa58bedcf7db71111522ce6531bfe24e8e9b6058412cd31cf  libmbim-1.14.2.tar.xz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
+sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING.LIB
diff --git a/package/libmbim/libmbim.mk b/package/libmbim/libmbim.mk
index b8dfa832d..b67905a7f 100644
--- a/package/libmbim/libmbim.mk
+++ b/package/libmbim/libmbim.mk
@@ -8,7 +8,7 @@ LIBMBIM_VERSION = 1.14.2
 LIBMBIM_SITE = http://www.freedesktop.org/software/libmbim
 LIBMBIM_SOURCE = libmbim-$(LIBMBIM_VERSION).tar.xz
 LIBMBIM_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs)
-LIBMBIM_LICENSE_FILES = COPYING
+LIBMBIM_LICENSE_FILES = COPYING COPYING.LIB
 LIBMBIM_INSTALL_STAGING = YES
 
 LIBMBIM_DEPENDENCIES = libglib2
-- 
2.13.1

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

* [Buildroot] [PATCH] libmbim: add COPYING.LIB to LICENSE_FILES
  2017-09-12  8:42 [Buildroot] [PATCH] libmbim: add COPYING.LIB to LICENSE_FILES Aleksander Morgado
@ 2017-09-12 21:38 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-09-12 21:38 UTC (permalink / raw)
  To: buildroot

>>>>> "Aleksander" == Aleksander Morgado <aleksander@aleksander.es> writes:

 > mbimcli and mbim-network are GPLv2+ (COPYING file applies) and
 > libmbim-glib is LGPLv2.1+ (COPYING.LIB file applies).

 > Also, setup hashes of the license files, for a correct
 > "make legal-info".

 > Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-09-12 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-12  8:42 [Buildroot] [PATCH] libmbim: add COPYING.LIB to LICENSE_FILES Aleksander Morgado
2017-09-12 21:38 ` 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.