Skip to content

Commit

Permalink
feat(scales): remove license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc authored and wyze committed Jun 22, 2021
1 parent 598a9c7 commit f558a7d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 72 deletions.
8 changes: 0 additions & 8 deletions packages/scales/src/bandScale.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'

export const bandScalePropTypes = {
Expand Down
8 changes: 0 additions & 8 deletions packages/scales/src/compute.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 uniq from 'lodash/uniq'
import uniqBy from 'lodash/uniqBy'
import sortBy from 'lodash/sortBy'
Expand Down
8 changes: 0 additions & 8 deletions packages/scales/src/index.ts
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 { linearScalePropTypes } from './linearScale'
import { logScalePropTypes } from './logScale'
Expand Down
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 { scaleLinear } from 'd3-scale'
import PropTypes from 'prop-types'

Expand Down
8 changes: 0 additions & 8 deletions packages/scales/src/logScale.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 { scaleLog } from 'd3-scale'
import PropTypes from 'prop-types'

Expand Down
8 changes: 0 additions & 8 deletions packages/scales/src/pointScale.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 { scalePoint } from 'd3-scale'
import PropTypes from 'prop-types'

Expand Down
8 changes: 0 additions & 8 deletions packages/scales/src/symlogScale.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 { scaleSymlog } from 'd3-scale'
import PropTypes from 'prop-types'

Expand Down
8 changes: 0 additions & 8 deletions packages/scales/src/timeHelpers.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 { timeParse, utcParse } from 'd3-time-format'

export const TIME_PRECISION_MILLISECOND = 'millisecond'
Expand Down
8 changes: 0 additions & 8 deletions packages/scales/src/timeScale.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 { scaleTime, scaleUtc } from 'd3-scale'
import PropTypes from 'prop-types'
import { createDateNormalizer, timePrecisions, TIME_PRECISION_MILLISECOND } from './timeHelpers'
Expand Down

0 comments on commit f558a7d

Please sign in to comment.