add license boilerplate to pleroma core
[akkoma] / lib / pleroma / web / oauth / oauth_view.ex
index b3923fcf572979fd7bc3307bdbfc3797641950e2..da6f72433be1489f40c961bc9b45e9db6441993a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.OAuthView do
   use Pleroma.Web, :view
   import Phoenix.HTML.Form