diff options
author | Andres Rodriguez <andres.rodriguez@amd.com> | 2016-08-22 11:15:36 -0400 |
---|---|---|
committer | Andres Rodriguez <Andres.Rodriguez@amd.com> | 2016-08-25 16:27:46 -0400 |
commit | c7ec68c194191b829e5519d7088bd673f5f04c08 (patch) | |
tree | 884ad89f02e911722f178718af7529b4a556df00 | |
parent | 077400c3f1488535092a55a7cef8f9b6feabcdd0 (diff) |
LICENSE: add X11/MIT license fileamd-staging
Change-Id: I2e95af843046896708bb7a116f7b03a0fa30a255
-rw-r--r-- | LICENSE.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f9b6bdd --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,23 @@ +ROCT-Thunk Interface LICENSE + +Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. + +MIT LICENSE: +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +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 OR COPYRIGHT HOLDERS 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. |