X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=gnulib-tool;h=163ee287925e53c6bfbbbe9e268ed7737f1d768b;hb=5f797dd39d3401017742a719494dc8b1eb89f053;hp=7cab3ef1de6dd5b86d63dcdaefa25293a184c514;hpb=995f9fc5a237d9e2b5cd65f1dedbe81d969b0d3c;p=gnulib.git diff --git a/gnulib-tool b/gnulib-tool index 7cab3ef1d..163ee2879 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" ;;