Browse Source

endian: change license to CC0.

Not worth LGPL for just this header.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 13 years ago
parent
commit
e5663b6f7d
3 changed files with 3 additions and 3 deletions
  1. 1 1
      ccan/endian/LICENSE
  2. 1 1
      ccan/endian/_info
  3. 1 1
      ccan/endian/endian.h

+ 1 - 1
ccan/endian/LICENSE

@@ -1 +1 @@
-../../licenses/LGPL-2.1
+../../licenses/CC0

+ 1 - 1
ccan/endian/_info

@@ -37,7 +37,7 @@
  *		exit(0);
  *		exit(0);
  *	}
  *	}
  *
  *
- * License: LGPL (v2.1 or any later version)
+ * License: License: CC0 (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[])

+ 1 - 1
ccan/endian/endian.h

@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* CC0 (Public domain) - see LICENSE file for details */
 #ifndef CCAN_ENDIAN_H
 #ifndef CCAN_ENDIAN_H
 #define CCAN_ENDIAN_H
 #define CCAN_ENDIAN_H
 #include <stdint.h>
 #include <stdint.h>