diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-12-23 20:11:29 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-12-23 20:57:10 +0000 |
commit | 3c08d229db423052d0dd88b8a36fb39b0ae81ead (patch) | |
tree | b007dd11f0228d7f85aff1dc1e5f9133db069a82 /test/web/common_api/common_api_utils_test.exs | |
parent | 69ad1039ba6cb94ea0f6c9d2c7171bdab789651f (diff) | |
download | pleroma-3c08d229db423052d0dd88b8a36fb39b0ae81ead.tar.gz pleroma-3c08d229db423052d0dd88b8a36fb39b0ae81ead.zip |
tests: add legal boilerplate
Diffstat (limited to 'test/web/common_api/common_api_utils_test.exs')
-rw-r--r-- | test/web/common_api/common_api_utils_test.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/web/common_api/common_api_utils_test.exs b/test/web/common_api/common_api_utils_test.exs index b01ce04f8..fc89e3116 100644 --- a/test/web/common_api/common_api_utils_test.exs +++ b/test/web/common_api/common_api_utils_test.exs @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.CommonAPI.UtilsTest do alias Pleroma.Web.CommonAPI.Utils alias Pleroma.Web.Endpoint |