Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove copyright headers from source files #5446

Merged
merged 6 commits into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions lib/aggregate.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/transforms/aggregate');
8 changes: 0 additions & 8 deletions lib/bar.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/bar');
8 changes: 0 additions & 8 deletions lib/barpolar.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/barpolar');
8 changes: 0 additions & 8 deletions lib/box.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/box');
8 changes: 0 additions & 8 deletions lib/calendars.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/components/calendars');
8 changes: 0 additions & 8 deletions lib/candlestick.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/candlestick');
8 changes: 0 additions & 8 deletions lib/carpet.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/carpet');
8 changes: 0 additions & 8 deletions lib/choropleth.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/choropleth');
8 changes: 0 additions & 8 deletions lib/choroplethmapbox.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/choroplethmapbox');
8 changes: 0 additions & 8 deletions lib/cone.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/cone');
8 changes: 0 additions & 8 deletions lib/contour.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/contour');
8 changes: 0 additions & 8 deletions lib/contourcarpet.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/contourcarpet');
8 changes: 0 additions & 8 deletions lib/core.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/core');
8 changes: 0 additions & 8 deletions lib/densitymapbox.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/densitymapbox');
8 changes: 0 additions & 8 deletions lib/filter.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/transforms/filter');
8 changes: 0 additions & 8 deletions lib/funnel.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/funnel');
8 changes: 0 additions & 8 deletions lib/funnelarea.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/funnelarea');
8 changes: 0 additions & 8 deletions lib/groupby.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/transforms/groupby');
8 changes: 0 additions & 8 deletions lib/heatmap.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/heatmap');
8 changes: 0 additions & 8 deletions lib/heatmapgl.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/heatmapgl');
8 changes: 0 additions & 8 deletions lib/histogram.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/histogram');
8 changes: 0 additions & 8 deletions lib/histogram2d.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/histogram2d');
8 changes: 0 additions & 8 deletions lib/histogram2dcontour.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/histogram2dcontour');
8 changes: 0 additions & 8 deletions lib/image.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

module.exports = require('../src/traces/image');
8 changes: 0 additions & 8 deletions lib/index-basic.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index-cartesian.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index-finance.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index-geo.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index-gl2d.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index-gl3d.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index-mapbox.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index-strict.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
8 changes: 0 additions & 8 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* Copyright 2012-2021, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

'use strict';

var Plotly = require('./core');
Expand Down
Loading