diff options
author | Jan Vesely <jano.vesely@gmail.com> | 2019-04-25 18:25:05 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-04-26 11:08:40 -0700 |
commit | 15f78cdd9dc6aabf20f1096e568cfbd3118ce561 (patch) | |
tree | 9ee4c63a84977aa16e1126908ca0939e97364b9e /licenses/Khronos-CLHPP | |
parent | x11-libs/libXxf86dga: Remove unnecessary XORG_DOC=doc (diff) | |
download | gentoo-15f78cdd9dc6aabf20f1096e568cfbd3118ce561.tar.gz gentoo-15f78cdd9dc6aabf20f1096e568cfbd3118ce561.tar.bz2 gentoo-15f78cdd9dc6aabf20f1096e568cfbd3118ce561.zip |
dev-libs/clhpp: New package for Khronos OpenCL C++ bindings.
Headers only.
Add Khronos-CLHPP license.
Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11827
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'licenses/Khronos-CLHPP')
-rw-r--r-- | licenses/Khronos-CLHPP | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/licenses/Khronos-CLHPP b/licenses/Khronos-CLHPP new file mode 100644 index 000000000000..5c0255a8aaa6 --- /dev/null +++ b/licenses/Khronos-CLHPP @@ -0,0 +1,25 @@ +Copyright (c) 2008-2015 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are 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 Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS +KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS +SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT + https://www.khronos.org/registry/ + +THE MATERIALS ARE 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 +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. |