diff --git a/LICENSE b/LICENSE index ae3a855cb18..1516b64f10f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Plotly, Inc +Copyright (c) 2017 Plotly, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 355fcc9b146..f4477e66388 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ plotly.js charts can also be created and saved online for free at [plot.ly/plot] ## Copyright and license -Code and documentation copyright 2016 Plotly, Inc. +Code and documentation copyright 2017 Plotly, Inc. Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE). diff --git a/lib/bar.js b/lib/bar.js index c159668a209..64283813cb1 100644 --- a/lib/bar.js +++ b/lib/bar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/box.js b/lib/box.js index fd3a86d2a55..f3fde994b63 100644 --- a/lib/box.js +++ b/lib/box.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/calendars.js b/lib/calendars.js index 93eb53e3ba6..8ad06f1d6da 100644 --- a/lib/calendars.js +++ b/lib/calendars.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/candlestick.js b/lib/candlestick.js index b4b0f06e6de..c608d5b6755 100644 --- a/lib/candlestick.js +++ b/lib/candlestick.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/choropleth.js b/lib/choropleth.js index 33124c98c0c..4e1f61186c5 100644 --- a/lib/choropleth.js +++ b/lib/choropleth.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/contour.js b/lib/contour.js index 822348ab310..703eb8d311b 100644 --- a/lib/contour.js +++ b/lib/contour.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/contourgl.js b/lib/contourgl.js index f58a672848b..74901df14b4 100644 --- a/lib/contourgl.js +++ b/lib/contourgl.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/core.js b/lib/core.js index 53d2d1c35b7..afec96d280d 100644 --- a/lib/core.js +++ b/lib/core.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/filter.js b/lib/filter.js index cb0f9ba8fad..14ffd87f7e1 100644 --- a/lib/filter.js +++ b/lib/filter.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/groupby.js b/lib/groupby.js index fc7bc528e09..8ef1dd1f6c2 100644 --- a/lib/groupby.js +++ b/lib/groupby.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/heatmap.js b/lib/heatmap.js index 11f3f44292c..0560a47d95a 100644 --- a/lib/heatmap.js +++ b/lib/heatmap.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/heatmapgl.js b/lib/heatmapgl.js index 6a593e492f0..26352a58216 100644 --- a/lib/heatmapgl.js +++ b/lib/heatmapgl.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/histogram.js b/lib/histogram.js index d0805a9ab0d..f704db7fa70 100644 --- a/lib/histogram.js +++ b/lib/histogram.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/histogram2d.js b/lib/histogram2d.js index b03c321f4d0..69d2f691c03 100644 --- a/lib/histogram2d.js +++ b/lib/histogram2d.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/histogram2dcontour.js b/lib/histogram2dcontour.js index 8e1a2b67c43..133617a9961 100644 --- a/lib/histogram2dcontour.js +++ b/lib/histogram2dcontour.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index-basic.js b/lib/index-basic.js index f56ffe8c6b6..4c837e413ad 100644 --- a/lib/index-basic.js +++ b/lib/index-basic.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index-cartesian.js b/lib/index-cartesian.js index 1bd25000b40..4d07f5f5f09 100644 --- a/lib/index-cartesian.js +++ b/lib/index-cartesian.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index-finance.js b/lib/index-finance.js index c612bd02df8..4759344b760 100644 --- a/lib/index-finance.js +++ b/lib/index-finance.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index-geo.js b/lib/index-geo.js index 731e14789f5..2283f1f0489 100644 --- a/lib/index-geo.js +++ b/lib/index-geo.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index-gl2d.js b/lib/index-gl2d.js index 665dc2db603..a7738a91744 100644 --- a/lib/index-gl2d.js +++ b/lib/index-gl2d.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index-gl3d.js b/lib/index-gl3d.js index c77a840b61a..7134846cb7d 100644 --- a/lib/index-gl3d.js +++ b/lib/index-gl3d.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index-mapbox.js b/lib/index-mapbox.js index ffe777f98b1..17b075b5f49 100644 --- a/lib/index-mapbox.js +++ b/lib/index-mapbox.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/index.js b/lib/index.js index 2f4c821fb27..1cbbb8bba08 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/mesh3d.js b/lib/mesh3d.js index af1c3985369..13453614a45 100644 --- a/lib/mesh3d.js +++ b/lib/mesh3d.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/ohlc.js b/lib/ohlc.js index 989e77e521c..40537cfd011 100644 --- a/lib/ohlc.js +++ b/lib/ohlc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/pie.js b/lib/pie.js index c96df2a129b..08f1d09ab76 100644 --- a/lib/pie.js +++ b/lib/pie.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/pointcloud.js b/lib/pointcloud.js index bcacc3c53f7..4d6c7d286e0 100644 --- a/lib/pointcloud.js +++ b/lib/pointcloud.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/scatter.js b/lib/scatter.js index 6c2efad2e9f..589c7bd8b0c 100644 --- a/lib/scatter.js +++ b/lib/scatter.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/scatter3d.js b/lib/scatter3d.js index f6e54fada07..c4ee1a63465 100644 --- a/lib/scatter3d.js +++ b/lib/scatter3d.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/scattergeo.js b/lib/scattergeo.js index d99243373d9..90f892115bb 100644 --- a/lib/scattergeo.js +++ b/lib/scattergeo.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/scattergl.js b/lib/scattergl.js index 3cec298cb31..7c5b6f2ba79 100644 --- a/lib/scattergl.js +++ b/lib/scattergl.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/scattermapbox.js b/lib/scattermapbox.js index f62b2af0e76..5391bc32630 100644 --- a/lib/scattermapbox.js +++ b/lib/scattermapbox.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/scatterternary.js b/lib/scatterternary.js index 78d06543b06..2196d3c41ae 100644 --- a/lib/scatterternary.js +++ b/lib/scatterternary.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/lib/surface.js b/lib/surface.js index 5a702e4d5c6..d4a3197a2e8 100644 --- a/lib/surface.js +++ b/lib/surface.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/assets/geo_assets.js b/src/assets/geo_assets.js index 2b1825df078..cd324a1881e 100644 --- a/src/assets/geo_assets.js +++ b/src/assets/geo_assets.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/annotation_defaults.js b/src/components/annotations/annotation_defaults.js index ecdb1edf547..32fd5b0f0a0 100644 --- a/src/components/annotations/annotation_defaults.js +++ b/src/components/annotations/annotation_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/arrow_paths.js b/src/components/annotations/arrow_paths.js index 47245af49e5..59e09ad7580 100644 --- a/src/components/annotations/arrow_paths.js +++ b/src/components/annotations/arrow_paths.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/attributes.js b/src/components/annotations/attributes.js index 8097575cf40..143a5a41534 100644 --- a/src/components/annotations/attributes.js +++ b/src/components/annotations/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/calc_autorange.js b/src/components/annotations/calc_autorange.js index 9046863bf81..011f5f83760 100644 --- a/src/components/annotations/calc_autorange.js +++ b/src/components/annotations/calc_autorange.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/defaults.js b/src/components/annotations/defaults.js index a82adabb815..a4e9b9b45df 100644 --- a/src/components/annotations/defaults.js +++ b/src/components/annotations/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/draw.js b/src/components/annotations/draw.js index e9496af0d3f..a6421f366a2 100644 --- a/src/components/annotations/draw.js +++ b/src/components/annotations/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/draw_arrow_head.js b/src/components/annotations/draw_arrow_head.js index 3a42b712dbf..c959c9394df 100644 --- a/src/components/annotations/draw_arrow_head.js +++ b/src/components/annotations/draw_arrow_head.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/annotations/index.js b/src/components/annotations/index.js index 1d4bdd09788..18db2d770f4 100644 --- a/src/components/annotations/index.js +++ b/src/components/annotations/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/calendars/calendars.js b/src/components/calendars/calendars.js index 02dfbfefdc1..2f2a1dec9d5 100644 --- a/src/components/calendars/calendars.js +++ b/src/components/calendars/calendars.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/calendars/index.js b/src/components/calendars/index.js index 3db095eea00..eca51c1ac8a 100644 --- a/src/components/calendars/index.js +++ b/src/components/calendars/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/color/attributes.js b/src/components/color/attributes.js index 76b92497b24..e4a5c6d2c35 100644 --- a/src/components/color/attributes.js +++ b/src/components/color/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/color/index.js b/src/components/color/index.js index 67738c3029b..714d5a05cad 100644 --- a/src/components/color/index.js +++ b/src/components/color/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorbar/attributes.js b/src/components/colorbar/attributes.js index 1a01bc2646d..62f1e031ff8 100644 --- a/src/components/colorbar/attributes.js +++ b/src/components/colorbar/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorbar/defaults.js b/src/components/colorbar/defaults.js index 117e8457272..be767c67524 100644 --- a/src/components/colorbar/defaults.js +++ b/src/components/colorbar/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorbar/draw.js b/src/components/colorbar/draw.js index e31b43873f3..b7eef65140c 100644 --- a/src/components/colorbar/draw.js +++ b/src/components/colorbar/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorbar/has_colorbar.js b/src/components/colorbar/has_colorbar.js index 40990086b43..fb32bc8b6cc 100644 --- a/src/components/colorbar/has_colorbar.js +++ b/src/components/colorbar/has_colorbar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorbar/index.js b/src/components/colorbar/index.js index bdd7cb741e1..c0960b78f7c 100644 --- a/src/components/colorbar/index.js +++ b/src/components/colorbar/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/attributes.js b/src/components/colorscale/attributes.js index aba53099dad..bbbfc60e9ff 100644 --- a/src/components/colorscale/attributes.js +++ b/src/components/colorscale/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/calc.js b/src/components/colorscale/calc.js index ff07d4da5bc..fe300909f5d 100644 --- a/src/components/colorscale/calc.js +++ b/src/components/colorscale/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/color_attributes.js b/src/components/colorscale/color_attributes.js index 68c21984eac..9c8f6cdb065 100644 --- a/src/components/colorscale/color_attributes.js +++ b/src/components/colorscale/color_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/default_scale.js b/src/components/colorscale/default_scale.js index a6d3709dabf..286663dac37 100644 --- a/src/components/colorscale/default_scale.js +++ b/src/components/colorscale/default_scale.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/defaults.js b/src/components/colorscale/defaults.js index bb4a20b238d..55444bb4094 100644 --- a/src/components/colorscale/defaults.js +++ b/src/components/colorscale/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/extract_scale.js b/src/components/colorscale/extract_scale.js index 845b0fde95d..d1e3c83d4ff 100644 --- a/src/components/colorscale/extract_scale.js +++ b/src/components/colorscale/extract_scale.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/flip_scale.js b/src/components/colorscale/flip_scale.js index 38688cda1ef..5e974846ea6 100644 --- a/src/components/colorscale/flip_scale.js +++ b/src/components/colorscale/flip_scale.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/get_scale.js b/src/components/colorscale/get_scale.js index 3590f0df93b..1f88c328a42 100644 --- a/src/components/colorscale/get_scale.js +++ b/src/components/colorscale/get_scale.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/has_colorscale.js b/src/components/colorscale/has_colorscale.js index 5cbce08634d..2744e956442 100644 --- a/src/components/colorscale/has_colorscale.js +++ b/src/components/colorscale/has_colorscale.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/index.js b/src/components/colorscale/index.js index de016dc8d4f..0e07e23c32c 100644 --- a/src/components/colorscale/index.js +++ b/src/components/colorscale/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/is_valid_scale.js b/src/components/colorscale/is_valid_scale.js index a27b7b66c78..f3137486694 100644 --- a/src/components/colorscale/is_valid_scale.js +++ b/src/components/colorscale/is_valid_scale.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/is_valid_scale_array.js b/src/components/colorscale/is_valid_scale_array.js index 95b0a625ef7..324b576b50f 100644 --- a/src/components/colorscale/is_valid_scale_array.js +++ b/src/components/colorscale/is_valid_scale_array.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/make_color_scale_func.js b/src/components/colorscale/make_color_scale_func.js index 984a04559b5..562e104b00a 100644 --- a/src/components/colorscale/make_color_scale_func.js +++ b/src/components/colorscale/make_color_scale_func.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/colorscale/scales.js b/src/components/colorscale/scales.js index ced8979181b..1993b937264 100644 --- a/src/components/colorscale/scales.js +++ b/src/components/colorscale/scales.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/dragelement/align.js b/src/components/dragelement/align.js index 13d7c73da4e..9503473ed6c 100644 --- a/src/components/dragelement/align.js +++ b/src/components/dragelement/align.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/dragelement/cursor.js b/src/components/dragelement/cursor.js index f5f2b902c30..5601c8aaa30 100644 --- a/src/components/dragelement/cursor.js +++ b/src/components/dragelement/cursor.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/dragelement/index.js b/src/components/dragelement/index.js index 0aa03245154..8b531a1b5a8 100644 --- a/src/components/dragelement/index.js +++ b/src/components/dragelement/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/dragelement/unhover.js b/src/components/dragelement/unhover.js index a477501fe50..61b602ac6e6 100644 --- a/src/components/dragelement/unhover.js +++ b/src/components/dragelement/unhover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/drawing/index.js b/src/components/drawing/index.js index 9aa4af4bc36..368365db908 100644 --- a/src/components/drawing/index.js +++ b/src/components/drawing/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/drawing/symbol_defs.js b/src/components/drawing/symbol_defs.js index 47946197309..548a8c5c307 100644 --- a/src/components/drawing/symbol_defs.js +++ b/src/components/drawing/symbol_defs.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/errorbars/attributes.js b/src/components/errorbars/attributes.js index 7a3c398f0ad..be441d7b364 100644 --- a/src/components/errorbars/attributes.js +++ b/src/components/errorbars/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/errorbars/calc.js b/src/components/errorbars/calc.js index c86fea1cfd5..d631758fcb6 100644 --- a/src/components/errorbars/calc.js +++ b/src/components/errorbars/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/errorbars/compute_error.js b/src/components/errorbars/compute_error.js index 77b95b5906f..dd0b189662d 100644 --- a/src/components/errorbars/compute_error.js +++ b/src/components/errorbars/compute_error.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/errorbars/defaults.js b/src/components/errorbars/defaults.js index 52691dbd55e..433f585352b 100644 --- a/src/components/errorbars/defaults.js +++ b/src/components/errorbars/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/errorbars/index.js b/src/components/errorbars/index.js index 8e7dd771ffc..a27378ad6e7 100644 --- a/src/components/errorbars/index.js +++ b/src/components/errorbars/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/errorbars/plot.js b/src/components/errorbars/plot.js index 4126c81936b..84bc05504bf 100644 --- a/src/components/errorbars/plot.js +++ b/src/components/errorbars/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/errorbars/style.js b/src/components/errorbars/style.js index 6b87f1dd127..b6c81feb662 100644 --- a/src/components/errorbars/style.js +++ b/src/components/errorbars/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/images/attributes.js b/src/components/images/attributes.js index 7f0422d3423..2f15c72f908 100644 --- a/src/components/images/attributes.js +++ b/src/components/images/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/images/defaults.js b/src/components/images/defaults.js index 208f75d5c12..0c6c5b32c93 100644 --- a/src/components/images/defaults.js +++ b/src/components/images/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/images/draw.js b/src/components/images/draw.js index bf570357dd2..228916d3de4 100644 --- a/src/components/images/draw.js +++ b/src/components/images/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/images/index.js b/src/components/images/index.js index cfac10b44ba..d7ce308ae28 100644 --- a/src/components/images/index.js +++ b/src/components/images/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/anchor_utils.js b/src/components/legend/anchor_utils.js index 7b5bde268f7..2dcc0161538 100644 --- a/src/components/legend/anchor_utils.js +++ b/src/components/legend/anchor_utils.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/attributes.js b/src/components/legend/attributes.js index 2920f1ba6f4..8ae61ac29be 100644 --- a/src/components/legend/attributes.js +++ b/src/components/legend/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/constants.js b/src/components/legend/constants.js index 346c5f34433..527fa7ba190 100644 --- a/src/components/legend/constants.js +++ b/src/components/legend/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/defaults.js b/src/components/legend/defaults.js index 39e9bd80c70..a094d5799ba 100644 --- a/src/components/legend/defaults.js +++ b/src/components/legend/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/draw.js b/src/components/legend/draw.js index 17258ffbd21..0fbab3a3e13 100644 --- a/src/components/legend/draw.js +++ b/src/components/legend/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/get_legend_data.js b/src/components/legend/get_legend_data.js index 6fe7164cc2e..4ad4636d442 100644 --- a/src/components/legend/get_legend_data.js +++ b/src/components/legend/get_legend_data.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/helpers.js b/src/components/legend/helpers.js index 2c4813a05de..140fa6d7f5f 100644 --- a/src/components/legend/helpers.js +++ b/src/components/legend/helpers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/index.js b/src/components/legend/index.js index 3c3c0e93d52..71e45a0b723 100644 --- a/src/components/legend/index.js +++ b/src/components/legend/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/legend/style.js b/src/components/legend/style.js index 83c6f65ce1e..5b2c65dfa85 100644 --- a/src/components/legend/style.js +++ b/src/components/legend/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/modebar/buttons.js b/src/components/modebar/buttons.js index 064d02e9fe5..8e7125825a8 100644 --- a/src/components/modebar/buttons.js +++ b/src/components/modebar/buttons.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/modebar/index.js b/src/components/modebar/index.js index 7a33d7e3a0c..787fa706d4b 100644 --- a/src/components/modebar/index.js +++ b/src/components/modebar/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/modebar/manage.js b/src/components/modebar/manage.js index 1f6c77ec496..57e5e2d17b3 100644 --- a/src/components/modebar/manage.js +++ b/src/components/modebar/manage.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/modebar/modebar.js b/src/components/modebar/modebar.js index 54f13f9172d..cf6e7fbb5c1 100644 --- a/src/components/modebar/modebar.js +++ b/src/components/modebar/modebar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeselector/attributes.js b/src/components/rangeselector/attributes.js index 227903c3f26..390afe3e200 100644 --- a/src/components/rangeselector/attributes.js +++ b/src/components/rangeselector/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeselector/button_attributes.js b/src/components/rangeselector/button_attributes.js index db0f69cb017..14fd193a0d4 100644 --- a/src/components/rangeselector/button_attributes.js +++ b/src/components/rangeselector/button_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeselector/constants.js b/src/components/rangeselector/constants.js index 6e2818a9c3c..202e73a1cc9 100644 --- a/src/components/rangeselector/constants.js +++ b/src/components/rangeselector/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeselector/defaults.js b/src/components/rangeselector/defaults.js index 4f9d4efd18a..a2523d69621 100644 --- a/src/components/rangeselector/defaults.js +++ b/src/components/rangeselector/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeselector/draw.js b/src/components/rangeselector/draw.js index 53c499781cd..8dbc8ff4774 100644 --- a/src/components/rangeselector/draw.js +++ b/src/components/rangeselector/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeselector/get_update_object.js b/src/components/rangeselector/get_update_object.js index e01624b7c61..e8fa28971c7 100644 --- a/src/components/rangeselector/get_update_object.js +++ b/src/components/rangeselector/get_update_object.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeselector/index.js b/src/components/rangeselector/index.js index baad450c296..a4e3e7cfd58 100644 --- a/src/components/rangeselector/index.js +++ b/src/components/rangeselector/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeslider/attributes.js b/src/components/rangeslider/attributes.js index bb25d074c40..d81dfbfaecf 100644 --- a/src/components/rangeslider/attributes.js +++ b/src/components/rangeslider/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeslider/constants.js b/src/components/rangeslider/constants.js index 0a60e7b33b3..9adc42e6407 100644 --- a/src/components/rangeslider/constants.js +++ b/src/components/rangeslider/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeslider/defaults.js b/src/components/rangeslider/defaults.js index ab448bb022a..8dd0d1d02d9 100644 --- a/src/components/rangeslider/defaults.js +++ b/src/components/rangeslider/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeslider/draw.js b/src/components/rangeslider/draw.js index e1f361acfe0..c82c8b6f4be 100644 --- a/src/components/rangeslider/draw.js +++ b/src/components/rangeslider/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/rangeslider/index.js b/src/components/rangeslider/index.js index cd929887fc3..2d29e3b16fd 100644 --- a/src/components/rangeslider/index.js +++ b/src/components/rangeslider/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/attributes.js b/src/components/shapes/attributes.js index 084f45ba5c0..a8974f2825e 100644 --- a/src/components/shapes/attributes.js +++ b/src/components/shapes/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/calc_autorange.js b/src/components/shapes/calc_autorange.js index a1d2ce0ba72..6f88b4aad96 100644 --- a/src/components/shapes/calc_autorange.js +++ b/src/components/shapes/calc_autorange.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/constants.js b/src/components/shapes/constants.js index 512d4750933..e0c009ca84e 100644 --- a/src/components/shapes/constants.js +++ b/src/components/shapes/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/defaults.js b/src/components/shapes/defaults.js index 706bf650a6b..ceb3b4c0a1a 100644 --- a/src/components/shapes/defaults.js +++ b/src/components/shapes/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/draw.js b/src/components/shapes/draw.js index 92e81383034..314cd339f76 100644 --- a/src/components/shapes/draw.js +++ b/src/components/shapes/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/helpers.js b/src/components/shapes/helpers.js index 76943237492..15c5337c52a 100644 --- a/src/components/shapes/helpers.js +++ b/src/components/shapes/helpers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/index.js b/src/components/shapes/index.js index 163b093f813..444ede3cd59 100644 --- a/src/components/shapes/index.js +++ b/src/components/shapes/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/shapes/shape_defaults.js b/src/components/shapes/shape_defaults.js index 15942086e1a..44d983fc793 100644 --- a/src/components/shapes/shape_defaults.js +++ b/src/components/shapes/shape_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/sliders/attributes.js b/src/components/sliders/attributes.js index 18d33720372..8e584a2455f 100644 --- a/src/components/sliders/attributes.js +++ b/src/components/sliders/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/sliders/constants.js b/src/components/sliders/constants.js index dbffaf81bdd..fedd7c088b5 100644 --- a/src/components/sliders/constants.js +++ b/src/components/sliders/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/sliders/defaults.js b/src/components/sliders/defaults.js index aedf22e69fb..b2fed316c7b 100644 --- a/src/components/sliders/defaults.js +++ b/src/components/sliders/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/sliders/draw.js b/src/components/sliders/draw.js index 5a40ee579d3..a60a8f7139e 100644 --- a/src/components/sliders/draw.js +++ b/src/components/sliders/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/sliders/index.js b/src/components/sliders/index.js index 4bab63e07eb..366b9aaa1ad 100644 --- a/src/components/sliders/index.js +++ b/src/components/sliders/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/titles/index.js b/src/components/titles/index.js index d2282596ab3..c8d5a8f1a14 100644 --- a/src/components/titles/index.js +++ b/src/components/titles/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/updatemenus/attributes.js b/src/components/updatemenus/attributes.js index b914443a863..f04465f9ec3 100644 --- a/src/components/updatemenus/attributes.js +++ b/src/components/updatemenus/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/updatemenus/constants.js b/src/components/updatemenus/constants.js index d9f4dcdbde6..b1c7a2e3ef0 100644 --- a/src/components/updatemenus/constants.js +++ b/src/components/updatemenus/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/updatemenus/defaults.js b/src/components/updatemenus/defaults.js index ea05569680a..2d4eeae7faa 100644 --- a/src/components/updatemenus/defaults.js +++ b/src/components/updatemenus/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/updatemenus/draw.js b/src/components/updatemenus/draw.js index 1ef44e1294b..f7da4871ff2 100644 --- a/src/components/updatemenus/draw.js +++ b/src/components/updatemenus/draw.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/components/updatemenus/index.js b/src/components/updatemenus/index.js index 4bab63e07eb..366b9aaa1ad 100644 --- a/src/components/updatemenus/index.js +++ b/src/components/updatemenus/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/constants/gl2d_dashes.js b/src/constants/gl2d_dashes.js index 3a8609ccac8..8675739aa56 100644 --- a/src/constants/gl2d_dashes.js +++ b/src/constants/gl2d_dashes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/constants/gl3d_dashes.js b/src/constants/gl3d_dashes.js index 137c931e52c..8e4ac98164a 100644 --- a/src/constants/gl3d_dashes.js +++ b/src/constants/gl3d_dashes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/constants/gl_markers.js b/src/constants/gl_markers.js index d7c5504b03e..e10354e84a4 100644 --- a/src/constants/gl_markers.js +++ b/src/constants/gl_markers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/constants/numerical.js b/src/constants/numerical.js index 85155e8d16c..c881daa72c4 100644 --- a/src/constants/numerical.js +++ b/src/constants/numerical.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/constants/string_mappings.js b/src/constants/string_mappings.js index de41701e641..a2760f7b6c0 100644 --- a/src/constants/string_mappings.js +++ b/src/constants/string_mappings.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/constants/xmlns_namespaces.js b/src/constants/xmlns_namespaces.js index a2da63d921e..aaeaea827a3 100644 --- a/src/constants/xmlns_namespaces.js +++ b/src/constants/xmlns_namespaces.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/core.js b/src/core.js index ba025a0b143..a6fa88ad241 100644 --- a/src/core.js +++ b/src/core.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/fonts/mathjax_config.js b/src/fonts/mathjax_config.js index 613463ac884..8005ad86e13 100644 --- a/src/fonts/mathjax_config.js +++ b/src/fonts/mathjax_config.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/array_to_calc_item.js b/src/lib/array_to_calc_item.js index 34b7b99be72..4a968234f0a 100644 --- a/src/lib/array_to_calc_item.js +++ b/src/lib/array_to_calc_item.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/clean_number.js b/src/lib/clean_number.js index d36b08db3df..922c2db7e94 100644 --- a/src/lib/clean_number.js +++ b/src/lib/clean_number.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/coerce.js b/src/lib/coerce.js index 7d69b9e64c7..a72075b8434 100644 --- a/src/lib/coerce.js +++ b/src/lib/coerce.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/dates.js b/src/lib/dates.js index d73c5bec82c..c5c05fcfda9 100644 --- a/src/lib/dates.js +++ b/src/lib/dates.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/events.js b/src/lib/events.js index 2d7cbd65908..8238384242a 100644 --- a/src/lib/events.js +++ b/src/lib/events.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/extend.js b/src/lib/extend.js index d76740d326d..b0591778b64 100644 --- a/src/lib/extend.js +++ b/src/lib/extend.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/filter_unique.js b/src/lib/filter_unique.js index d31028d7bac..5d035707696 100644 --- a/src/lib/filter_unique.js +++ b/src/lib/filter_unique.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/filter_visible.js b/src/lib/filter_visible.js index 64dee017ba4..fdcf6674de3 100644 --- a/src/lib/filter_visible.js +++ b/src/lib/filter_visible.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/geo_location_utils.js b/src/lib/geo_location_utils.js index 9c1ee06a16e..30795820c37 100644 --- a/src/lib/geo_location_utils.js +++ b/src/lib/geo_location_utils.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/geojson_utils.js b/src/lib/geojson_utils.js index 80751a1bcaa..919472f4b0d 100644 --- a/src/lib/geojson_utils.js +++ b/src/lib/geojson_utils.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/gl_format_color.js b/src/lib/gl_format_color.js index 73af3ca64e2..ac3f08aeb3e 100644 --- a/src/lib/gl_format_color.js +++ b/src/lib/gl_format_color.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/html2unicode.js b/src/lib/html2unicode.js index fd76582077f..346ecaaf90f 100644 --- a/src/lib/html2unicode.js +++ b/src/lib/html2unicode.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/index.js b/src/lib/index.js index 5a66ac4c01b..b7d1bdefbd2 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/is_array.js b/src/lib/is_array.js index c01cdac4007..9b7d64e41aa 100644 --- a/src/lib/is_array.js +++ b/src/lib/is_array.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/is_plain_object.js b/src/lib/is_plain_object.js index 1f0748e8e27..d114e022d2f 100644 --- a/src/lib/is_plain_object.js +++ b/src/lib/is_plain_object.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/loggers.js b/src/lib/loggers.js index 048298964f6..02793c74439 100644 --- a/src/lib/loggers.js +++ b/src/lib/loggers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/matrix.js b/src/lib/matrix.js index e0a4fe5a3d3..2429195de05 100644 --- a/src/lib/matrix.js +++ b/src/lib/matrix.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/mod.js b/src/lib/mod.js index 0ce9323b28f..6ddf24e2563 100644 --- a/src/lib/mod.js +++ b/src/lib/mod.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/nested_property.js b/src/lib/nested_property.js index a3e004c2caa..a00cd17137a 100644 --- a/src/lib/nested_property.js +++ b/src/lib/nested_property.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/notifier.js b/src/lib/notifier.js index a1bfbfcc14f..8590f03f62c 100644 --- a/src/lib/notifier.js +++ b/src/lib/notifier.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/polygon.js b/src/lib/polygon.js index d83a05ef1dd..befd593e275 100644 --- a/src/lib/polygon.js +++ b/src/lib/polygon.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/queue.js b/src/lib/queue.js index 2425b67564e..815fd915723 100644 --- a/src/lib/queue.js +++ b/src/lib/queue.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/search.js b/src/lib/search.js index 1dcab13f3b6..8cb4275f1f3 100644 --- a/src/lib/search.js +++ b/src/lib/search.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/setcursor.js b/src/lib/setcursor.js index cab1f189b73..ef70880a1d5 100644 --- a/src/lib/setcursor.js +++ b/src/lib/setcursor.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/show_no_webgl_msg.js b/src/lib/show_no_webgl_msg.js index 0231f043d46..40b84c680bf 100644 --- a/src/lib/show_no_webgl_msg.js +++ b/src/lib/show_no_webgl_msg.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/stats.js b/src/lib/stats.js index 8f84c51a81a..a365d4ce33f 100644 --- a/src/lib/stats.js +++ b/src/lib/stats.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/str2rgbarray.js b/src/lib/str2rgbarray.js index 7d9de0ff997..0dd3c027fce 100644 --- a/src/lib/str2rgbarray.js +++ b/src/lib/str2rgbarray.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/svg_text_utils.js b/src/lib/svg_text_utils.js index 2d229357f25..0a475f14c92 100644 --- a/src/lib/svg_text_utils.js +++ b/src/lib/svg_text_utils.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/topojson_utils.js b/src/lib/topojson_utils.js index 2200c98ee2b..bdd5d7bf196 100644 --- a/src/lib/topojson_utils.js +++ b/src/lib/topojson_utils.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/lib/typed_array_truncate.js b/src/lib/typed_array_truncate.js index 015c5b698f9..3bacc8ebe56 100644 --- a/src/lib/typed_array_truncate.js +++ b/src/lib/typed_array_truncate.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/helpers.js b/src/plot_api/helpers.js index f816b463839..62a4b7e38d5 100644 --- a/src/plot_api/helpers.js +++ b/src/plot_api/helpers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/plot_api.js b/src/plot_api/plot_api.js index 70f15d97dcf..0e26c4b8aa9 100644 --- a/src/plot_api/plot_api.js +++ b/src/plot_api/plot_api.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/plot_config.js b/src/plot_api/plot_config.js index 07fa832976e..d54dd1a05a6 100644 --- a/src/plot_api/plot_config.js +++ b/src/plot_api/plot_config.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/plot_schema.js b/src/plot_api/plot_schema.js index 1be1b01ba24..2be7c505d0b 100644 --- a/src/plot_api/plot_schema.js +++ b/src/plot_api/plot_schema.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/register.js b/src/plot_api/register.js index 04bdd00c1d9..87dae2e49b2 100644 --- a/src/plot_api/register.js +++ b/src/plot_api/register.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/set_plot_config.js b/src/plot_api/set_plot_config.js index 02c98addce7..e4f9e058ca4 100644 --- a/src/plot_api/set_plot_config.js +++ b/src/plot_api/set_plot_config.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/subroutines.js b/src/plot_api/subroutines.js index b8c18a0e2b3..587e014dc60 100644 --- a/src/plot_api/subroutines.js +++ b/src/plot_api/subroutines.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/to_image.js b/src/plot_api/to_image.js index f86bb929395..6ebcf75b367 100644 --- a/src/plot_api/to_image.js +++ b/src/plot_api/to_image.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plot_api/validate.js b/src/plot_api/validate.js index f27781a7884..b06e5506f4d 100644 --- a/src/plot_api/validate.js +++ b/src/plot_api/validate.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plotly.js b/src/plotly.js index 2ac2da1bec8..042166b05bc 100644 --- a/src/plotly.js +++ b/src/plotly.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/animation_attributes.js b/src/plots/animation_attributes.js index b6cd0dc8d95..8b7316270cc 100644 --- a/src/plots/animation_attributes.js +++ b/src/plots/animation_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/array_container_defaults.js b/src/plots/array_container_defaults.js index 25263c45acf..2754ed613c2 100644 --- a/src/plots/array_container_defaults.js +++ b/src/plots/array_container_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/attributes.js b/src/plots/attributes.js index 69496df0ee3..594fba13a6d 100644 --- a/src/plots/attributes.js +++ b/src/plots/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/attributes.js b/src/plots/cartesian/attributes.js index 7e44198831d..a472892edc6 100644 --- a/src/plots/cartesian/attributes.js +++ b/src/plots/cartesian/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js index 44556f88eb3..79812fe61b2 100644 --- a/src/plots/cartesian/axes.js +++ b/src/plots/cartesian/axes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/axis_autotype.js b/src/plots/cartesian/axis_autotype.js index 7dec6b2fd52..476c4ec4bff 100644 --- a/src/plots/cartesian/axis_autotype.js +++ b/src/plots/cartesian/axis_autotype.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/axis_defaults.js b/src/plots/cartesian/axis_defaults.js index a0ab9aed0b8..4a4cb04295c 100644 --- a/src/plots/cartesian/axis_defaults.js +++ b/src/plots/cartesian/axis_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/axis_ids.js b/src/plots/cartesian/axis_ids.js index 2194cb93d7b..63b9fae6e77 100644 --- a/src/plots/cartesian/axis_ids.js +++ b/src/plots/cartesian/axis_ids.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/category_order_defaults.js b/src/plots/cartesian/category_order_defaults.js index 0e711360d3b..c115dd28c23 100644 --- a/src/plots/cartesian/category_order_defaults.js +++ b/src/plots/cartesian/category_order_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/constants.js b/src/plots/cartesian/constants.js index dc7d444c477..8d7ed20df45 100644 --- a/src/plots/cartesian/constants.js +++ b/src/plots/cartesian/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/dragbox.js b/src/plots/cartesian/dragbox.js index 43c9e7a1610..b50dc98cf3a 100644 --- a/src/plots/cartesian/dragbox.js +++ b/src/plots/cartesian/dragbox.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/graph_interact.js b/src/plots/cartesian/graph_interact.js index 57c65b99b13..909b10d6411 100644 --- a/src/plots/cartesian/graph_interact.js +++ b/src/plots/cartesian/graph_interact.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/index.js b/src/plots/cartesian/index.js index dd94ae04073..d8a78abd677 100644 --- a/src/plots/cartesian/index.js +++ b/src/plots/cartesian/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/layout_attributes.js b/src/plots/cartesian/layout_attributes.js index 630aa677855..b917c4cf8e1 100644 --- a/src/plots/cartesian/layout_attributes.js +++ b/src/plots/cartesian/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/layout_defaults.js b/src/plots/cartesian/layout_defaults.js index 625cb9e171f..56c5d008ae6 100644 --- a/src/plots/cartesian/layout_defaults.js +++ b/src/plots/cartesian/layout_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/ordered_categories.js b/src/plots/cartesian/ordered_categories.js index 2666bb71170..722e8570963 100644 --- a/src/plots/cartesian/ordered_categories.js +++ b/src/plots/cartesian/ordered_categories.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/position_defaults.js b/src/plots/cartesian/position_defaults.js index 7963ae55d0e..94ea5ed4e73 100644 --- a/src/plots/cartesian/position_defaults.js +++ b/src/plots/cartesian/position_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/select.js b/src/plots/cartesian/select.js index 9afa8ec8c4e..65835464e3d 100644 --- a/src/plots/cartesian/select.js +++ b/src/plots/cartesian/select.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/set_convert.js b/src/plots/cartesian/set_convert.js index 7202411e980..4c757bff288 100644 --- a/src/plots/cartesian/set_convert.js +++ b/src/plots/cartesian/set_convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/tick_label_defaults.js b/src/plots/cartesian/tick_label_defaults.js index 0d1ebebab74..5f37680d331 100644 --- a/src/plots/cartesian/tick_label_defaults.js +++ b/src/plots/cartesian/tick_label_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/tick_mark_defaults.js b/src/plots/cartesian/tick_mark_defaults.js index 8a05652182e..def1ecdff4c 100644 --- a/src/plots/cartesian/tick_mark_defaults.js +++ b/src/plots/cartesian/tick_mark_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/tick_value_defaults.js b/src/plots/cartesian/tick_value_defaults.js index 0c8790eb346..e0f4bffc2d4 100644 --- a/src/plots/cartesian/tick_value_defaults.js +++ b/src/plots/cartesian/tick_value_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/cartesian/transition_axes.js b/src/plots/cartesian/transition_axes.js index 96462dd4ee0..8b3e211d1e5 100644 --- a/src/plots/cartesian/transition_axes.js +++ b/src/plots/cartesian/transition_axes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/command.js b/src/plots/command.js index 41a60328447..62c060edd5e 100644 --- a/src/plots/command.js +++ b/src/plots/command.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/font_attributes.js b/src/plots/font_attributes.js index 22ce05a412b..daf2490c563 100644 --- a/src/plots/font_attributes.js +++ b/src/plots/font_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/frame_attributes.js b/src/plots/frame_attributes.js index 8dc2f57712a..494851379e6 100644 --- a/src/plots/frame_attributes.js +++ b/src/plots/frame_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/constants.js b/src/plots/geo/constants.js index 940b7a41976..92564b4e485 100644 --- a/src/plots/geo/constants.js +++ b/src/plots/geo/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/geo.js b/src/plots/geo/geo.js index ef95546e771..e1ab1c92463 100644 --- a/src/plots/geo/geo.js +++ b/src/plots/geo/geo.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/index.js b/src/plots/geo/index.js index 1ef3282e6ae..379783add7d 100644 --- a/src/plots/geo/index.js +++ b/src/plots/geo/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/layout/attributes.js b/src/plots/geo/layout/attributes.js index a81b27bac1b..e721fb6b0c5 100644 --- a/src/plots/geo/layout/attributes.js +++ b/src/plots/geo/layout/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/layout/axis_attributes.js b/src/plots/geo/layout/axis_attributes.js index 23a69bf812e..a03ea496f05 100644 --- a/src/plots/geo/layout/axis_attributes.js +++ b/src/plots/geo/layout/axis_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/layout/axis_defaults.js b/src/plots/geo/layout/axis_defaults.js index b88700dcbfb..f3ccf86f885 100644 --- a/src/plots/geo/layout/axis_defaults.js +++ b/src/plots/geo/layout/axis_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/layout/defaults.js b/src/plots/geo/layout/defaults.js index 5127a3a84c1..8fa7af85365 100644 --- a/src/plots/geo/layout/defaults.js +++ b/src/plots/geo/layout/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/layout/layout_attributes.js b/src/plots/geo/layout/layout_attributes.js index 4f86f11c241..0a6b9e26140 100644 --- a/src/plots/geo/layout/layout_attributes.js +++ b/src/plots/geo/layout/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/projections.js b/src/plots/geo/projections.js index 59e190a2b3f..e0f1efc3fc1 100644 --- a/src/plots/geo/projections.js +++ b/src/plots/geo/projections.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/set_scale.js b/src/plots/geo/set_scale.js index 45c437bb1fb..66ef39f0983 100644 --- a/src/plots/geo/set_scale.js +++ b/src/plots/geo/set_scale.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/zoom.js b/src/plots/geo/zoom.js index b18a0c6e4cf..dd26c33bae8 100644 --- a/src/plots/geo/zoom.js +++ b/src/plots/geo/zoom.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/geo/zoom_reset.js b/src/plots/geo/zoom_reset.js index 612267bfeba..f022197219e 100644 --- a/src/plots/geo/zoom_reset.js +++ b/src/plots/geo/zoom_reset.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl2d/camera.js b/src/plots/gl2d/camera.js index 80f56fefccf..6da2699ad2b 100644 --- a/src/plots/gl2d/camera.js +++ b/src/plots/gl2d/camera.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl2d/convert.js b/src/plots/gl2d/convert.js index d22e5feb78e..78784294fe9 100644 --- a/src/plots/gl2d/convert.js +++ b/src/plots/gl2d/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl2d/index.js b/src/plots/gl2d/index.js index eb12013558e..2d4f2f7f099 100644 --- a/src/plots/gl2d/index.js +++ b/src/plots/gl2d/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl2d/scene2d.js b/src/plots/gl2d/scene2d.js index b8e54299751..e5b006900cb 100644 --- a/src/plots/gl2d/scene2d.js +++ b/src/plots/gl2d/scene2d.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/camera.js b/src/plots/gl3d/camera.js index 83dcd3dcb21..70f93ecb2e5 100644 --- a/src/plots/gl3d/camera.js +++ b/src/plots/gl3d/camera.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/index.js b/src/plots/gl3d/index.js index 7d5134a23d3..5d31b1c7db4 100644 --- a/src/plots/gl3d/index.js +++ b/src/plots/gl3d/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/attributes.js b/src/plots/gl3d/layout/attributes.js index 0b1937947ca..4c8c714766a 100644 --- a/src/plots/gl3d/layout/attributes.js +++ b/src/plots/gl3d/layout/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/axis_attributes.js b/src/plots/gl3d/layout/axis_attributes.js index faad75ece28..4d1a061cbcb 100644 --- a/src/plots/gl3d/layout/axis_attributes.js +++ b/src/plots/gl3d/layout/axis_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/axis_defaults.js b/src/plots/gl3d/layout/axis_defaults.js index 981c7b042a3..353d03eb379 100644 --- a/src/plots/gl3d/layout/axis_defaults.js +++ b/src/plots/gl3d/layout/axis_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/convert.js b/src/plots/gl3d/layout/convert.js index e5de1bd8041..1bba5caebbe 100644 --- a/src/plots/gl3d/layout/convert.js +++ b/src/plots/gl3d/layout/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/defaults.js b/src/plots/gl3d/layout/defaults.js index a8aa30dd0de..285da8b2920 100644 --- a/src/plots/gl3d/layout/defaults.js +++ b/src/plots/gl3d/layout/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/layout_attributes.js b/src/plots/gl3d/layout/layout_attributes.js index d101230306c..a708ea7f1e7 100644 --- a/src/plots/gl3d/layout/layout_attributes.js +++ b/src/plots/gl3d/layout/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/spikes.js b/src/plots/gl3d/layout/spikes.js index 124bfa1aa59..b835642f7cb 100644 --- a/src/plots/gl3d/layout/spikes.js +++ b/src/plots/gl3d/layout/spikes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/layout/tick_marks.js b/src/plots/gl3d/layout/tick_marks.js index 46b6f544b67..af98e6d4e45 100644 --- a/src/plots/gl3d/layout/tick_marks.js +++ b/src/plots/gl3d/layout/tick_marks.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/project.js b/src/plots/gl3d/project.js index 5c038a28881..2fe6c437e14 100644 --- a/src/plots/gl3d/project.js +++ b/src/plots/gl3d/project.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/scene.js b/src/plots/gl3d/scene.js index 02188822a9c..9e7493cad3c 100644 --- a/src/plots/gl3d/scene.js +++ b/src/plots/gl3d/scene.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/gl3d/set_convert.js b/src/plots/gl3d/set_convert.js index 6e6fe8bb82b..d19caa8f713 100644 --- a/src/plots/gl3d/set_convert.js +++ b/src/plots/gl3d/set_convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/layout_attributes.js b/src/plots/layout_attributes.js index 235ff39250c..c2c033d8b0d 100644 --- a/src/plots/layout_attributes.js +++ b/src/plots/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/mapbox/constants.js b/src/plots/mapbox/constants.js index 6cbc6b943b0..f15fdffaf2c 100644 --- a/src/plots/mapbox/constants.js +++ b/src/plots/mapbox/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/mapbox/convert_text_opts.js b/src/plots/mapbox/convert_text_opts.js index 6ea827651ba..dcded05fe04 100644 --- a/src/plots/mapbox/convert_text_opts.js +++ b/src/plots/mapbox/convert_text_opts.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/mapbox/index.js b/src/plots/mapbox/index.js index 875417fa653..806b23fac70 100644 --- a/src/plots/mapbox/index.js +++ b/src/plots/mapbox/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/mapbox/layers.js b/src/plots/mapbox/layers.js index 1eab1a99a98..d964ad39973 100644 --- a/src/plots/mapbox/layers.js +++ b/src/plots/mapbox/layers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/mapbox/layout_attributes.js b/src/plots/mapbox/layout_attributes.js index b116b53cdc1..4df5146acde 100644 --- a/src/plots/mapbox/layout_attributes.js +++ b/src/plots/mapbox/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/mapbox/layout_defaults.js b/src/plots/mapbox/layout_defaults.js index 6772c1786c7..911278dec23 100644 --- a/src/plots/mapbox/layout_defaults.js +++ b/src/plots/mapbox/layout_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/mapbox/mapbox.js b/src/plots/mapbox/mapbox.js index a645fd97351..522cf66b8a6 100644 --- a/src/plots/mapbox/mapbox.js +++ b/src/plots/mapbox/mapbox.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/pad_attributes.js b/src/plots/pad_attributes.js index bfadb4c54b0..f5c92700b5d 100644 --- a/src/plots/pad_attributes.js +++ b/src/plots/pad_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/plots.js b/src/plots/plots.js index ad838cd39b2..3d51e37fa20 100644 --- a/src/plots/plots.js +++ b/src/plots/plots.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/polar/area_attributes.js b/src/plots/polar/area_attributes.js index 89cbc9822c1..4ae8b7edae9 100644 --- a/src/plots/polar/area_attributes.js +++ b/src/plots/polar/area_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/polar/axis_attributes.js b/src/plots/polar/axis_attributes.js index a653fd5a839..681763d90b6 100644 --- a/src/plots/polar/axis_attributes.js +++ b/src/plots/polar/axis_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/polar/index.js b/src/plots/polar/index.js index 72c527d87db..75ce1c99adb 100644 --- a/src/plots/polar/index.js +++ b/src/plots/polar/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/polar/micropolar.js b/src/plots/polar/micropolar.js index e3f425c7fe9..208da6995b5 100644 --- a/src/plots/polar/micropolar.js +++ b/src/plots/polar/micropolar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/polar/micropolar_manager.js b/src/plots/polar/micropolar_manager.js index 47bf9c40c44..b685ec5f6e4 100644 --- a/src/plots/polar/micropolar_manager.js +++ b/src/plots/polar/micropolar_manager.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/polar/undo_manager.js b/src/plots/polar/undo_manager.js index ee35c1c85a5..fe8b58f9c27 100644 --- a/src/plots/polar/undo_manager.js +++ b/src/plots/polar/undo_manager.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/subplot_defaults.js b/src/plots/subplot_defaults.js index 15e42217b87..1da3202973d 100644 --- a/src/plots/subplot_defaults.js +++ b/src/plots/subplot_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/ternary/index.js b/src/plots/ternary/index.js index d55cec7c58a..4b1350f87e7 100644 --- a/src/plots/ternary/index.js +++ b/src/plots/ternary/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/ternary/layout/attributes.js b/src/plots/ternary/layout/attributes.js index 891f39df7ae..0a95e1deb33 100644 --- a/src/plots/ternary/layout/attributes.js +++ b/src/plots/ternary/layout/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/ternary/layout/axis_attributes.js b/src/plots/ternary/layout/axis_attributes.js index 8ceb94f5771..05d34dfef19 100644 --- a/src/plots/ternary/layout/axis_attributes.js +++ b/src/plots/ternary/layout/axis_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/ternary/layout/axis_defaults.js b/src/plots/ternary/layout/axis_defaults.js index fc584be7d3e..0ed502a839e 100644 --- a/src/plots/ternary/layout/axis_defaults.js +++ b/src/plots/ternary/layout/axis_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/ternary/layout/defaults.js b/src/plots/ternary/layout/defaults.js index 3564d84b812..a6b3cface36 100644 --- a/src/plots/ternary/layout/defaults.js +++ b/src/plots/ternary/layout/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/ternary/layout/layout_attributes.js b/src/plots/ternary/layout/layout_attributes.js index bc304055430..4ac0400e472 100644 --- a/src/plots/ternary/layout/layout_attributes.js +++ b/src/plots/ternary/layout/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/plots/ternary/ternary.js b/src/plots/ternary/ternary.js index cc832e45699..83fad349f27 100644 --- a/src/plots/ternary/ternary.js +++ b/src/plots/ternary/ternary.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/registry.js b/src/registry.js index 73e0ee198ac..5fb6f2256bd 100644 --- a/src/registry.js +++ b/src/registry.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/cloneplot.js b/src/snapshot/cloneplot.js index 25a389306df..b47bb6db385 100644 --- a/src/snapshot/cloneplot.js +++ b/src/snapshot/cloneplot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/download.js b/src/snapshot/download.js index 418ceb9a176..aa37d95e450 100644 --- a/src/snapshot/download.js +++ b/src/snapshot/download.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/filesaver.js b/src/snapshot/filesaver.js index fb45882ac3d..88109ffe7dd 100644 --- a/src/snapshot/filesaver.js +++ b/src/snapshot/filesaver.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/helpers.js b/src/snapshot/helpers.js index 83799b38ed2..8af139fc9eb 100644 --- a/src/snapshot/helpers.js +++ b/src/snapshot/helpers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/index.js b/src/snapshot/index.js index 673277e5f71..a8f56fbe19f 100644 --- a/src/snapshot/index.js +++ b/src/snapshot/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/svgtoimg.js b/src/snapshot/svgtoimg.js index 8b7ddb30690..05eddab673e 100644 --- a/src/snapshot/svgtoimg.js +++ b/src/snapshot/svgtoimg.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/toimage.js b/src/snapshot/toimage.js index 76386f4ac83..db0a2a1d1ac 100644 --- a/src/snapshot/toimage.js +++ b/src/snapshot/toimage.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/snapshot/tosvg.js b/src/snapshot/tosvg.js index d43e608f59c..92188e7b3ff 100644 --- a/src/snapshot/tosvg.js +++ b/src/snapshot/tosvg.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/arrays_to_calcdata.js b/src/traces/bar/arrays_to_calcdata.js index bfd04144d0e..15ecc601d72 100644 --- a/src/traces/bar/arrays_to_calcdata.js +++ b/src/traces/bar/arrays_to_calcdata.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/attributes.js b/src/traces/bar/attributes.js index bba0d30611f..95141454624 100644 --- a/src/traces/bar/attributes.js +++ b/src/traces/bar/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/calc.js b/src/traces/bar/calc.js index 1a4cac54448..24fb3352260 100644 --- a/src/traces/bar/calc.js +++ b/src/traces/bar/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/defaults.js b/src/traces/bar/defaults.js index ada3fe7116b..614176cfc68 100644 --- a/src/traces/bar/defaults.js +++ b/src/traces/bar/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/hover.js b/src/traces/bar/hover.js index a4e58c7f4cb..f65f947461c 100644 --- a/src/traces/bar/hover.js +++ b/src/traces/bar/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/index.js b/src/traces/bar/index.js index 5561f9c6b3c..f890fe8b673 100644 --- a/src/traces/bar/index.js +++ b/src/traces/bar/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/layout_attributes.js b/src/traces/bar/layout_attributes.js index e2cca32a822..5dfb7c78191 100644 --- a/src/traces/bar/layout_attributes.js +++ b/src/traces/bar/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/layout_defaults.js b/src/traces/bar/layout_defaults.js index 8c6d6c3ff23..9fc2e030fe5 100644 --- a/src/traces/bar/layout_defaults.js +++ b/src/traces/bar/layout_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/plot.js b/src/traces/bar/plot.js index 13186119533..d9ee36c2265 100644 --- a/src/traces/bar/plot.js +++ b/src/traces/bar/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/set_positions.js b/src/traces/bar/set_positions.js index 7ad3b655c1e..67b4cdb1b24 100644 --- a/src/traces/bar/set_positions.js +++ b/src/traces/bar/set_positions.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/sieve.js b/src/traces/bar/sieve.js index 481b619b521..55655c743c9 100644 --- a/src/traces/bar/sieve.js +++ b/src/traces/bar/sieve.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/style.js b/src/traces/bar/style.js index 49aa025324a..d0fc54e3429 100644 --- a/src/traces/bar/style.js +++ b/src/traces/bar/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/bar/style_defaults.js b/src/traces/bar/style_defaults.js index 4d9eaada33c..3ccd7494554 100644 --- a/src/traces/bar/style_defaults.js +++ b/src/traces/bar/style_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/attributes.js b/src/traces/box/attributes.js index 41d7170f7bf..f1308538480 100644 --- a/src/traces/box/attributes.js +++ b/src/traces/box/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/calc.js b/src/traces/box/calc.js index c8bffeeff5e..d6a7ca28c14 100644 --- a/src/traces/box/calc.js +++ b/src/traces/box/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/defaults.js b/src/traces/box/defaults.js index 9f33075d88b..e913a66d912 100644 --- a/src/traces/box/defaults.js +++ b/src/traces/box/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/hover.js b/src/traces/box/hover.js index 34e3f06c7e9..76e65c5104f 100644 --- a/src/traces/box/hover.js +++ b/src/traces/box/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/index.js b/src/traces/box/index.js index 3ccc5674ca6..82ed9d23097 100644 --- a/src/traces/box/index.js +++ b/src/traces/box/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/layout_attributes.js b/src/traces/box/layout_attributes.js index 13dec977304..7e2d9f0fc75 100644 --- a/src/traces/box/layout_attributes.js +++ b/src/traces/box/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/layout_defaults.js b/src/traces/box/layout_defaults.js index 974d6f190dc..3213f703af8 100644 --- a/src/traces/box/layout_defaults.js +++ b/src/traces/box/layout_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/plot.js b/src/traces/box/plot.js index 3cad8ab2e5b..f7e5b58ae7c 100644 --- a/src/traces/box/plot.js +++ b/src/traces/box/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/set_positions.js b/src/traces/box/set_positions.js index d1bd9dfed3b..30580031d4b 100644 --- a/src/traces/box/set_positions.js +++ b/src/traces/box/set_positions.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/box/style.js b/src/traces/box/style.js index e890ce73f25..cb187ebedca 100644 --- a/src/traces/box/style.js +++ b/src/traces/box/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/candlestick/attributes.js b/src/traces/candlestick/attributes.js index 64b7be83203..c6c4e18ac3e 100644 --- a/src/traces/candlestick/attributes.js +++ b/src/traces/candlestick/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/candlestick/defaults.js b/src/traces/candlestick/defaults.js index 6668cd15cd0..66213e94794 100644 --- a/src/traces/candlestick/defaults.js +++ b/src/traces/candlestick/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/candlestick/index.js b/src/traces/candlestick/index.js index ccd1d5427aa..e0203edb797 100644 --- a/src/traces/candlestick/index.js +++ b/src/traces/candlestick/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/candlestick/transform.js b/src/traces/candlestick/transform.js index f89dd7a46a4..3d290a46ca2 100644 --- a/src/traces/candlestick/transform.js +++ b/src/traces/candlestick/transform.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/choropleth/attributes.js b/src/traces/choropleth/attributes.js index c57db2710f6..63ab5c2b859 100644 --- a/src/traces/choropleth/attributes.js +++ b/src/traces/choropleth/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/choropleth/calc.js b/src/traces/choropleth/calc.js index 107d4db5384..5a3eacb14a4 100644 --- a/src/traces/choropleth/calc.js +++ b/src/traces/choropleth/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/choropleth/defaults.js b/src/traces/choropleth/defaults.js index 450d18317af..d4dbfa057d5 100644 --- a/src/traces/choropleth/defaults.js +++ b/src/traces/choropleth/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/choropleth/index.js b/src/traces/choropleth/index.js index 31cb74393e7..15cfae98a54 100644 --- a/src/traces/choropleth/index.js +++ b/src/traces/choropleth/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/choropleth/plot.js b/src/traces/choropleth/plot.js index 07e92f94d5a..0cb143e688d 100644 --- a/src/traces/choropleth/plot.js +++ b/src/traces/choropleth/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/attributes.js b/src/traces/contour/attributes.js index 9849d3f06bb..23860127b97 100644 --- a/src/traces/contour/attributes.js +++ b/src/traces/contour/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/calc.js b/src/traces/contour/calc.js index 2e41de9251d..f46bde3e959 100644 --- a/src/traces/contour/calc.js +++ b/src/traces/contour/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/colorbar.js b/src/traces/contour/colorbar.js index 51b9e65fab4..2c15610dbb5 100644 --- a/src/traces/contour/colorbar.js +++ b/src/traces/contour/colorbar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/constants.js b/src/traces/contour/constants.js index 60e711e2bf9..406c4057804 100644 --- a/src/traces/contour/constants.js +++ b/src/traces/contour/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/defaults.js b/src/traces/contour/defaults.js index 0f4107e5796..20ce1e6679a 100644 --- a/src/traces/contour/defaults.js +++ b/src/traces/contour/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/find_all_paths.js b/src/traces/contour/find_all_paths.js index 6d42912fc46..5826932509e 100644 --- a/src/traces/contour/find_all_paths.js +++ b/src/traces/contour/find_all_paths.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/hover.js b/src/traces/contour/hover.js index 690c8de25ca..d53393d9ed8 100644 --- a/src/traces/contour/hover.js +++ b/src/traces/contour/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/index.js b/src/traces/contour/index.js index 65829a71fd7..ee18de12422 100644 --- a/src/traces/contour/index.js +++ b/src/traces/contour/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/make_color_map.js b/src/traces/contour/make_color_map.js index 9227d0fbf73..9db97262636 100644 --- a/src/traces/contour/make_color_map.js +++ b/src/traces/contour/make_color_map.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/make_crossings.js b/src/traces/contour/make_crossings.js index ec87b20d499..7d24830f4cf 100644 --- a/src/traces/contour/make_crossings.js +++ b/src/traces/contour/make_crossings.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/plot.js b/src/traces/contour/plot.js index 2e3d54faecd..5d41b09efdf 100644 --- a/src/traces/contour/plot.js +++ b/src/traces/contour/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/style.js b/src/traces/contour/style.js index 30bc29c3693..db4042f1961 100644 --- a/src/traces/contour/style.js +++ b/src/traces/contour/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contour/style_defaults.js b/src/traces/contour/style_defaults.js index c93c6346573..cd29ec6ccbe 100644 --- a/src/traces/contour/style_defaults.js +++ b/src/traces/contour/style_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contourgl/convert.js b/src/traces/contourgl/convert.js index c042e76fc62..2c3ef01984c 100644 --- a/src/traces/contourgl/convert.js +++ b/src/traces/contourgl/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/contourgl/index.js b/src/traces/contourgl/index.js index af1309dc886..ac4fca3b72d 100644 --- a/src/traces/contourgl/index.js +++ b/src/traces/contourgl/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/attributes.js b/src/traces/heatmap/attributes.js index 2ec094818f9..2b4d98ce245 100644 --- a/src/traces/heatmap/attributes.js +++ b/src/traces/heatmap/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/calc.js b/src/traces/heatmap/calc.js index ae307000e5b..7b38ba77620 100644 --- a/src/traces/heatmap/calc.js +++ b/src/traces/heatmap/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/clean_2d_array.js b/src/traces/heatmap/clean_2d_array.js index ab12737a581..91a37380094 100644 --- a/src/traces/heatmap/clean_2d_array.js +++ b/src/traces/heatmap/clean_2d_array.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/colorbar.js b/src/traces/heatmap/colorbar.js index fdaf5a54215..147d2672b21 100644 --- a/src/traces/heatmap/colorbar.js +++ b/src/traces/heatmap/colorbar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/convert_column_xyz.js b/src/traces/heatmap/convert_column_xyz.js index 1798b4e93b8..c118de79f12 100644 --- a/src/traces/heatmap/convert_column_xyz.js +++ b/src/traces/heatmap/convert_column_xyz.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/defaults.js b/src/traces/heatmap/defaults.js index cc4c33aae0e..3dbbaa0f380 100644 --- a/src/traces/heatmap/defaults.js +++ b/src/traces/heatmap/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/find_empties.js b/src/traces/heatmap/find_empties.js index 65b148dc652..243f566bc05 100644 --- a/src/traces/heatmap/find_empties.js +++ b/src/traces/heatmap/find_empties.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/has_columns.js b/src/traces/heatmap/has_columns.js index 87db6fff45c..f8909d1249f 100644 --- a/src/traces/heatmap/has_columns.js +++ b/src/traces/heatmap/has_columns.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/hover.js b/src/traces/heatmap/hover.js index 828a9033066..89a229a4e10 100644 --- a/src/traces/heatmap/hover.js +++ b/src/traces/heatmap/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/index.js b/src/traces/heatmap/index.js index 6ee34baa380..b3a1da2269a 100644 --- a/src/traces/heatmap/index.js +++ b/src/traces/heatmap/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/interp2d.js b/src/traces/heatmap/interp2d.js index 817e0294eae..3676a9a9f7b 100644 --- a/src/traces/heatmap/interp2d.js +++ b/src/traces/heatmap/interp2d.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/make_bound_array.js b/src/traces/heatmap/make_bound_array.js index 6640f03a4bd..3617f342ca6 100644 --- a/src/traces/heatmap/make_bound_array.js +++ b/src/traces/heatmap/make_bound_array.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/max_row_length.js b/src/traces/heatmap/max_row_length.js index 40fe038478d..d35412ca2b8 100644 --- a/src/traces/heatmap/max_row_length.js +++ b/src/traces/heatmap/max_row_length.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/plot.js b/src/traces/heatmap/plot.js index 21d530f8c80..1fc5eda33de 100644 --- a/src/traces/heatmap/plot.js +++ b/src/traces/heatmap/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/style.js b/src/traces/heatmap/style.js index 2d1fdb3f431..9eac041e073 100644 --- a/src/traces/heatmap/style.js +++ b/src/traces/heatmap/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmap/xyz_defaults.js b/src/traces/heatmap/xyz_defaults.js index f07805e88f5..33d13eb8dd5 100644 --- a/src/traces/heatmap/xyz_defaults.js +++ b/src/traces/heatmap/xyz_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmapgl/attributes.js b/src/traces/heatmapgl/attributes.js index d2f8fc0f8c3..d3dae984714 100644 --- a/src/traces/heatmapgl/attributes.js +++ b/src/traces/heatmapgl/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmapgl/convert.js b/src/traces/heatmapgl/convert.js index f8a47b6fa0c..5bdeed828c8 100644 --- a/src/traces/heatmapgl/convert.js +++ b/src/traces/heatmapgl/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/heatmapgl/index.js b/src/traces/heatmapgl/index.js index 4d1c9e5e5cf..19ac6fe15f4 100644 --- a/src/traces/heatmapgl/index.js +++ b/src/traces/heatmapgl/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/attributes.js b/src/traces/histogram/attributes.js index b455fd4b98a..e6d1dad2593 100644 --- a/src/traces/histogram/attributes.js +++ b/src/traces/histogram/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/average.js b/src/traces/histogram/average.js index 43e575c3f4d..ce382e3395e 100644 --- a/src/traces/histogram/average.js +++ b/src/traces/histogram/average.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/bin_defaults.js b/src/traces/histogram/bin_defaults.js index cbc53f03377..444668ac815 100644 --- a/src/traces/histogram/bin_defaults.js +++ b/src/traces/histogram/bin_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/bin_functions.js b/src/traces/histogram/bin_functions.js index eac37fdfeac..db631f00c73 100644 --- a/src/traces/histogram/bin_functions.js +++ b/src/traces/histogram/bin_functions.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/calc.js b/src/traces/histogram/calc.js index c4333d979b3..807afef8cf2 100644 --- a/src/traces/histogram/calc.js +++ b/src/traces/histogram/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/clean_bins.js b/src/traces/histogram/clean_bins.js index d23e6383a3e..ab53f6bd88f 100644 --- a/src/traces/histogram/clean_bins.js +++ b/src/traces/histogram/clean_bins.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/defaults.js b/src/traces/histogram/defaults.js index c90508f8620..3f2635da7b7 100644 --- a/src/traces/histogram/defaults.js +++ b/src/traces/histogram/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/index.js b/src/traces/histogram/index.js index 33864fb5718..bf743152181 100644 --- a/src/traces/histogram/index.js +++ b/src/traces/histogram/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram/norm_functions.js b/src/traces/histogram/norm_functions.js index eafe0bbe86f..81381217e68 100644 --- a/src/traces/histogram/norm_functions.js +++ b/src/traces/histogram/norm_functions.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2d/attributes.js b/src/traces/histogram2d/attributes.js index c6c6d87445a..06d6e8eacaf 100644 --- a/src/traces/histogram2d/attributes.js +++ b/src/traces/histogram2d/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2d/calc.js b/src/traces/histogram2d/calc.js index e9550ec9bef..602c5d9a545 100644 --- a/src/traces/histogram2d/calc.js +++ b/src/traces/histogram2d/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2d/defaults.js b/src/traces/histogram2d/defaults.js index 8d9d1582fec..05b1c6ebbc4 100644 --- a/src/traces/histogram2d/defaults.js +++ b/src/traces/histogram2d/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2d/index.js b/src/traces/histogram2d/index.js index 8c7735f1d28..fb0975bf58e 100644 --- a/src/traces/histogram2d/index.js +++ b/src/traces/histogram2d/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2d/sample_defaults.js b/src/traces/histogram2d/sample_defaults.js index 37070082c48..c4483bb5022 100644 --- a/src/traces/histogram2d/sample_defaults.js +++ b/src/traces/histogram2d/sample_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2dcontour/attributes.js b/src/traces/histogram2dcontour/attributes.js index 49a1ca72596..0a7ba7f36c5 100644 --- a/src/traces/histogram2dcontour/attributes.js +++ b/src/traces/histogram2dcontour/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2dcontour/defaults.js b/src/traces/histogram2dcontour/defaults.js index be0d9f457f8..21a2dbc0755 100644 --- a/src/traces/histogram2dcontour/defaults.js +++ b/src/traces/histogram2dcontour/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/histogram2dcontour/index.js b/src/traces/histogram2dcontour/index.js index 63f13b6defd..1f4e8ef5d84 100644 --- a/src/traces/histogram2dcontour/index.js +++ b/src/traces/histogram2dcontour/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/mesh3d/attributes.js b/src/traces/mesh3d/attributes.js index c726e23c03d..3796850f51a 100644 --- a/src/traces/mesh3d/attributes.js +++ b/src/traces/mesh3d/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/mesh3d/convert.js b/src/traces/mesh3d/convert.js index 7435526fc9f..13768b0b62d 100644 --- a/src/traces/mesh3d/convert.js +++ b/src/traces/mesh3d/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/mesh3d/defaults.js b/src/traces/mesh3d/defaults.js index f366a2dab0b..d731a077cf3 100644 --- a/src/traces/mesh3d/defaults.js +++ b/src/traces/mesh3d/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/mesh3d/index.js b/src/traces/mesh3d/index.js index f4b0e2b29c1..34eed6c6aa9 100644 --- a/src/traces/mesh3d/index.js +++ b/src/traces/mesh3d/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/ohlc/attributes.js b/src/traces/ohlc/attributes.js index b4168829c97..02d50c76486 100644 --- a/src/traces/ohlc/attributes.js +++ b/src/traces/ohlc/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/ohlc/defaults.js b/src/traces/ohlc/defaults.js index cf1a32ed970..da557610a49 100644 --- a/src/traces/ohlc/defaults.js +++ b/src/traces/ohlc/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/ohlc/direction_defaults.js b/src/traces/ohlc/direction_defaults.js index 3abda8a2e68..801b4444319 100644 --- a/src/traces/ohlc/direction_defaults.js +++ b/src/traces/ohlc/direction_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/ohlc/helpers.js b/src/traces/ohlc/helpers.js index 8167f732dbd..e5eccf20a1a 100644 --- a/src/traces/ohlc/helpers.js +++ b/src/traces/ohlc/helpers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/ohlc/index.js b/src/traces/ohlc/index.js index edaa23a1d32..8f03e2d2a44 100644 --- a/src/traces/ohlc/index.js +++ b/src/traces/ohlc/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/ohlc/ohlc_defaults.js b/src/traces/ohlc/ohlc_defaults.js index 0fe5abdfda7..392dadd0d76 100644 --- a/src/traces/ohlc/ohlc_defaults.js +++ b/src/traces/ohlc/ohlc_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/ohlc/transform.js b/src/traces/ohlc/transform.js index c1e90ddd00f..47c2b5b6219 100644 --- a/src/traces/ohlc/transform.js +++ b/src/traces/ohlc/transform.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/attributes.js b/src/traces/pie/attributes.js index fd99ab5da66..a5eb8aefc6e 100644 --- a/src/traces/pie/attributes.js +++ b/src/traces/pie/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/base_plot.js b/src/traces/pie/base_plot.js index b4c24cb7701..e907f84f858 100644 --- a/src/traces/pie/base_plot.js +++ b/src/traces/pie/base_plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/calc.js b/src/traces/pie/calc.js index be1a2538405..7fd82028790 100644 --- a/src/traces/pie/calc.js +++ b/src/traces/pie/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/defaults.js b/src/traces/pie/defaults.js index 1fcedd69ec3..9a21628aca9 100644 --- a/src/traces/pie/defaults.js +++ b/src/traces/pie/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/helpers.js b/src/traces/pie/helpers.js index 71323340346..ac19f6f6c1e 100644 --- a/src/traces/pie/helpers.js +++ b/src/traces/pie/helpers.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/index.js b/src/traces/pie/index.js index d71ae74207a..87d85a0fbba 100644 --- a/src/traces/pie/index.js +++ b/src/traces/pie/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/layout_attributes.js b/src/traces/pie/layout_attributes.js index bd15424d0de..29167d778c2 100644 --- a/src/traces/pie/layout_attributes.js +++ b/src/traces/pie/layout_attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/layout_defaults.js b/src/traces/pie/layout_defaults.js index f5f59b29647..1f44573e03f 100644 --- a/src/traces/pie/layout_defaults.js +++ b/src/traces/pie/layout_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/plot.js b/src/traces/pie/plot.js index 85234f4d158..1d58dd2d9b4 100644 --- a/src/traces/pie/plot.js +++ b/src/traces/pie/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/style.js b/src/traces/pie/style.js index 727caeb3613..fb02933eb00 100644 --- a/src/traces/pie/style.js +++ b/src/traces/pie/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pie/style_one.js b/src/traces/pie/style_one.js index 4f26cbb2a26..d6d66738082 100644 --- a/src/traces/pie/style_one.js +++ b/src/traces/pie/style_one.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pointcloud/attributes.js b/src/traces/pointcloud/attributes.js index 1d4533985ed..3c3d76277c4 100644 --- a/src/traces/pointcloud/attributes.js +++ b/src/traces/pointcloud/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pointcloud/convert.js b/src/traces/pointcloud/convert.js index 14ef97c4a79..95ac5461cb4 100644 --- a/src/traces/pointcloud/convert.js +++ b/src/traces/pointcloud/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pointcloud/defaults.js b/src/traces/pointcloud/defaults.js index f2da0311560..16c40747a69 100644 --- a/src/traces/pointcloud/defaults.js +++ b/src/traces/pointcloud/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/pointcloud/index.js b/src/traces/pointcloud/index.js index c26a108e949..b5cef7bdd2c 100644 --- a/src/traces/pointcloud/index.js +++ b/src/traces/pointcloud/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/arrays_to_calcdata.js b/src/traces/scatter/arrays_to_calcdata.js index a560993f4e8..7cfcf57d2a3 100644 --- a/src/traces/scatter/arrays_to_calcdata.js +++ b/src/traces/scatter/arrays_to_calcdata.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/attributes.js b/src/traces/scatter/attributes.js index 1a728047d4d..0354006573d 100644 --- a/src/traces/scatter/attributes.js +++ b/src/traces/scatter/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/calc.js b/src/traces/scatter/calc.js index 195b14b4643..1708af0144b 100644 --- a/src/traces/scatter/calc.js +++ b/src/traces/scatter/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/clean_data.js b/src/traces/scatter/clean_data.js index 9508000e095..8e18a13fb1e 100644 --- a/src/traces/scatter/clean_data.js +++ b/src/traces/scatter/clean_data.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/colorbar.js b/src/traces/scatter/colorbar.js index d98d23e962f..5a6ce7b52f1 100644 --- a/src/traces/scatter/colorbar.js +++ b/src/traces/scatter/colorbar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/colorscale_calc.js b/src/traces/scatter/colorscale_calc.js index ed34e154bf8..27630c8f91b 100644 --- a/src/traces/scatter/colorscale_calc.js +++ b/src/traces/scatter/colorscale_calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/constants.js b/src/traces/scatter/constants.js index 8336b9d7162..66eb332f109 100644 --- a/src/traces/scatter/constants.js +++ b/src/traces/scatter/constants.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/defaults.js b/src/traces/scatter/defaults.js index c5fc7259dc8..6b71dbd4f6f 100644 --- a/src/traces/scatter/defaults.js +++ b/src/traces/scatter/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/fillcolor_defaults.js b/src/traces/scatter/fillcolor_defaults.js index 2c60cc56d7a..b53fcb8e93d 100644 --- a/src/traces/scatter/fillcolor_defaults.js +++ b/src/traces/scatter/fillcolor_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/get_trace_color.js b/src/traces/scatter/get_trace_color.js index 1eeec66afce..cbf0708217c 100644 --- a/src/traces/scatter/get_trace_color.js +++ b/src/traces/scatter/get_trace_color.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/hover.js b/src/traces/scatter/hover.js index cb23c268fa1..2392a23bb4f 100644 --- a/src/traces/scatter/hover.js +++ b/src/traces/scatter/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/index.js b/src/traces/scatter/index.js index 5c21f7c6710..197b540e8d2 100644 --- a/src/traces/scatter/index.js +++ b/src/traces/scatter/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/line_defaults.js b/src/traces/scatter/line_defaults.js index f5bb0d249fa..f0fc1660492 100644 --- a/src/traces/scatter/line_defaults.js +++ b/src/traces/scatter/line_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/line_points.js b/src/traces/scatter/line_points.js index 4fc789180dc..03b77be8dfa 100644 --- a/src/traces/scatter/line_points.js +++ b/src/traces/scatter/line_points.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/line_shape_defaults.js b/src/traces/scatter/line_shape_defaults.js index 421144f3a2f..76758ccce7b 100644 --- a/src/traces/scatter/line_shape_defaults.js +++ b/src/traces/scatter/line_shape_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/link_traces.js b/src/traces/scatter/link_traces.js index 801d02b0d64..61400ef4c77 100644 --- a/src/traces/scatter/link_traces.js +++ b/src/traces/scatter/link_traces.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/make_bubble_size_func.js b/src/traces/scatter/make_bubble_size_func.js index 160c03ec667..56a4c199b2c 100644 --- a/src/traces/scatter/make_bubble_size_func.js +++ b/src/traces/scatter/make_bubble_size_func.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/marker_defaults.js b/src/traces/scatter/marker_defaults.js index fc116939ac1..3211d62426e 100644 --- a/src/traces/scatter/marker_defaults.js +++ b/src/traces/scatter/marker_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/plot.js b/src/traces/scatter/plot.js index 2e86e5886f3..b9dde96cd7a 100644 --- a/src/traces/scatter/plot.js +++ b/src/traces/scatter/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/select.js b/src/traces/scatter/select.js index 91da6fda453..8ad3fc12030 100644 --- a/src/traces/scatter/select.js +++ b/src/traces/scatter/select.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/style.js b/src/traces/scatter/style.js index ace5d004aa0..78339d3acf7 100644 --- a/src/traces/scatter/style.js +++ b/src/traces/scatter/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/subtypes.js b/src/traces/scatter/subtypes.js index b79b420a4f3..5d117eced40 100644 --- a/src/traces/scatter/subtypes.js +++ b/src/traces/scatter/subtypes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/text_defaults.js b/src/traces/scatter/text_defaults.js index 51225c9a8f5..2860d127825 100644 --- a/src/traces/scatter/text_defaults.js +++ b/src/traces/scatter/text_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter/xy_defaults.js b/src/traces/scatter/xy_defaults.js index 7e6ff7409f7..a43f04bc337 100644 --- a/src/traces/scatter/xy_defaults.js +++ b/src/traces/scatter/xy_defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter3d/attributes.js b/src/traces/scatter3d/attributes.js index 836c4511cb4..7c5278c25c9 100644 --- a/src/traces/scatter3d/attributes.js +++ b/src/traces/scatter3d/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter3d/calc.js b/src/traces/scatter3d/calc.js index a8683dee5a0..59ab3fb5bf7 100644 --- a/src/traces/scatter3d/calc.js +++ b/src/traces/scatter3d/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter3d/calc_errors.js b/src/traces/scatter3d/calc_errors.js index 9897ffa7e85..1e77154a2be 100644 --- a/src/traces/scatter3d/calc_errors.js +++ b/src/traces/scatter3d/calc_errors.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter3d/convert.js b/src/traces/scatter3d/convert.js index b16a08d667c..fa1a0a8f2dd 100644 --- a/src/traces/scatter3d/convert.js +++ b/src/traces/scatter3d/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter3d/defaults.js b/src/traces/scatter3d/defaults.js index 4bd5185b682..4f62fd3c1d8 100644 --- a/src/traces/scatter3d/defaults.js +++ b/src/traces/scatter3d/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatter3d/index.js b/src/traces/scatter3d/index.js index cb42a39a4b3..e1399198c77 100644 --- a/src/traces/scatter3d/index.js +++ b/src/traces/scatter3d/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergeo/attributes.js b/src/traces/scattergeo/attributes.js index caa667cac27..464354e35b0 100644 --- a/src/traces/scattergeo/attributes.js +++ b/src/traces/scattergeo/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergeo/calc.js b/src/traces/scattergeo/calc.js index db64733155a..e124cf9993c 100644 --- a/src/traces/scattergeo/calc.js +++ b/src/traces/scattergeo/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergeo/defaults.js b/src/traces/scattergeo/defaults.js index 509b3466ba0..aa0bbdd5f45 100644 --- a/src/traces/scattergeo/defaults.js +++ b/src/traces/scattergeo/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergeo/event_data.js b/src/traces/scattergeo/event_data.js index a3421f95739..f43043352ec 100644 --- a/src/traces/scattergeo/event_data.js +++ b/src/traces/scattergeo/event_data.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergeo/hover.js b/src/traces/scattergeo/hover.js index 200717080b8..0f09791f714 100644 --- a/src/traces/scattergeo/hover.js +++ b/src/traces/scattergeo/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergeo/index.js b/src/traces/scattergeo/index.js index b8c441f6d1d..d48f0351330 100644 --- a/src/traces/scattergeo/index.js +++ b/src/traces/scattergeo/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergeo/plot.js b/src/traces/scattergeo/plot.js index 32055866a44..b0c8b278dbc 100644 --- a/src/traces/scattergeo/plot.js +++ b/src/traces/scattergeo/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergl/attributes.js b/src/traces/scattergl/attributes.js index c5bb9c12bc5..2764714a5a7 100644 --- a/src/traces/scattergl/attributes.js +++ b/src/traces/scattergl/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergl/convert.js b/src/traces/scattergl/convert.js index a5e07c095c5..09daa559ac4 100644 --- a/src/traces/scattergl/convert.js +++ b/src/traces/scattergl/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergl/defaults.js b/src/traces/scattergl/defaults.js index 3d15c0d0a3e..442363ae113 100644 --- a/src/traces/scattergl/defaults.js +++ b/src/traces/scattergl/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattergl/index.js b/src/traces/scattergl/index.js index 853e87e9cc1..d5e71241a46 100644 --- a/src/traces/scattergl/index.js +++ b/src/traces/scattergl/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/attributes.js b/src/traces/scattermapbox/attributes.js index 12efedebbe7..034f85a0b43 100644 --- a/src/traces/scattermapbox/attributes.js +++ b/src/traces/scattermapbox/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/calc.js b/src/traces/scattermapbox/calc.js index ecf8d9ee8cb..6f6230851e8 100644 --- a/src/traces/scattermapbox/calc.js +++ b/src/traces/scattermapbox/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/convert.js b/src/traces/scattermapbox/convert.js index 2843c37958f..3e46c8d8950 100644 --- a/src/traces/scattermapbox/convert.js +++ b/src/traces/scattermapbox/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/defaults.js b/src/traces/scattermapbox/defaults.js index aa9dfde2a53..3de5641b76a 100644 --- a/src/traces/scattermapbox/defaults.js +++ b/src/traces/scattermapbox/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/event_data.js b/src/traces/scattermapbox/event_data.js index 1a0b379d548..8581a671d78 100644 --- a/src/traces/scattermapbox/event_data.js +++ b/src/traces/scattermapbox/event_data.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/hover.js b/src/traces/scattermapbox/hover.js index 79af40ae66a..d59a05219e0 100644 --- a/src/traces/scattermapbox/hover.js +++ b/src/traces/scattermapbox/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/index.js b/src/traces/scattermapbox/index.js index e07c574be1c..fa32f9847a0 100644 --- a/src/traces/scattermapbox/index.js +++ b/src/traces/scattermapbox/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scattermapbox/plot.js b/src/traces/scattermapbox/plot.js index f89d7ba40dd..f7cc4040a2f 100644 --- a/src/traces/scattermapbox/plot.js +++ b/src/traces/scattermapbox/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/attributes.js b/src/traces/scatterternary/attributes.js index c973948f59e..847cc8436fe 100644 --- a/src/traces/scatterternary/attributes.js +++ b/src/traces/scatterternary/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/calc.js b/src/traces/scatterternary/calc.js index e1a37a8516a..c0a5d958212 100644 --- a/src/traces/scatterternary/calc.js +++ b/src/traces/scatterternary/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/defaults.js b/src/traces/scatterternary/defaults.js index 34c5d345e49..5095345e929 100644 --- a/src/traces/scatterternary/defaults.js +++ b/src/traces/scatterternary/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/hover.js b/src/traces/scatterternary/hover.js index 176786ed050..cdf459d2609 100644 --- a/src/traces/scatterternary/hover.js +++ b/src/traces/scatterternary/hover.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/index.js b/src/traces/scatterternary/index.js index 5fd1953cf50..e7e75c4ddfc 100644 --- a/src/traces/scatterternary/index.js +++ b/src/traces/scatterternary/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/plot.js b/src/traces/scatterternary/plot.js index 742eced81e3..c3bb85340eb 100644 --- a/src/traces/scatterternary/plot.js +++ b/src/traces/scatterternary/plot.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/select.js b/src/traces/scatterternary/select.js index bca550e040c..5682b0e1669 100644 --- a/src/traces/scatterternary/select.js +++ b/src/traces/scatterternary/select.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/scatterternary/style.js b/src/traces/scatterternary/style.js index 25459e55e74..8ead87cc97e 100644 --- a/src/traces/scatterternary/style.js +++ b/src/traces/scatterternary/style.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/surface/attributes.js b/src/traces/surface/attributes.js index 47a0eaf725d..6e3930a0479 100644 --- a/src/traces/surface/attributes.js +++ b/src/traces/surface/attributes.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/surface/calc.js b/src/traces/surface/calc.js index 4ac8bc03d2d..5d52b2da316 100644 --- a/src/traces/surface/calc.js +++ b/src/traces/surface/calc.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/surface/colorbar.js b/src/traces/surface/colorbar.js index 044f26db4b8..e483f87df3d 100644 --- a/src/traces/surface/colorbar.js +++ b/src/traces/surface/colorbar.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/surface/convert.js b/src/traces/surface/convert.js index a430cd4bef1..31fd3685e9e 100644 --- a/src/traces/surface/convert.js +++ b/src/traces/surface/convert.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/surface/defaults.js b/src/traces/surface/defaults.js index 3e88b83674a..cab5da34f98 100644 --- a/src/traces/surface/defaults.js +++ b/src/traces/surface/defaults.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/traces/surface/index.js b/src/traces/surface/index.js index 910d1af9046..8a9d1efb156 100644 --- a/src/traces/surface/index.js +++ b/src/traces/surface/index.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/transforms/filter.js b/src/transforms/filter.js index a0006d4d2d5..f77285b5927 100644 --- a/src/transforms/filter.js +++ b/src/transforms/filter.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the diff --git a/src/transforms/groupby.js b/src/transforms/groupby.js index b038b9539b1..0cd744529ca 100644 --- a/src/transforms/groupby.js +++ b/src/transforms/groupby.js @@ -1,5 +1,5 @@ /** -* Copyright 2012-2016, Plotly, Inc. +* Copyright 2012-2017, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the