1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00

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

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>