cvat/cvat-sdk/gen/templates/openapi-generator/partial_header.mustache

20 lines
348 B
Plaintext

# Copyright (C) 2022 CVAT.ai Corporation
#
# SPDX-License-Identifier: MIT
{{#appName}}
# {{{.}}}
{{/appName}}
#
{{#appDescription}}
# {{{.}}} # noqa: E501
{{/appDescription}}
#
{{#version}}
# The version of the OpenAPI document: {{{.}}}
{{/version}}
{{#infoEmail}}
# Contact: {{{.}}}
{{/infoEmail}}
# Generated by: https://openapi-generator.tech