diff --git a/engines/bsg.c b/engines/bsg.c index 372212ef84..916dc2424f 100644 --- a/engines/bsg.c +++ b/engines/bsg.c @@ -1,3 +1,9 @@ +/* + * Copyright 2026 Samsung Electronics Co., Ltd All Rights Reserved + * + * For conditions of distribution and use, see the accompanying COPYING file. + * + */ #include "bsg.h" int fio_bsg_uring_cmd_read_capacity(struct thread_data *td, unsigned int *bs, diff --git a/engines/bsg.h b/engines/bsg.h index 6a4bfd0728..da64b9997d 100644 --- a/engines/bsg.h +++ b/engines/bsg.h @@ -1,6 +1,11 @@ /* * bsg structure declarations and helper functions for the * io_uring_cmd engine. + * + * Copyright 2026 Samsung Electronics Co., Ltd All Rights Reserved + * + * For conditions of distribution and use, see the accompanying COPYING file. + * */ #ifndef FIO_BSG_H