aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-03-29 21:41:56 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2022-03-29 21:42:57 -0400
commitd5a7e9eecac642f50e755327315c3e2de287335f (patch)
tree9761151487aa6c4f45bfd4e83abaaae6bb4e9e76 /README.md
parentAvoid closing -1 fd on exit (diff)
downloadseedrng-d5a7e9eecac642f50e755327315c3e2de287335f.tar.xz
seedrng-d5a7e9eecac642f50e755327315c3e2de287335f.zip
License additionally under BSD-1-Clause and CC0-1.0
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55c6a6e..5a58848 100644
--- a/README.md
+++ b/README.md
@@ -64,5 +64,10 @@ However, this invocation should generally come from init and shutdown scripts.
### License
-This program is licensed under any one of the GPL v2, MIT, or Apache 2.0, so
-that it can be incorporated into other software projects as needed.
+This program is licensed under any one of the the following licenses, so that it can be incorporated into other software projects as needed:
+
+ - GPL-2.0
+ - Apache-2.0
+ - MIT
+ - BSD-1-Clause
+ - CC0-1.0