X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fdvb%2Flinux_dvb.c;h=5398d97add762fe87efb7ab0a24ed0bde4c7aba9;hb=fef270581f736d4f6289a77cb115195241ed691d;hp=675af6e04c6e41ebe071813f12173117ea71a8ff;hpb=29c4138de9e23575c109999edeefee3f41b81ebc;p=vlc diff --git a/modules/access/dvb/linux_dvb.c b/modules/access/dvb/linux_dvb.c index 675af6e04c..5398d97add 100644 --- a/modules/access/dvb/linux_dvb.c +++ b/modules/access/dvb/linux_dvb.c @@ -1,7 +1,7 @@ /***************************************************************************** * linux_dvb.c : functions to control a DVB card under Linux with v4l2 ***************************************************************************** - * Copyright (C) 1998-2010 the VideoLAN team + * Copyright (C) 1998-2010 VLC authors and VideoLAN * * Authors: Damien Lucas * Johan Bilien @@ -10,18 +10,18 @@ * Christophe Massiot * David Kaplan * - * 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 + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 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. + * GNU Lesser 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 + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/