From 373b789afbac4c7a0a7b085a2c26d2ef85fcb1bd Mon Sep 17 00:00:00 2001 From: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Date: Fri, 29 May 2026 15:30:15 +0200 Subject: [PATCH] feat: add license appendix --- src/error.rs | 3 +++ src/lib.rs | 3 +++ 2 files changed, 6 insertions(+) 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;