[vlc-commits] HTTP Live Streaming: relicense to LGPL
Jean-Baptiste Kempf
git at videolan.org
Thu May 31 13:56:27 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May 31 13:53:13 2012 +0200| [a50d7e4772a8fb04849e7808f41de599f4296c8c] | committer: Jean-Baptiste Kempf
HTTP Live Streaming: relicense to LGPL
Authors are:
- Jean-Paul Saman
- Hugo Beauzée-Luyssen
- Luc Saillard
- Chris Smowton
- Rafaël Carré
- Rémi Duraffort
- Rui Zhang
- Eric Petit
- Ilkka Ollakka
- Jean-Baptiste Kempf
- Jeroen Ost
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a50d7e4772a8fb04849e7808f41de599f4296c8c
---
modules/stream_filter/httplive.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/modules/stream_filter/httplive.c b/modules/stream_filter/httplive.c
index 46aa9ae..27839d2 100644
--- a/modules/stream_filter/httplive.c
+++ b/modules/stream_filter/httplive.c
@@ -6,19 +6,19 @@
*
* Author: Jean-Paul Saman <jpsaman _AT_ videolan _DOT_ org>
*
- * 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.
*****************************************************************************/
/*****************************************************************************
More information about the vlc-commits
mailing list