summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2021-01-17 21:58:15 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2021-01-17 21:58:15 +0300
commit9d28a7ebfbc7bd8fb893cf1e2ad555ed71f4c812 (patch)
treeceb167134496c5ded1e1c80edd7aec722c93b253
parent85f7ef4d13adea9d64d279d1395d17c6ebc20678 (diff)
downloadpleroma-9d28a7ebfbc7bd8fb893cf1e2ad555ed71f4c812.tar.gz
pleroma-9d28a7ebfbc7bd8fb893cf1e2ad555ed71f4c812.zip
[#3213] Missing copyright header for HashtagsTableMigrator.State.
-rw-r--r--lib/pleroma/migrators/hashtags_table_migrator/state.ex4
1 files 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
index c1a2709fc..43f7270e2 100644
--- 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