Add one-line GPL boilerplate to numerous (but not all yet) source files.

This commit is contained in:
"Robert P. J. Day"
2006-07-12 07:56:04 +00:00
parent ab7d9be17c
commit 801ab14013
65 changed files with 111 additions and 721 deletions

View File

@@ -1,4 +1,7 @@
/* vi: set sw=4 ts=4: */
/*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include <stdio.h>
#include "unarchive.h"