diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-14 15:27:15 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-14 15:27:15 -0500 |
commit | 1fb9452131721456adf2c19c513e6343f64825a7 (patch) | |
tree | 20c679c19e83925e0fcb0d34aba7eaf831485f58 /lib/pleroma/docs/json.ex | |
parent | bc3db724030707e9903d161a70b10fe217a83212 (diff) | |
parent | 20137056900f97af34f4433858cbdf69be6c9840 (diff) | |
download | pleroma-1fb9452131721456adf2c19c513e6343f64825a7.tar.gz |
Merge branch 'develop' into feature/account-export
Diffstat (limited to 'lib/pleroma/docs/json.ex')
-rw-r--r-- | lib/pleroma/docs/json.ex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pleroma/docs/json.ex b/lib/pleroma/docs/json.ex index feeb4320e..13618b509 100644 --- a/lib/pleroma/docs/json.ex +++ b/lib/pleroma/docs/json.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Docs.JSON do @behaviour Pleroma.Docs.Generator @external_resource "config/description.exs" |