# HG changeset patch # User Eric Blake # Date 1342205376 21600 # Node ID a9fb76376f4bcd578569e5946b47cc623340bcc3 # Parent 2962f2b1453366da9a6da45b91efde8d1fa59497 stat-time: relax license to LGPLv2+ As discussed here: https://lists.gnu.org/archive/html/bug-gnulib/2012-07/msg00138.html [This was done once before to LGPLv3+, see commit 20e165d.] * modules/stat-time (License): Relax, with consent of all authors. Signed-off-by: Eric Blake diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-07-13 Eric Blake + stat-time: relax license to LGPLv2+ + * modules/stat-time (License): Relax, with consent of all authors. + strndup: fix m4 usage error * m4/strndup.m4 (gl_FUNC_STRNDUP): HAVE_DECL_STRNDUP is always defined, to either 0 or 1. diff --git a/modules/stat-time b/modules/stat-time --- a/modules/stat-time +++ b/modules/stat-time @@ -19,7 +19,7 @@ "stat-time.h" License: -LGPL +LGPLv2+ Maintainer: Paul Eggert and Jim Meyering