[vlc-commits] LGPL: relicense Tivo demuxer to LGPL
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 21 16:19:34 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 21 16:16:02 2012 +0100| [ab75e4f913f15c920621b676ac49b75701d364a8] | committer: Jean-Baptiste Kempf
LGPL: relicense Tivo demuxer to LGPL
With explicit authorization from original authors:
Neal Symms
Christopher Wingert, from mplayer-tivo project
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab75e4f913f15c920621b676ac49b75701d364a8
---
modules/demux/ty.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/modules/demux/ty.c b/modules/demux/ty.c
index a74d0a9..c2fc281 100644
--- a/modules/demux/ty.c
+++ b/modules/demux/ty.c
@@ -1,26 +1,26 @@
/*****************************************************************************
* ty.c - TiVo ty stream video demuxer for VLC
*****************************************************************************
- * Copyright (C) 2005 the VideoLAN team
+ * Copyright (C) 2005 VLC authors and VideoLAN
* Copyright (C) 2005 by Neal Symms (tivo at freakinzoo.com) - February 2005
* based on code by Christopher Wingert for tivo-mplayer
* tivo(at)wingert.org, February 2003
*
* $Id$
*
- * 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.
*
* CODE CHANGES:
* v1.0.0 - 24-Feb-2005 - Initial release - Series 1 support ONLY!
More information about the vlc-commits
mailing list