Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(network): remove deprecated license header from package
  • Loading branch information
plouc committed Dec 31, 2021
1 parent 797c131 commit 0137c96
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 88 deletions.
8 changes: 0 additions & 8 deletions packages/network/src/Link.tsx
@@ -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'

Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/Network.tsx
@@ -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, Fragment, useCallback } from 'react'
import { withContainer, useDimensions, SvgWrapper, useTheme, useMotionConfig } from '@nivo/core'
import { useInheritedColor } from '@nivo/colors'
Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/NetworkCanvas.tsx
@@ -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, useRef, useEffect } from 'react'

import * as React from 'react'
Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/Node.tsx
@@ -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'

Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/ResponsiveNetwork.tsx
@@ -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 Network from './Network'

Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/ResponsiveNetworkCanvas.tsx
@@ -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 NetworkCanvas from './NetworkCanvas'

Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/StaticLinks.tsx
@@ -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 Link from './Link'
Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/StaticNodes.tsx
@@ -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 Node from './Node'
Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/hooks.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.
*/
import { useState, useEffect, useMemo } from 'react'
import get from 'lodash/get'
import isString from 'lodash/isString'
Expand Down
8 changes: 0 additions & 8 deletions packages/network/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 Network } from './Network'
export { default as ResponsiveNetwork } from './ResponsiveNetwork'
export { default as NetworkCanvas } from './NetworkCanvas'
Expand Down
8 changes: 0 additions & 8 deletions packages/network/src/props.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.
*/
import PropTypes from 'prop-types'
import { motionPropTypes } from '@nivo/core'
import { inheritedColorPropType } from '@nivo/colors'
Expand Down

0 comments on commit 0137c96

Please sign in to comment.