]> granicus.if.org Git - rtmpdump/commitdiff
Fix license header
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Mon, 8 Mar 2010 13:38:05 +0000 (13:38 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Mon, 8 Mar 2010 13:38:05 +0000 (13:38 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@307 400ebc74-4327-4243-bc38-086b20814532

librtmp/parseurl.c

index 6e1b238fae778433e40c565dce6f4a2c2ebab0bd..413c905abadf508b7db240e8452b55ea244c72e7 100644 (file)
@@ -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 <stdlib.h>