File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,11 +98,18 @@ managed in the future.
9898
9999# License
100100
101- This project is licensed under the Apache 2.0 license with the LLVM exception.
102- See [ LICENSE] ( LICENSE ) for more details.
101+ This project is triple licenced under the Apache 2/ Apache 2 with LLVM exceptions/ MIT licences. The reasoning for this is:
102+ - Apache 2/ MIT is common in the rust ecosystem.
103+ - Apache 2/ MIT is used in the rust standard library, and some of this code may be migrated there.
104+ - Some of this code may be used in compiler output, and the Apache 2 with LLVM exceptions licence is useful for this.
105+
106+ For more details see
107+ - [ Apache 2 Licence] ( LICENSE-APACHE )
108+ - [ Apache 2 Licence with LLVM exceptions] ( LICENSE-Apache-2.0_WITH_LLVM-exception )
109+ - [ MIT Licence] ( LICENSE-MIT )
103110
104111### Contribution
105112
106113Unless you explicitly state otherwise, any contribution intentionally submitted
107- for inclusion in this project by you, as defined in the Apache-2.0 license ,
114+ for inclusion in this project by you, as defined in the Apache 2/ Apache 2 with LLVM exceptions/ MIT licenses ,
108115shall be licensed as above, without any additional terms or conditions.
You can’t perform that action at this time.
0 commit comments