diff --git a/LICENSE-APACHE.md b/LICENSE-APACHE.md index 97c3519..4f05bc1 100644 --- a/LICENSE-APACHE.md +++ b/LICENSE-APACHE.md @@ -173,29 +173,4 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - -To apply the Apache License to your work, attach the following -boilerplate notice, with the fields enclosed by brackets "[]" -replaced with your own identifying information. (Don't include -the brackets!) The text should be enclosed in the appropriate -comment syntax for the file format. We also recommend that a -file or class name and description of purpose be included on the -same "printed page" as the copyright notice for easier -identification within third-party archives. - -Copyright 2023 PT Services DMCC - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + END OF TERMS AND CONDITIONS diff --git a/LICENSE-MIT.md b/LICENSE-MIT.md index 95817e3..f7f7438 100644 --- a/LICENSE-MIT.md +++ b/LICENSE-MIT.md @@ -1,7 +1,5 @@ MIT License -Copyright (c) 2023 PT Services DMCC - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. diff --git a/README.md b/README.md index f10da63..2fa34f9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This template repo is a quick and easy way to get started with a new Solidity pr - [Deployment](#deployment) - [Docs](#docs) - [Contributing](#contributing) +- [License](#license) ## Setup @@ -46,6 +47,20 @@ When exploring the contracts within this repository, it is recommended to start If you want to contribute to this project, please check [CONTRIBUTING.md](CONTRIBUTING.md) first. +## License + +​ +Licensed under either of +​ + +- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + ​ + +at your option. + +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. + --- © 2023 PT Services DMCC diff --git a/docs/autogen/src/README.md b/docs/autogen/src/README.md index f10da63..2fa34f9 100644 --- a/docs/autogen/src/README.md +++ b/docs/autogen/src/README.md @@ -14,6 +14,7 @@ This template repo is a quick and easy way to get started with a new Solidity pr - [Deployment](#deployment) - [Docs](#docs) - [Contributing](#contributing) +- [License](#license) ## Setup @@ -46,6 +47,20 @@ When exploring the contracts within this repository, it is recommended to start If you want to contribute to this project, please check [CONTRIBUTING.md](CONTRIBUTING.md) first. +## License + +​ +Licensed under either of +​ + +- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + ​ + +at your option. + +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. + --- © 2023 PT Services DMCC