tJust see the LICENSE file, no need to repeat this header - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f19cdc0f2b06490cf1626f71c99d0580d2c4e00c
 (DIR) parent 430656d25cf0f79733bfa728a6a6740a902eb450
 (HTM) 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:
         M spoon.c                             |       1 -
         M util.h                              |       1 -
       
       2 files changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/spoon.c b/spoon.c
       t@@ -1,4 +1,3 @@
       -/* See LICENSE file for copyright and license details. */
        #include <err.h>
        #include <stddef.h>
        #include <stdio.h>
 (DIR) diff --git a/util.h b/util.h
       t@@ -1,4 +1,3 @@
       -/* See LICENSE file for copyright and license details. */
        #undef strlcat
        size_t strlcat(char *, const char *, size_t);
        #undef strlcpy