feat: add license appendix

This commit is contained in:
2026-05-29 15:30:15 +02:00
parent 0544ac6e92
commit 373b789afb
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
// Copyright (c) 2026-present VexaHub and collaborators
// SPDX-License-Identifier: MIT
use reqwest::StatusCode;
#[derive(Debug, thiserror::Error)]
+3
View File
@@ -1,3 +1,6 @@
// Copyright (c) 2026-present VexaHub and collaborators
// SPDX-License-Identifier: MIT
use std::path::Path;
use reqwest::header::HeaderMap;