You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,41 +19,223 @@ Some of the examples that you see within this repository can be executed in the
19
19
LiveSQL is also an excellent resource for getting started with Oracle Database.
20
20
21
21
## COPYRIGHT
22
-
You may not use the identified files except in compliance with the Universal Permissive License (UPL), Version 1.0 (the "License.")
23
22
24
-
You may obtain a copy of the License at [opensource.org/licenses/UPL](https://opensource.org/licenses/UPL). A copy of the license is also reproduced below.
23
+
You may not use the identified files except in compliance with the
24
+
Apache License, Version 2.0 (the "License.")
25
25
26
-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
27
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26
+
You may obtain a copy of the License at
27
+
http://www.apache.org/licenses/LICENSE-2.0. A copy of the license is
28
+
also reproduced below.
29
+
30
+
Unless required by applicable law or agreed to in writing, software
31
+
distributed under the License is distributed on an "AS IS" BASIS,
32
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
33
+
implied.
34
+
35
+
See the License for the specific language governing permissions and
36
+
limitations under the License.
28
37
29
-
See the License for the specific language governing permissions and limitations under the License.
30
38
31
39
```
32
-
Copyright (c) 2017 Oracle and/or its affiliates
40
+
Apache License
41
+
Version 2.0, January 2004
42
+
http://www.apache.org/licenses/
43
+
44
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
45
+
46
+
1. Definitions.
47
+
48
+
"License" shall mean the terms and conditions for use, reproduction,
49
+
and distribution as defined by Sections 1 through 9 of this document.
50
+
51
+
"Licensor" shall mean the copyright owner or entity authorized by
52
+
the copyright owner that is granting the License.
53
+
54
+
"Legal Entity" shall mean the union of the acting entity and all
55
+
other entities that control, are controlled by, or are under common
56
+
control with that entity. For the purposes of this definition,
57
+
"control" means (i) the power, direct or indirect, to cause the
58
+
direction or management of such entity, whether by contract or
59
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
60
+
outstanding shares, or (iii) beneficial ownership of such entity.
61
+
62
+
"You" (or "Your") shall mean an individual or Legal Entity
63
+
exercising permissions granted by this License.
64
+
65
+
"Source" form shall mean the preferred form for making modifications,
66
+
including but not limited to software source code, documentation
67
+
source, and configuration files.
68
+
69
+
"Object" form shall mean any form resulting from mechanical
70
+
transformation or translation of a Source form, including but
71
+
not limited to compiled object code, generated documentation,
72
+
and conversions to other media types.
73
+
74
+
"Work" shall mean the work of authorship, whether in Source or
75
+
Object form, made available under the License, as indicated by a
76
+
copyright notice that is included in or attached to the work
77
+
(an example is provided in the Appendix below).
78
+
79
+
"Derivative Works" shall mean any work, whether in Source or Object
80
+
form, that is based on (or derived from) the Work and for which the
81
+
editorial revisions, annotations, elaborations, or other modifications
82
+
represent, as a whole, an original work of authorship. For the purposes
83
+
of this License, Derivative Works shall not include works that remain
84
+
separable from, or merely link (or bind by name) to the interfaces of,
85
+
the Work and Derivative Works thereof.
86
+
87
+
"Contribution" shall mean any work of authorship, including
88
+
the original version of the Work and any modifications or additions
89
+
to that Work or Derivative Works thereof, that is intentionally
90
+
submitted to Licensor for inclusion in the Work by the copyright owner
91
+
or by an individual or Legal Entity authorized to submit on behalf of
92
+
the copyright owner. For the purposes of this definition, "submitted"
93
+
means any form of electronic, verbal, or written communication sent
94
+
to the Licensor or its representatives, including but not limited to
95
+
communication on electronic mailing lists, source code control systems,
96
+
and issue tracking systems that are managed by, or on behalf of, the
97
+
Licensor for the purpose of discussing and improving the Work, but
98
+
excluding communication that is conspicuously marked or otherwise
99
+
designated in writing by the copyright owner as "Not a Contribution."
100
+
101
+
"Contributor" shall mean Licensor and any individual or Legal Entity
102
+
on behalf of whom a Contribution has been received by Licensor and
103
+
subsequently incorporated within the Work.
104
+
105
+
2. Grant of Copyright License. Subject to the terms and conditions of
106
+
this License, each Contributor hereby grants to You a perpetual,
0 commit comments