[hackers] [scc] Add LICENSE statements to /lib/* || FRIGN

From: <git_AT_suckless.org>
Date: Wed, 25 May 2016 08:52:50 +0200 (CEST)

commit 5bc9511fcaa1b5906607d25c747ab28c1b25b4eb
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Wed May 25 08:52:12 2016 +0200
Commit: FRIGN <dev_AT_frign.de>
CommitDate: Wed May 25 08:52:12 2016 +0200

    Add LICENSE statements to /lib/*

diff --git a/lib/Makefile b/lib/Makefile
index eacdc16..63fa771 100644
--- a/lib/Makefile
+++ b/lib/Makefile
_AT_@ -1,3 +1,4 @@
+# See LICENSE file for copyright and license details.
 include ../config.mk
 
 OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o debug.o
diff --git a/lib/debug.c b/lib/debug.c
index c5d63ef..d16a291 100644
--- a/lib/debug.c
+++ b/lib/debug.c
_AT_@ -1,4 +1,4 @@
-
+/* See LICENSE file for copyright and license details. */
 #include <stdarg.h>
 #include <stdio.h>
 
diff --git a/lib/die.c b/lib/die.c
index 1434021..3fcf995 100644
--- a/lib/die.c
+++ b/lib/die.c
_AT_@ -1,4 +1,4 @@
-
+/* See LICENSE file for copyright and license details. */
 #include <inttypes.h>
 #include <stdarg.h>
 #include <stdlib.h>
diff --git a/lib/xcalloc.c b/lib/xcalloc.c
index e10bca5..5de09a4 100644
--- a/lib/xcalloc.c
+++ b/lib/xcalloc.c
_AT_@ -1,4 +1,4 @@
-
+/* See LICENSE file for copyright and license details. */
 #include <stdlib.h>
 #include "../inc/cc.h"
 
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index ed01f86..9336705 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
_AT_@ -1,4 +1,4 @@
-
+/* See LICENSE file for copyright and license details. */
 #include <stdlib.h>
 #include "../inc/cc.h"
 
diff --git a/lib/xrealloc.c b/lib/xrealloc.c
index c05751e..ee3de9e 100644
--- a/lib/xrealloc.c
+++ b/lib/xrealloc.c
_AT_@ -1,4 +1,4 @@
-
+/* See LICENSE file for copyright and license details. */
 #include <stdlib.h>
 #include "../inc/cc.h"
 
diff --git a/lib/xstrdup.c b/lib/xstrdup.c
index acb93c8..edd9b37 100644
--- a/lib/xstrdup.c
+++ b/lib/xstrdup.c
_AT_@ -1,4 +1,4 @@
-
+/* See LICENSE file for copyright and license details. */
 #include <string.h>
 #include "../inc/cc.h"
 
Received on Wed May 25 2016 - 08:52:50 CEST

This archive was generated by hypermail 2.3.0 : Wed May 25 2016 - 09:00:15 CEST