Skip to content

Commit 23c5a9b

Browse files
author
Yasuharu NAKANO
committed
added LICENSE: Apache 2.0
1 parent 3fd4431 commit 23c5a9b

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

LICENSE.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
13+
*
14+
*/
15+

jvm

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
#!/bin/bash
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
215

316
JAVA_HOME_BASE=/Library/Java/JavaVirtualMachines
417
JAVA6_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk
518

6-
#
7-
# Requirements:
8-
# Mac only (some paths is specialized for Mac)
9-
# JDK7 only (some paths is specialized for JDK7)
10-
# JAVA_HOME=$JAVA_HOME_BASE/current
11-
# * actually it must be expanded to absolute path.
12-
#
13-
1419
resolve_symlink() {
1520
local TARGET=$1
1621

0 commit comments

Comments
 (0)