changeset 13576:0dcc0397b21a

stat-time: relax license LGPL * modules/stat-time (License): Change from GPL to LGPL, with consent from all contributors, for use in libguile. Requested by Ludovic Courtès.
author Jim Meyering <meyering@redhat.com>
date Thu, 26 Aug 2010 19:38:44 +0200
parents 34fed8ca014c
children d53740f6f336
files ChangeLog modules/stat-time
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-26  Jim Meyering  <meyering@redhat.com>
+
+	stat-time: relax license LGPL
+	* modules/stat-time (License): Change from GPL to LGPL,
+	with consent from all contributors, for use in libguile.
+	Requested by Ludovic Courtès.
+
 2010-08-26  Erik Faye-Lund  <kusmabite@gmail.com>
 
 	poll: return immediately on POLLHUP.
--- a/modules/stat-time
+++ b/modules/stat-time
@@ -19,7 +19,7 @@
 "stat-time.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paul Eggert and Jim Meyering