add license boilerplate to pleroma core
[akkoma] / lib / pleroma / object.ex
index 31c8dd5bd13cba9913d322729b34621999da9d98..cc4a2181a060c5d5c9e965bce9b4cebd34b5e4fc 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.Object do
   use Ecto.Schema
   alias Pleroma.{Repo, Object, User, Activity}