Add OTP to updating.md
[akkoma] / lib / jason_types.ex
index 4c89664ffbab403bab7060d1e2b511ffcbca7862..c558aef57a0210b4c5bf4e032321703fdc319a9b 100644 (file)
@@ -1 +1,9 @@
-Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
+Postgrex.Types.define(
+  Pleroma.PostgresTypes,
+  [] ++ Ecto.Adapters.Postgres.extensions(),
+  json: Jason
+)