add license boilerplate to pleroma core
[akkoma] / lib / pleroma / notification.ex
index 47f6b6ee73a5d9c5b9e5c9e43868e01d3c65f190..301cfd1346d946f7ea0a370955531ae331f30873 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.Notification do
   use Ecto.Schema
   alias Pleroma.{User, Activity, Notification, Repo, Object}