t/oxr_android: add licenses for gradlew

Only cherry-pick license part fart from origin commit.
This commit is contained in:
Ryan Pavlik 2022-01-20 14:31:58 -06:00
parent a12a9f6138
commit 4fb4d4d41c
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Copyright 2015 the original author or authors.
SPDX-License-Identifier: Apache-2.0

1
gradlew vendored
View file

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
#
# Copyright © 2015-2021 the original authors.

1
gradlew.bat vendored
View file

@ -13,6 +13,7 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################