diff --git a/plugins/MediaFeed/MediaFeed.php b/plugins/MediaFeed/MediaFeed.php
index 34a00f8bf5..dfa639c8bf 100644
--- a/plugins/MediaFeed/MediaFeed.php
+++ b/plugins/MediaFeed/MediaFeed.php
@@ -18,6 +18,15 @@ declare(strict_types=1);
// You should have received a copy of the GNU Affero General Public License
// along with GNU social. If not, see .
// }}}
+/**
+ * Media Feed Plugin for GNU social
+ *
+ * @package GNUsocial
+ * @category Plugin
+ * @author Phablulo
+ * @copyright 2018-2019, 2021 Free Software Foundation, Inc http://www.fsf.org
+ * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later
+ */
namespace Plugin\MediaFeed;