X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fobject_tombstone.ex;h=a42d2d9a043bc4fbf2ea2d5659fccc35ba391b20;hb=e2772d6bf1317616ef5a27396101bf44f123ee7e;hp=64d836d3efd7e86120c0450975eee1dba98e7a63;hpb=e1de866f95c7740d64070ff023b4bdcc013decc4;p=akkoma diff --git a/lib/pleroma/object_tombstone.ex b/lib/pleroma/object_tombstone.ex index 64d836d3e..a42d2d9a0 100644 --- a/lib/pleroma/object_tombstone.ex +++ b/lib/pleroma/object_tombstone.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2021 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.ObjectTombstone do @enforce_keys [:id, :formerType, :deleted] defstruct [:id, :formerType, :deleted, type: "Tombstone"]