Commit 7b122371 authored by Rusty Russell's avatar Rusty Russell
parent 8b09a6d9
../../licenses/LGPL-2.1
\ No newline at end of file
../../licenses/BSD-MIT
\ No newline at end of file
......@@ -53,7 +53,7 @@
* return 0;
* }
*
* License: LGPL (v2.1 or any later version)
* License: BSD-MIT
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
......
/* Licensed under LGPLv2.1+ - see LICENSE file for details */
/* Licensed under BSD-MIT - see LICENSE file for details */
#include <stdio.h>
#include <stdlib.h>
#include "list.h"
......
/* Licensed under LGPLv2.1+ - see LICENSE file for details */
/* Licensed under BSD-MIT - see LICENSE file for details */
#ifndef CCAN_LIST_H
#define CCAN_LIST_H
#include <stdbool.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