]> git.ozlabs.org Git - ccan/commitdiff
str: relicense to public domain.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 26 Sep 2011 10:42:15 +0000 (20:12 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 26 Sep 2011 10:42:15 +0000 (20:12 +0930)
LGPL is overkill for trivial wrappers like this.

ccan/str/LICENSE [deleted symlink]
ccan/str/_info
ccan/str/debug.c
ccan/str/str.c
ccan/str/str.h
ccan/str/str_debug.h

diff --git a/ccan/str/LICENSE b/ccan/str/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 2d52291a6c1be2dafe369bfbc79227082b5301b3..a6858c3c7b42708af94c8817881691406768d854 100644 (file)
@@ -35,7 +35,7 @@
  *             return 0;
  *     }
  *
  *             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[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 42d19f8197f9ff03795397843a1385e19a1a225f..9ef756766aa557b61e1ab4abeaaceba71900beaf 100644 (file)
@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #include "config.h"
 #include <ccan/str/str_debug.h>
 #include <assert.h>
 #include "config.h"
 #include <ccan/str/str_debug.h>
 #include <assert.h>
index 0271a59885f0c5cdd3f1445f1f1abd2158df8f4d..fa9809fbd94d3670ac6190697f253f9c208b4342 100644 (file)
@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #include <ccan/str/str.h>
 
 size_t strcount(const char *haystack, const char *needle)
 #include <ccan/str/str.h>
 
 size_t strcount(const char *haystack, const char *needle)
index 7392e30fbacd7b1706658f7cff1dbb5a031ee56a..14cd65ab38a3d418097ce49c26f625a79c4130f8 100644 (file)
@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* Placed into the public domain. */
 #ifndef CCAN_STR_H
 #define CCAN_STR_H
 #include "config.h"
 #ifndef CCAN_STR_H
 #define CCAN_STR_H
 #include "config.h"
index f029e8ef90dfe38da1a0ebfc66e25ae7c2ceea35..6b56477689efe31b0e622779a8a0130f45a6b2b2 100644 (file)
@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #ifndef CCAN_STR_DEBUG_H
 #define CCAN_STR_DEBUG_H
 
 #ifndef CCAN_STR_DEBUG_H
 #define CCAN_STR_DEBUG_H