diff options
author | Michael Muré <batolettre@gmail.com> | 2018-12-23 23:03:19 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-12-23 23:03:19 +0100 |
commit | 8a6a8055d723e523d9943244b042c778d75b02cc (patch) | |
tree | 927d1a713839778371b33800b86f9258a1ed9845 /vendor/github.com/theckman/goconstraint/LICENSES | |
parent | 45b82de0be03ba0acbd82738dff85611b1d3c5a7 (diff) | |
download | git-bug-8a6a8055d723e523d9943244b042c778d75b02cc.tar.gz |
add a check for the minimal go version (1.8)
Diffstat (limited to 'vendor/github.com/theckman/goconstraint/LICENSES')
-rw-r--r-- | vendor/github.com/theckman/goconstraint/LICENSES/unlicense.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/github.com/theckman/goconstraint/LICENSES/unlicense.txt b/vendor/github.com/theckman/goconstraint/LICENSES/unlicense.txt new file mode 100644 index 00000000..fdddb29a --- /dev/null +++ b/vendor/github.com/theckman/goconstraint/LICENSES/unlicense.txt @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to <https://unlicense.org> |