Skip to content

Commit 1478c74

Browse files
committed
Initial commit.
0 parents  commit 1478c74

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

LICENSE

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Copyright (c) 2022, Oracle and/or its affiliates.
3+
4+
The Universal Permissive License (UPL), Version 1.0
5+
6+
Subject to the condition set forth below, permission is hereby
7+
granted to any person obtaining a copy of this software, associated
8+
documentation and/or data (collectively the "Software"), free of charge and
9+
under any and all copyright rights in the Software, and any and all patent
10+
rights owned or freely licensable by each licensor hereunder covering either
11+
(i) the unmodified Software as contributed to or provided by such licensor, or
12+
(ii) the Larger Works (as defined below), to deal in both
13+
14+
15+
16+
(a) the Software, and
17+
18+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt
19+
file if one is included with the Software (each a “Larger Work” to which
20+
the Software is contributed by such licensors),
21+
22+
without restriction, including without limitation the rights to
23+
copy, create derivative works of, display, perform, and distribute the Software
24+
and make, use, sell, offer for sale, import, export, have made, and have sold
25+
the Software and the Larger Work(s), and to sublicense the foregoing rights on
26+
either these or other terms.
27+
28+
This license is subject to the following condition:
29+
30+
The above copyright notice and either this complete permission
31+
notice or at a minimum a reference to the UPL must be included in all copies or
32+
substantial portions of the Software.
33+
34+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
36+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
37+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
38+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
39+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
40+
DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# GitHub Action for GraalVM

0 commit comments

Comments
 (0)