Add license header to main CMake files
authorPyry Haulos <phaulos@google.com>
Mon, 26 Sep 2016 22:44:06 +0000 (15:44 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 26 Sep 2016 22:44:06 +0000 (15:44 -0700)
Change-Id: Ia37e8c0435f3c13403faa6a80585712367bcb1f2

16 files changed:
framework/delibs/cmake/toolchain-android-r10c.cmake
framework/delibs/cmake/toolchain-android-r10e.cmake
framework/delibs/cmake/toolchain-android-r11.cmake
framework/delibs/cmake/toolchain-raspi.cmake
targets/android/android.cmake
targets/default/FindXCB.cmake
targets/default/default.cmake
targets/ios/ios.cmake
targets/null/null.cmake
targets/osx/osx.cmake
targets/raspi/raspi.cmake
targets/wayland/wayland.cmake
targets/win32_wgl/win32_wgl.cmake
targets/x11_egl/x11_egl.cmake
targets/x11_egl_glx/x11_egl_glx.cmake
targets/x11_glx/x11_glx.cmake

index 739c276de4778660c5e3496bcbb79f6cde9374f8..f7cc9381f8628521cd86ef760d45076a64087232 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # Platform defines.
 set(CMAKE_SYSTEM_NAME Linux)
 
index 8a4b17da4dc3eec7593c7f37582e86f2dd8a884d..683232a0b512400e90a7145396751322a7e9ec95 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # Platform defines.
 set(CMAKE_SYSTEM_NAME Linux)
 
index 45396b638f4c6869963a0ab535620765924a47a0..33050e096d05b302bf3c076a0cc400d5582a5c3e 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # Platform defines.
 set(CMAKE_SYSTEM_NAME Linux)
 
index bdfe5913a8f531ea156b3858179bd2cbb7f41dea..44b21a573a1e96b257905cf830550079c685725b 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # Platform defines.
 set(CMAKE_SYSTEM_NAME Linux)
 set(CMAKE_CROSSCOMPILING 1)
index 59d5e9c2813c373de651fd9b8764cb2ff4bb57c3..9c51c2e1a4b403506137cc93612aa81750711c6e 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # Android
 message("*** Using Android")
 set(DEQP_TARGET_NAME   "Android")
index b57be346defaa634635634c33cf85177dce1e94f..521f53c435d106ccbdc15b83ba604595df6f3220 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright (c) 2016 The Khronos Group Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # FindXCB
 FIND_PACKAGE(PkgConfig)
 PKG_CHECK_MODULES(XCB xcb)
index 91882fd6c91982845e1049094b37452c376b7293..11bd4b255ee39258d84bf2298cd21e4e92529485 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+# Copyright (c) 2016 The Khronos Group Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
 
 message("*** Default target")
 
index 2797aa4e5ad3ff6c9e58f8b662842e8097e7ebb8..34ad7f79f712603917990352eaee6992b608d5f1 100644 (file)
@@ -1,3 +1,22 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
 # iOS Target
 
 set(DEQP_TARGET_NAME   "iOS")
index ad199704fa1c5cb0c17e6280dadbd37e3965ca76..fa47acebef42a3b22d42bff91d911ccb7194c6e4 100644 (file)
@@ -1,3 +1,22 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
 
 message("*** Using null context target")
 
index c11650ef183b5e841f79e3ce48376027d155b56a..2390f40904ad132829da9aa16fa257bd03a327cf 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # OS X Target
 
 set(DEQP_TARGET_NAME   "OS X")
index c088a5474e269d41b0e18e1778f7ed85db6b937a..76742d8fb08872c39ecf8a7d5a51c9c296dd6bc0 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 # Raspberry Pi target
 message("*** Using Raspberry Pi")
 set(DEQP_TARGET_NAME   "Raspberry Pi")
index e32260318fccfbdea8d8d52a8750d9c551b6993b..fae815890663b5e7395f3be41cc22e72758a79ed 100644 (file)
@@ -1,3 +1,23 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright (c) 2016 The Khronos Group Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
+
 message("*** Using Wayland target")
 set(DEQP_TARGET_NAME   "WAYLAND")
 set(DEQP_RUNTIME_LINK  ON)
index a63718db265dc7d184b9e36ad1dd8b026b4a4939..13fd960fcaae329ec9964766c1b76f0b4558b068 100644 (file)
@@ -1,3 +1,22 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
 
 message("*** Using WGL")
 set(DEQP_TARGET_NAME   "WGL")
index ec585c209658e5d9eff6b2bdcef6473173b228a4..aeddf6c6c1f3c41c781ed79248baa4ec7f101bc9 100644 (file)
@@ -1,3 +1,22 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
 
 message("*** Using X11 EGL target")
 set(DEQP_TARGET_NAME   "X11 EGL")
index fa5a69ce863cfc84ea9640e2c989af6ef756db42..6290e689cb3c948cbabd3e602999f179ec809ad9 100644 (file)
@@ -1,3 +1,22 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
 
 message("*** Using X11 EGL/GLX target")
 set(DEQP_TARGET_NAME   "X11 EGL/GLX")
index 2e92e64e3ee2fe52731a21ba4712cfecedd4bfd3..af2480f89637e37de3d22b6ef962e0dd262dab0c 100644 (file)
@@ -1,3 +1,22 @@
+#-------------------------------------------------------------------------
+# drawElements CMake utilities
+# ----------------------------
+#
+# Copyright 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#-------------------------------------------------------------------------
 
 message("*** Using X11 GLX target")
 set(DEQP_TARGET_NAME   "X11 GLX")