bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] Make stpcpy LGPLv2+


From: David Lutterkort
Subject: [PATCH 1/2] Make stpcpy LGPLv2+
Date: Wed, 28 May 2008 16:06:49 -0700

Make the license on stpcpy explicitly LGPLv2+. Since the code comes from
glibc, this change should be ok. This makes stpcpy usable if gnulib-tool is
told to use license --lgpl=2

Signed-off-by: David Lutterkort <address@hidden>
---
 modules/stpcpy |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stpcpy b/modules/stpcpy
index 0853971..3d00faf 100644
--- a/modules/stpcpy
+++ b/modules/stpcpy
@@ -19,7 +19,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
-- 
1.5.4.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]