From 996bf3f9ca4b432349dedbffc6725ce7c9bb7938 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Mon, 22 Aug 2016 11:15:36 -0400 Subject: [PATCH] LICENSE: add X11/MIT license file Change-Id: I2e95af843046896708bb7a116f7b03a0fa30a255 [ROCm/ROCR-Runtime commit: b1d2867b60d52b3c2f9c222e3c9e36676e6e7192] --- projects/rocr-runtime/LICENSE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 projects/rocr-runtime/LICENSE.md diff --git a/projects/rocr-runtime/LICENSE.md b/projects/rocr-runtime/LICENSE.md new file mode 100644 index 0000000000..f9b6bddadc --- /dev/null +++ b/projects/rocr-runtime/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.