X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=src%2Fplaylist%2Fpreparser.h;h=4c10e6878a7aa2c180d1aa28b20d001700c0e2ca;hb=36ab287e77e9df059f261ed1cfb13fc4674182ec;hp=2df0d1a932e6e5c48cdaa888dae62c22e3e5fb1b;hpb=2567c03f4c36be2d4b99a2744ded28890fd94618;p=vlc diff --git a/src/playlist/preparser.h b/src/playlist/preparser.h index 2df0d1a932..4c10e6878a 100644 --- a/src/playlist/preparser.h +++ b/src/playlist/preparser.h @@ -1,25 +1,25 @@ /***************************************************************************** * playlist_preparser.h: ***************************************************************************** - * Copyright (C) 1999-2008 the VideoLAN team + * Copyright (C) 1999-2008 VLC authors and VideoLAN * $Id$ * * Authors: Samuel Hocevar * Clément Stenac * - * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * 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, + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef _PLAYLIST_PREPARSER_H