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/support/conn_case.ex | |
parent | 69ad1039ba6cb94ea0f6c9d2c7171bdab789651f (diff) | |
download | pleroma-3c08d229db423052d0dd88b8a36fb39b0ae81ead.tar.gz pleroma-3c08d229db423052d0dd88b8a36fb39b0ae81ead.zip |
tests: add legal boilerplate
Diffstat (limited to 'test/support/conn_case.ex')
-rw-r--r-- | test/support/conn_case.ex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex index d25c28f49..c201d9a9b 100644 --- a/test/support/conn_case.ex +++ b/test/support/conn_case.ex @@ -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.ConnCase do @moduledoc """ This module defines the test case to be used by |