From d83d082c4ab8b6f6383a68f40e7b6dd648acad70 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Wed, 29 Apr 2020 17:16:32 -0400 Subject: [PATCH] Removed license docblock that we don't use anywhere else in the frontend --- js/src/admin/components/AdminLinkButton.tsx | 9 --------- js/src/admin/components/AdminNav.tsx | 9 --------- js/src/admin/components/DashboardWidget.tsx | 9 --------- js/src/admin/components/StatusWidget.tsx | 9 --------- js/src/admin/components/Widget.tsx | 9 --------- 5 files changed, 45 deletions(-) diff --git a/js/src/admin/components/AdminLinkButton.tsx b/js/src/admin/components/AdminLinkButton.tsx index 551bc3f98..97781e5a2 100644 --- a/js/src/admin/components/AdminLinkButton.tsx +++ b/js/src/admin/components/AdminLinkButton.tsx @@ -1,12 +1,3 @@ -/* - * 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. - */ - import LinkButton, { LinkButtonProps } from '../../common/components/LinkButton'; interface AdminLinkButtonProps extends LinkButtonProps { diff --git a/js/src/admin/components/AdminNav.tsx b/js/src/admin/components/AdminNav.tsx index c25d0ec83..ba963e209 100644 --- a/js/src/admin/components/AdminNav.tsx +++ b/js/src/admin/components/AdminNav.tsx @@ -1,12 +1,3 @@ -/* - * 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. - */ - import Component from '../../common/Component'; import AdminLinkButton from './AdminLinkButton'; import SelectDropdown from '../../common/components/SelectDropdown'; diff --git a/js/src/admin/components/DashboardWidget.tsx b/js/src/admin/components/DashboardWidget.tsx index 56bab5a87..1babdd35a 100644 --- a/js/src/admin/components/DashboardWidget.tsx +++ b/js/src/admin/components/DashboardWidget.tsx @@ -1,12 +1,3 @@ -/* - * 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. - */ - import Component from '../../common/Component'; export default class Widget extends Component { diff --git a/js/src/admin/components/StatusWidget.tsx b/js/src/admin/components/StatusWidget.tsx index 6779b55a5..b280288fd 100644 --- a/js/src/admin/components/StatusWidget.tsx +++ b/js/src/admin/components/StatusWidget.tsx @@ -1,12 +1,3 @@ -/* - * 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. - */ - import DashboardWidget from './DashboardWidget'; import listItems from '../../common/helpers/listItems'; import ItemList from '../../common/utils/ItemList'; diff --git a/js/src/admin/components/Widget.tsx b/js/src/admin/components/Widget.tsx index 5b9ceab9e..97781839e 100644 --- a/js/src/admin/components/Widget.tsx +++ b/js/src/admin/components/Widget.tsx @@ -1,12 +1,3 @@ -/* - * 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. - */ - import Component from '../../common/Component'; export default class DashboardWidget extends Component {