diff options
author | Egor <egor@kislitsyn.com> | 2019-06-14 09:26:36 +0000 |
---|---|---|
committer | Egor <egor@kislitsyn.com> | 2019-06-14 09:26:36 +0000 |
commit | 58a094b605212c5cea70f17602a7e2ebd4dec296 (patch) | |
tree | 21c0e3bd0487d7e070b0ce3656921696bf02b329 | |
parent | 28cb9edde9638c0773d48ba6fc03667393e15a15 (diff) | |
download | pleroma-58a094b605212c5cea70f17602a7e2ebd4dec296.tar.gz |
Add copyright info to containment.ex
-rw-r--r-- | lib/pleroma/object/containment.ex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pleroma/object/containment.ex b/lib/pleroma/object/containment.ex index 2f4687fa2..ada9da0bb 100644 --- a/lib/pleroma/object/containment.ex +++ b/lib/pleroma/object/containment.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Object.Containment do @moduledoc """ This module contains some useful functions for containing objects to specific |