Skip to content

Commit fc6d0e8

Browse files
authored
dual-license llir/llvm to the public domain and under a zero-clause BSD license (llir#121)
* dual-license llir/llvm to the public domain and under a zero-clause BSD license Update README to include dual-license option to users. Add 0-clause BSD license verbatim as worded by the Open Source Initiative. ref: https://opensource.org/licenses/0BSD Fixes llir#120. * readme: s/0-clause BSD/zero-clause BSD/
1 parent c96d29b commit fc6d0e8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

LICENSE

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
2+
3+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,7 @@ func genCallgraph(m *ir.Module) string {
184184
return buf.String()
185185
}
186186
```
187+
188+
## License
189+
190+
The `llir/llvm` project is dual-licensed to the [public domain](UNLICENSE) and under a [zero-clause BSD license](LICENSE). You may choose either license to govern your use of `llir/llvm`.

0 commit comments

Comments
 (0)