From: hyc Date: Mon, 8 Mar 2010 13:38:05 +0000 (+0000) Subject: Fix license header X-Git-Tag: v2.4~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88ee958fedb8b20a5c972b7c63307c7de5cb912d;p=rtmpdump Fix license header git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@307 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/librtmp/parseurl.c b/librtmp/parseurl.c index 6e1b238..413c905 100644 --- a/librtmp/parseurl.c +++ b/librtmp/parseurl.c @@ -1,22 +1,23 @@ -/* RTMPDump +/* * Copyright (C) 2009 Andrej Stepanchuk * Copyright (C) 2009-2010 Howard Chu * - * 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, or (at your option) - * any later version. + * This file is part of librtmp. + * + * librtmp 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, + * or (at your option) any later version. * - * This Program is distributed in the hope that it will be useful, + * librtmp 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 RTMPDump; see the file COPYING. If not, write to + * You should have received a copy of the GNU Lesser General Public License + * along with librtmp see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * http://www.gnu.org/copyleft/gpl.html - * + * http://www.gnu.org/copyleft/lgpl.html */ #include