Commit fa1277d4 authored by Rusty Russell's avatar Rusty Russell

ilog: relicense to Public Domain.

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 8d14165a
../../licenses/LGPL-2.1 ../../licenses/CC0
\ No newline at end of file \ No newline at end of file
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* return 0; * return 0;
* } * }
* *
* License: LGPL (v2.1 or any later version) * License: CC0 (Public domain)
* Author: Timothy B. Terriberry <tterribe@xiph.org> * Author: Timothy B. Terriberry <tterribe@xiph.org>
*/ */
#include <string.h> #include <string.h>
......
/*(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. */ * See LICENSE file for details. */
#include "ilog.h" #include "ilog.h"
#include <limits.h> #include <limits.h>
......
/* Licensed under LGPLv2.1+ - see LICENSE file for details */ /* CC0 (Public domain) - see LICENSE file for details */
#if !defined(_ilog_H) #if !defined(_ilog_H)
# define _ilog_H (1) # define _ilog_H (1)
# include "config.h" # include "config.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment