Add missing license for derive_refineable (#4217)
Missed one crate. Release Notes: - N/A
This commit is contained in:
parent
678bdddd7d
commit
5ea311909a
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@ name = "derive_refineable"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
license = "Apache-2.0"
|
||||||
|
license-file = "../../../LICENSE-APACHE"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/derive_refineable.rs"
|
path = "src/derive_refineable.rs"
|
||||||
|
|
1
crates/refineable/derive_refineable/LICENSE-APACHE
Symbolic link
1
crates/refineable/derive_refineable/LICENSE-APACHE
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../LICENSE-APACHE
|
Loading…
Add table
Add a link
Reference in a new issue