Browse code

Add license

Robert Cranston authored on 15/11/2023 23:50:57
Showing 2 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+BSD Zero Clause License
2
+
3
+Copyright (c) 2023 Robert Cranston
4
+
5
+Permission to use, copy, modify, and/or distribute this software for any
6
+purpose with or without fee is hereby granted.
7
+
8
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+PERFORMANCE OF THIS SOFTWARE.
... ...
@@ -5,3 +5,11 @@ A thin command-line wrapper around [`crypt(3)`][] and [`crypt_gensalt(3)`][].
5 5
 [`cryptgen`]: https://git.rcrnstn.net/rcrnstn/cryptgen
6 6
 [`crypt(3)`]: https://manpages.debian.org/crypt.3
7 7
 [`crypt_gensalt(3)`]: https://manpages.debian.org/crypt_gensalt.3
8
+
9
+## License
10
+
11
+Licensed under the [BSD Zero Clause License][] unless otherwise noted, see the
12
+[`LICENSE`][] file.
13
+
14
+[[BSD Zero Clause License]]: https://choosealicense.com/licenses/0bsd
15
+[`LICENSE`]: LICENSE