git: 8b9fe05a49d7 - main - README.md: correct GPL expansion
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Dec 2021 21:51:51 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=8b9fe05a49d7cd8079e3364f75fd48b2f53bf696 commit 8b9fe05a49d7cd8079e3364f75fd48b2f53bf696 Author: Fabian Keil <fk@fabiankeil.de> AuthorDate: 2021-12-14 21:49:44 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-12-14 21:51:22 +0000 README.md: correct GPL expansion PR: 260404 MFC after: 3 days --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89972e866b61..351b01a98bc7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Source Roadmap: | contrib | Packages contributed by 3rd parties. | | crypto | Cryptography stuff (see [crypto/README](crypto/README)). | | etc | Template files for /etc. | -| gnu | Various commands and libraries under the GNU Public License. Please see [gnu/COPYING](gnu/COPYING) and [gnu/COPYING.LIB](gnu/COPYING.LIB) for more information. | +| gnu | Various commands and libraries under the GNU General Public License. Please see [gnu/COPYING](gnu/COPYING) and [gnu/COPYING.LIB](gnu/COPYING.LIB) for more information. | | include | System include files. | | kerberos5 | Kerberos5 (Heimdal) package. | | lib | System libraries. |