Browse Source

str: relicense to public domain.

LGPL is overkill for trivial wrappers like this.
Rusty Russell 14 years ago
parent
commit
942f2788e1
6 changed files with 2 additions and 6 deletions
  1. 0 1
      ccan/str/LICENSE
  2. 1 1
      ccan/str/_info
  3. 0 1
      ccan/str/debug.c
  4. 0 1
      ccan/str/str.c
  5. 1 1
      ccan/str/str.h
  6. 0 1
      ccan/str/str_debug.h

+ 0 - 1
ccan/str/LICENSE

@@ -1 +0,0 @@
-../../licenses/LGPL-2.1

+ 1 - 1
ccan/str/_info

@@ -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>
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])

+ 0 - 1
ccan/str/debug.c

@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #include "config.h"
 #include "config.h"
 #include <ccan/str/str_debug.h>
 #include <ccan/str/str_debug.h>
 #include <assert.h>
 #include <assert.h>

+ 0 - 1
ccan/str/str.c

@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #include <ccan/str/str.h>
 #include <ccan/str/str.h>
 
 
 size_t strcount(const char *haystack, const char *needle)
 size_t strcount(const char *haystack, const char *needle)

+ 1 - 1
ccan/str/str.h

@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* Placed into the public domain. */
 #ifndef CCAN_STR_H
 #ifndef CCAN_STR_H
 #define CCAN_STR_H
 #define CCAN_STR_H
 #include "config.h"
 #include "config.h"

+ 0 - 1
ccan/str/str_debug.h

@@ -1,4 +1,3 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #ifndef CCAN_STR_DEBUG_H
 #ifndef CCAN_STR_DEBUG_H
 #define CCAN_STR_DEBUG_H
 #define CCAN_STR_DEBUG_H