Skip to content

Commit 7c819e5

Browse files
committed
Relicense under Apache-2.0
1 parent 945352f commit 7c819e5

File tree

5 files changed

+3
-53
lines changed

5 files changed

+3
-53
lines changed

LICENSE-APACHE LICENSE

-25
Original file line numberDiff line numberDiff line change
@@ -174,28 +174,3 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
174174
of your accepting any such warranty or additional liability.
175175

176176
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 [yyyy] [name of copyright owner]
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.

LICENSE-MIT

-25
This file was deleted.

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <[email protected]>"]
55
keywords = ["ethereum", "eth", "abi", "solidity", "cli"]
66
description = "Easy to use cli for conversion of ethereum contract calls to bytecode."
77
homepage = "https://github.com/paritytech/ethabi"
8-
license = "MIT/Apache-2.0"
8+
license = "Apache-2.0"
99
edition = "2018"
1010

1111
[dependencies]

derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ethabi-derive"
33
version = "12.0.0"
44
authors = ["Parity Technologies <[email protected]>"]
55
homepage = "https://github.com/paritytech/ethabi"
6-
license = "MIT/Apache-2.0"
6+
license = "Apache-2.0"
77
keywords = ["ethereum", "eth", "abi", "solidity", "derive"]
88
description = "Easy to use conversion of ethereum contract calls to bytecode."
99
edition = "2018"

ethabi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ethabi"
33
version = "12.0.0"
44
authors = ["Parity Technologies <[email protected]>"]
55
homepage = "https://github.com/paritytech/ethabi"
6-
license = "MIT/Apache-2.0"
6+
license = "Apache-2.0"
77
keywords = ["ethereum", "eth", "abi", "solidity"]
88
description = "Easy to use conversion of ethereum contract calls to bytecode."
99
edition = "2018"

0 commit comments

Comments
 (0)