mirror of https://github.com/mpv-player/mpv
added missing license header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16116 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b921b034bc
commit
221a599f2a
|
@ -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 <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue