]> git.ozlabs.org Git - ccan/commitdiff
array_size: relicense under public domain.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Aug 2011 05:47:54 +0000 (15:17 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Aug 2011 05:47:54 +0000 (15:17 +0930)
It's just a header, I don't care what's done with it.

ccan/array_size/LICENSE [deleted symlink]
ccan/array_size/_info
ccan/array_size/array_size.h

diff --git a/ccan/array_size/LICENSE b/ccan/array_size/LICENSE
deleted file mode 120000 (symlink)
index dc314ec..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../licenses/LGPL-2.1
\ No newline at end of file
index 56ba7998e41a09cf9851e52d0798714e1b01d3b8..0ecb45dfafea5d511aa48344263adb71e14c2f2b 100644 (file)
@@ -29,7 +29,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (v2.1 or any later version)
+ * License: Public domain
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index ae6e3788f769c5d7ae3d6e10a8b554407a34613b..0876945c5e52a7c19e034fb8fdd1ff5e75d1305f 100644 (file)
@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #ifndef CCAN_ARRAY_SIZE_H
 #define CCAN_ARRAY_SIZE_H
 #include "config.h"