[Android] Relicense Media.java to LGPL
Jean-Baptiste Kempf
git at videolan.org
Fri Jul 11 10:32:30 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 11 10:31:26 2014 +0200| [bac446e755533669eefc524c7508d08e32c58878] | committer: Jean-Baptiste Kempf
Relicense Media.java to LGPL
Agreement from Alexandre Perraud, Edward Wang, Felix Abecassis,
Jean-Baptiste Kempf, Ludovic Fauvet, Sébastien Toque
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=bac446e755533669eefc524c7508d08e32c58878
---
vlc-android/src/org/videolan/libvlc/Media.java | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/vlc-android/src/org/videolan/libvlc/Media.java b/vlc-android/src/org/videolan/libvlc/Media.java
index 33b1eae..5d777da 100644
--- a/vlc-android/src/org/videolan/libvlc/Media.java
+++ b/vlc-android/src/org/videolan/libvlc/Media.java
@@ -3,19 +3,19 @@
*****************************************************************************
* Copyright © 2011-2013 VLC authors and VideoLAN
*
- * 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.
*****************************************************************************/
package org.videolan.libvlc;
More information about the Android
mailing list