From da0206414df4fe55f70b6dfba86ec232acf5d444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Tue, 16 Feb 2021 01:17:41 -0300 Subject: [PATCH] Add licensing information to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ee5ac8..dca3cc1 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ changes from the glibc version in order to make updating easier. It is my expectation that this library will be useful to others. Feel free to open an issue or make a PR. + +## License + +Since this repository is based on GNU C Library source code and changes from +Niels and collaborators, it is licensed primarily under the GNU Lesser General +Public License, version 2.1 or later (SPDX: `LGPL-2.1-or-later`).