Merge branch 'features/admin-api-user-views' into 'develop'
[akkoma] / lib / pleroma / object.ex
index 5b1347b37251fec130ac21ac68fa6c1eb9b263f1..ff5eb9b27b43a243d22483c27bf38923363e5d1b 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Object do
   use Ecto.Schema
   alias Pleroma.{Repo, Object, User, Activity, ObjectTombstone}