Commit e5663b6f authored by Rusty Russell's avatar Rusty Russell

endian: change license to CC0.

Not worth LGPL for just this header.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent d69e61ce
../../licenses/LGPL-2.1 ../../licenses/CC0
\ No newline at end of file \ No newline at end of file
...@@ -37,7 +37,7 @@ ...@@ -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[])
......
/* 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>
......
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