Browse code

Add license

Robert Cranston authored on 04/10/2021 20:38:50
Showing 2 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+BSD Zero Clause Liense
2
+
3
+Copyright (c) 2021 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,20 @@ A [CMake][]\>=3.14 [C++][] common project helper.
5 5
 [`cmake-common`]: https://git.rcrnstn.net/rcrnstn/cmake-common
6 6
 [CMake]: https://cmake.org
7 7
 [C++]: https://en.wikipedia.org/wiki/C++
8
+
9
+## Usage
10
+
11
+This work is licensed in such a way that you may use it however you please,
12
+including relicensing, without attribution. As such, the encouraged way to use
13
+this work is to simply copy the required files or content into your project,
14
+optionally(!) mentioning where it came from in the readme or other
15
+documentation. See [License][].
16
+
17
+[License]: #license
18
+
19
+## License
20
+
21
+Licensed under the [BSD 0-Clause License][] unless otherwise noted, see the
22
+[`LICENSE`](LICENSE) file.
23
+
24
+[BSD 0-Clause License]: https://choosealicense.com/licenses/0bsd/