[PATCH 1/2] README: add GNU Project notice [PATCH 2/2] maint: fix typo in comment
Have a nice day, Berny
>From 80c618ca81e5d7db93bbd3172de88b2c90f019da Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <m...@bernhard-voelker.de> Date: Tue, 4 May 2021 22:16:37 +0200 Subject: [PATCH 2/2] maint: fix typo in comment * xargs/testsuite/xargs.posix/rc-125.exp: s/compinent/component/ --- xargs/testsuite/xargs.posix/rc-125.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xargs/testsuite/xargs.posix/rc-125.exp b/xargs/testsuite/xargs.posix/rc-125.exp index 4284ac5d..3d61b4df 100644 --- a/xargs/testsuite/xargs.posix/rc-125.exp +++ b/xargs/testsuite/xargs.posix/rc-125.exp @@ -4,7 +4,7 @@ # This works better but is harder to use in a DejaGnu test: # yes | xargs -I{} echo | true # Part of the problem here of course is that the exit status of the -# pipeline is the exit status of its last compinent. +# pipeline is the exit status of its last component. # # This problem is recorded as Savannah bug# 19969. # -- 2.31.1
>From ffe13fdfd4980535811cc16d8315e545dd02c7a2 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <m...@bernhard-voelker.de> Date: Tue, 4 May 2021 22:11:25 +0200 Subject: [PATCH 1/2] README: add GNU Project notice * README: Add section to attract more people towards the GNU project. Inspired by a suggestion from Jose E. Marchesi <jema...@gnu.org> on the gnu-prog-discuss mailing list. --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 3321bbad..7a185646 100644 --- a/README +++ b/README @@ -86,6 +86,24 @@ how to use git to access the findutils source code. Mail suggestions and bug reports for these programs to bug-findutils@gnu.org. +GNU Project notice +================== +GNU findutils is part of the GNU Operating System, developed by the GNU Project. + +If you are the author of an awesome program and want to join us in writing +Free (libre) Software, please consider making it an official GNU program and +become a GNU Maintainer. Instructions on how to do this are here: + https://www.gnu.org/help/evaluation + +Don't have a program to contribute? Look at all the other ways to help: + https://www.gnu.org/help/help.html + +And to learn more about Free (libre) Software in general, please read and +share this page: + https://gnu.org/philosophy/free-sw.html + +We are looking forward to hacking with you! + ======================================================================== Copyright (C) 1996-2021 Free Software Foundation, Inc. -- 2.31.1