Skip to content

Commit

Permalink
feat(core): remove license headers from lib modules
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 18, 2020
1 parent b05913d commit e4eb8f7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
9 changes: 0 additions & 9 deletions packages/core/src/lib/bridge.js
Original file line number Diff line number Diff line change
@@ -1,12 +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 const textPropsByEngine = {
svg: {
align: {
Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/lib/defs.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 isFunction from 'lodash/isFunction'
import isPlainObject from 'lodash/isPlainObject'
import pick from 'lodash/pick'
Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/lib/noop.js
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
/*
* 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 () => {}
8 changes: 0 additions & 8 deletions packages/core/src/lib/propertiesConverters.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 isFunction from 'lodash/isFunction'
import get from 'lodash/get'
import { format } from 'd3-format'
Expand Down

0 comments on commit e4eb8f7

Please sign in to comment.