Skip to content
This repository was archived by the owner on Jan 2, 2020. It is now read-only.

Commit 8bfe179

Browse files
authored
Merge pull request #1 from coblox/open-source-changes
Open source changes
2 parents aa51f1d + f63ec4e commit 8bfe179

File tree

2 files changed

+18
-28
lines changed

2 files changed

+18
-28
lines changed

LICENSE-Apache-2.0

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -171,31 +171,4 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
171171
of any other Contributor, and only if You agree to indemnify,
172172
defend, and hold each Contributor harmless for any liability
173173
incurred by, or claims asserted against, such Contributor by reason
174-
of your accepting any such warranty or additional liability.
175-
176-
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright 2018 CoBloX
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.
174+
of your accepting any such warranty or additional liability.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,20 @@ At the moment, only JsonRPC v1 APIs are supported. Support for v2 APIs may be ad
1717
## Usage
1818

1919
See `examples/`.
20+
21+
## License
22+
23+
Licensed under either of
24+
25+
* Apache License, Version 2.0
26+
([LICENSE-APACHE](LICENSE-Apache-2.0) or http://www.apache.org/licenses/LICENSE-2.0)
27+
* MIT license
28+
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
29+
30+
at your option.
31+
32+
## Contribution
33+
34+
Unless you explicitly state otherwise, any contribution intentionally submitted
35+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
36+
dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)