From 4b3b158ed368f506680dfbf231da58608b269118 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Mon, 12 May 2025 16:53:18 +0200 Subject: [PATCH] Add license details to OpenAPI schema (#1483) This would make it easier for 3rd parties to integrate with Stalwart by being clear about licensing. I'm not sure if you want this license or want to release this file specifically under a more permissive license (MIT license would make sense here in my opinion, because it's just an API schema). --- api/v1/openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/openapi.yml b/api/v1/openapi.yml index b101c361..8e450e65 100644 --- a/api/v1/openapi.yml +++ b/api/v1/openapi.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Stalwart Labs Ltd +# +# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL + openapi: 3.0.0 info: title: Stalwart Mail Server API