Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 494979fa authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge "Add licenses to ndk_headers." am: 8c9cd8a2

am: 1bef51ae

Change-Id: I862f1bbe3552645cf7a1437d986c3620a1bdb0f5
parents 0b0f69ae 1bef51ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ ndk_headers {
    from: "include/android",
    to: "android",
    srcs: ["include/android/**/*.h"],
    license: "NOTICE",
}

subdirs = [
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ ndk_headers {
    from: "include",
    to: "",
    srcs: ["include/EGL/**/*.h"],
    license: "include/EGL/NOTICE",
}

ndk_headers {
@@ -24,6 +25,7 @@ ndk_headers {
    from: "include",
    to: "",
    srcs: ["include/GLES/**/*.h"],
    license: "include/GLES/NOTICE",
}

ndk_headers {
@@ -31,6 +33,7 @@ ndk_headers {
    from: "include",
    to: "",
    srcs: ["include/GLES2/**/*.h"],
    license: "include/GLES2/NOTICE",
}

ndk_headers {
@@ -38,6 +41,7 @@ ndk_headers {
    from: "include",
    to: "",
    srcs: ["include/GLES3/**/*.h"],
    license: "include/GLES3/NOTICE",
}

ndk_headers {
@@ -45,6 +49,7 @@ ndk_headers {
    from: "include",
    to: "",
    srcs: ["include/KHR/**/*.h"],
    license: "include/KHR/NOTICE",
}

subdirs = [
+20 −0
Original line number Diff line number Diff line
Copyright (c) 2007-2009 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.

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.
+2 −0
Original line number Diff line number Diff line
This document is licensed under the SGI Free Software B License Version 2.0.
For details, see http://oss.sgi.com/projects/FreeB/ .
+20 −0
Original line number Diff line number Diff line
Copyright (c) 2013-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.

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.
Loading