From 1f5290a756b417b17d9e0ef19c43e045ef3951a6 Mon Sep 17 00:00:00 2001 From: plouc Date: Sat, 19 Dec 2020 07:19:39 +0900 Subject: [PATCH] feat(circle-packing): remove licence headers --- packages/circle-packing/src/Bubble.js | 9 --------- packages/circle-packing/src/BubbleCanvas.js | 9 --------- packages/circle-packing/src/BubbleHtml.js | 9 --------- packages/circle-packing/src/BubbleHtmlNode.js | 8 -------- packages/circle-packing/src/BubbleNode.js | 8 -------- packages/circle-packing/src/ResponsiveBubble.js | 8 -------- packages/circle-packing/src/ResponsiveBubbleCanvas.js | 8 -------- packages/circle-packing/src/ResponsiveBubbleHtml.js | 8 -------- packages/circle-packing/src/compute.js | 8 -------- packages/circle-packing/src/enhance.js | 8 -------- packages/circle-packing/src/{index.js => index.ts} | 0 packages/circle-packing/src/interactivity.js | 8 -------- packages/circle-packing/src/motion.js | 8 -------- packages/circle-packing/src/props.js | 8 -------- 14 files changed, 107 deletions(-) rename packages/circle-packing/src/{index.js => index.ts} (100%) diff --git a/packages/circle-packing/src/Bubble.js b/packages/circle-packing/src/Bubble.js index a99f83152..06d6f0c69 100644 --- a/packages/circle-packing/src/Bubble.js +++ b/packages/circle-packing/src/Bubble.js @@ -1,12 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -/* eslint-disable react/prop-types */ import React from 'react' import { TransitionMotion, spring } from 'react-motion' import pick from 'lodash/pick' diff --git a/packages/circle-packing/src/BubbleCanvas.js b/packages/circle-packing/src/BubbleCanvas.js index bc5be1a31..776603418 100644 --- a/packages/circle-packing/src/BubbleCanvas.js +++ b/packages/circle-packing/src/BubbleCanvas.js @@ -1,12 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -/* eslint-disable react/prop-types */ import React, { Component } from 'react' import { LegacyContainer } from '@nivo/core' import enhance from './enhance' diff --git a/packages/circle-packing/src/BubbleHtml.js b/packages/circle-packing/src/BubbleHtml.js index 0b53e4d3f..3e244b10c 100644 --- a/packages/circle-packing/src/BubbleHtml.js +++ b/packages/circle-packing/src/BubbleHtml.js @@ -1,12 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -/* eslint-disable react/prop-types */ import React from 'react' import { TransitionMotion, spring } from 'react-motion' import pick from 'lodash/pick' diff --git a/packages/circle-packing/src/BubbleHtmlNode.js b/packages/circle-packing/src/BubbleHtmlNode.js index 2768d29c2..00e29d034 100644 --- a/packages/circle-packing/src/BubbleHtmlNode.js +++ b/packages/circle-packing/src/BubbleHtmlNode.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import React from 'react' import PropTypes from 'prop-types' diff --git a/packages/circle-packing/src/BubbleNode.js b/packages/circle-packing/src/BubbleNode.js index 6194384fd..754f208f7 100644 --- a/packages/circle-packing/src/BubbleNode.js +++ b/packages/circle-packing/src/BubbleNode.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import React from 'react' import PropTypes from 'prop-types' import { themePropType } from '@nivo/core' diff --git a/packages/circle-packing/src/ResponsiveBubble.js b/packages/circle-packing/src/ResponsiveBubble.js index a1a285f3a..efa687174 100644 --- a/packages/circle-packing/src/ResponsiveBubble.js +++ b/packages/circle-packing/src/ResponsiveBubble.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import React from 'react' import { ResponsiveWrapper } from '@nivo/core' import Bubble from './Bubble' diff --git a/packages/circle-packing/src/ResponsiveBubbleCanvas.js b/packages/circle-packing/src/ResponsiveBubbleCanvas.js index e9d956b24..a39bf3ced 100644 --- a/packages/circle-packing/src/ResponsiveBubbleCanvas.js +++ b/packages/circle-packing/src/ResponsiveBubbleCanvas.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import React from 'react' import { ResponsiveWrapper } from '@nivo/core' import BubbleCanvas from './BubbleCanvas' diff --git a/packages/circle-packing/src/ResponsiveBubbleHtml.js b/packages/circle-packing/src/ResponsiveBubbleHtml.js index 5094fb937..53381efc0 100644 --- a/packages/circle-packing/src/ResponsiveBubbleHtml.js +++ b/packages/circle-packing/src/ResponsiveBubbleHtml.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import React from 'react' import { ResponsiveWrapper } from '@nivo/core' import BubbleHtml from './BubbleHtml' diff --git a/packages/circle-packing/src/compute.js b/packages/circle-packing/src/compute.js index d4a6335e6..61354fc9c 100644 --- a/packages/circle-packing/src/compute.js +++ b/packages/circle-packing/src/compute.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ const computeNodePath = (node, getIdentity) => node .ancestors() diff --git a/packages/circle-packing/src/enhance.js b/packages/circle-packing/src/enhance.js index c0bcaf794..32330bc17 100644 --- a/packages/circle-packing/src/enhance.js +++ b/packages/circle-packing/src/enhance.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import { pack } from 'd3-hierarchy' import compose from 'recompose/compose' import defaultProps from 'recompose/defaultProps' diff --git a/packages/circle-packing/src/index.js b/packages/circle-packing/src/index.ts similarity index 100% rename from packages/circle-packing/src/index.js rename to packages/circle-packing/src/index.ts diff --git a/packages/circle-packing/src/interactivity.js b/packages/circle-packing/src/interactivity.js index 7e84d8d4f..f9eb7cc53 100644 --- a/packages/circle-packing/src/interactivity.js +++ b/packages/circle-packing/src/interactivity.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import React from 'react' import { BasicTooltip } from '@nivo/tooltip' diff --git a/packages/circle-packing/src/motion.js b/packages/circle-packing/src/motion.js index c5b70cca9..ed6d16c05 100644 --- a/packages/circle-packing/src/motion.js +++ b/packages/circle-packing/src/motion.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import { spring } from 'react-motion' import { interpolateColor } from '@nivo/colors' diff --git a/packages/circle-packing/src/props.js b/packages/circle-packing/src/props.js index f75c93226..96e772c29 100644 --- a/packages/circle-packing/src/props.js +++ b/packages/circle-packing/src/props.js @@ -1,11 +1,3 @@ -/* - * This file is part of the nivo project. - * - * Copyright 2016-present, Raphaël Benitte. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ import PropTypes from 'prop-types' import { noop, defsPropTypes } from '@nivo/core' import {