From 93526097706e7cea50afa1dbab407054c6925729 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 24 Aug 2016 18:44:12 +1200 Subject: [PATCH] strmap: Set the license for strmap to CC0 This matches the license in _info and the source. It also means every module now has a LICENSE file and so anyone happening to rewrite the ccan makefiles can use wildcard to locate modules rather than listing them by hand. Signed-off-by: Jon Griffiths --- ccan/strmap/LICENSE | 1 + 1 file changed, 1 insertion(+) create mode 120000 ccan/strmap/LICENSE diff --git a/ccan/strmap/LICENSE b/ccan/strmap/LICENSE new file mode 120000 index 00000000..b7951dab --- /dev/null +++ b/ccan/strmap/LICENSE @@ -0,0 +1 @@ +../../licenses/CC0 \ No newline at end of file -- 2.39.2