[libbluray-devel] commit: Convert bits.h to LGPL. (gates )

git at videolan.org git at videolan.org
Mon Aug 23 03:10:19 CEST 2010


libbluray | branch: master | gates <gates at anonymous.org> | Sun Aug 22 21:04:35 2010 -0400| [ea926b9e10ac950265115f4f9a0c7bed8d1ef38a] | committer: gates 

Convert bits.h to LGPL.
Permission to change license given from VideoLAN team via
Jean-Baptiste Kempf <jb at videolan.org>.

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

 src/util/bits.h |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/util/bits.h b/src/util/bits.h
index 0325caa..cd5a628 100644
--- a/src/util/bits.h
+++ b/src/util/bits.h
@@ -6,19 +6,19 @@
  *
  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
  *
- * 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.
+ * This library 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,
+ * This library 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 library. If not, see
+ * <http://www.gnu.org/licenses/>.
  *****************************************************************************/
 
 #ifndef BD_BITS_H



More information about the libbluray-devel mailing list