public domain notice

This commit is contained in:
Joshua Brindle 2013-06-28 11:23:37 -04:00
parent 90ff602ecd
commit dd80f1b997
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/*
* This was derived from public domain works with updates to
* work with more modern SELinux libraries.
*
* It is released into the public domain.
*
*/
#include <getopt.h>
#include <unistd.h>
#include <stdlib.h>