Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 21bea97

Browse files
committed
Rely solely on LICENSE file
1 parent 598fbe4 commit 21bea97

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+0
-536
lines changed

docs/src/app.css.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import {
102
createClassRules, primaryColor, breakpoints,
113
blackTextColor, whiteTextColor, accentColor,

docs/src/app.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import * as React from "react";
102
import * as ReactDOM from "react-dom";
113
import { StatelessComponent } from "react";

docs/src/components/button.css.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import { createClassRules, buttonReset, timing, multi, blackTextColor } from "../theme";
102

113
export default createClassRules({

docs/src/components/button.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import * as React from "react";
102
import { StatelessComponent, HTMLAttributes } from "react";
113
import { assemble } from "reassemble";

docs/src/components/demo.css.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import { createClassRules, multi, primaryColor, whiteTextColor, blackTextColor, breakpoints } from "../theme";
102

113
export default createClassRules({

docs/src/components/demo.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import * as React from "react";
102
import { EventHandler, MouseEvent, ComponentClass, StatelessComponent } from "react";
113
import { CSSTransition, CSSTransitionProps, transit } from "react-css-transition";

docs/src/components/iconButton.css.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import { createClassRules, buttonReset, timing } from "../theme";
102

113
export default createClassRules({

docs/src/components/iconButton.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
import * as React from "react";
102
import { StatelessComponent, HTMLAttributes } from "react";
113
import { assemble } from "reassemble";

docs/src/components/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
export * from "./logo";
102
export * from "./demo";
113
export * from "./syntaxHighlighter";

docs/src/components/logo.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @license
3-
* Copyright (C) 2016-present Chi Vinh Le and contributors.
4-
*
5-
* This software may be modified and distributed under the terms
6-
* of the MIT license. See the LICENSE file for details.
7-
*/
8-
91
/* tslint:disable: max-line-length */
102

113
import * as React from "react";

0 commit comments

Comments
 (0)