From dd0404162fd548cd1774943335560a2e58373914 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 Jul 2011 21:43:39 +0930 Subject: [PATCH 1/1] 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. --- ccan/cast/LICENSE | 2 +- ccan/cast/_info | 2 +- ccan/cast/cast.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ccan/cast/LICENSE b/ccan/cast/LICENSE index 74550445..dc314eca 120000 --- a/ccan/cast/LICENSE +++ b/ccan/cast/LICENSE @@ -1 +1 @@ -../../licenses/LGPL-3 \ No newline at end of file +../../licenses/LGPL-2.1 \ No newline at end of file diff --git a/ccan/cast/_info b/ccan/cast/_info index 2dd9b208..d66e7091 100644 --- a/ccan/cast/_info +++ b/ccan/cast/_info @@ -16,7 +16,7 @@ * * Author: Jan Engelhardt * Maintainer: Rusty Russell - * License: LGPL + * License: LGPL (v2.1 or any later version) * * Example: * // Given "test" contains "3 t's in 'test string' diff --git a/ccan/cast/cast.h b/ccan/cast/cast.h index d5420917..9f3ecdb7 100644 --- a/ccan/cast/cast.h +++ b/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 #define CCAN_CAST_H #include "config.h" -- 2.39.2