X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=loader%2Fwin32.c;fp=loader%2Fwin32.c;h=d99fa85bf5f85cbfcb922c2c8631d8bbc120e8bf;hb=87e02f76a9ab27d864d12390165c33a1bc878105;hp=344620187d7337fcfbe8f6040dd5c17fa3517049;hpb=cb9e27ce07a4076ca96255ac35be7c9c98ec893e;p=vlc diff --git a/loader/win32.c b/loader/win32.c index 344620187d..d99fa85bf5 100644 --- a/loader/win32.c +++ b/loader/win32.c @@ -1,3 +1,28 @@ +/* + * $Id$ + * + * Originally distributed under LPGL 2.1 (or later) by the Wine project. + * + * Modified for use with MPlayer, detailed CVS changelog at + * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * + * File now distributed as part of VLC media player with no modifications. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + */ + /*********************************************************** Win32 emulation code. Functions that emulate @@ -11,12 +36,6 @@ for DLL to know too much about its environment. ************************************************************/ -/* - * Modified for use with MPlayer, detailed CVS changelog at - * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ - * $Id$ - */ - #include "config.h" #ifdef MPLAYER