mbox series

[00/31] License hashes

Message ID 20171103103706.25574-1-s.martin49@gmail.com
Headers show
Series License hashes | expand

Message

Samuel Martin Nov. 3, 2017, 10:36 a.m. UTC
Hi all,

Here is a short series adding license hashes to numerous packages.

Regards,


Samuel Martin (31):
  pkg-generic: allow legal-info to be verbose
  package/armadillo: add license hash
  package/automake: add license hash
  package/bison: add license hash
  package/bluez_utils: add license hash
  package/busybox: add license hash
  package/canfestival: add license hash
  package/check: add license hash
  package/clapack: add license hash
  package/cwiid: add license hash
  package/fakeroot: add license hash
  package/flex: add license hash
  package/flite: add license hash
  package/gettext: add license hash
  package/libffi: add license hash
  package/libglib2: add license hash
  package/libtool: add license hash
  package/libxml2: add license hash
  package/m4: add license hash
  package/nginx: add license hash
  package/opencv3: add license hash
  package/openobex: add license hash
  package/patchelf: add license hash
  package/pcre: add license hash
  package/python-numpy: add license hash
  package/python: add license hash
  package/scrub: add license hash
  package/urg: add license hash
  package/ussp-push: add license hash
  package/util-linux: add license hash
  package/zlib: add license hash

 package/armadillo/armadillo.hash       | 1 +
 package/automake/automake.hash         | 1 +
 package/bison/bison.hash               | 1 +
 package/bluez_utils/bluez_utils.hash   | 2 ++
 package/busybox/busybox.hash           | 2 ++
 package/canfestival/canfestival.hash   | 3 +++
 package/check/check.hash               | 1 +
 package/clapack/clapack.hash           | 2 ++
 package/cwiid/cwiid.hash               | 1 +
 package/fakeroot/fakeroot.hash         | 2 ++
 package/flex/flex.hash                 | 1 +
 package/flite/flite.hash               | 1 +
 package/gettext/gettext.hash           | 2 ++
 package/libffi/libffi.hash             | 2 ++
 package/libglib2/libglib2.hash         | 2 ++
 package/libtool/libtool.hash           | 1 +
 package/libxml2/libxml2.hash           | 1 +
 package/m4/m4.hash                     | 1 +
 package/nginx/nginx.hash               | 1 +
 package/opencv3/opencv3.hash           | 1 +
 package/openobex/openobex.hash         | 3 +++
 package/patchelf/patchelf.hash         | 1 +
 package/pcre/pcre.hash                 | 1 +
 package/pkg-generic.mk                 | 4 ++--
 package/python-numpy/python-numpy.hash | 2 ++
 package/python/python.hash             | 1 +
 package/scrub/scrub.hash               | 2 ++
 package/urg/urg.hash                   | 1 +
 package/ussp-push/ussp-push.hash       | 1 +
 package/util-linux/util-linux.hash     | 7 +++++++
 package/zlib/zlib.hash                 | 2 ++
 31 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 package/canfestival/canfestival.hash

--
2.15.0

Comments

Arnout Vandecappelle Nov. 5, 2017, 4:48 p.m. UTC | #1
On 03-11-17 11:36, Samuel Martin wrote:
> Hi all,
> 
> Here is a short series adding license hashes to numerous packages.

 I have applied the entire series. I've made one change though: I everywhere
inserted the

# License files, locally calculated

comment line. Many of the hash files have that already and I think it's convenient.

 I blindly used the word "calculated" even in files where the other has is
"computed". Apparently, calculated is used about 640 times and computed 520, so
let's stick to the most popular one :-)

 Regards,
 Arnout

> 
> Regards,
> 
> 
> Samuel Martin (31):
>   pkg-generic: allow legal-info to be verbose
>   package/armadillo: add license hash
>   package/automake: add license hash
>   package/bison: add license hash
>   package/bluez_utils: add license hash
>   package/busybox: add license hash
>   package/canfestival: add license hash
>   package/check: add license hash
>   package/clapack: add license hash
>   package/cwiid: add license hash
>   package/fakeroot: add license hash
>   package/flex: add license hash
>   package/flite: add license hash
>   package/gettext: add license hash
>   package/libffi: add license hash
>   package/libglib2: add license hash
>   package/libtool: add license hash
>   package/libxml2: add license hash
>   package/m4: add license hash
>   package/nginx: add license hash
>   package/opencv3: add license hash
>   package/openobex: add license hash
>   package/patchelf: add license hash
>   package/pcre: add license hash
>   package/python-numpy: add license hash
>   package/python: add license hash
>   package/scrub: add license hash
>   package/urg: add license hash
>   package/ussp-push: add license hash
>   package/util-linux: add license hash
>   package/zlib: add license hash
> 
>  package/armadillo/armadillo.hash       | 1 +
>  package/automake/automake.hash         | 1 +
>  package/bison/bison.hash               | 1 +
>  package/bluez_utils/bluez_utils.hash   | 2 ++
>  package/busybox/busybox.hash           | 2 ++
>  package/canfestival/canfestival.hash   | 3 +++
>  package/check/check.hash               | 1 +
>  package/clapack/clapack.hash           | 2 ++
>  package/cwiid/cwiid.hash               | 1 +
>  package/fakeroot/fakeroot.hash         | 2 ++
>  package/flex/flex.hash                 | 1 +
>  package/flite/flite.hash               | 1 +
>  package/gettext/gettext.hash           | 2 ++
>  package/libffi/libffi.hash             | 2 ++
>  package/libglib2/libglib2.hash         | 2 ++
>  package/libtool/libtool.hash           | 1 +
>  package/libxml2/libxml2.hash           | 1 +
>  package/m4/m4.hash                     | 1 +
>  package/nginx/nginx.hash               | 1 +
>  package/opencv3/opencv3.hash           | 1 +
>  package/openobex/openobex.hash         | 3 +++
>  package/patchelf/patchelf.hash         | 1 +
>  package/pcre/pcre.hash                 | 1 +
>  package/pkg-generic.mk                 | 4 ++--
>  package/python-numpy/python-numpy.hash | 2 ++
>  package/python/python.hash             | 1 +
>  package/scrub/scrub.hash               | 2 ++
>  package/urg/urg.hash                   | 1 +
>  package/ussp-push/ussp-push.hash       | 1 +
>  package/util-linux/util-linux.hash     | 7 +++++++
>  package/zlib/zlib.hash                 | 2 ++
>  31 files changed, 52 insertions(+), 2 deletions(-)
>  create mode 100644 package/canfestival/canfestival.hash
> 
> --
> 2.15.0
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>