summaryrefslogtreecommitdiff
path: root/lib/ccan/typesafe_cb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/typesafe_cb')
-rw-r--r--lib/ccan/typesafe_cb/_info2
-rw-r--r--lib/ccan/typesafe_cb/typesafe_cb.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/ccan/typesafe_cb/_info b/lib/ccan/typesafe_cb/_info
index 4f4570afc9..ca0f1039ac 100644
--- a/lib/ccan/typesafe_cb/_info
+++ b/lib/ccan/typesafe_cb/_info
@@ -135,7 +135,7 @@
* return 0;
* }
*
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
diff --git a/lib/ccan/typesafe_cb/typesafe_cb.h b/lib/ccan/typesafe_cb/typesafe_cb.h
index 40cfa39798..3dddd501a3 100644
--- a/lib/ccan/typesafe_cb/typesafe_cb.h
+++ b/lib/ccan/typesafe_cb/typesafe_cb.h
@@ -1,3 +1,4 @@
+/* Licensed under LGPLv2.1+ - see LICENSE file for details */
#ifndef CCAN_TYPESAFE_CB_H
#define CCAN_TYPESAFE_CB_H
#include "config.h"