[rtmpdump] r307 - trunk/librtmp/parseurl.c

hyc subversion at mplayerhq.hu
Mon Mar 8 14:38:06 CET 2010


Author: hyc
Date: Mon Mar  8 14:38:05 2010
New Revision: 307

Log:
Fix license header

Modified:
   trunk/librtmp/parseurl.c

Modified: trunk/librtmp/parseurl.c
==============================================================================
--- trunk/librtmp/parseurl.c	Mon Mar  8 14:34:10 2010	(r306)
+++ trunk/librtmp/parseurl.c	Mon Mar  8 14:38:05 2010	(r307)
@@ -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.
  *
- *  This Program is distributed in the hope that it will be useful,
+ *  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.
+ *
+ *  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>


More information about the rtmpdump mailing list