Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit MPL-2.0 licence notice "Exhibit A" #87

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions webpki-root-certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ homepage.workspace = true
repository.workspace = true
description = "Mozilla trusted certificate authorities in self-signed X.509 format for use with crates other than webpki"

# The following notice applies to all the files in this source subtree:
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# (If you copy files from here into another program which is not
# licenced MPL-2.0, you should add that notice to each copied file.)

[dependencies]
pki-types = { workspace = true }

Expand Down
9 changes: 9 additions & 0 deletions webpki-roots/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ homepage = { workspace = true }
repository = { workspace = true }
description = "Mozilla's CA root certificates for use with webpki"

# The following notice applies to all the files in this source subtree:
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# (If you copy files from here into another program which is not
# licenced MPL-2.0, you should add that notice to each copied file.)

[dependencies]
pki-types = { workspace = true }

Expand Down