| 1 | Copyright (C) 1992, 1997-2002, 2004-2021 Free Software Foundation, Inc.
|
|---|
| 2 |
|
|---|
| 3 | Copying and distribution of this file, with or without modification,
|
|---|
| 4 | are permitted in any medium without royalty provided the copyright
|
|---|
| 5 | notice and this notice are preserved.
|
|---|
| 6 |
|
|---|
| 7 | The development source code is available via Git from Savannah: see
|
|---|
| 8 | <https://git.savannah.gnu.org/cgit/grep.git>. The main project page is at
|
|---|
| 9 | <https://savannah.gnu.org/projects/grep/>.
|
|---|
| 10 |
|
|---|
| 11 | The source code in the Git uses autotools to generate some files. Before
|
|---|
| 12 | following the instructions in the INSTALL file for compiling grep, you
|
|---|
| 13 | need to run the bootstrap script.
|
|---|
| 14 |
|
|---|
| 15 | Please submit bug reports to <bug-grep@gnu.org>.
|
|---|
| 16 |
|
|---|
| 17 | If you are interested in the development of GNU grep, you may want to
|
|---|
| 18 | subscribe to the development mailing list. To subscribe, send an email
|
|---|
| 19 | message to <bug-grep-request@gnu.org> with "subscribe" (without the
|
|---|
| 20 | quotation marks) in the subject header field (or in the body) of the
|
|---|
| 21 | email, or visit <https://lists.gnu.org/mailman/listinfo/bug-grep>.
|
|---|
| 22 |
|
|---|
| 23 | To follow development more closely, there is also the grep-commit mailing
|
|---|
| 24 | list to which log entries (one per commit) and diff output (one per
|
|---|
| 25 | modified file) from CVS are automatically sent. To subscribe, send an
|
|---|
| 26 | email message to <grep-commit-request@gnu.org> with "subscribe" (without
|
|---|
| 27 | the quotation marks) in the subject header field (or in the body) of
|
|---|
| 28 | the email, or visit <https://lists.gnu.org/mailman/listinfo/grep-commit>.
|
|---|
| 29 |
|
|---|
| 30 | A web page containing information for GNU grep developers is at
|
|---|
| 31 | <https://www.gnu.org/software/grep/devel.html>.
|
|---|