diff options
l--------- | ccan/ilog/LICENSE | 2 | ||||
-rw-r--r-- | ccan/ilog/_info | 2 | ||||
-rw-r--r-- | ccan/ilog/ilog.c | 2 | ||||
-rw-r--r-- | ccan/ilog/ilog.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ccan/ilog/LICENSE b/ccan/ilog/LICENSE index dc314eca..b7951dab 120000 --- a/ccan/ilog/LICENSE +++ b/ccan/ilog/LICENSE @@ -1 +1 @@ -../../licenses/LGPL-2.1
\ No newline at end of file +../../licenses/CC0
\ No newline at end of file diff --git a/ccan/ilog/_info b/ccan/ilog/_info index 9a92f4e7..9038b59d 100644 --- a/ccan/ilog/_info +++ b/ccan/ilog/_info @@ -29,7 +29,7 @@ * return 0; * } * - * License: LGPL (v2.1 or any later version) + * License: CC0 (Public domain) * Author: Timothy B. Terriberry <tterribe@xiph.org> */ #include <string.h> diff --git a/ccan/ilog/ilog.c b/ccan/ilog/ilog.c index 22275d2a..5f5122d5 100644 --- a/ccan/ilog/ilog.c +++ b/ccan/ilog/ilog.c @@ -1,4 +1,4 @@ -/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 LGPL (v2 or later). +/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 CC0 (Public domain). * See LICENSE file for details. */ #include "ilog.h" #include <limits.h> diff --git a/ccan/ilog/ilog.h b/ccan/ilog/ilog.h index e52f0423..9adbb824 100644 --- a/ccan/ilog/ilog.h +++ b/ccan/ilog/ilog.h @@ -1,4 +1,4 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ +/* CC0 (Public domain) - see LICENSE file for details */ #if !defined(_ilog_H) # define _ilog_H (1) # include "config.h" |