Skip to content

Commit 3214806

Browse files
committed
Add missing copyright and license info
1 parent c275cfe commit 3214806

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

LICENSE

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

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,13 @@ The exporter produces metrics for monitoring its own performance:
9797
- `wls_scrape_duration_seconds` reports the time required to do the scrape
9898
- `wls_scrape_cpu_seconds` reports the CPU time used during the scrape
9999

100+
101+
## Copyright
102+
103+
Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
104+
105+
## License
106+
107+
The Universal Permissive License (UPL), Version 1.0
108+
109+

config_coordinator/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ docker run --publish 8999:8999 --name coordinator --rm -v /my/storage:/var/lib/c
5555
5656
will cause Docker to mount the host machine directory `/my/storage` at the path `/var/lib/coordinator`
5757
in the container, and to use a file named `configs.json` in that directory to persist its state.
58+
59+
## Copyright
60+
61+
Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
62+
63+
## License
64+
65+
The Universal Permissive License (UPL), Version 1.0
5866

5967

6068

0 commit comments

Comments
 (0)