Skip to content

Commit 8228f8b

Browse files
ploucwyze
authored andcommitted
feat(swarmplot): remove license headers
1 parent 39c1c72 commit 8228f8b

18 files changed

+5
-136
lines changed

packages/swarmplot/src/AnimatedSwarmPlotNodes.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React, { memo, Fragment } from 'react'
102
import PropTypes from 'prop-types'
113
import { TransitionMotion, spring } from 'react-motion'

packages/swarmplot/src/ResponsiveSwarmPlot.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React from 'react'
102
import { ResponsiveWrapper } from '@nivo/core'
113
import SwarmPlot from './SwarmPlot'

packages/swarmplot/src/ResponsiveSwarmPlotCanvas.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React from 'react'
102
import { ResponsiveWrapper } from '@nivo/core'
113
import SwarmPlotCanvas from './SwarmPlotCanvas'

packages/swarmplot/src/StaticSwarmPlotNodes.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React, { memo, Fragment } from 'react'
102
import PropTypes from 'prop-types'
113

packages/swarmplot/src/SwarmPlot.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React, { memo, Fragment } from 'react'
102
import { SvgWrapper, withContainer, useDimensions, useTheme } from '@nivo/core'
113
import { useInheritedColor } from '@nivo/colors'

packages/swarmplot/src/SwarmPlotAnnotations.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React from 'react'
102
import { Annotation } from '@nivo/annotations'
113
import { useSwarmPlotAnnotations } from './hooks'

packages/swarmplot/src/SwarmPlotCanvas.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React, { memo, useRef, useState, useEffect, useCallback, useMemo } from 'react'
102
import {
113
getRelativeCursor,

packages/swarmplot/src/SwarmPlotNode.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React, { memo, useCallback } from 'react'
102
import PropTypes from 'prop-types'
113

packages/swarmplot/src/SwarmPlotTooltip.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import React from 'react'
102
import PropTypes from 'prop-types'
113
import { BasicTooltip } from '@nivo/tooltip'

packages/swarmplot/src/compute.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import get from 'lodash/get'
102
import isString from 'lodash/isString'
113
import isNumber from 'lodash/isNumber'

0 commit comments

Comments
 (0)