1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 06:57:54 +02:00

Removed license docblock that we don't use anywhere else in the frontend

This commit is contained in:
Alexander Skvortsov
2020-04-29 17:16:32 -04:00
committed by David Sevilla Martín
parent 8b6f9ddbfe
commit d83d082c4a
5 changed files with 0 additions and 45 deletions

View File

@@ -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 LinkButton, { LinkButtonProps } from '../../common/components/LinkButton';
interface AdminLinkButtonProps extends LinkButtonProps {

View File

@@ -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 Component from '../../common/Component';
import AdminLinkButton from './AdminLinkButton';
import SelectDropdown from '../../common/components/SelectDropdown';

View File

@@ -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 Component from '../../common/Component';
export default class Widget extends Component {

View File

@@ -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';

View File

@@ -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 Component from '../../common/Component';
export default class DashboardWidget extends Component {