You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/07/16 08:59:39 UTC

[cordova-android] branch master updated: fix: add missing apache-license header to getASPath.bat (#1283)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 9286496  fix: add missing apache-license header to getASPath.bat (#1283)
9286496 is described below

commit 92864963785d2360329ffd704780426104be88b2
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Jul 16 17:59:30 2021 +0900

    fix: add missing apache-license header to getASPath.bat (#1283)
---
 lib/getASPath.bat | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/lib/getASPath.bat b/lib/getASPath.bat
index 14dad43..4712b0e 100644
--- a/lib/getASPath.bat
+++ b/lib/getASPath.bat
@@ -1,3 +1,20 @@
+:: Licensed to the Apache Software Foundation (ASF) under one
+:: or more contributor license agreements.  See the NOTICE file
+:: distributed with this work for additional information
+:: regarding copyright ownership.  The ASF licenses this file
+:: to you 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.
+
 @ECHO OFF
 for /f "tokens=2*" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Android Studio" /v Path') do set "ASPath=%%~b"
 ECHO %ASPath%
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org