added missing license header

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16116 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-07-27 11:09:42 +00:00
parent b921b034bc
commit 221a599f2a
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
/*=============================================================================
//
// This software has been released under the terms of the GNU General Public
// license. See http://www.gnu.org/copyleft/gpl.html for details.
//
// Copyright 2005 Alex Beregszaszi
//
//=============================================================================
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>