Merge branch 'length-limit-bio' into 'develop'
[akkoma] / lib / pleroma / web / rich_media / parsers / oembed_parser.ex
index 2530b8c9d0b29bff8d454c79eeb066b0150d8c2e..875637c4d9d3fe509544e47103dd93594a1c6ed2 100644 (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.Parsers.OEmbed do
   def parse(html, _data) do
     with elements = [_ | _] <- get_discovery_data(html),