git: 266cbbfc6526 - main - README.md: update gnu directory description
Date: Fri, 17 Dec 2021 13:45:46 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=266cbbfc65263a3b8bc7c95dd3d589aab7cefe7f
commit 266cbbfc65263a3b8bc7c95dd3d589aab7cefe7f
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-12-17 13:43:47 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-12-17 13:45:31 +0000
README.md: update gnu directory description
(At this point in main we have just LGPL libdialog and dialog, and GPL
diff3, left in gnu/.)
Reported by: bapt
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 351b01a98bc7..faacd4790c98 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 General Public License. Please see [gnu/COPYING](gnu/COPYING) and [gnu/COPYING.LIB](gnu/COPYING.LIB) for more information. |
+| gnu | Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). 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. |