X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=loader%2Fdriver.c;h=24c871511a24f7dc2b32dafe068b869a10dc57de;hb=144e4cc2d6cca2f7cdfd44ddd035b1faf9d79248;hp=83b2660831f0056cb4627d0dc787d3fd7c802949;hpb=6d6ec75ce7cf3bfe86a674a66cc0de2bdbf52cea;p=vlc diff --git a/loader/driver.c b/loader/driver.c index 83b2660831..24c871511a 100644 --- a/loader/driver.c +++ b/loader/driver.c @@ -1,7 +1,30 @@ /* + * $Id$ + * + * Copyright 1993, 1994 Martin Ayotte + * Copyright 1998 Marcus Meissner + * Copyright 1999 Eric Pouech + * + * 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/ - * $Id$ + * + * 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. */ #include "config.h"