]> git.ozlabs.org Git - ccan/commitdiff
ilog: relicense to Public Domain.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 9 Sep 2013 07:21:14 +0000 (16:51 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 9 Sep 2013 07:29:59 +0000 (16:59 +0930)
I noted to Timothy in 2011:
   I finally got around to implementing license checking in ccanlint,
   and it shows that your public domain ccan/isaac module uses your LGPL
   ccan/ilog module, which partially defeats the point.

   You and I are the only ones who did anything significant to ilog; I'm
   happy to relicense to PD or whatever else you want.  Or leave it, in
   which case I'll need to document it clearly.

He finally got back to me, and I sent him this patch, to which he replied:

     Ack.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/ilog/LICENSE
ccan/ilog/_info
ccan/ilog/ilog.c
ccan/ilog/ilog.h

index dc314ecac02a0fb3117e54b1271ca135aaada572..b7951dabdc82e45d46d3cf1bd8c7ed8b3a6f7c0f 120000 (symlink)
@@ -1 +1 @@
-../../licenses/LGPL-2.1
\ No newline at end of file
+../../licenses/CC0
\ No newline at end of file
index 9a92f4e70e98f6ec87161dd18b6ccfd16df49bad..9038b59dbc69c78db3080a1e42643a0573677862 100644 (file)
@@ -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>
index 22275d2a9e02d12cf983a2b4195787349af6cea6..5f5122d5181822596c4f4d3eb185d561a7ca5076 100644 (file)
@@ -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>
index e52f04233c7fe16516412f8f0feb57ffe5bc7ede..9adbb8243f6c4f67da7ccefbc8fc7735f63cda7e 100644 (file)
@@ -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"