vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Oct 4 22:39:00 2011 +0200| [b1296dcbf9723e269dd32f26f101658e65a21fa5] | committer: Jean-Baptiste Kempf
Compat: relicense strcasestr to LGPL Work done by Laurent Aimar, Derk-Jan Hartman (back when it was in demux/util/sub.c in 2003) and Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1296dcbf9723e269dd32f26f101658e65a21fa5 --- compat/strcasestr.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compat/strcasestr.c b/compat/strcasestr.c index b3f1bfa..552fb60 100644 --- a/compat/strcasestr.c +++ b/compat/strcasestr.c @@ -1,21 +1,21 @@ /***************************************************************************** * strcasestr.c: GNU strcasestr() replacement ***************************************************************************** - * Copyright © 2002-2006 the VideoLAN project + * Copyright © 2002-2011 VLC authors and VideoLAN * - * 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 - * 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. *****************************************************************************/ #ifdef HAVE_CONFIG_H _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
