diff --git a/framework/core/js/admin.js b/framework/core/js/admin.js
index 9f8151ec6..c62b84bf5 100644
--- a/framework/core/js/admin.js
+++ b/framework/core/js/admin.js
@@ -1,11 +1,2 @@
-/*
- * This file is part of Flarum.
- *
- * (c) Toby Zerner <toby.zerner@gmail.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
 export * from './src/common';
 export * from './src/admin';
\ No newline at end of file
diff --git a/framework/core/js/forum.js b/framework/core/js/forum.js
index 90811e4b9..534ceb302 100644
--- a/framework/core/js/forum.js
+++ b/framework/core/js/forum.js
@@ -1,11 +1,2 @@
-/*
- * This file is part of Flarum.
- *
- * (c) Toby Zerner <toby.zerner@gmail.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
 export * from './src/common';
 export * from './src/forum';
\ No newline at end of file
diff --git a/framework/core/js/src/admin/components/StatusWidget.js b/framework/core/js/src/admin/components/StatusWidget.js
index d195c121e..44aefa0c7 100644
--- a/framework/core/js/src/admin/components/StatusWidget.js
+++ b/framework/core/js/src/admin/components/StatusWidget.js
@@ -1,12 +1,3 @@
-/*
- * This file is part of Flarum.
- *
- * (c) Toby Zerner <toby.zerner@gmail.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
 import DashboardWidget from './DashboardWidget';
 import listItems from '../../common/helpers/listItems';
 import ItemList from '../../common/utils/ItemList';