The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/oxr_android: add licenses for gradlew

Only cherry-pick license part fart from origin commit.

+4
+2
gradle/wrapper/gradle-wrapper.jar.license
··· 1 + Copyright 2015 the original author or authors. 2 + SPDX-License-Identifier: Apache-2.0
+1
gradlew
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: Apache-2.0 2 3 3 4 # 4 5 # Copyright © 2015-2021 the original authors.
+1
gradlew.bat
··· 13 13 @rem See the License for the specific language governing permissions and 14 14 @rem limitations under the License. 15 15 @rem 16 + @rem SPDX-License-Identifier: Apache-2.0 16 17 17 18 @if "%DEBUG%" == "" @echo off 18 19 @rem ##########################################################################