diff --git a/js/admin.ts b/js/admin.ts index fd107337a..1f9e14ab9 100644 --- a/js/admin.ts +++ b/js/admin.ts @@ -1,11 +1,2 @@ -/* - * This file is part of Flarum. - * - * (c) Toby Zerner - * - * 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'; diff --git a/js/forum.ts b/js/forum.ts index 4fa6e4729..f49b87108 100644 --- a/js/forum.ts +++ b/js/forum.ts @@ -1,11 +1,2 @@ -/* - * This file is part of Flarum. - * - * (c) Toby Zerner - * - * 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';