Skip to content

Commit

Permalink
feat(core): remove license headers from hook modules
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 18, 2020
1 parent e4eb8f7 commit 09e3f83
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
8 changes: 0 additions & 8 deletions packages/core/src/hooks/index.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.
*/
export * from './useAnimatedPath'
export * from './useCurveInterpolation'
export * from './useDimensions'
Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/hooks/useCurveInterpolation.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 { curveFromProp } from '../props'

Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/hooks/useDimensions.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 { defaultMargin } from '../defaults'

Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/hooks/usePartialTheme.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 { defaultTheme, extendDefaultTheme } from '../theming'

Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/hooks/useValueFormatter.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 { format as d3Format } from 'd3-format'
import { timeFormat as d3TimeFormat } from 'd3-time-format'
Expand Down

0 comments on commit 09e3f83

Please sign in to comment.