mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-05 11:34:22 +08:00
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).
This commit is contained in:
parent
f19d25e8a5
commit
4b3b158ed3
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2025 Stalwart Labs Ltd <hello@stalw.art>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
|
||||
|
||||
openapi: 3.0.0
|
||||
info:
|
||||
title: Stalwart Mail Server API
|
||||
|
|
Loading…
Add table
Reference in a new issue