Browse Source

cast: downgrade license from LGPL3+ to LGPLv2.1+

Kirill A. Shutemov asked for libgit.  I would say they should upgrade their
license, but libhx on which these are based is also LGPLv2.1 or later, so
I prefer to match that.
Rusty Russell 14 years ago
parent
commit
dd0404162f
3 changed files with 3 additions and 3 deletions
  1. 1 1
      ccan/cast/LICENSE
  2. 1 1
      ccan/cast/_info
  3. 1 1
      ccan/cast/cast.h

+ 1 - 1
ccan/cast/LICENSE

@@ -1 +1 @@
-../../licenses/LGPL-3
+../../licenses/LGPL-2.1

+ 1 - 1
ccan/cast/_info

@@ -16,7 +16,7 @@
  *
  *
  * Author: Jan Engelhardt
  * Author: Jan Engelhardt
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
- * License: LGPL
+ * License: LGPL (v2.1 or any later version)
  *
  *
  * Example:
  * Example:
  *	// Given "test" contains "3 t's in 'test string'
  *	// Given "test" contains "3 t's in 'test string'

+ 1 - 1
ccan/cast/cast.h

@@ -1,4 +1,4 @@
-/* Licensed under LGPLv3+ - see LICENSE file for details */
+/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #ifndef CCAN_CAST_H
 #ifndef CCAN_CAST_H
 #define CCAN_CAST_H
 #define CCAN_CAST_H
 #include "config.h"
 #include "config.h"