From 8980189917afa1f730ef983dcaa32bcf65ef7119 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Wed, 29 Apr 2020 22:27:13 -0400 Subject: [PATCH] Removed more outdated license docblocks --- js/admin.ts | 9 --------- js/forum.ts | 9 --------- 2 files changed, 18 deletions(-) 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';