forked from AkkomaGang/akkoma
rich media: parser: add copyright header
This commit is contained in:
parent
ddc7ae2c1a
commit
8fb16e9f0f
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue