logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 9d28a7ebfbc7bd8fb893cf1e2ad555ed71f4c812
parent 85f7ef4d13adea9d64d279d1395d17c6ebc20678
Author: Ivan Tashkinov <ivantashkinov@gmail.com>
Date:   Sun, 17 Jan 2021 21:58:15 +0300

[#3213] Missing copyright header for HashtagsTableMigrator.State.

Diffstat:

Mlib/pleroma/migrators/hashtags_table_migrator/state.ex4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/pleroma/migrators/hashtags_table_migrator/state.ex b/lib/pleroma/migrators/hashtags_table_migrator/state.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Migrators.HashtagsTableMigrator.State do use Agent