diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-10-12 12:00:50 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-10-12 12:00:50 -0500 |
| commit | 8539e386c3f00537f120487e717ec7b25fe6c572 (patch) | |
| tree | 9a0196deee96540634ca82df7c5686fd8fc1a498 /test/web/media_proxy/invalidations | |
| parent | bc3cf0fee0b93eb3cf8d2ba0f9a0dcc09b01331d (diff) | |
| download | pleroma-8539e386c3f00537f120487e717ec7b25fe6c572.tar.gz pleroma-8539e386c3f00537f120487e717ec7b25fe6c572.zip | |
Add missing Copyright headers
Diffstat (limited to 'test/web/media_proxy/invalidations')
| -rw-r--r-- | test/web/media_proxy/invalidations/http_test.exs | 4 | ||||
| -rw-r--r-- | test/web/media_proxy/invalidations/script_test.exs | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/web/media_proxy/invalidations/http_test.exs b/test/web/media_proxy/invalidations/http_test.exs index a1bef5237..13d081325 100644 --- a/test/web/media_proxy/invalidations/http_test.exs +++ b/test/web/media_proxy/invalidations/http_test.exs @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.MediaProxy.Invalidation.HttpTest do use ExUnit.Case alias Pleroma.Web.MediaProxy.Invalidation diff --git a/test/web/media_proxy/invalidations/script_test.exs b/test/web/media_proxy/invalidations/script_test.exs index 51833ab18..692cbb2df 100644 --- a/test/web/media_proxy/invalidations/script_test.exs +++ b/test/web/media_proxy/invalidations/script_test.exs @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.MediaProxy.Invalidation.ScriptTest do use ExUnit.Case alias Pleroma.Web.MediaProxy.Invalidation |
