summaryrefslogtreecommitdiff
path: root/lib/ccan/ilog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/ilog')
-rw-r--r--lib/ccan/ilog/_info2
-rw-r--r--lib/ccan/ilog/ilog.c3
-rw-r--r--lib/ccan/ilog/ilog.h1
3 files changed, 4 insertions, 2 deletions
diff --git a/lib/ccan/ilog/_info b/lib/ccan/ilog/_info
index 56de50d610..9a92f4e70e 100644
--- a/lib/ccan/ilog/_info
+++ b/lib/ccan/ilog/_info
@@ -29,7 +29,7 @@
* return 0;
* }
*
- * License: LGPL (v2 or later)
+ * License: LGPL (v2.1 or any later version)
* Author: Timothy B. Terriberry <tterribe@xiph.org>
*/
#include <string.h>
diff --git a/lib/ccan/ilog/ilog.c b/lib/ccan/ilog/ilog.c
index 40c5a6fd50..f42066c577 100644
--- a/lib/ccan/ilog/ilog.c
+++ b/lib/ccan/ilog/ilog.c
@@ -1,4 +1,5 @@
-/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 LGPL (v2 or later).*/
+/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 LGPL (v2 or later).
+ * See LICENSE file for details. */
#include "ilog.h"
#include <limits.h>
diff --git a/lib/ccan/ilog/ilog.h b/lib/ccan/ilog/ilog.h
index 55dd009885..1a471c2d34 100644
--- a/lib/ccan/ilog/ilog.h
+++ b/lib/ccan/ilog/ilog.h
@@ -1,3 +1,4 @@
+/* Licensed under LGPLv2.1+ - see LICENSE file for details */
#if !defined(_ilog_H)
# define _ilog_H (1)
# include "config.h"