[vlc-commits] Bluray access: relicense to LGPLv2.1+

Jean-Baptiste Kempf git at videolan.org
Sat Nov 19 19:05:58 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 19 18:58:13 2011 +0100| [b9dcd0c7321c9fb3e48e6892d09163a158574c63] | committer: Jean-Baptiste Kempf

Bluray access: relicense to LGPLv2.1+

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9dcd0c7321c9fb3e48e6892d09163a158574c63
---

 modules/access/bluray.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/modules/access/bluray.c b/modules/access/bluray.c
index 3ad8441..8bf1a4e 100644
--- a/modules/access/bluray.c
+++ b/modules/access/bluray.c
@@ -5,19 +5,19 @@
  *
  * Authors: Jean-Baptiste Kempf <jb at videolan.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.
+ * 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.
  *****************************************************************************/
 
 #ifdef HAVE_CONFIG_H



More information about the vlc-commits mailing list