X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fobject_tombstone.ex;h=a42d2d9a043bc4fbf2ea2d5659fccc35ba391b20;hb=a079ec3a3cdfd42d2cbd51c7698c2c87828e5778;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"]