From fd4fb6ff2afd023da72bf8fd765ebdd90b238647 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 29 Sep 2025 22:39:54 +0800 Subject: [PATCH] Add my copyright --- io_uring/cqe.ha | 3 ++- io_uring/queue.ha | 3 ++- io_uring/register.ha | 3 ++- io_uring/setup.ha | 3 ++- io_uring/sqe.ha | 3 ++- io_uring/uring.ha | 3 ++- diff --git a/io_uring/cqe.ha b/io_uring/cqe.ha index da176d2dec373774e554f345e02ba80699393d0f..e6566f4b23b0e499a4da6229963e76f8c2b3e16b 100644 --- a/io_uring/cqe.ha +++ b/io_uring/cqe.ha @@ -1,7 +1,8 @@ -// License: MPL-2.0 +// SPDX-License-Identifier: MPL-2.0 // (c) 2021 Alexey Yerin // (c) 2021 Drew DeVault // (c) 2021 Eyal Sawady +// (c) 2025 Runxi Yu use errors; use rt; diff --git a/io_uring/queue.ha b/io_uring/queue.ha index 218a8898ee06750021eb9ff058f90d57c8211051..01d0e8ccd01e1b441705a504dad7141b60db2e6b 100644 --- a/io_uring/queue.ha +++ b/io_uring/queue.ha @@ -1,7 +1,8 @@ -// License: MPL-2.0 +// SPDX-License-Identifier: MPL-2.0 // (c) 2021 Alexey Yerin // (c) 2021 Drew DeVault // (c) 2021 Eyal Sawady +// (c) 2025 Runxi Yu use errors; use rt; diff --git a/io_uring/register.ha b/io_uring/register.ha index 9fa8e193e2dde3c277a5538296a92621dad6d89c..7b81af9793c0c0a1b0c71ee737a67366f53e5809 100644 --- a/io_uring/register.ha +++ b/io_uring/register.ha @@ -1,6 +1,7 @@ -// License: MPL-2.0 +// SPDX-License-Identifier: MPL-2.0 // (c) 2021 Drew DeVault // (c) 2021 Eyal Sawady +// (c) 2025 Runxi Yu use errors; use rt; use types; diff --git a/io_uring/setup.ha b/io_uring/setup.ha index 7b0c7e0d18f386f628c87f21bc593af0828103fc..a921617b13c4d8061de68547a631b99420322036 100644 --- a/io_uring/setup.ha +++ b/io_uring/setup.ha @@ -1,6 +1,7 @@ -// License: MPL-2.0 +// SPDX-License-Identifier: MPL-2.0 // (c) 2021 Drew DeVault // (c) 2021 Eyal Sawady +// (c) 2025 Runxi Yu use errors; use rt; diff --git a/io_uring/sqe.ha b/io_uring/sqe.ha index ca028d6b8879fc8e9a68172d401e2fe5010be52d..bafbc367252355122e358e7c542cf439bff9ea2f 100644 --- a/io_uring/sqe.ha +++ b/io_uring/sqe.ha @@ -1,7 +1,8 @@ -// License: MPL-2.0 +// SPDX-License-Identifier: MPL-2.0 // (c) 2021 Alexey Yerin // (c) 2021 Drew DeVault // (c) 2022 Eyal Sawady +// (c) 2025 Runxi Yu use endian; use rt; use types; diff --git a/io_uring/uring.ha b/io_uring/uring.ha index 6e8edeb588113064560abe1fde4260b8cf06633d..21f284e20575f10193f6855ffb4524457921055c 100644 --- a/io_uring/uring.ha +++ b/io_uring/uring.ha @@ -1,7 +1,8 @@ -// License: MPL-2.0 +// SPDX-License-Identifier: MPL-2.0 // (c) 2021 Alexey Yerin // (c) 2021 Drew DeVault // (c) 2021-2022 Eyal Sawady +// (c) 2025 Runxi Yu use errors; // Returned when buffer pool use was configured for an [[sqe]], but there are no -- 2.48.1