From a367edc81f321ce86573b91698f1f8d1d21c4a0c Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:39:33 +0100 Subject: [PATCH] Clarify that license is "GPL-2-or-later" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bd387ef..21efd56 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ applying the encryption. ## Build instructions The passwordfile library depends on c++utilities and is built in the same way. It also depends on OpenSSL and zlib. + +## License +All code is licensed under [GPL-2-or-later](LICENSE).