commit 3149343059adb9040b3c9bcc3e15a994d7ed9756
parent 979b48c98891f6086a8797e8fa6609c803ce40ab
Author: sin <sin@2f30.org>
Date: Wed, 11 Mar 2015 18:48:23 +0000
Add LICENSE header
Diffstat:
9 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/backend.c b/backend.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <errno.h>
#include <stddef.h>
#include <stdlib.h>
diff --git a/dummy.c b/dummy.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <string.h>
#include "waffle.h"
diff --git a/ldap.c b/ldap.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <ctype.h>
#include <errno.h>
#include <limits.h>
diff --git a/paths.h b/paths.h
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#define SOCKPATH "/var/run/nscd/socket"
#define PIDFILE "/var/run/waffle.pid"
diff --git a/proto.h b/proto.h
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdint.h>
enum {
diff --git a/req.c b/req.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/util.c b/util.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/waffle.c b/waffle.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/select.h>
#include <sys/signalfd.h>
#include <sys/socket.h>
diff --git a/waffle.h b/waffle.h
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/types.h>
#include <grp.h>
#include <pwd.h>