Add license/copyright to all project files
authorfeld <feld@feld.me>
Wed, 10 Jul 2019 05:13:23 +0000 (05:13 +0000)
committerkaniini <nenolod@gmail.com>
Wed, 10 Jul 2019 05:13:23 +0000 (05:13 +0000)
commit93a0eeab16dc98b9278ee8649b233c3acd7807ec
treec46394c5809473da0cbb148561ff277137057010
parent37b0bd0d868c192241976684c59a8cbe648901bf
Add license/copyright to all project files
64 files changed:
lib/healthcheck.ex
lib/jason_types.ex
lib/mix/tasks/pleroma/benchmark.ex
lib/mix/tasks/pleroma/config.ex
lib/pleroma/bbs/authenticator.ex
lib/pleroma/bbs/handler.ex
lib/pleroma/bookmark.ex
lib/pleroma/config/transfer_task.ex
lib/pleroma/instances.ex
lib/pleroma/instances/instance.ex
lib/pleroma/object/fetcher.ex
lib/pleroma/object_tombstone.ex
lib/pleroma/pagination.ex
lib/pleroma/reverse_proxy/client.ex
lib/pleroma/user/welcome_message.ex
lib/pleroma/web/activity_pub/visibility.ex
lib/pleroma/web/admin_api/views/config_view.ex
lib/pleroma/web/mastodon_api/mastodon_api.ex
lib/pleroma/web/mastodon_api/views/conversation_view.ex
lib/pleroma/web/metadata/player_view.ex
lib/pleroma/web/metadata/rel_me.ex
lib/pleroma/web/oauth/token/response.ex
lib/pleroma/web/oauth/token/strategy/refresh_token.ex
lib/pleroma/web/oauth/token/strategy/revoke.ex
lib/pleroma/web/oauth/token/utils.ex
lib/pleroma/web/rich_media/parsers/meta_tags_parser.ex
lib/pleroma/web/rich_media/parsers/oembed_parser.ex
lib/pleroma/web/rich_media/parsers/ogp.ex
lib/pleroma/web/rich_media/parsers/twitter_card.ex
lib/pleroma/web/uploader_controller.ex
lib/transports.ex
lib/xml_builder.ex
test/bbs/handler_test.exs
test/bookmark_test.exs
test/config/transfer_task_test.exs
test/emoji_test.exs
test/healthcheck_test.exs
test/http/request_builder_test.exs
test/keys_test.exs
test/object/containment_test.exs
test/object/fetcher_test.exs
test/plugs/rate_limiter_test.exs
test/repo_test.exs
test/reverse_proxy_test.exs
test/tasks/config_test.exs
test/tasks/ecto/ecto_test.exs
test/tasks/ecto/rollback_test.exs
test/tasks/instance.exs
test/tasks/pleroma_test.exs
test/tasks/robots_txt_test.exs
test/upload/filter/anonymize_filename_test.exs
test/user_invite_token_test.exs
test/web/activity_pub/utils_test.exs
test/web/activity_pub/views/object_view_test.exs
test/web/activity_pub/views/user_view_test.exs
test/web/activity_pub/visibilty_test.exs
test/web/admin_api/config_test.exs
test/web/metadata/rel_me_test.exs
test/web/ostatus/incoming_documents/delete_handling_test.exs
test/web/rel_me_test.exs
test/web/rich_media/helpers_test.exs
test/web/rich_media/parser_test.exs
test/web/twitter_api/password_controller_test.exs
test/web/twitter_api/util_controller_test.exs