From 0137c963b1f1ea62bdfe1c2626f3c3bb93364ca2 Mon Sep 17 00:00:00 2001 From: plouc Date: Tue, 7 Sep 2021 09:32:17 +0900 Subject: [PATCH] feat(network): remove deprecated license header from package --- packages/network/src/Link.tsx | 8 -------- packages/network/src/Network.tsx | 8 -------- packages/network/src/NetworkCanvas.tsx | 8 -------- packages/network/src/Node.tsx | 8 -------- packages/network/src/ResponsiveNetwork.tsx | 8 -------- packages/network/src/ResponsiveNetworkCanvas.tsx | 8 -------- packages/network/src/StaticLinks.tsx | 8 -------- packages/network/src/StaticNodes.tsx | 8 -------- packages/network/src/hooks.ts | 8 -------- packages/network/src/index.ts | 8 -------- packages/network/src/props.ts | 8 -------- 11 files changed, 88 deletions(-) diff --git a/packages/network/src/Link.tsx b/packages/network/src/Link.tsx index bc037f0444..cbff29b458 100644 --- a/packages/network/src/Link.tsx +++ b/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' diff --git a/packages/network/src/Network.tsx b/packages/network/src/Network.tsx index 4b5568d1ab..92f8a4131c 100644 --- a/packages/network/src/Network.tsx +++ b/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' diff --git a/packages/network/src/NetworkCanvas.tsx b/packages/network/src/NetworkCanvas.tsx index 8d8942250c..591a435a63 100644 --- a/packages/network/src/NetworkCanvas.tsx +++ b/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' diff --git a/packages/network/src/Node.tsx b/packages/network/src/Node.tsx index aa0620a2a5..148b3ee0c4 100644 --- a/packages/network/src/Node.tsx +++ b/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' diff --git a/packages/network/src/ResponsiveNetwork.tsx b/packages/network/src/ResponsiveNetwork.tsx index 2c1ac47a91..40486841ea 100644 --- a/packages/network/src/ResponsiveNetwork.tsx +++ b/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' diff --git a/packages/network/src/ResponsiveNetworkCanvas.tsx b/packages/network/src/ResponsiveNetworkCanvas.tsx index 4529bf2990..6177d392de 100644 --- a/packages/network/src/ResponsiveNetworkCanvas.tsx +++ b/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' diff --git a/packages/network/src/StaticLinks.tsx b/packages/network/src/StaticLinks.tsx index 10c9138355..0221a806f0 100644 --- a/packages/network/src/StaticLinks.tsx +++ b/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' diff --git a/packages/network/src/StaticNodes.tsx b/packages/network/src/StaticNodes.tsx index 5f1d410f2b..16b43afca0 100644 --- a/packages/network/src/StaticNodes.tsx +++ b/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' diff --git a/packages/network/src/hooks.ts b/packages/network/src/hooks.ts index f673736cc8..ae8c9964c4 100644 --- a/packages/network/src/hooks.ts +++ b/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' diff --git a/packages/network/src/index.ts b/packages/network/src/index.ts index 5f59734c6e..c40e2bce6b 100644 --- a/packages/network/src/index.ts +++ b/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' diff --git a/packages/network/src/props.ts b/packages/network/src/props.ts index 3c50fdc03f..a7d1f34cbd 100644 --- a/packages/network/src/props.ts +++ b/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'