[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] fix copyright notices in gnulib for getdate, quote, ver
From: |
Bruno Haible |
Subject: |
Re: [bug-gnulib] fix copyright notices in gnulib for getdate, quote, verify, etc. |
Date: |
Tue, 15 Aug 2006 13:49:53 +0200 |
User-agent: |
KMail/1.9.1 |
Paul Eggert did:
> 2006-08-14 Paul Eggert <address@hidden>
>
> * modules/COPYING: New file.
I added this patch, so that gnulib-tool doesn't use this file as a module
description:
2006-08-15 Bruno Haible <address@hidden>
* gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
module.
*** gnulib-tool 10 Aug 2006 15:05:20 -0000 1.136
--- gnulib-tool 15 Aug 2006 11:43:28 -0000
***************
*** 619,625 ****
(cd "$local_gnulib_dir/modules" && ls -1 | sed -e 's,\.diff$,,')
fi
} \
! | sed -e '/^CVS$/d' -e '/^ChangeLog$/d' -e '/^README$/d' -e
'/^TEMPLATE$/d' -e '/^TEMPLATE-TESTS$/d' -e '/~$/d' \
| sed -e '/-tests$/d' \
| LC_ALL=C sort \
| LC_ALL=C uniq
--- 619,625 ----
(cd "$local_gnulib_dir/modules" && ls -1 | sed -e 's,\.diff$,,')
fi
} \
! | sed -e '/^CVS$/d' -e '/^ChangeLog$/d' -e '/^COPYING$/d' -e
'/^README$/d' -e '/^TEMPLATE$/d' -e '/^TEMPLATE-TESTS$/d' -e '/~$/d' \
| sed -e '/-tests$/d' \
| LC_ALL=C sort \
| LC_ALL=C uniq
***************
*** 634,639 ****
--- 634,640 ----
&& test -f "$local_gnulib_dir/modules/$module"; }; } \
|| test "CVS" = "$module" \
|| test "ChangeLog" = "$module" \
+ || test "COPYING" = "$module" \
|| test "README" = "$module" \
|| test "TEMPLATE" = "$module" \
|| test "TEMPLATE-TESTS" = "$module"; then