diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
commit | 4547b622d8d29df964fa2914213088b148c498fc (patch) | |
tree | 9fc6b25f3c3add6b745be9a2400a6e96140046e9 /vendor/ar_archive_writer/Readme.md | |
parent | Releasing progress-linux version 1.66.0+dfsg1-1~progress7.99u1. (diff) | |
download | rustc-4547b622d8d29df964fa2914213088b148c498fc.tar.xz rustc-4547b622d8d29df964fa2914213088b148c498fc.zip |
Merging upstream version 1.67.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/ar_archive_writer/Readme.md')
-rw-r--r-- | vendor/ar_archive_writer/Readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/ar_archive_writer/Readme.md b/vendor/ar_archive_writer/Readme.md new file mode 100644 index 000000000..cee3ffe3e --- /dev/null +++ b/vendor/ar_archive_writer/Readme.md @@ -0,0 +1,14 @@ +# A writer for object file ar archives + +This is based on commit [8ef3e895a](https://github.com/llvm/llvm-project/tree/3d3ef9d073e1e27ea57480b371b7f5a9f5642ed2) (15.0.0-rc3) of LLVM's archive writer. + +## License + +Licensed under Apache License v2.0 with LLVM Exceptions +([LICENSE.txt](LICENSE.txt) or https://llvm.org/LICENSE.txt) + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in the work by you shall be dual licensed as above, without any +additional terms or conditions. |