diff options
author | feld <feld@feld.me> | 2019-07-10 05:13:23 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-07-10 05:13:23 +0000 |
commit | 93a0eeab16dc98b9278ee8649b233c3acd7807ec (patch) | |
tree | c46394c5809473da0cbb148561ff277137057010 /test/tasks/ecto/rollback_test.exs | |
parent | 37b0bd0d868c192241976684c59a8cbe648901bf (diff) | |
download | pleroma-93a0eeab16dc98b9278ee8649b233c3acd7807ec.tar.gz pleroma-93a0eeab16dc98b9278ee8649b233c3acd7807ec.zip |
Add license/copyright to all project files
Diffstat (limited to 'test/tasks/ecto/rollback_test.exs')
-rw-r--r-- | test/tasks/ecto/rollback_test.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tasks/ecto/rollback_test.exs b/test/tasks/ecto/rollback_test.exs index 33d093fca..c33c4e940 100644 --- a/test/tasks/ecto/rollback_test.exs +++ b/test/tasks/ecto/rollback_test.exs @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Mix.Tasks.Pleroma.Ecto.RollbackTest do use Pleroma.DataCase import ExUnit.CaptureLog |