[vlc-commits] LGPL: relicense vsxu to LGPLv2.1+

Jean-Baptiste Kempf git at videolan.org
Wed Nov 20 16:23:25 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 20 16:21:54 2013 +0100| [ca5b8920f54bca567880602b444a1e3321f35aa0] | committer: Jean-Baptiste Kempf

LGPL: relicense vsxu to LGPLv2.1+

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

 modules/visualization/vsxu.cpp |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/modules/visualization/vsxu.cpp b/modules/visualization/vsxu.cpp
index 4ee4c80..47a23db 100644
--- a/modules/visualization/vsxu.cpp
+++ b/modules/visualization/vsxu.cpp
@@ -11,18 +11,18 @@
  * Used the projectM implementation as reference for this file.
  *
  * 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 (at your option)
- * any later version.
+ * 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.
+ * 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 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