Skip to content

Commit 97001c7

Browse files
author
dvtdev
committed
Initial commit
0 parents  commit 97001c7

File tree

1,728 files changed

+595565
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,728 files changed

+595565
-0
lines changed

LICENSE.md

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

THIRDPARTYLICENSE.txt

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "oraclejet",
3+
"description": "Oracle JET distribution",
4+
"version": "2.1.0",
5+
"authors": [
6+
"Oracle"
7+
],
8+
"license": "UPL",
9+
"homepage": "http://oraclejet.org",
10+
"moduleType": [],
11+
"ignore":[],
12+
"main":[],
13+
"dependencies":
14+
{
15+
"es6-promise": "1.0.0",
16+
"hammerjs": "2.0.4",
17+
"jquery": "2.1.3",
18+
"jquery-ui": "1.11.4",
19+
"js-signals": "1.0.0",
20+
"knockout": "3.4.0",
21+
"requirejs": "2.1.16",
22+
"text": "2.0.12"
23+
}
24+
}
4.18 KB
Binary file not shown.
1.49 KB
Loading
1.36 KB
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)