diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 15:31:56 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:43:59 +0300 |
commit | 3c8c540707db4c6cf43997f08be4f2a857b63688 (patch) | |
tree | 55c0497d19fc28cc74a0f5b64d11f6a477fe0f04 /lib | |
parent | e33782455d468a867484e30fdeef4c28c2c2aa01 (diff) | |
download | pleroma-3c8c540707db4c6cf43997f08be4f2a857b63688.tar.gz |
copyright
Diffstat (limited to 'lib')
-rw-r--r-- | lib/credo/check/consistency/file_location.ex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/credo/check/consistency/file_location.ex b/lib/credo/check/consistency/file_location.ex index 08be2bcf9..500983608 100644 --- a/lib/credo/check/consistency/file_location.ex +++ b/lib/credo/check/consistency/file_location.ex @@ -1,5 +1,8 @@ +# Pleroma: A lightweight social networking server # Originally taken from # https://github.com/VeryBigThings/elixir_common/blob/master/lib/vbt/credo/check/consistency/file_location.ex +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only defmodule Credo.Check.Consistency.FileLocation do @moduledoc false |