File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception"
6
6
description = " A writer for object file ar archives"
7
7
keywords = [" ar" , " archive" ]
8
8
readme = " Readme.md"
9
- repository = " https://github.com/bjorn3 /ar_archive_writer"
9
+ repository = " https://github.com/rust-lang /ar_archive_writer"
10
10
11
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
12
Original file line number Diff line number Diff line change 1
1
# A writer for object file ar archives
2
2
3
3
This is based on commit [ 8ef3e895a] ( https://github.com/llvm/llvm-project/tree/8ef3e895ad8ab1724e2b87cabad1dacdc7a397a3 ) of LLVM's archive writer.
4
+
5
+ ## License
6
+
7
+ Licensed under Apache License v2.0 with LLVM Exceptions
8
+ ([ LICENSE.txt] ( LICENSE.txt ) or https://llvm.org/LICENSE.txt )
9
+
10
+ ### Contribution
11
+
12
+ Unless you explicitly state otherwise, any contribution intentionally submitted
13
+ for inclusion in the work by you shall be dual licensed as above, without any
14
+ additional terms or conditions.
You can’t perform that action at this time.
0 commit comments