diff --git a/src/error.rs b/src/error.rs index f817b12..f7ed590 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,3 +1,6 @@ +// Copyright (c) 2026-present VexaHub and collaborators +// SPDX-License-Identifier: MIT + use reqwest::StatusCode; #[derive(Debug, thiserror::Error)] diff --git a/src/lib.rs b/src/lib.rs index 6ad8f75..775a2c9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,6 @@ +// Copyright (c) 2026-present VexaHub and collaborators +// SPDX-License-Identifier: MIT + use std::path::Path; use reqwest::header::HeaderMap;