Now licensed under GPL...

This commit is contained in:
Florian Streibelt 2011-10-12 13:18:28 +02:00
parent 7dc1d5c7ca
commit b36df0167d
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/*
* Copyright (C) 2011 Florian Streibelt <florian@freitagsrunde.org>
* Licensed under GPL v3 or later
*
*/
#include <stdio.h> /* Standard input/output definitions */
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */