Skip to content

Commit 7c15f44

Browse files
authored
Merge pull request #8 from Azure/license_update
chore: add NOTICE file and project name in LICENSE
2 parents f5782bf + 6a98959 commit 7c15f44

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MIT License
22

3+
CoRIM (Concise Reference Integrity Manifest) — Rust Library
4+
35
Copyright (c) Microsoft Corporation.
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy

NOTICE

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
NOTICES AND INFORMATION
2+
3+
This project incorporates material from the third-party open source
4+
software components listed below. The original copyright notices and
5+
license terms are listed below and are provided for informational
6+
purposes only. Microsoft licenses this software to you under the terms
7+
of the MIT License. Microsoft reserves all other rights not expressly
8+
granted under the MIT License, whether by implication, estoppel or
9+
otherwise.
10+
11+
All third-party dependencies are used under their respective licenses
12+
and are automatically managed via Cargo (the Rust package manager).
13+
No third-party source code is vendored in this repository.
14+
15+
========================================================================
16+
17+
serde — https://github.com/serde-rs/serde
18+
License: MIT OR Apache-2.0
19+
Copyright: David Tolnay and contributors
20+
21+
serde_json — https://github.com/serde-rs/json
22+
License: MIT OR Apache-2.0
23+
Copyright: David Tolnay and contributors
24+
25+
thiserror — https://github.com/dtolnay/thiserror
26+
License: MIT OR Apache-2.0
27+
Copyright: David Tolnay
28+
29+
proc-macro2 — https://github.com/dtolnay/proc-macro2
30+
License: MIT OR Apache-2.0
31+
Copyright: David Tolnay and Alex Crichton
32+
33+
quote — https://github.com/dtolnay/quote
34+
License: MIT OR Apache-2.0
35+
Copyright: David Tolnay
36+
37+
syn — https://github.com/dtolnay/syn
38+
License: MIT OR Apache-2.0
39+
Copyright: David Tolnay
40+
41+
unicode-ident — https://github.com/dtolnay/unicode-ident
42+
License: (MIT OR Apache-2.0) AND Unicode-3.0
43+
Copyright: David Tolnay
44+
45+
itoa — https://github.com/dtolnay/itoa
46+
License: MIT OR Apache-2.0
47+
Copyright: David Tolnay
48+
49+
memchr — https://github.com/BurntSushi/memchr
50+
License: Unlicense OR MIT
51+
Copyright: Andrew Gallant
52+
53+
zmij — https://github.com/serde-rs/json (internal dep of serde_json)
54+
License: MIT
55+
Copyright: David Tolnay
56+
57+
clap — https://github.com/clap-rs/clap (corim-cli only)
58+
License: MIT OR Apache-2.0
59+
Copyright: Kevin K. and clap contributors
60+
61+
hex — https://github.com/KokaKiwi/rust-hex (corim-cli only)
62+
License: MIT OR Apache-2.0
63+
Copyright: KokaKiwi and contributors
64+
65+
========================================================================
66+
67+
Full license texts for the MIT License and the Apache License,
68+
Version 2.0, can be found at:
69+
- MIT: https://opensource.org/licenses/MIT
70+
- Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0
71+
- Unlicense: https://unlicense.org/
72+
- Unicode-3.0: https://www.unicode.org/license.txt

0 commit comments

Comments
 (0)