From: Tim Kientzle Date: Sat, 21 Jun 2014 05:05:45 +0000 (-0700) Subject: untar.c bootstrap program is public domain X-Git-Tag: v3.1.900a~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d5312758816a36c6d7a7540545bce859095f40;p=thirdparty%2Flibarchive.git untar.c bootstrap program is public domain --- diff --git a/contrib/untar.c b/contrib/untar.c index c4cc2bf9b..c3abf5276 100644 --- a/contrib/untar.c +++ b/contrib/untar.c @@ -1,3 +1,7 @@ +/* + * This file is in the public domain. Use it as you see fit. + */ + /* * "untar" is an extremely simple tar extractor: * * A single C source file, so it should be easy to compile