Skip to content

Commit

Permalink
chore(line): remove old license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Feb 18, 2022
1 parent b372ec9 commit 23a5783
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 152 deletions.
8 changes: 0 additions & 8 deletions packages/line/src/Areas.js
Original file line number Diff line number Diff line change
@@ -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 { memo } from 'react'
import PropTypes from 'prop-types'
import { useSpring, animated } from '@react-spring/web'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/Line.js
Original file line number Diff line number Diff line change
@@ -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 { Fragment, useState } from 'react'
import {
bindDefs,
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/LineCanvas.js
Original file line number Diff line number Diff line change
@@ -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 { createElement, useRef, useEffect, useState, useCallback, forwardRef } from 'react'
import {
withContainer,
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/Lines.js
Original file line number Diff line number Diff line change
@@ -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 { memo } from 'react'
import PropTypes from 'prop-types'
import LinesItem from './LinesItem'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/LinesItem.js
Original file line number Diff line number Diff line change
@@ -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 { memo, useMemo } from 'react'
import PropTypes from 'prop-types'
import { animated } from '@react-spring/web'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/Mesh.js
Original file line number Diff line number Diff line change
@@ -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 { createElement, memo, useCallback } from 'react'
import PropTypes from 'prop-types'
import { useTooltip } from '@nivo/tooltip'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/PointTooltip.js
Original file line number Diff line number Diff line change
@@ -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 { memo } from 'react'
import PropTypes from 'prop-types'
import { BasicTooltip } from '@nivo/tooltip'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/Points.js
Original file line number Diff line number Diff line change
@@ -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 { memo } from 'react'
import PropTypes from 'prop-types'
import { getLabelGenerator, DotsItem, useTheme } from '@nivo/core'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/ResponsiveLine.js
Original file line number Diff line number Diff line change
@@ -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 { ResponsiveWrapper } from '@nivo/core'
import Line from './Line'

Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/ResponsiveLineCanvas.js
Original file line number Diff line number Diff line change
@@ -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 { forwardRef } from 'react'
import { ResponsiveWrapper } from '@nivo/core'
import LineCanvas from './LineCanvas'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/SliceTooltip.js
Original file line number Diff line number Diff line change
@@ -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 { memo } from 'react'
import PropTypes from 'prop-types'
import { useTheme } from '@nivo/core'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/Slices.js
Original file line number Diff line number Diff line change
@@ -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 { memo } from 'react'
import PropTypes from 'prop-types'
import SlicesItem from './SlicesItem'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/SlicesItem.js
Original file line number Diff line number Diff line change
@@ -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 { createElement, memo, useCallback } from 'react'
import PropTypes from 'prop-types'
import { useTooltip } from '@nivo/tooltip'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/hooks.js
Original file line number Diff line number Diff line change
@@ -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 { useCallback, useMemo, useState } from 'react'
import { area, line } from 'd3-shape'
import { curveFromProp, useTheme, useValueFormatter } from '@nivo/core'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/index.js
Original file line number Diff line number Diff line change
@@ -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 Line } from './Line'
export { default as ResponsiveLine } from './ResponsiveLine'
export { default as LineCanvas } from './LineCanvas'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/src/props.js
Original file line number Diff line number Diff line change
@@ -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 { lineCurvePropType, blendModePropType, motionPropTypes, defsPropTypes } from '@nivo/core'
import { ordinalColorsPropType } from '@nivo/colors'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/stories/LineCanvas.stories.js
Original file line number Diff line number Diff line change
@@ -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 { useRef } from 'react'
import { storiesOf } from '@storybook/react'
import { withKnobs, boolean, button } from '@storybook/addon-knobs'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/stories/ResponsiveLineCanvas.stories.js
Original file line number Diff line number Diff line change
@@ -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 { useRef } from 'react'
import { storiesOf } from '@storybook/react'
import { withKnobs, boolean, button } from '@storybook/addon-knobs'
Expand Down
8 changes: 0 additions & 8 deletions packages/line/stories/line.stories.js
Original file line number Diff line number Diff line change
@@ -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 { Component, useState, useEffect } from 'react'
import range from 'lodash/range'
import last from 'lodash/last'
Expand Down

0 comments on commit 23a5783

Please sign in to comment.