diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2011-12-05 16:42:40 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-12-05 16:42:40 +1030 |
commit | bc318580e4fe9e3e71e1f57c395672d9a2afb387 (patch) | |
tree | 4eace5d622f83e37be6e1a8814264390c76d9b13 /lib/ccan/array_size/array_size.h | |
parent | 6be10cb7613d03c3b216a3d43a71622f769f7b05 (diff) | |
download | samba-bc318580e4fe9e3e71e1f57c395672d9a2afb387.tar.gz samba-bc318580e4fe9e3e71e1f57c395672d9a2afb387.tar.bz2 samba-bc318580e4fe9e3e71e1f57c395672d9a2afb387.zip |
lib/ccan/array_size: relicense under public domain.
It's just a header, I don't care what's done with it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit d06b67d244657da7054e3da580a771c365566d3c)
Diffstat (limited to 'lib/ccan/array_size/array_size.h')
-rw-r--r-- | lib/ccan/array_size/array_size.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ccan/array_size/array_size.h b/lib/ccan/array_size/array_size.h index ae6e3788f7..0876945c5e 100644 --- a/lib/ccan/array_size/array_size.h +++ b/lib/ccan/array_size/array_size.h @@ -1,4 +1,3 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #ifndef CCAN_ARRAY_SIZE_H #define CCAN_ARRAY_SIZE_H #include "config.h" |