Skip to content

Commit

Permalink
feat(circle-packing): remove licence 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 e75f1c8 commit 1f5290a
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 107 deletions.
9 changes: 0 additions & 9 deletions 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'
Expand Down
9 changes: 0 additions & 9 deletions 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'
Expand Down
9 changes: 0 additions & 9 deletions 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'
Expand Down
8 changes: 0 additions & 8 deletions 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'

Expand Down
8 changes: 0 additions & 8 deletions 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'
Expand Down
8 changes: 0 additions & 8 deletions 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'
Expand Down
8 changes: 0 additions & 8 deletions 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'
Expand Down
8 changes: 0 additions & 8 deletions 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'
Expand Down
8 changes: 0 additions & 8 deletions 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()
Expand Down
8 changes: 0 additions & 8 deletions 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'
Expand Down
File renamed without changes.
8 changes: 0 additions & 8 deletions 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'

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

Expand Down
8 changes: 0 additions & 8 deletions 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 {
Expand Down

0 comments on commit 1f5290a

Please sign in to comment.