Skip to content

Commit

Permalink
Auto merge of #12953 - decathorpe:master, r=weihanglo
Browse files Browse the repository at this point in the history
credential: include license files in all published crates

### What does this PR try to resolve?

It appears that the addition of license files was missed when the cargo-credential* crates were added to this cargo workspace. This PR adds symbolic links to the license files so that `cargo publish` picks them up and includes the files when publishing them to crates.io (which is a requirement for both the Apache-2.0 and the MIT license).

### How should we test and review this PR?

Running `cargo package` for the cargo-credential* crates should result in a copy of the LICENSE-APACHE and LICENSE-MIT files to be included in the "packaged" files.

### Additional information

Similar changes have been pushed for other workspace members in the past, for example #7886
  • Loading branch information
bors committed Nov 10, 2023
2 parents 57880c2 + a13a690 commit 746802c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions credential/cargo-credential-1password/LICENSE-APACHE
1 change: 1 addition & 0 deletions credential/cargo-credential-1password/LICENSE-MIT
1 change: 1 addition & 0 deletions credential/cargo-credential-libsecret/LICENSE-APACHE
1 change: 1 addition & 0 deletions credential/cargo-credential-libsecret/LICENSE-MIT
1 change: 1 addition & 0 deletions credential/cargo-credential-macos-keychain/LICENSE-APACHE
1 change: 1 addition & 0 deletions credential/cargo-credential-macos-keychain/LICENSE-MIT
1 change: 1 addition & 0 deletions credential/cargo-credential-wincred/LICENSE-APACHE
1 change: 1 addition & 0 deletions credential/cargo-credential-wincred/LICENSE-MIT
1 change: 1 addition & 0 deletions credential/cargo-credential/LICENSE-APACHE
1 change: 1 addition & 0 deletions credential/cargo-credential/LICENSE-MIT

0 comments on commit 746802c

Please sign in to comment.