From 418e02a11048438982d5137f32b54a93f7168d35 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 15 Aug 2005 12:13:30 +0000 Subject: [PATCH] * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license. --- ChangeLog | 2 ++ gnulib-tool | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 558019fc31..b97571926d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * modules/ssize_t (License): Change to 'unlimited'. + * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license. + 2005-08-12 Simon Josefsson * MODULES.html.sh (Support for systems lacking POSIX:2001): Add diff --git a/gnulib-tool b/gnulib-tool index 7cab3ef1de..163ee28792 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2005-08-11 10:08:57 $' +cvsdatestamp='$Date: 2005-08-15 12:13:30 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -611,7 +611,7 @@ func_import () for module in $modules; do license=`func_get_license $module` case $license in - LGPL | 'public domain') ;; + LGPL | 'public domain' | 'unlimited') ;; *) func_fatal_error \ "incompatible license on module \`$module\`: $license" ;; -- 2.30.2