summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/untar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/untar.c b/contrib/untar.c
index c4cc2bf9..c3abf527 100644
--- a/contrib/untar.c
+++ b/contrib/untar.c
@@ -1,4 +1,8 @@
/*
+ * 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
* and run on any system with a C compiler.