Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2021 21:51:51 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8b9fe05a49d7 - main - README.md: correct GPL expansion
Message-ID:  <202112142151.1BELppHk006620@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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. |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112142151.1BELppHk006620>