@@ -1,3 +1,12 @@
+/*
+ * Copyright 2011 Rusty Russell
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 3 of the License, or (at your option) any
+ * later version. See LICENSE for more details.
+ */
+
#include <string.h>
#include <stdio.h>
#include "config.h"
#ifndef CCAN_COMPILER_H
#define CCAN_COMPILER_H
#include <ccan/compiler/compiler.h>
static void PRINTF_FMT(2,3) my_printf(int x, const char *fmt, ...)
#include <ccan/tap/tap.h>
+ * This program is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation; either version 2 of the License, or (at your option) any later
+ * version. See LICENSE for more details.
@@ -1,3 +1,13 @@
+ * Copyright 2011 Con Kolivas
#include <ccan/opt/opt.h>
#include <stdlib.h>
@@ -1,3 +1,14 @@
+ * Copyright 2011 Ycros
#include <errno.h>
#ifndef CCAN_OPT_H
#define CCAN_OPT_H
/* Actual code to parse commandline. */
#ifndef CCAN_OPT_PRIVATE_H
#define CCAN_OPT_PRIVATE_H
#include <ccan/opt/opt.c>
#include <ccan/opt/helpers.c>
/* Make sure when multiple equivalent options, correct one is used for errors */
#include <stdarg.h>
#include <setjmp.h>
/* Make sure we still work with no options registered */
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version. See LICENSE for more details.
#include <ccan/typesafe_cb/typesafe_cb.h>
#include <stdbool.h>
void _set_some_value(void *val);
#include <stdint.h>
#ifndef CCAN_TYPESAFE_CB_H
#define CCAN_TYPESAFE_CB_H