rich media: parser: add copyright header

This commit is contained in:
William Pitcock 2019-01-28 19:59:36 +00:00
parent ddc7ae2c1a
commit 8fb16e9f0f
1 changed files with 4 additions and 0 deletions

View File

@ -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 Pleroma.Web.RichMedia.Parser do
@parsers [
Pleroma.Web.RichMedia.Parsers.OGP,