From 9ba8143be26a1b9ba24870b9dbbff4fa12daa991 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Thu, 24 Aug 2023 19:52:33 +0200 Subject: [PATCH] Add license headers to vendored Dropbox swagger spec --- test/dropbox/user_v2.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/dropbox/user_v2.yaml b/test/dropbox/user_v2.yaml index a17db7e..ca9edd7 100644 --- a/test/dropbox/user_v2.yaml +++ b/test/dropbox/user_v2.yaml @@ -1,3 +1,8 @@ +# Copyright 2018 - Stomakun +# SPDX-License-Identifier: UNLICENSED + +# This file is taken from https://github.com/stomakun/DropboxSwagger + openapi: 3.0.1 info: title: Dropbox User API v2