diff options
Diffstat (limited to 'lib/ccan/htable/htable.c')
-rw-r--r-- | lib/ccan/htable/htable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccan/htable/htable.c b/lib/ccan/htable/htable.c index a15c54d795..20b6f5ae2d 100644 --- a/lib/ccan/htable/htable.c +++ b/lib/ccan/htable/htable.c @@ -1,3 +1,4 @@ +/* Licensed under LGPLv2+ - see LICENSE file for details */ #include <ccan/htable/htable.h> #include <ccan/compiler/compiler.h> #include <stdint.h> |