Friendship ended with Postgresql now Cachex is my best friend
[akkoma] / lib / pleroma / web / common_api / utils.ex
index 142283684b4d176448edd7605c8bae7eb7b79b0f..813eb4093163fe8e8fb31f107987c79eb1e9ac82 100644 (file)
@@ -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.CommonAPI.Utils do
   alias Calendar.Strftime
   alias Comeonin.Pbkdf2
@@ -257,4 +261,5 @@ defmodule Pleroma.Web.CommonAPI.Utils do
       }
     end)
   end
+
 end