sbase

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

commit dcfa94cdbd418956a65cbcf9b3b6366b29938d3f
parent 72d6553b124fee85458a484410bdd6b9ef3c643f
Author: Wolfgang Corcoran-Mathe <first.lord.of.teal@gmail.com>
Date:   Fri,  1 May 2015 13:38:46 -0400

join: Add LICENSE header

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

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