Skip to content

Commit 27b18af

Browse files
committed
add the License section to virtio-queue's README
Signed-off-by: Laura Loghin <lauralg@amazon.com>
1 parent d81ced7 commit 27b18af

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crates/virtio-queue/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ of the next descriptor if VIRTQ_DESC_F_NEXT is set.
120120

121121
![](../../.github/images/descriptor.png)
122122

123-
Requirements for device implementation
123+
**Requirements for device implementation**
124124

125125
* Abstractions from virtio-queue such as `DescriptorChain` can be used to parse
126126
descriptors provided by the device, which represent input or output memory
@@ -214,3 +214,10 @@ We assume the users will consume the entries from the available ring in the
214214
recommended way from the documentation, i.e. device starts processing the
215215
available ring entries, disables the notifications, processes the entries,
216216
and then re-enables notifications.
217+
218+
## License
219+
220+
This project is licensed under either of
221+
222+
- [Apache License](http://www.apache.org/licenses/LICENSE-2.0), Version 2.0
223+
- [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause)

0 commit comments

Comments
 (0)