diff options
author | minibikini <egor@kislitsyn.com> | 2020-05-04 16:38:23 +0000 |
---|---|---|
committer | minibikini <egor@kislitsyn.com> | 2020-05-04 16:38:23 +0000 |
commit | bfbff7d82673d6128a18e73dcc91f70ee669c2ac (patch) | |
tree | bb73d7c690267c7e8ef26b7b8425457a6be71374 | |
parent | d08c63500b5deca268ebc24833be4cb3279bdaaa (diff) | |
download | pleroma-bfbff7d82673d6128a18e73dcc91f70ee669c2ac.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/cast_and_validate.ex
-rw-r--r-- | lib/pleroma/web/api_spec/cast_and_validate.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/cast_and_validate.ex b/lib/pleroma/web/api_spec/cast_and_validate.ex index f36cf7a55..cd02403c1 100644 --- a/lib/pleroma/web/api_spec/cast_and_validate.ex +++ b/lib/pleroma/web/api_spec/cast_and_validate.ex @@ -1,5 +1,6 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# Copyright © 2019-2020 Moxley Stratton, Mike Buhot <https://github.com/open-api-spex/open_api_spex>, MPL-2.0 +# Copyright © 2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.ApiSpec.CastAndValidate do |