Go to file
Stefan Hajnoczi 18a2b40283 Update overall license to include crate dependencies
The overall license of the libblkio binary is not just the Apache-2.0 OR
MIT license of the libblkio code, but also that of all crate
dependencies.

The licenses were determined as follows:

  $ cargo license
  (MIT OR Apache-2.0) AND BSD-3-Clause (1): virtio-driver
  (MIT OR Apache-2.0) AND Unicode-DFS-2016 (1): unicode-ident
  Apache-2.0 OR BSD-3-Clause (1): virtio-bindings
  Apache-2.0 OR MIT (17): autocfg, bitflags, blkio, cc, cfg-if, concat-idents, const-cstr, io-uring, lazy_static, libblkio, libc, memmap2, num-traits, pci-driver, proc-macro2, quote, syn
  MIT (1): nix

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2023-03-09 17:10:29 -05:00
.gitignore Initial import 2023-01-11 12:34:16 +00:00
libblkio.spec Update overall license to include crate dependencies 2023-03-09 17:10:29 -05:00
sources Initial import 2023-01-11 12:34:16 +00:00