Merge branch 'legal-boilerplate' into 'develop'
[akkoma] / lib / pleroma / upload / filter / mogrify.ex
index d6ed471ed7f337bbd0f1f7d94054e9b64574578b..7331c2bd9d81946ed55e4819cbc4d0b85ec604f6 100644 (file)
@@ -1,5 +1,9 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Upload.Filter.Mogrify do
-  @behaviour Pleroma.Uploader.Filter
+  @behaviour Pleroma.Upload.Filter
 
   @type conversion :: action :: String.t() | {action :: String.t(), opts :: String.t()}
   @type conversions :: conversion() | [conversion()]