Skip to content

Commit

Permalink
feat(voronoi): remove license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc authored and wyze committed Apr 26, 2021
1 parent 74621c0 commit f69c799
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 65 deletions.
8 changes: 0 additions & 8 deletions packages/voronoi/src/Mesh.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, { useRef, useState, useCallback, useMemo } from 'react'
import PropTypes from 'prop-types'
import { getRelativeCursor } from '@nivo/core'
Expand Down
8 changes: 0 additions & 8 deletions packages/voronoi/src/ResponsiveVoronoi.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 Voronoi from './Voronoi'
Expand Down
8 changes: 0 additions & 8 deletions packages/voronoi/src/Voronoi.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, { Fragment } from 'react'
import { LegacyContainer, SvgWrapper } from '@nivo/core'
import enhance from './enhance'
Expand Down
8 changes: 0 additions & 8 deletions packages/voronoi/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 { scaleLinear } from 'd3-scale'
import { Delaunay } from 'd3-delaunay'
import compose from 'recompose/compose'
Expand Down
8 changes: 0 additions & 8 deletions packages/voronoi/src/hooks.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 { useMemo } from 'react'
import { computeMeshPoints, computeMesh } from './computeMesh'

Expand Down
8 changes: 0 additions & 8 deletions packages/voronoi/src/index.ts
@@ -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.
*/
export { default as Voronoi } from './Voronoi'
export { default as ResponsiveVoronoi } from './ResponsiveVoronoi'
export { default as Mesh } from './Mesh'
Expand Down
9 changes: 0 additions & 9 deletions packages/voronoi/src/meshCanvas.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.
*/

export const renderVoronoiToCanvas = (ctx, voronoi) => {
ctx.save()

Expand Down
8 changes: 0 additions & 8 deletions packages/voronoi/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'

export const VoronoiPropTypes = {
Expand Down

0 comments on commit f69c799

Please sign in to comment.