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.
@@ -1 +1 @@
-../../licenses/LGPL-3
+../../licenses/LGPL-2.1
@@ -16,7 +16,7 @@
*
* Author: Jan Engelhardt
* Maintainer: Rusty Russell <rusty@rustcorp.com.au>
- * License: LGPL
+ * License: LGPL (v2.1 or any later version)
* Example:
* // Given "test" contains "3 t's in 'test string'
@@ -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
#define CCAN_CAST_H
#include "config.h"