Skip to content

Commit

Permalink
Add license files in published crate part of this workspace
Browse files Browse the repository at this point in the history
Add a symbolic link to license files in each crate we publish
to avoid problems like this:

    $ rust2rpm -t fedora -a -s virtio-vsock 0.6.0
    ERROR: No license files were detected. In almost all cases, this is an issue
           with the upstream project that should be reported.

In the other unpublished crates we have different licenses that we
should resolve before publishing and link the right license files.

Fixes: rust-vmm#298
Signed-off-by: Stefano Garzarella <[email protected]>
  • Loading branch information
stefano-garzarella committed Nov 15, 2024
1 parent adbf691 commit 2305be1
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions virtio-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upcoming Release

## Fixed

- Add license files.

# v0.2.4

## Changed
Expand Down
1 change: 1 addition & 0 deletions virtio-bindings/LICENSE-APACHE
1 change: 1 addition & 0 deletions virtio-bindings/LICENSE-BSD-3-Clause
4 changes: 4 additions & 0 deletions virtio-queue-ser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upcoming release

## Fixed

- Add license files.

# v0.11.0

## Changed
Expand Down
1 change: 1 addition & 0 deletions virtio-queue-ser/LICENSE-APACHE
1 change: 1 addition & 0 deletions virtio-queue-ser/LICENSE-BSD-3-Clause
4 changes: 4 additions & 0 deletions virtio-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upcoming

## Fixed

- Add license files.

# v0.14.0

## Changed
Expand Down
1 change: 1 addition & 0 deletions virtio-queue/LICENSE-APACHE
1 change: 1 addition & 0 deletions virtio-queue/LICENSE-BSD-3-Clause
4 changes: 4 additions & 0 deletions virtio-vsock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upcoming

## Fixed

- Add license files.

# v0.8.0

## Changed
Expand Down
1 change: 1 addition & 0 deletions virtio-vsock/LICENSE-APACHE
1 change: 1 addition & 0 deletions virtio-vsock/LICENSE-BSD-3-Clause

0 comments on commit 2305be1

Please sign in to comment.