Skip to content

Commit 532a045

Browse files
committed
Update repo url and add license section to readme
1 parent f8d149d commit 532a045

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception"
66
description = "A writer for object file ar archives"
77
keywords = ["ar", "archive"]
88
readme = "Readme.md"
9-
repository = "https://github.com/bjorn3/ar_archive_writer"
9+
repository = "https://github.com/rust-lang/ar_archive_writer"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# A writer for object file ar archives
22

33
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.

0 commit comments

Comments
 (0)