From 6e72370fd7d55950820a6a8332cd4364e97ba28a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 25 Jul 2011 18:18:27 +0930 Subject: lib/ccan: update to init-1192-gdd04041 This imports licensing clarifications and updates as discussed on samba-technical ("Subject: Re: ccan code breaks older build farm systems"). In particular, the recent version have per-file license markers, and some modules are relicenced more liberally: in particular Simo pointed out that htable was GPL, and indirectly included by libtdb2, which would have made that GPL as well. Signed-off-by: Rusty Russell Autobuild-User: Rusty Russell Autobuild-Date: Mon Jul 25 12:03:40 CEST 2011 on sn-devel-104 --- lib/ccan/array_size/_info | 2 +- lib/ccan/array_size/array_size.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ccan/array_size') diff --git a/lib/ccan/array_size/_info b/lib/ccan/array_size/_info index af7ef1cfd2..56ba7998e4 100644 --- a/lib/ccan/array_size/_info +++ b/lib/ccan/array_size/_info @@ -29,7 +29,7 @@ * return 0; * } * - * License: LGPL (2 or any later version) + * License: LGPL (v2.1 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[]) diff --git a/lib/ccan/array_size/array_size.h b/lib/ccan/array_size/array_size.h index 0876945c5e..ae6e3788f7 100644 --- a/lib/ccan/array_size/array_size.h +++ b/lib/ccan/array_size/array_size.h @@ -1,3 +1,4 @@ +/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #ifndef CCAN_ARRAY_SIZE_H #define CCAN_ARRAY_SIZE_H #include "config.h" -- cgit