Skip to content

Commit 67d5be7

Browse files
Add license files in published crate part of this workspace
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: #298 Signed-off-by: Stefano Garzarella <[email protected]>
1 parent f8c6b0d commit 67d5be7

12 files changed

+24
-0
lines changed

virtio-bindings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Regenerate bindings with Linux 6.12.
66

7+
## Fixed
8+
9+
- Add license files.
10+
711
# v0.2.4
812

913
## Changed

virtio-bindings/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

virtio-bindings/LICENSE-BSD-3-Clause

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-BSD-3-Clause

virtio-queue-ser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upcoming release
22

3+
## Fixed
4+
5+
- Add license files.
6+
37
# v0.11.0
48

59
## Changed

virtio-queue-ser/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

virtio-queue-ser/LICENSE-BSD-3-Clause

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-BSD-3-Clause

virtio-queue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upcoming
22

3+
## Fixed
4+
5+
- Add license files.
6+
37
# v0.14.0
48

59
## Changed

virtio-queue/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

virtio-queue/LICENSE-BSD-3-Clause

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-BSD-3-Clause

virtio-vsock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upcoming
22

3+
## Fixed
4+
5+
- Add license files.
6+
37
# v0.8.0
48

59
## Changed

virtio-vsock/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

virtio-vsock/LICENSE-BSD-3-Clause

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-BSD-3-Clause

0 commit comments

Comments
 (0)