Skip to content

Commit 54c787e

Browse files
committed
Add license fields to all crates.
1 parent 36b0d7e commit 54c787e

File tree

74 files changed

+74
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+74
-0
lines changed

compiler/rustc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc-main"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = '2018'
67

78
[[bin]]

compiler/rustc_apfloat/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_apfloat"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[dependencies]

compiler/rustc_arena/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_arena"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[dependencies]

compiler/rustc_ast/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_ast"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[lib]

compiler/rustc_ast_lowering/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_ast_lowering"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[lib]

compiler/rustc_ast_passes/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_ast_passes"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[dependencies]

compiler/rustc_ast_pretty/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_ast_pretty"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[lib]

compiler/rustc_attr/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_attr"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[lib]

compiler/rustc_builtin_macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_builtin_macros"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[lib]

compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_codegen_llvm"
44
version = "0.0.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

78
[lib]

0 commit comments

Comments
 (0)