diff options
author | href <href@random.sh> | 2019-01-15 16:42:33 +0100 |
---|---|---|
committer | href <href@random.sh> | 2019-01-23 11:26:35 +0100 |
commit | 422e60ad7693ecc06f5fe6dfd65a61caf338e6b6 (patch) | |
tree | 7e5c164cacb1b32ac239d9e15a117315b5006242 | |
parent | cdc5e6ff5ca97f9123998f8af5f7b9d89b485a0c (diff) | |
download | pleroma-422e60ad7693ecc06f5fe6dfd65a61caf338e6b6.tar.gz |
2019
-rw-r--r-- | lib/pleroma/flake_id.ex | 2 | ||||
-rw-r--r-- | test/flake_id_test.exs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/flake_id.ex b/lib/pleroma/flake_id.ex index f23c6d4b0..af04fc6a4 100644 --- a/lib/pleroma/flake_id.ex +++ b/lib/pleroma/flake_id.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.FlakeId do diff --git a/test/flake_id_test.exs b/test/flake_id_test.exs index e480fbdf3..8e969fd1c 100644 --- a/test/flake_id_test.exs +++ b/test/flake_id_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.FlakeIdTest do |