[PATCH libnbd v2 0/2] Go binding license and readme
by Nir Soffer
Relicense the tests to LGPL2+ like the rest of the library, and add a LICENSE
and REAME.md files.
Changes in v2:
- Remove note about examples from LICENSE (Eric)
- Relicense tests as LGPL2+ (Richard)
v1:
https://listman.redhat.com/archives/libguestfs/2021-October/msg00196.html
Nir Soffer (2):
golang: Changes test license to LPGL
golang: Add README.md and LICENSE files
golang/src/libguestfs.org/libnbd/LICENSE | 502 ++++++++++++++++++
golang/src/libguestfs.org/libnbd/README.md | 44 ++
.../libnbd/libnbd_010_load_test.go | 22 +-
.../libnbd/libnbd_100_handle_test.go | 22 +-
.../libnbd/libnbd_110_defaults_test.go | 22 +-
.../libnbd_120_set_non_defaults_test.go | 22 +-
.../libnbd/libnbd_200_connect_command_test.go | 22 +-
.../libnbd/libnbd_210_opt_abort_test.go | 22 +-
.../libnbd/libnbd_220_opt_list_test.go | 22 +-
.../libnbd/libnbd_230_opt_info_test.go | 22 +-
.../libnbd/libnbd_240_opt_list_meta_test.go | 22 +-
.../libnbd/libnbd_300_get_size_test.go | 22 +-
.../libnbd/libnbd_400_pread_test.go | 22 +-
.../libnbd_405_pread_structured_test.go | 22 +-
.../libnbd/libnbd_410_pwrite_test.go | 22 +-
.../libnbd/libnbd_460_block_status_test.go | 22 +-
.../libnbd/libnbd_500_aio_pread_test.go | 22 +-
.../libnbd/libnbd_510_aio_pwrite_test.go | 22 +-
.../libnbd/libnbd_590_aio_copy_test.go | 22 +-
.../libnbd/libnbd_600_debug_callback_test.go | 22 +-
.../libnbd/libnbd_610_error_test.go | 22 +-
21 files changed, 755 insertions(+), 209 deletions(-)
create mode 100644 golang/src/libguestfs.org/libnbd/LICENSE
create mode 100644 golang/src/libguestfs.org/libnbd/README.md
--
2.31.1
3 years