X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fnotification.ex;h=b5aadfd17eee840293be7fffeb0f326b01ec5bd8;hb=d8cc96cb1f9e2a4e736f6830529e8aa9a5d289d8;hp=47578d60e04717c81794aa4ed3feb604837e59c0;hpb=ca2e9ce9cc98f046ea2be0a9051cdf06d253d7f6;p=akkoma diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex index 47578d60e..b5aadfd17 100644 --- a/lib/pleroma/notification.ex +++ b/lib/pleroma/notification.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Notification do use Ecto.Schema alias Pleroma.{User, Activity, Notification, Repo, Object}