]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
untar.c bootstrap program is public domain
authorTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 05:05:45 +0000 (22:05 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 05:05:45 +0000 (22:05 -0700)
contrib/untar.c

index c4cc2bf9bea2c546f014c23b82c371572767b7f4..c3abf527635f327b98bde7225afa1f4cb3dbfbff 100644 (file)
@@ -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