sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 31af8555a70b54395565487019d3985b796e3f05
parent 6e30efb9bb3b42bb27270f8ab2e2fc545fccb3c5
Author: sin <sin@2f30.org>
Date:   Mon, 20 Apr 2015 18:01:27 +0100

Add LICENSE header to fshut.c

Diffstat:
Mlibutil/fshut.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libutil/fshut.c b/libutil/fshut.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include <stdlib.h>