commit f19cdc0f2b06490cf1626f71c99d0580d2c4e00c
parent 430656d25cf0f79733bfa728a6a6740a902eb450
Author: sin <sin@2f30.org>
Date: Thu, 13 Oct 2016 15:35:49 +0100
Just see the LICENSE file, no need to repeat this header
The other files do not contain it either.
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/spoon.c b/spoon.c
@@ -1,4 +1,3 @@
-/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <stddef.h>
#include <stdio.h>
diff --git a/util.h b/util.h
@@ -1,4 +1,3 @@
-/* See LICENSE file for copyright and license details. */
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy