From fb801d70772334503ad7539906229ced348011bc Mon Sep 17 00:00:00 2001 From: Shan He Date: Sun, 17 Jan 2021 10:46:01 +0800 Subject: [PATCH] [Chore] Update license year (#1393) Signed-off-by: Shan He --- actions.js | 2 +- babel.config.js | 2 +- bindings/kepler.gl-jupyter/js/babel.config.js | 2 +- bindings/kepler.gl-jupyter/js/lib/embed.js | 2 +- bindings/kepler.gl-jupyter/js/lib/extension.js | 2 +- bindings/kepler.gl-jupyter/js/lib/index.js | 2 +- bindings/kepler.gl-jupyter/js/lib/keplergl-plugin.js | 2 +- bindings/kepler.gl-jupyter/js/lib/keplergl/components/app.js | 2 +- .../js/lib/keplergl/components/config-panel.js | 2 +- .../js/lib/keplergl/components/panel-header.js | 2 +- bindings/kepler.gl-jupyter/js/lib/keplergl/components/root.js | 2 +- .../kepler.gl-jupyter/js/lib/keplergl/components/side-bar.js | 2 +- bindings/kepler.gl-jupyter/js/lib/keplergl/kepler.gl.js | 2 +- bindings/kepler.gl-jupyter/js/lib/keplergl/main.js | 2 +- bindings/kepler.gl-jupyter/js/lib/keplergl/store.js | 2 +- bindings/kepler.gl-jupyter/js/lib/keplergl/utils.js | 2 +- bindings/kepler.gl-jupyter/js/lib/labplugin.js | 2 +- bindings/kepler.gl-jupyter/js/lib/log.js | 2 +- bindings/kepler.gl-jupyter/js/webpack/build-html.js | 2 +- bindings/kepler.gl-jupyter/js/webpack/build.js | 2 +- bindings/kepler.gl-jupyter/js/webpack/config.js | 2 +- bindings/kepler.gl-jupyter/js/webpack/dev.js | 2 +- cloud-providers.js | 2 +- components.js | 2 +- constants.js | 2 +- examples/custom-reducer/src/app-reducer.js | 2 +- examples/custom-reducer/src/app.js | 2 +- examples/custom-reducer/src/configurations/config.js | 2 +- examples/custom-reducer/src/data/sample-data.js | 2 +- examples/custom-reducer/src/main.js | 2 +- examples/custom-reducer/src/store.js | 2 +- examples/custom-reducer/webpack.config.js | 2 +- examples/custom-theme/src/actions.js | 2 +- examples/custom-theme/src/app.js | 2 +- examples/custom-theme/src/main.js | 2 +- examples/custom-theme/src/reducers/index.js | 2 +- examples/custom-theme/src/store.js | 2 +- examples/custom-theme/webpack.config.js | 2 +- examples/demo-app/src/actions.js | 2 +- examples/demo-app/src/app.js | 2 +- examples/demo-app/src/cloud-providers/carto/carto-icon.js | 2 +- examples/demo-app/src/cloud-providers/carto/carto-provider.js | 2 +- .../demo-app/src/cloud-providers/dropbox/dropbox-error-modal.js | 2 +- examples/demo-app/src/cloud-providers/dropbox/dropbox-icon.js | 2 +- .../demo-app/src/cloud-providers/dropbox/dropbox-provider.js | 2 +- examples/demo-app/src/cloud-providers/index.js | 2 +- examples/demo-app/src/components/announcement.js | 2 +- examples/demo-app/src/components/banner.js | 2 +- .../demo-app/src/components/load-data-modal/load-remote-map.js | 2 +- .../src/components/load-data-modal/sample-data-viewer.js | 2 +- .../demo-app/src/components/load-data-modal/sample-maps-tab.js | 2 +- examples/demo-app/src/components/map-control/map-control.js | 2 +- examples/demo-app/src/constants/default-settings.js | 2 +- examples/demo-app/src/constants/localization.js | 2 +- examples/demo-app/src/data/sample-animate-trip-data.js | 2 +- examples/demo-app/src/data/sample-geojson-config.js | 2 +- examples/demo-app/src/data/sample-geojson-points.js | 2 +- examples/demo-app/src/data/sample-hex-id-csv.js | 2 +- examples/demo-app/src/data/sample-icon-csv.js | 2 +- examples/demo-app/src/data/sample-s2-data.js | 2 +- examples/demo-app/src/data/sample-small-geojson.js | 2 +- examples/demo-app/src/data/sample-trip-data.js | 2 +- examples/demo-app/src/factories/load-data-modal.js | 2 +- examples/demo-app/src/factories/map-control.js | 2 +- examples/demo-app/src/factories/panel-header.js | 2 +- examples/demo-app/src/main.js | 2 +- examples/demo-app/src/reducers/index.js | 2 +- examples/demo-app/src/store.js | 2 +- examples/demo-app/src/utils/routes.js | 2 +- examples/demo-app/src/utils/strings.js | 2 +- examples/demo-app/src/utils/url.js | 2 +- examples/demo-app/webpack.config.js | 2 +- examples/node-app/server.js | 2 +- examples/node-app/src/app-reducer.js | 2 +- examples/node-app/src/app.js | 2 +- examples/node-app/src/main.js | 2 +- examples/node-app/src/store.js | 2 +- examples/node-app/webpack.config.js | 2 +- examples/open-modal/src/app-reducer.js | 2 +- examples/open-modal/src/app.js | 2 +- examples/open-modal/src/components/fresh-map.js | 2 +- examples/open-modal/src/components/saved-map.js | 2 +- examples/open-modal/src/configurations/config.js | 2 +- examples/open-modal/src/data/sample-data.js | 2 +- examples/open-modal/src/main.js | 2 +- examples/open-modal/src/store.js | 2 +- examples/open-modal/webpack.config.js | 2 +- examples/replace-component/src/actions.js | 2 +- examples/replace-component/src/app-reducer.js | 2 +- examples/replace-component/src/app.js | 2 +- examples/replace-component/src/components/custom-panel.js | 2 +- examples/replace-component/src/components/panel-header.js | 2 +- examples/replace-component/src/components/panel-toggle.js | 2 +- examples/replace-component/src/components/side-bar.js | 2 +- examples/replace-component/src/data/sample-data.js | 2 +- examples/replace-component/src/main.js | 2 +- examples/replace-component/src/store.js | 2 +- examples/replace-component/webpack.config.js | 2 +- examples/webpack.config.local.js | 2 +- jest-extend-image-snapshot.js | 2 +- jest-puppeteer.config.js | 2 +- jest.config.js | 2 +- layers.js | 2 +- localization.js | 2 +- middleware.js | 2 +- processors.js | 2 +- reducers.js | 2 +- schemas.js | 2 +- scripts/action-table-maker.js | 2 +- scripts/ast-helper.js | 2 +- scripts/documentation.js | 2 +- scripts/edit-version.js | 2 +- scripts/install-and-start.js | 2 +- scripts/log.js | 2 +- src/actions/action-wrapper.js | 2 +- src/actions/actions.js | 2 +- src/actions/identity-actions.js | 2 +- src/actions/index.js | 2 +- src/actions/map-state-actions.js | 2 +- src/actions/map-style-actions.js | 2 +- src/actions/provider-actions.js | 2 +- src/actions/ui-state-actions.js | 2 +- src/actions/vis-state-actions.js | 2 +- src/cloud-providers/index.js | 2 +- src/cloud-providers/provider.js | 2 +- src/components/bottom-widget.js | 2 +- src/components/common/action-panel.js | 2 +- src/components/common/animation-control/animation-control.js | 2 +- src/components/common/animation-control/animation-controller.js | 2 +- .../common/animation-control/animation-speed-slider.js | 2 +- .../common/animation-control/floating-time-display.js | 2 +- src/components/common/animation-control/playback-controls.js | 2 +- src/components/common/animation-control/speed-control.js | 2 +- src/components/common/checkbox.js | 2 +- src/components/common/color-legend.js | 2 +- src/components/common/data-table/button.js | 2 +- src/components/common/data-table/canvas.js | 2 +- src/components/common/data-table/cell-size.js | 2 +- src/components/common/data-table/grid.js | 2 +- src/components/common/data-table/index.js | 2 +- src/components/common/data-table/option-dropdown.js | 2 +- src/components/common/dataset-label.js | 2 +- src/components/common/error-boundary.js | 2 +- src/components/common/field-selector.js | 2 +- src/components/common/field-token.js | 2 +- src/components/common/file-uploader/file-drop.js | 2 +- src/components/common/file-uploader/file-upload-progress.js | 2 +- src/components/common/file-uploader/file-upload.js | 2 +- src/components/common/file-uploader/upload-button.js | 2 +- src/components/common/histogram-plot.js | 2 +- src/components/common/icons/add.js | 2 +- src/components/common/icons/anchor_window.js | 2 +- src/components/common/icons/arrow-down-alt.js | 2 +- src/components/common/icons/arrow-down-solid .js | 2 +- src/components/common/icons/arrow-down.js | 2 +- src/components/common/icons/arrow-left.js | 2 +- src/components/common/icons/arrow-right.js | 2 +- src/components/common/icons/arrow-up-alt.js | 2 +- src/components/common/icons/arrow-up-solid.js | 2 +- src/components/common/icons/arrow-up.js | 2 +- src/components/common/icons/base.js | 2 +- src/components/common/icons/bug.js | 2 +- src/components/common/icons/cancel.js | 2 +- src/components/common/icons/checkmark.js | 2 +- src/components/common/icons/clipboard.js | 2 +- src/components/common/icons/clock.js | 2 +- src/components/common/icons/close.js | 2 +- src/components/common/icons/code-alt.js | 2 +- src/components/common/icons/crosshairs.js | 2 +- src/components/common/icons/cube-3d.js | 2 +- src/components/common/icons/cursor-click.js | 2 +- src/components/common/icons/data-table.js | 2 +- src/components/common/icons/db.js | 2 +- src/components/common/icons/delete.js | 2 +- src/components/common/icons/docs.js | 2 +- src/components/common/icons/drag-n-drop.js | 2 +- src/components/common/icons/draw-polygon.js | 2 +- src/components/common/icons/email.js | 2 +- src/components/common/icons/expand.js | 2 +- src/components/common/icons/eye-seen.js | 2 +- src/components/common/icons/eye-unseen.js | 2 +- src/components/common/icons/file-type.js | 2 +- src/components/common/icons/file.js | 2 +- src/components/common/icons/files.js | 2 +- src/components/common/icons/filter-funnel.js | 2 +- src/components/common/icons/free-window.js | 2 +- src/components/common/icons/gear.js | 2 +- src/components/common/icons/hash.js | 2 +- src/components/common/icons/histogram.js | 2 +- src/components/common/icons/index.js | 2 +- src/components/common/icons/info.js | 2 +- src/components/common/icons/layers.js | 2 +- src/components/common/icons/left-arrow.js | 2 +- src/components/common/icons/legend.js | 2 +- src/components/common/icons/line-chart.js | 2 +- src/components/common/icons/login.js | 2 +- src/components/common/icons/logout.js | 2 +- src/components/common/icons/map-icon.js | 2 +- src/components/common/icons/map.js | 2 +- src/components/common/icons/messages.js | 2 +- src/components/common/icons/minus.js | 2 +- src/components/common/icons/pause.js | 2 +- src/components/common/icons/picture.js | 2 +- src/components/common/icons/pin.js | 2 +- src/components/common/icons/play.js | 2 +- src/components/common/icons/polygon.js | 2 +- src/components/common/icons/rectangle.js | 2 +- src/components/common/icons/reduce.js | 2 +- src/components/common/icons/reset.js | 2 +- src/components/common/icons/rocket.js | 2 +- src/components/common/icons/save.js | 2 +- src/components/common/icons/save2.js | 2 +- src/components/common/icons/search.js | 2 +- src/components/common/icons/settings.js | 2 +- src/components/common/icons/share.js | 2 +- src/components/common/icons/split.js | 2 +- src/components/common/icons/square-select.js | 2 +- src/components/common/icons/table.js | 2 +- src/components/common/icons/trash.js | 2 +- src/components/common/icons/upload.js | 2 +- src/components/common/icons/vert-dots.js | 2 +- src/components/common/icons/vert-three-dots.js | 2 +- src/components/common/icons/warning.js | 2 +- src/components/common/image-preview.js | 2 +- src/components/common/info-helper.js | 2 +- src/components/common/item-selector/accessor.js | 2 +- src/components/common/item-selector/chickleted-input.js | 2 +- src/components/common/item-selector/dropdown-list.js | 2 +- src/components/common/item-selector/item-selector.js | 2 +- src/components/common/item-selector/typeahead.js | 2 +- src/components/common/line-chart.js | 2 +- src/components/common/loading-spinner.js | 2 +- src/components/common/logo.js | 2 +- src/components/common/map-layer-selector.js | 2 +- src/components/common/modal.js | 2 +- src/components/common/portaled.js | 2 +- src/components/common/progress-bar.js | 2 +- src/components/common/range-brush.js | 2 +- src/components/common/range-plot.js | 2 +- src/components/common/range-slider.js | 2 +- src/components/common/slider/mouse-event.js | 2 +- src/components/common/slider/slider-bar-handle.js | 2 +- src/components/common/slider/slider-handle.js | 2 +- src/components/common/slider/slider.js | 2 +- src/components/common/styled-components.js | 2 +- src/components/common/switch.js | 2 +- src/components/common/time-range-slider.js | 2 +- src/components/common/time-slider-marker.js | 2 +- src/components/common/toolbar-item.js | 2 +- src/components/common/toolbar.js | 2 +- src/components/common/vertical-toolbar.js | 2 +- src/components/container.js | 2 +- src/components/context.js | 2 +- src/components/editor/constants.js | 2 +- src/components/editor/editor.js | 2 +- src/components/editor/feature-action-panel.js | 2 +- src/components/editor/feature-styles.js | 2 +- src/components/editor/handle-style.js | 2 +- src/components/filters/components.js | 2 +- .../filters/filter-panels/filter-panel-with-field-select.js | 2 +- .../filters/filter-panels/multi-select-filter-panel.js | 2 +- src/components/filters/filter-panels/new-filter-panel.js | 2 +- src/components/filters/filter-panels/polygon-filter-panel.js | 2 +- src/components/filters/filter-panels/range-filter-panel.js | 2 +- .../filters/filter-panels/single-select-filter-panel.js | 2 +- src/components/filters/filter-panels/time-range-filter-panel.js | 2 +- src/components/filters/index.js | 2 +- src/components/filters/multi-select-filter.js | 2 +- src/components/filters/polygon-filter.js | 2 +- src/components/filters/range-filter.js | 2 +- src/components/filters/single-select-filter.js | 2 +- src/components/filters/time-range-filter.js | 2 +- src/components/filters/time-widget.js | 2 +- src/components/geocoder-panel.js | 2 +- src/components/geocoder/geocoder.js | 2 +- src/components/index.js | 2 +- src/components/injector.js | 2 +- src/components/kepler-gl.js | 2 +- src/components/map-container.js | 2 +- src/components/map/coordinate-info.js | 2 +- src/components/map/layer-hover-info.js | 2 +- src/components/map/map-control.js | 2 +- src/components/map/map-legend.js | 2 +- src/components/map/map-popover.js | 2 +- src/components/modal-container.js | 2 +- src/components/modals/add-map-style-modal.js | 2 +- src/components/modals/cloud-tile.js | 2 +- src/components/modals/data-table-modal.js | 2 +- src/components/modals/delete-data-modal.js | 2 +- src/components/modals/error-display.js | 2 +- src/components/modals/export-data-modal.js | 2 +- src/components/modals/export-image-modal.js | 2 +- src/components/modals/export-map-modal/components.js | 2 +- src/components/modals/export-map-modal/export-html-map.js | 2 +- src/components/modals/export-map-modal/export-json-map.js | 2 +- src/components/modals/export-map-modal/export-map-modal.js | 2 +- src/components/modals/image-modal-container.js | 2 +- src/components/modals/load-data-modal.js | 2 +- src/components/modals/load-storage-map.js | 2 +- src/components/modals/loading-dialog.js | 2 +- src/components/modals/modal-dialog.js | 2 +- src/components/modals/modal-tabs.js | 2 +- src/components/modals/overwrite-map-modal.js | 2 +- src/components/modals/provider-modal-container.js | 2 +- src/components/modals/save-map-modal.js | 2 +- src/components/modals/share-map-modal.js | 2 +- src/components/modals/status-panel.js | 2 +- src/components/modals/storage-map-viewer.js | 2 +- src/components/notification-panel.js | 2 +- src/components/notification-panel/notification-item.js | 2 +- src/components/plot-container.js | 2 +- src/components/side-panel.js | 2 +- src/components/side-panel/cloud-storage-dropdown.js | 2 +- src/components/side-panel/common/dataset-info.js | 2 +- src/components/side-panel/common/dataset-tag.js | 2 +- src/components/side-panel/common/dataset-title.js | 2 +- src/components/side-panel/common/source-data-catalog.js | 2 +- src/components/side-panel/common/source-data-selector.js | 2 +- src/components/side-panel/custom-panel.js | 2 +- src/components/side-panel/filter-manager.js | 2 +- src/components/side-panel/filter-panel/filter-panel-header.js | 2 +- src/components/side-panel/filter-panel/filter-panel.js | 2 +- src/components/side-panel/interaction-manager.js | 2 +- src/components/side-panel/interaction-panel/brush-config.js | 2 +- .../side-panel/interaction-panel/interaction-panel.js | 2 +- src/components/side-panel/interaction-panel/tooltip-config.js | 2 +- .../interaction-panel/tooltip-config/tooltip-chicklet.js | 2 +- src/components/side-panel/layer-manager.js | 2 +- src/components/side-panel/layer-panel/color-palette.js | 2 +- src/components/side-panel/layer-panel/color-range-selector.js | 2 +- src/components/side-panel/layer-panel/color-selector.js | 2 +- src/components/side-panel/layer-panel/column-selector.js | 2 +- src/components/side-panel/layer-panel/custom-palette.js | 2 +- src/components/side-panel/layer-panel/custom-picker.js | 2 +- .../side-panel/layer-panel/dimension-scale-selector.js | 2 +- src/components/side-panel/layer-panel/layer-column-config.js | 2 +- src/components/side-panel/layer-panel/layer-config-group.js | 2 +- src/components/side-panel/layer-panel/layer-configurator.js | 2 +- src/components/side-panel/layer-panel/layer-panel-header.js | 2 +- src/components/side-panel/layer-panel/layer-panel.js | 2 +- .../side-panel/layer-panel/layer-type-dropdown-list.js | 2 +- src/components/side-panel/layer-panel/layer-type-list-item.js | 2 +- src/components/side-panel/layer-panel/layer-type-selector.js | 2 +- src/components/side-panel/layer-panel/single-color-palette.js | 2 +- src/components/side-panel/layer-panel/text-label-panel.js | 2 +- .../side-panel/layer-panel/vis-config-by-field-selector.js | 2 +- src/components/side-panel/layer-panel/vis-config-slider.js | 2 +- src/components/side-panel/layer-panel/vis-config-switch.js | 2 +- src/components/side-panel/map-manager.js | 2 +- src/components/side-panel/map-style-panel/map-layer-selector.js | 2 +- src/components/side-panel/map-style-panel/map-style-selector.js | 2 +- src/components/side-panel/panel-dropdown.js | 2 +- src/components/side-panel/panel-header-action.js | 2 +- src/components/side-panel/panel-header.js | 2 +- src/components/side-panel/panel-toggle.js | 2 +- src/components/side-panel/side-bar.js | 2 +- src/connect/keplergl-connect.js | 2 +- src/connect/with-local-selector.js | 2 +- src/constants/action-types.js | 2 +- src/constants/color-palette.js | 2 +- src/constants/color-ranges.js | 2 +- src/constants/custom-color-ranges.js | 2 +- src/constants/default-settings.js | 2 +- src/constants/index.js | 2 +- src/constants/keyevent.js | 2 +- src/constants/tooltip.js | 2 +- src/constants/user-feedbacks.js | 2 +- src/constants/user-guides.js | 2 +- src/deckgl-layers/3d-building-layer/3d-building-layer.js | 2 +- src/deckgl-layers/3d-building-layer/3d-building-utils.js | 2 +- src/deckgl-layers/cluster-layer/cluster-layer.js | 2 +- src/deckgl-layers/column-layer/enhanced-column-layer.js | 2 +- src/deckgl-layers/grid-layer/enhanced-cpu-grid-layer.js | 2 +- src/deckgl-layers/hexagon-layer/enhanced-hexagon-layer.js | 2 +- src/deckgl-layers/layer-utils/cluster-utils.js | 2 +- src/deckgl-layers/layer-utils/cpu-aggregator.js | 2 +- src/deckgl-layers/layer-utils/shader-utils.js | 2 +- src/deckgl-layers/line-layer/line-layer.js | 2 +- src/deckgl-layers/svg-icon-layer/scatterplot-icon-layer.js | 2 +- src/deckgl-layers/svg-icon-layer/svg-icon-layer.js | 2 +- src/index.js | 2 +- src/layers/aggregation-layer.js | 2 +- src/layers/arc-layer/arc-layer-icon.js | 2 +- src/layers/arc-layer/arc-layer.js | 2 +- src/layers/base-layer.js | 2 +- src/layers/cluster-layer/cluster-layer-icon.js | 2 +- src/layers/cluster-layer/cluster-layer.js | 2 +- src/layers/default-layer-icon.js | 2 +- src/layers/geojson-layer/geojson-layer-icon.js | 2 +- src/layers/geojson-layer/geojson-layer.js | 2 +- src/layers/geojson-layer/geojson-utils.js | 2 +- src/layers/grid-layer/grid-layer-icon.js | 2 +- src/layers/grid-layer/grid-layer.js | 2 +- src/layers/grid-layer/grid-utils.js | 2 +- src/layers/h3-hexagon-layer/h3-hexagon-layer-icon.js | 2 +- src/layers/h3-hexagon-layer/h3-hexagon-layer.js | 2 +- src/layers/h3-hexagon-layer/h3-utils.js | 2 +- src/layers/heatmap-layer/heatmap-layer-icon.js | 2 +- src/layers/heatmap-layer/heatmap-layer.js | 2 +- src/layers/hexagon-layer/hexagon-layer-icon.js | 2 +- src/layers/hexagon-layer/hexagon-layer.js | 2 +- src/layers/hexagon-layer/hexagon-utils.js | 2 +- src/layers/icon-layer/icon-info-modal.js | 2 +- src/layers/icon-layer/icon-layer-icon.js | 2 +- src/layers/icon-layer/icon-layer.js | 2 +- src/layers/index.js | 2 +- src/layers/layer-factory.js | 2 +- src/layers/layer-text-label.js | 2 +- src/layers/layer-update.js | 2 +- src/layers/line-layer/line-layer-icon.js | 2 +- src/layers/line-layer/line-layer.js | 2 +- src/layers/mapbox-utils.js | 2 +- src/layers/mapboxgl-layer.js | 2 +- src/layers/point-layer/point-layer-icon.js | 2 +- src/layers/point-layer/point-layer.js | 2 +- src/layers/s2-geometry-layer/s2-geometry-layer.js | 2 +- src/layers/s2-geometry-layer/s2-layer-icon.js | 2 +- src/layers/s2-geometry-layer/s2-utils.js | 2 +- src/layers/scenegraph-layer/scenegraph-info-modal.js | 2 +- src/layers/scenegraph-layer/scenegraph-layer-icon.js | 2 +- src/layers/scenegraph-layer/scenegraph-layer.js | 2 +- src/layers/trip-layer/trip-info-modal.js | 2 +- src/layers/trip-layer/trip-layer-icon.js | 2 +- src/layers/trip-layer/trip-layer.js | 2 +- src/layers/trip-layer/trip-utils.js | 2 +- src/layers/types.js | 2 +- src/localization/ca.js | 2 +- src/localization/en.js | 2 +- src/localization/es.js | 2 +- src/localization/fi.js | 2 +- src/localization/formatted-message.js | 2 +- src/localization/index.js | 2 +- src/localization/locales.js | 2 +- src/localization/pt.js | 2 +- src/middleware/index.js | 2 +- src/processors/data-processor.js | 2 +- src/processors/file-handler.js | 2 +- src/processors/index.js | 2 +- src/reducers/combined-updaters.js | 2 +- src/reducers/composer-helpers.js | 2 +- src/reducers/composers.js | 2 +- src/reducers/core.js | 2 +- src/reducers/index.js | 2 +- src/reducers/map-state-updaters.js | 2 +- src/reducers/map-state.js | 2 +- src/reducers/map-style-updaters.js | 2 +- src/reducers/map-style.js | 2 +- src/reducers/provider-state-updaters.js | 2 +- src/reducers/provider-state.js | 2 +- src/reducers/root.js | 2 +- src/reducers/ui-state-updaters.js | 2 +- src/reducers/ui-state.js | 2 +- src/reducers/vis-state-merger.js | 2 +- src/reducers/vis-state-selectors.js | 2 +- src/reducers/vis-state-updaters.js | 2 +- src/reducers/vis-state.js | 2 +- src/schemas/dataset-schema.js | 2 +- src/schemas/index.js | 2 +- src/schemas/map-state-schema.js | 2 +- src/schemas/map-style-schema.js | 2 +- src/schemas/schema-manager.js | 2 +- src/schemas/schema-utils.js | 2 +- src/schemas/schema.js | 2 +- src/schemas/versions.js | 2 +- src/schemas/vis-state-schema.js | 2 +- src/styles/base.js | 2 +- src/styles/index.js | 2 +- src/styles/media-breakpoints.js | 2 +- src/tasks/tasks.js | 2 +- src/templates/export-map-html.js | 2 +- src/utils/aggregate-utils.js | 2 +- src/utils/color-utils.js | 2 +- src/utils/data-scale-utils.js | 2 +- src/utils/data-utils.js | 2 +- src/utils/dataset-utils.js | 2 +- src/utils/dom-to-image.js | 2 +- src/utils/dom-utils.js | 2 +- src/utils/export-utils.js | 2 +- src/utils/filter-utils.js | 2 +- src/utils/gl-utils.js | 2 +- src/utils/gpu-filter-utils.js | 2 +- src/utils/index.js | 2 +- src/utils/interaction-utils.js | 2 +- src/utils/layer-utils.js | 2 +- src/utils/locale-utils.js | 2 +- src/utils/map-info-utils.js | 2 +- src/utils/map-style-utils/mapbox-gl-style-editor.js | 2 +- src/utils/map-style-utils/mapbox-utils.js | 2 +- src/utils/mapbox-utils.js | 2 +- src/utils/notifications-utils.js | 2 +- src/utils/projection-utils.js | 2 +- src/utils/searcher-utils.js | 2 +- src/utils/split-map-utils.js | 2 +- src/utils/utils.js | 2 +- styles.js | 2 +- test/browser-drive.js | 2 +- test/browser.js | 2 +- test/browser/components/bottom-widget-test.js | 2 +- test/browser/components/common/animation-control-test.js | 2 +- test/browser/components/common/color-legend-test.js | 2 +- test/browser/components/common/file-uploader-test.js | 2 +- test/browser/components/common/index.js | 2 +- test/browser/components/common/item-selector-test.js | 2 +- test/browser/components/common/range-plot-test.js | 2 +- test/browser/components/common/range-slider-test.js | 2 +- test/browser/components/container-test.js | 2 +- test/browser/components/editor/feature-action-panel-test.js | 2 +- test/browser/components/editor/feature-styles-test.js | 2 +- test/browser/components/editor/index.js | 2 +- test/browser/components/geocoder-panel-test.js | 2 +- test/browser/components/index.js | 2 +- test/browser/components/injector-test.js | 2 +- test/browser/components/kepler-gl-test.js | 2 +- test/browser/components/map-container-test.js | 2 +- test/browser/components/map/index.js | 2 +- test/browser/components/map/map-control-test.js | 2 +- test/browser/components/map/map-legend-test.js | 2 +- test/browser/components/map/map-popover-test.js | 2 +- test/browser/components/modals/data-table-modal-test.js | 2 +- test/browser/components/modals/export-image-modal-test.js | 2 +- test/browser/components/modals/index.js | 2 +- test/browser/components/modals/load-data-modal-test.js | 2 +- test/browser/components/modals/load-storage-map-test.js | 2 +- test/browser/components/modals/save-map-modal-test.js | 2 +- test/browser/components/modals/share-map-modal-test.js | 2 +- test/browser/components/notifications/index.js | 2 +- test/browser/components/notifications/notification-item-test.js | 2 +- .../browser/components/notifications/notification-panel-test.js | 2 +- test/browser/components/plot-container-test.js | 2 +- test/browser/components/side-panel/color-selector-test.js | 2 +- test/browser/components/side-panel/filter-manager-test.js | 2 +- test/browser/components/side-panel/index.js | 2 +- test/browser/components/side-panel/layer-configurator-test.js | 2 +- test/browser/components/side-panel/layer-panel-header-test.js | 2 +- test/browser/components/side-panel/save-export-dropdown-test.js | 2 +- test/browser/components/side-panel/side-panel-test.js | 2 +- test/browser/components/tooltip-config-test.js | 2 +- test/browser/file-handler.js | 2 +- test/browser/index.js | 2 +- test/browser/layer-tests/arc-layer-specs.js | 2 +- test/browser/layer-tests/base-layer-sepcs.js | 2 +- test/browser/layer-tests/cluster-layer-specs.js | 2 +- test/browser/layer-tests/geojson-layer-specs.js | 2 +- test/browser/layer-tests/grid-layer-specs.js | 2 +- test/browser/layer-tests/h3-hexagon-layer-specs.js | 2 +- test/browser/layer-tests/heatmap-layer-specs.js | 2 +- test/browser/layer-tests/hexagon-layer-specs.js | 2 +- test/browser/layer-tests/icon-layer-specs.js | 2 +- test/browser/layer-tests/index.js | 2 +- test/browser/layer-tests/line-layer-specs.js | 2 +- test/browser/layer-tests/point-layer-specs.js | 2 +- test/browser/layer-tests/s2-geometry-layer-specs.js | 2 +- test/browser/layer-tests/scenegraph-layer-specs.js | 2 +- test/browser/layer-tests/trip-layer-specs.js | 2 +- test/browser/reducers/index.js | 2 +- test/e2e/upload-file.test.js | 2 +- test/e2e/utils.js | 2 +- test/fixtures/config_v0_arc_cluster_point.js | 2 +- test/fixtures/config_v0_geojson_point.js | 2 +- test/fixtures/config_v0_geojson_poly_fill_ele.js | 2 +- test/fixtures/config_v0_geojson_polygon.js | 2 +- test/fixtures/geojson-style.js | 2 +- test/fixtures/geojson.js | 2 +- test/fixtures/polygon-filter-map.js | 2 +- test/fixtures/polygon.js | 2 +- test/fixtures/row-object.js | 2 +- test/fixtures/s2-geometry.js | 2 +- test/fixtures/state-saved-v0.js | 2 +- test/fixtures/state-saved-v1-1.js | 2 +- test/fixtures/state-saved-v1-2.js | 2 +- test/fixtures/state-saved-v1-3.js | 2 +- test/fixtures/state-saved-v1-4.js | 2 +- test/fixtures/state-saved-v1-5.js | 2 +- test/fixtures/state-saved-v1-6.js | 2 +- test/fixtures/state-saved-v1-7.js | 2 +- test/fixtures/test-csv-data.js | 2 +- test/fixtures/test-hex-id-data.js | 2 +- test/fixtures/test-layer-data.js | 2 +- test/fixtures/test-trip-data.js | 2 +- test/fixtures/trip-geojson.js | 2 +- test/helpers/comparison-utils.js | 2 +- test/helpers/component-utils.js | 2 +- test/helpers/layer-utils.js | 2 +- test/helpers/mock-provider.js | 2 +- test/helpers/mock-state.js | 2 +- test/node.js | 2 +- test/node/index.js | 2 +- test/node/processors/file-handler-fixtures.js | 2 +- test/node/processors/file-handler-test.js | 2 +- test/node/processors/index.js | 2 +- test/node/reducers/composer-state-test.js | 2 +- test/node/reducers/index.js | 2 +- test/node/reducers/map-state-test.js | 2 +- test/node/reducers/map-style-test.js | 2 +- test/node/reducers/provider-state-test.js | 2 +- test/node/reducers/root-test.js | 2 +- test/node/reducers/ui-state-test.js | 2 +- test/node/reducers/vis-state-merger-test.js | 2 +- test/node/reducers/vis-state-test.js | 2 +- test/node/schemas/dataset-schema-test.js | 2 +- test/node/schemas/index.js | 2 +- test/node/schemas/map-state-schema-test.js | 2 +- test/node/schemas/map-style-schema-test.js | 2 +- test/node/schemas/schema-conversion-test.js | 2 +- test/node/schemas/vis-state-schema-test.js | 2 +- test/node/utils/aggregate-utils-test.js | 2 +- test/node/utils/color-util-test.js | 2 +- test/node/utils/data-processor-test.js | 2 +- test/node/utils/data-scale-utils-test.js | 2 +- test/node/utils/data-utils-test.js | 2 +- test/node/utils/dataset-utils-test.js | 2 +- test/node/utils/export-utils-test.js | 2 +- test/node/utils/filter-utils-test.js | 2 +- test/node/utils/gpu-filter-utils-test.js | 2 +- test/node/utils/index.js | 2 +- test/node/utils/interaction-utils-test.js | 2 +- test/node/utils/layer-utils-test.js | 2 +- test/node/utils/map-info-utils-test.js | 2 +- test/node/utils/mapbox-gl-style-editor-test.js | 2 +- test/node/utils/notifications-utils-test.js | 2 +- test/node/utils/s2-utils-test.js | 2 +- test/node/utils/util-test.js | 2 +- test/setup-browser-env.js | 2 +- test/webpack.config.js | 2 +- utils.js | 2 +- webpack/bundle.js | 2 +- webpack/umd.js | 2 +- website-gatsby/gatsby-browser.js | 2 +- website-gatsby/gatsby-config.js | 2 +- website-gatsby/gatsby-node.js | 2 +- website-gatsby/gatsby-ssr.js | 2 +- website-gatsby/src/components/app.js | 2 +- website-gatsby/src/components/common/card.js | 2 +- website-gatsby/src/components/common/carousel.js | 2 +- website-gatsby/src/components/common/section.js | 2 +- website-gatsby/src/components/common/slideshow.js | 2 +- .../src/components/common/staggered-scroll-animation.js | 2 +- website-gatsby/src/components/common/styled-components.js | 2 +- website-gatsby/src/components/common/styles.js | 2 +- website-gatsby/src/components/common/swipeable.js | 2 +- website-gatsby/src/components/examples.js | 2 +- website-gatsby/src/components/features.js | 2 +- website-gatsby/src/components/footer.js | 2 +- website-gatsby/src/components/header.js | 2 +- website-gatsby/src/components/hero.js | 2 +- website-gatsby/src/components/home.js | 2 +- website-gatsby/src/components/mapbox-logo.js | 2 +- website-gatsby/src/components/policy.js | 2 +- website-gatsby/src/components/showcase.js | 2 +- website-gatsby/src/components/tutorials.js | 2 +- website-gatsby/src/components/walkthrough.js | 2 +- website-gatsby/src/constants.js | 2 +- website-gatsby/src/content.js | 2 +- website-gatsby/src/state/analytics.js | 2 +- website-gatsby/src/state/app.js | 2 +- website-gatsby/src/state/index.js | 2 +- website-gatsby/src/state/redux-wrapper.js | 2 +- website-gatsby/src/state/test.js | 2 +- website-gatsby/src/styles.js | 2 +- website-gatsby/src/utils.js | 2 +- website/src/components/app.js | 2 +- website/src/components/common/card.js | 2 +- website/src/components/common/carousel.js | 2 +- website/src/components/common/section.js | 2 +- website/src/components/common/slideshow.js | 2 +- website/src/components/common/staggered-scroll-animation.js | 2 +- website/src/components/common/styled-components.js | 2 +- website/src/components/common/styles.js | 2 +- website/src/components/common/swipeable.js | 2 +- website/src/components/examples.js | 2 +- website/src/components/features.js | 2 +- website/src/components/footer.js | 2 +- website/src/components/header.js | 2 +- website/src/components/hero.js | 2 +- website/src/components/home.js | 2 +- website/src/components/mapbox-logo.js | 2 +- website/src/components/netlify-logo.js | 2 +- website/src/components/policy.js | 2 +- website/src/components/showcase.js | 2 +- website/src/components/tutorials.js | 2 +- website/src/components/walkthrough.js | 2 +- website/src/constants.js | 2 +- website/src/content.js | 2 +- website/src/main.js | 2 +- website/src/reducers/analytics.js | 2 +- website/src/reducers/app.js | 2 +- website/src/reducers/index.js | 2 +- website/src/routes.js | 2 +- website/src/styles.js | 2 +- website/src/utils.js | 2 +- website/webpack.config.js | 2 +- 691 files changed, 691 insertions(+), 691 deletions(-) diff --git a/actions.js b/actions.js index 10f43de671..f61c1f95c2 100644 --- a/actions.js +++ b/actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/babel.config.js b/babel.config.js index 46f4f2122f..4bada8f23d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/babel.config.js b/bindings/kepler.gl-jupyter/js/babel.config.js index 96f95c9a0c..508cce3d8c 100644 --- a/bindings/kepler.gl-jupyter/js/babel.config.js +++ b/bindings/kepler.gl-jupyter/js/babel.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/embed.js b/bindings/kepler.gl-jupyter/js/lib/embed.js index 325cc1a331..4293c962ee 100644 --- a/bindings/kepler.gl-jupyter/js/lib/embed.js +++ b/bindings/kepler.gl-jupyter/js/lib/embed.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/extension.js b/bindings/kepler.gl-jupyter/js/lib/extension.js index 30d90562dc..1fe3d69604 100644 --- a/bindings/kepler.gl-jupyter/js/lib/extension.js +++ b/bindings/kepler.gl-jupyter/js/lib/extension.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/index.js b/bindings/kepler.gl-jupyter/js/lib/index.js index 1281f1e3dd..fd192d78bc 100644 --- a/bindings/kepler.gl-jupyter/js/lib/index.js +++ b/bindings/kepler.gl-jupyter/js/lib/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl-plugin.js b/bindings/kepler.gl-jupyter/js/lib/keplergl-plugin.js index 11cb423e97..323fafe8c9 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl-plugin.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl-plugin.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/components/app.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/app.js index 8552111e1c..e97410d935 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/components/app.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/components/config-panel.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/config-panel.js index 23d1005a7e..14aec03d92 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/components/config-panel.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/config-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/components/panel-header.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/panel-header.js index 3cdd80b1e0..3772bd722e 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/components/panel-header.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/panel-header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/components/root.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/root.js index d65fb8db87..a444fc6cef 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/components/root.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/root.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/components/side-bar.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/side-bar.js index bced686a6b..a9aaa592b1 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/components/side-bar.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/components/side-bar.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/kepler.gl.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/kepler.gl.js index 9006799b33..83eecccbe0 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/kepler.gl.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/kepler.gl.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/main.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/main.js index 2199e5e6ed..03dc35d3f3 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/main.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/store.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/store.js index 3a770eb3e7..2723bf84ea 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/store.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/store.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/keplergl/utils.js b/bindings/kepler.gl-jupyter/js/lib/keplergl/utils.js index caed710090..627b4eb0ee 100644 --- a/bindings/kepler.gl-jupyter/js/lib/keplergl/utils.js +++ b/bindings/kepler.gl-jupyter/js/lib/keplergl/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/labplugin.js b/bindings/kepler.gl-jupyter/js/lib/labplugin.js index 05304bcb0c..3b2e9b2b13 100644 --- a/bindings/kepler.gl-jupyter/js/lib/labplugin.js +++ b/bindings/kepler.gl-jupyter/js/lib/labplugin.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/lib/log.js b/bindings/kepler.gl-jupyter/js/lib/log.js index d7a1207dd6..72d804f066 100644 --- a/bindings/kepler.gl-jupyter/js/lib/log.js +++ b/bindings/kepler.gl-jupyter/js/lib/log.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/webpack/build-html.js b/bindings/kepler.gl-jupyter/js/webpack/build-html.js index 815130888c..34e9f0769d 100644 --- a/bindings/kepler.gl-jupyter/js/webpack/build-html.js +++ b/bindings/kepler.gl-jupyter/js/webpack/build-html.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/webpack/build.js b/bindings/kepler.gl-jupyter/js/webpack/build.js index db2a8294ea..8575683d8f 100644 --- a/bindings/kepler.gl-jupyter/js/webpack/build.js +++ b/bindings/kepler.gl-jupyter/js/webpack/build.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/webpack/config.js b/bindings/kepler.gl-jupyter/js/webpack/config.js index e61e014d2c..5925d09aad 100644 --- a/bindings/kepler.gl-jupyter/js/webpack/config.js +++ b/bindings/kepler.gl-jupyter/js/webpack/config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/bindings/kepler.gl-jupyter/js/webpack/dev.js b/bindings/kepler.gl-jupyter/js/webpack/dev.js index 0463ec259a..9d538f29d6 100644 --- a/bindings/kepler.gl-jupyter/js/webpack/dev.js +++ b/bindings/kepler.gl-jupyter/js/webpack/dev.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/cloud-providers.js b/cloud-providers.js index 6881c599c4..7a1554d88e 100644 --- a/cloud-providers.js +++ b/cloud-providers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/components.js b/components.js index 1c94b692a4..63fd543ac4 100644 --- a/components.js +++ b/components.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/constants.js b/constants.js index 6258fcb84c..eb826647f4 100644 --- a/constants.js +++ b/constants.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-reducer/src/app-reducer.js b/examples/custom-reducer/src/app-reducer.js index dad8590eaa..4c1835acb4 100644 --- a/examples/custom-reducer/src/app-reducer.js +++ b/examples/custom-reducer/src/app-reducer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-reducer/src/app.js b/examples/custom-reducer/src/app.js index 4269da8bc2..09a5652e5b 100644 --- a/examples/custom-reducer/src/app.js +++ b/examples/custom-reducer/src/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-reducer/src/configurations/config.js b/examples/custom-reducer/src/configurations/config.js index 8ac94e2151..6d944cc5a2 100644 --- a/examples/custom-reducer/src/configurations/config.js +++ b/examples/custom-reducer/src/configurations/config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-reducer/src/data/sample-data.js b/examples/custom-reducer/src/data/sample-data.js index 5013468595..03ee543548 100644 --- a/examples/custom-reducer/src/data/sample-data.js +++ b/examples/custom-reducer/src/data/sample-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-reducer/src/main.js b/examples/custom-reducer/src/main.js index 1eb028b616..da62dff4af 100644 --- a/examples/custom-reducer/src/main.js +++ b/examples/custom-reducer/src/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-reducer/src/store.js b/examples/custom-reducer/src/store.js index 1248c34922..606732058c 100644 --- a/examples/custom-reducer/src/store.js +++ b/examples/custom-reducer/src/store.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-reducer/webpack.config.js b/examples/custom-reducer/webpack.config.js index 84245f8c8b..4f583ed0fa 100644 --- a/examples/custom-reducer/webpack.config.js +++ b/examples/custom-reducer/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-theme/src/actions.js b/examples/custom-theme/src/actions.js index a05cf3d35c..7da1055b49 100644 --- a/examples/custom-theme/src/actions.js +++ b/examples/custom-theme/src/actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-theme/src/app.js b/examples/custom-theme/src/app.js index 304dda6951..0c5eb3ffb7 100644 --- a/examples/custom-theme/src/app.js +++ b/examples/custom-theme/src/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-theme/src/main.js b/examples/custom-theme/src/main.js index 14311ef3d5..45add603e6 100644 --- a/examples/custom-theme/src/main.js +++ b/examples/custom-theme/src/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-theme/src/reducers/index.js b/examples/custom-theme/src/reducers/index.js index 2e82420588..4175943ba7 100644 --- a/examples/custom-theme/src/reducers/index.js +++ b/examples/custom-theme/src/reducers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-theme/src/store.js b/examples/custom-theme/src/store.js index 920ab4a292..77813961a1 100644 --- a/examples/custom-theme/src/store.js +++ b/examples/custom-theme/src/store.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/custom-theme/webpack.config.js b/examples/custom-theme/webpack.config.js index 8fe27fc723..daedf0daab 100644 --- a/examples/custom-theme/webpack.config.js +++ b/examples/custom-theme/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/actions.js b/examples/demo-app/src/actions.js index 6e34b4c664..0e0afed86b 100644 --- a/examples/demo-app/src/actions.js +++ b/examples/demo-app/src/actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/app.js b/examples/demo-app/src/app.js index a24a05e2c0..9913fdb277 100644 --- a/examples/demo-app/src/app.js +++ b/examples/demo-app/src/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/cloud-providers/carto/carto-icon.js b/examples/demo-app/src/cloud-providers/carto/carto-icon.js index 6bda1eade4..44b504de87 100644 --- a/examples/demo-app/src/cloud-providers/carto/carto-icon.js +++ b/examples/demo-app/src/cloud-providers/carto/carto-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/cloud-providers/carto/carto-provider.js b/examples/demo-app/src/cloud-providers/carto/carto-provider.js index 0f4ae7f8bc..5f653a0aee 100644 --- a/examples/demo-app/src/cloud-providers/carto/carto-provider.js +++ b/examples/demo-app/src/cloud-providers/carto/carto-provider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/cloud-providers/dropbox/dropbox-error-modal.js b/examples/demo-app/src/cloud-providers/dropbox/dropbox-error-modal.js index 08b5208219..755d9e45d7 100644 --- a/examples/demo-app/src/cloud-providers/dropbox/dropbox-error-modal.js +++ b/examples/demo-app/src/cloud-providers/dropbox/dropbox-error-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/cloud-providers/dropbox/dropbox-icon.js b/examples/demo-app/src/cloud-providers/dropbox/dropbox-icon.js index 50bc51f13c..b88270aa68 100644 --- a/examples/demo-app/src/cloud-providers/dropbox/dropbox-icon.js +++ b/examples/demo-app/src/cloud-providers/dropbox/dropbox-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/cloud-providers/dropbox/dropbox-provider.js b/examples/demo-app/src/cloud-providers/dropbox/dropbox-provider.js index 9df5cee109..b5329c81fb 100644 --- a/examples/demo-app/src/cloud-providers/dropbox/dropbox-provider.js +++ b/examples/demo-app/src/cloud-providers/dropbox/dropbox-provider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/cloud-providers/index.js b/examples/demo-app/src/cloud-providers/index.js index 203a312e3a..d96f45c7ca 100644 --- a/examples/demo-app/src/cloud-providers/index.js +++ b/examples/demo-app/src/cloud-providers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/components/announcement.js b/examples/demo-app/src/components/announcement.js index 963f9e21d7..fbb57d603e 100644 --- a/examples/demo-app/src/components/announcement.js +++ b/examples/demo-app/src/components/announcement.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/components/banner.js b/examples/demo-app/src/components/banner.js index 4aed50d6ac..da8416a232 100644 --- a/examples/demo-app/src/components/banner.js +++ b/examples/demo-app/src/components/banner.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/components/load-data-modal/load-remote-map.js b/examples/demo-app/src/components/load-data-modal/load-remote-map.js index b221c10361..2bbaaff8ce 100644 --- a/examples/demo-app/src/components/load-data-modal/load-remote-map.js +++ b/examples/demo-app/src/components/load-data-modal/load-remote-map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/components/load-data-modal/sample-data-viewer.js b/examples/demo-app/src/components/load-data-modal/sample-data-viewer.js index 3be7fb3c3c..092c1b59bf 100644 --- a/examples/demo-app/src/components/load-data-modal/sample-data-viewer.js +++ b/examples/demo-app/src/components/load-data-modal/sample-data-viewer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/components/load-data-modal/sample-maps-tab.js b/examples/demo-app/src/components/load-data-modal/sample-maps-tab.js index 8a27872816..1f4b371a52 100644 --- a/examples/demo-app/src/components/load-data-modal/sample-maps-tab.js +++ b/examples/demo-app/src/components/load-data-modal/sample-maps-tab.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/components/map-control/map-control.js b/examples/demo-app/src/components/map-control/map-control.js index 2896d0c432..9e1d73a841 100644 --- a/examples/demo-app/src/components/map-control/map-control.js +++ b/examples/demo-app/src/components/map-control/map-control.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/constants/default-settings.js b/examples/demo-app/src/constants/default-settings.js index d1129e8424..82255ef0ea 100644 --- a/examples/demo-app/src/constants/default-settings.js +++ b/examples/demo-app/src/constants/default-settings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/constants/localization.js b/examples/demo-app/src/constants/localization.js index 636bb02782..b21cf7180c 100644 --- a/examples/demo-app/src/constants/localization.js +++ b/examples/demo-app/src/constants/localization.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-animate-trip-data.js b/examples/demo-app/src/data/sample-animate-trip-data.js index ac91e10bf8..4457969491 100644 --- a/examples/demo-app/src/data/sample-animate-trip-data.js +++ b/examples/demo-app/src/data/sample-animate-trip-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-geojson-config.js b/examples/demo-app/src/data/sample-geojson-config.js index 8db3c51a13..b0037be4ea 100644 --- a/examples/demo-app/src/data/sample-geojson-config.js +++ b/examples/demo-app/src/data/sample-geojson-config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-geojson-points.js b/examples/demo-app/src/data/sample-geojson-points.js index 501f05a53c..416265b0a7 100644 --- a/examples/demo-app/src/data/sample-geojson-points.js +++ b/examples/demo-app/src/data/sample-geojson-points.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-hex-id-csv.js b/examples/demo-app/src/data/sample-hex-id-csv.js index 81702d1b28..7f8502305f 100644 --- a/examples/demo-app/src/data/sample-hex-id-csv.js +++ b/examples/demo-app/src/data/sample-hex-id-csv.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-icon-csv.js b/examples/demo-app/src/data/sample-icon-csv.js index c2f376ab5b..931d7231b7 100644 --- a/examples/demo-app/src/data/sample-icon-csv.js +++ b/examples/demo-app/src/data/sample-icon-csv.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-s2-data.js b/examples/demo-app/src/data/sample-s2-data.js index 093e1d20b1..58ded6a74e 100644 --- a/examples/demo-app/src/data/sample-s2-data.js +++ b/examples/demo-app/src/data/sample-s2-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-small-geojson.js b/examples/demo-app/src/data/sample-small-geojson.js index 3835939b9f..d2d31740e7 100644 --- a/examples/demo-app/src/data/sample-small-geojson.js +++ b/examples/demo-app/src/data/sample-small-geojson.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/data/sample-trip-data.js b/examples/demo-app/src/data/sample-trip-data.js index 6b0b5d8a97..71ba054d87 100644 --- a/examples/demo-app/src/data/sample-trip-data.js +++ b/examples/demo-app/src/data/sample-trip-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/factories/load-data-modal.js b/examples/demo-app/src/factories/load-data-modal.js index 90f5bc16f1..2785f98d05 100644 --- a/examples/demo-app/src/factories/load-data-modal.js +++ b/examples/demo-app/src/factories/load-data-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/factories/map-control.js b/examples/demo-app/src/factories/map-control.js index 2a4be635fa..c662f515c2 100644 --- a/examples/demo-app/src/factories/map-control.js +++ b/examples/demo-app/src/factories/map-control.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/factories/panel-header.js b/examples/demo-app/src/factories/panel-header.js index 32b095f060..44bbba5c9c 100644 --- a/examples/demo-app/src/factories/panel-header.js +++ b/examples/demo-app/src/factories/panel-header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/main.js b/examples/demo-app/src/main.js index 3bcad48f2a..0ccab03aa7 100644 --- a/examples/demo-app/src/main.js +++ b/examples/demo-app/src/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/reducers/index.js b/examples/demo-app/src/reducers/index.js index 73ec4c1717..55ca6055e9 100644 --- a/examples/demo-app/src/reducers/index.js +++ b/examples/demo-app/src/reducers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/store.js b/examples/demo-app/src/store.js index 90d1116e3d..c28affd7fb 100644 --- a/examples/demo-app/src/store.js +++ b/examples/demo-app/src/store.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/utils/routes.js b/examples/demo-app/src/utils/routes.js index accae5d005..7bc5fc1fad 100644 --- a/examples/demo-app/src/utils/routes.js +++ b/examples/demo-app/src/utils/routes.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/utils/strings.js b/examples/demo-app/src/utils/strings.js index 97b3849223..c5adafbf10 100644 --- a/examples/demo-app/src/utils/strings.js +++ b/examples/demo-app/src/utils/strings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/src/utils/url.js b/examples/demo-app/src/utils/url.js index 847bedc383..e3e9105f21 100644 --- a/examples/demo-app/src/utils/url.js +++ b/examples/demo-app/src/utils/url.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/demo-app/webpack.config.js b/examples/demo-app/webpack.config.js index 47abc0643a..c60cdc912d 100644 --- a/examples/demo-app/webpack.config.js +++ b/examples/demo-app/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/node-app/server.js b/examples/node-app/server.js index 35b42d9539..4c4258baf7 100644 --- a/examples/node-app/server.js +++ b/examples/node-app/server.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/node-app/src/app-reducer.js b/examples/node-app/src/app-reducer.js index dad8590eaa..4c1835acb4 100644 --- a/examples/node-app/src/app-reducer.js +++ b/examples/node-app/src/app-reducer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/node-app/src/app.js b/examples/node-app/src/app.js index 328a3b893f..84b539f9be 100644 --- a/examples/node-app/src/app.js +++ b/examples/node-app/src/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/node-app/src/main.js b/examples/node-app/src/main.js index 1eb028b616..da62dff4af 100644 --- a/examples/node-app/src/main.js +++ b/examples/node-app/src/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/node-app/src/store.js b/examples/node-app/src/store.js index 338b22b9d9..374dbbb515 100644 --- a/examples/node-app/src/store.js +++ b/examples/node-app/src/store.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/node-app/webpack.config.js b/examples/node-app/webpack.config.js index b6b0aa5434..421838d254 100644 --- a/examples/node-app/webpack.config.js +++ b/examples/node-app/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/app-reducer.js b/examples/open-modal/src/app-reducer.js index cb3bec54cd..705cd4f8ab 100644 --- a/examples/open-modal/src/app-reducer.js +++ b/examples/open-modal/src/app-reducer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/app.js b/examples/open-modal/src/app.js index fe18513d4a..00a603385a 100644 --- a/examples/open-modal/src/app.js +++ b/examples/open-modal/src/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/components/fresh-map.js b/examples/open-modal/src/components/fresh-map.js index 439595f593..dc386fb25f 100644 --- a/examples/open-modal/src/components/fresh-map.js +++ b/examples/open-modal/src/components/fresh-map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/components/saved-map.js b/examples/open-modal/src/components/saved-map.js index 2d02cbbab2..c27c87557d 100644 --- a/examples/open-modal/src/components/saved-map.js +++ b/examples/open-modal/src/components/saved-map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/configurations/config.js b/examples/open-modal/src/configurations/config.js index 8ac94e2151..6d944cc5a2 100644 --- a/examples/open-modal/src/configurations/config.js +++ b/examples/open-modal/src/configurations/config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/data/sample-data.js b/examples/open-modal/src/data/sample-data.js index 5013468595..03ee543548 100644 --- a/examples/open-modal/src/data/sample-data.js +++ b/examples/open-modal/src/data/sample-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/main.js b/examples/open-modal/src/main.js index 1eb028b616..da62dff4af 100644 --- a/examples/open-modal/src/main.js +++ b/examples/open-modal/src/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/src/store.js b/examples/open-modal/src/store.js index b0366038a9..f3e0797d95 100644 --- a/examples/open-modal/src/store.js +++ b/examples/open-modal/src/store.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/open-modal/webpack.config.js b/examples/open-modal/webpack.config.js index 84245f8c8b..4f583ed0fa 100644 --- a/examples/open-modal/webpack.config.js +++ b/examples/open-modal/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/actions.js b/examples/replace-component/src/actions.js index f1e52b03f0..3f48598cbd 100644 --- a/examples/replace-component/src/actions.js +++ b/examples/replace-component/src/actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/app-reducer.js b/examples/replace-component/src/app-reducer.js index 292e0f33fa..59d2e84d43 100644 --- a/examples/replace-component/src/app-reducer.js +++ b/examples/replace-component/src/app-reducer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/app.js b/examples/replace-component/src/app.js index 9b7573f6ab..8040f53227 100644 --- a/examples/replace-component/src/app.js +++ b/examples/replace-component/src/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/components/custom-panel.js b/examples/replace-component/src/components/custom-panel.js index 97ccb8b0e5..1d20a5fb93 100644 --- a/examples/replace-component/src/components/custom-panel.js +++ b/examples/replace-component/src/components/custom-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/components/panel-header.js b/examples/replace-component/src/components/panel-header.js index 51bef347a8..9f5f6f2de0 100644 --- a/examples/replace-component/src/components/panel-header.js +++ b/examples/replace-component/src/components/panel-header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/components/panel-toggle.js b/examples/replace-component/src/components/panel-toggle.js index d54f999287..d0ed0a1c06 100644 --- a/examples/replace-component/src/components/panel-toggle.js +++ b/examples/replace-component/src/components/panel-toggle.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/components/side-bar.js b/examples/replace-component/src/components/side-bar.js index 39b56a107e..8883a6b053 100644 --- a/examples/replace-component/src/components/side-bar.js +++ b/examples/replace-component/src/components/side-bar.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/data/sample-data.js b/examples/replace-component/src/data/sample-data.js index 5013468595..03ee543548 100644 --- a/examples/replace-component/src/data/sample-data.js +++ b/examples/replace-component/src/data/sample-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/main.js b/examples/replace-component/src/main.js index 1eb028b616..da62dff4af 100644 --- a/examples/replace-component/src/main.js +++ b/examples/replace-component/src/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/src/store.js b/examples/replace-component/src/store.js index c4b1dab95e..2e8b1b2a38 100644 --- a/examples/replace-component/src/store.js +++ b/examples/replace-component/src/store.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/replace-component/webpack.config.js b/examples/replace-component/webpack.config.js index 84245f8c8b..4f583ed0fa 100644 --- a/examples/replace-component/webpack.config.js +++ b/examples/replace-component/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/examples/webpack.config.local.js b/examples/webpack.config.local.js index 9c7bdb87a1..1b081910e3 100644 --- a/examples/webpack.config.local.js +++ b/examples/webpack.config.local.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/jest-extend-image-snapshot.js b/jest-extend-image-snapshot.js index 15eec2b9d3..4a1f21d7fd 100644 --- a/jest-extend-image-snapshot.js +++ b/jest-extend-image-snapshot.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/jest-puppeteer.config.js b/jest-puppeteer.config.js index 1a6b7a7594..e9119a839b 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/jest.config.js b/jest.config.js index 4479c26778..494cd7efcb 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/layers.js b/layers.js index 9b52852bc0..e0bfb120e7 100644 --- a/layers.js +++ b/layers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/localization.js b/localization.js index 4fc2c89f24..43b2542539 100644 --- a/localization.js +++ b/localization.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/middleware.js b/middleware.js index 92fb5ae718..a57fd0d650 100644 --- a/middleware.js +++ b/middleware.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/processors.js b/processors.js index fb721239dd..996105aa0e 100644 --- a/processors.js +++ b/processors.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/reducers.js b/reducers.js index 697cb854f0..87f256b8a7 100644 --- a/reducers.js +++ b/reducers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/schemas.js b/schemas.js index 3b64a480ed..b7dbd30c3f 100644 --- a/schemas.js +++ b/schemas.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/scripts/action-table-maker.js b/scripts/action-table-maker.js index 8cdf073a10..3551200a5d 100644 --- a/scripts/action-table-maker.js +++ b/scripts/action-table-maker.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/scripts/ast-helper.js b/scripts/ast-helper.js index a98b8de083..2fc6b946e8 100644 --- a/scripts/ast-helper.js +++ b/scripts/ast-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/scripts/documentation.js b/scripts/documentation.js index 5cfcd35944..e420bd934e 100644 --- a/scripts/documentation.js +++ b/scripts/documentation.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/scripts/edit-version.js b/scripts/edit-version.js index 8a8e845978..6f784a0f48 100644 --- a/scripts/edit-version.js +++ b/scripts/edit-version.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/scripts/install-and-start.js b/scripts/install-and-start.js index e6fd898d88..44604fe871 100644 --- a/scripts/install-and-start.js +++ b/scripts/install-and-start.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/scripts/log.js b/scripts/log.js index 91006ad455..7a59d8706a 100644 --- a/scripts/log.js +++ b/scripts/log.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/action-wrapper.js b/src/actions/action-wrapper.js index 4cc05d730c..74035c4c16 100644 --- a/src/actions/action-wrapper.js +++ b/src/actions/action-wrapper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/actions.js b/src/actions/actions.js index beb7683e6e..fbb2e822b7 100644 --- a/src/actions/actions.js +++ b/src/actions/actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/identity-actions.js b/src/actions/identity-actions.js index cb45e4f8d9..c84f6c23d5 100644 --- a/src/actions/identity-actions.js +++ b/src/actions/identity-actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/index.js b/src/actions/index.js index a583526ac3..c654978738 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/map-state-actions.js b/src/actions/map-state-actions.js index 7d2d77f564..f6dcdba38e 100644 --- a/src/actions/map-state-actions.js +++ b/src/actions/map-state-actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/map-style-actions.js b/src/actions/map-style-actions.js index 68fe9a4651..c37b4b53bf 100644 --- a/src/actions/map-style-actions.js +++ b/src/actions/map-style-actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/provider-actions.js b/src/actions/provider-actions.js index ddca70c9bc..246696a8ee 100644 --- a/src/actions/provider-actions.js +++ b/src/actions/provider-actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/ui-state-actions.js b/src/actions/ui-state-actions.js index 8cb617a0a8..c813e41860 100644 --- a/src/actions/ui-state-actions.js +++ b/src/actions/ui-state-actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/actions/vis-state-actions.js b/src/actions/vis-state-actions.js index adee05d2af..5bbcaa9bac 100644 --- a/src/actions/vis-state-actions.js +++ b/src/actions/vis-state-actions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/cloud-providers/index.js b/src/cloud-providers/index.js index f3f34a0df1..66d57d502f 100644 --- a/src/cloud-providers/index.js +++ b/src/cloud-providers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/cloud-providers/provider.js b/src/cloud-providers/provider.js index 90a6274772..2a8be9dc43 100644 --- a/src/cloud-providers/provider.js +++ b/src/cloud-providers/provider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/bottom-widget.js b/src/components/bottom-widget.js index 91a1d7bc0c..97ae680e3a 100644 --- a/src/components/bottom-widget.js +++ b/src/components/bottom-widget.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/action-panel.js b/src/components/common/action-panel.js index 222ae1868a..25494ce293 100644 --- a/src/components/common/action-panel.js +++ b/src/components/common/action-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/animation-control/animation-control.js b/src/components/common/animation-control/animation-control.js index 46bea3d178..384b7a6b03 100644 --- a/src/components/common/animation-control/animation-control.js +++ b/src/components/common/animation-control/animation-control.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/animation-control/animation-controller.js b/src/components/common/animation-control/animation-controller.js index 016047b053..10c485c3dc 100644 --- a/src/components/common/animation-control/animation-controller.js +++ b/src/components/common/animation-control/animation-controller.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/animation-control/animation-speed-slider.js b/src/components/common/animation-control/animation-speed-slider.js index 3ed1cef749..93e073a1f0 100644 --- a/src/components/common/animation-control/animation-speed-slider.js +++ b/src/components/common/animation-control/animation-speed-slider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/animation-control/floating-time-display.js b/src/components/common/animation-control/floating-time-display.js index bee874a7bb..c26a149e49 100644 --- a/src/components/common/animation-control/floating-time-display.js +++ b/src/components/common/animation-control/floating-time-display.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/animation-control/playback-controls.js b/src/components/common/animation-control/playback-controls.js index feb15e0cb9..3a0111075b 100644 --- a/src/components/common/animation-control/playback-controls.js +++ b/src/components/common/animation-control/playback-controls.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/animation-control/speed-control.js b/src/components/common/animation-control/speed-control.js index 03e8557370..27aa3b5b6d 100644 --- a/src/components/common/animation-control/speed-control.js +++ b/src/components/common/animation-control/speed-control.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/checkbox.js b/src/components/common/checkbox.js index 0bc11828a6..4d1713de39 100644 --- a/src/components/common/checkbox.js +++ b/src/components/common/checkbox.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/color-legend.js b/src/components/common/color-legend.js index 107f9ac90e..a1b4818cfe 100644 --- a/src/components/common/color-legend.js +++ b/src/components/common/color-legend.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/data-table/button.js b/src/components/common/data-table/button.js index cd7e0fe78e..e4ad2fd032 100644 --- a/src/components/common/data-table/button.js +++ b/src/components/common/data-table/button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/data-table/canvas.js b/src/components/common/data-table/canvas.js index dddbb4ad03..f4ebbafd76 100644 --- a/src/components/common/data-table/canvas.js +++ b/src/components/common/data-table/canvas.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/data-table/cell-size.js b/src/components/common/data-table/cell-size.js index 40d0ed5881..aeb5afd110 100644 --- a/src/components/common/data-table/cell-size.js +++ b/src/components/common/data-table/cell-size.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/data-table/grid.js b/src/components/common/data-table/grid.js index 7ee7c173d9..bc7238e1a6 100644 --- a/src/components/common/data-table/grid.js +++ b/src/components/common/data-table/grid.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/data-table/index.js b/src/components/common/data-table/index.js index 1db27b159a..a580dae5e8 100644 --- a/src/components/common/data-table/index.js +++ b/src/components/common/data-table/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/data-table/option-dropdown.js b/src/components/common/data-table/option-dropdown.js index 017a73a453..079142487a 100644 --- a/src/components/common/data-table/option-dropdown.js +++ b/src/components/common/data-table/option-dropdown.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/dataset-label.js b/src/components/common/dataset-label.js index ec0b49047f..d5375a471a 100644 --- a/src/components/common/dataset-label.js +++ b/src/components/common/dataset-label.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/error-boundary.js b/src/components/common/error-boundary.js index 588126f4d6..ad75e851b5 100644 --- a/src/components/common/error-boundary.js +++ b/src/components/common/error-boundary.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/field-selector.js b/src/components/common/field-selector.js index 0c00415982..4b499a7a89 100644 --- a/src/components/common/field-selector.js +++ b/src/components/common/field-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/field-token.js b/src/components/common/field-token.js index 549bc796fd..5b8ca8db4d 100644 --- a/src/components/common/field-token.js +++ b/src/components/common/field-token.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/file-uploader/file-drop.js b/src/components/common/file-uploader/file-drop.js index 60c0a7d93f..6444d62d0b 100644 --- a/src/components/common/file-uploader/file-drop.js +++ b/src/components/common/file-uploader/file-drop.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/file-uploader/file-upload-progress.js b/src/components/common/file-uploader/file-upload-progress.js index 0a7986ae67..0cf0d1af98 100644 --- a/src/components/common/file-uploader/file-upload-progress.js +++ b/src/components/common/file-uploader/file-upload-progress.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/file-uploader/file-upload.js b/src/components/common/file-uploader/file-upload.js index 0c82b39c8a..f9685a4a2b 100644 --- a/src/components/common/file-uploader/file-upload.js +++ b/src/components/common/file-uploader/file-upload.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/file-uploader/upload-button.js b/src/components/common/file-uploader/upload-button.js index e1c133db18..4565845f3b 100644 --- a/src/components/common/file-uploader/upload-button.js +++ b/src/components/common/file-uploader/upload-button.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/histogram-plot.js b/src/components/common/histogram-plot.js index 160d47037c..dd1136e7fd 100644 --- a/src/components/common/histogram-plot.js +++ b/src/components/common/histogram-plot.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/add.js b/src/components/common/icons/add.js index 19fccd994e..52d1997fd0 100644 --- a/src/components/common/icons/add.js +++ b/src/components/common/icons/add.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/anchor_window.js b/src/components/common/icons/anchor_window.js index 0f75451ee1..f88ef4ff9f 100644 --- a/src/components/common/icons/anchor_window.js +++ b/src/components/common/icons/anchor_window.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-down-alt.js b/src/components/common/icons/arrow-down-alt.js index 57ab575439..aab0b87ca5 100644 --- a/src/components/common/icons/arrow-down-alt.js +++ b/src/components/common/icons/arrow-down-alt.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-down-solid .js b/src/components/common/icons/arrow-down-solid .js index cb43ddb41e..ea4ae9893b 100644 --- a/src/components/common/icons/arrow-down-solid .js +++ b/src/components/common/icons/arrow-down-solid .js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-down.js b/src/components/common/icons/arrow-down.js index 1a568167de..121b6fdff9 100644 --- a/src/components/common/icons/arrow-down.js +++ b/src/components/common/icons/arrow-down.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-left.js b/src/components/common/icons/arrow-left.js index 3d7bf911e5..55eee41027 100644 --- a/src/components/common/icons/arrow-left.js +++ b/src/components/common/icons/arrow-left.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-right.js b/src/components/common/icons/arrow-right.js index ba8382a3a2..6b14f6160a 100644 --- a/src/components/common/icons/arrow-right.js +++ b/src/components/common/icons/arrow-right.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-up-alt.js b/src/components/common/icons/arrow-up-alt.js index 2f4da93508..d3a66e6b70 100644 --- a/src/components/common/icons/arrow-up-alt.js +++ b/src/components/common/icons/arrow-up-alt.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-up-solid.js b/src/components/common/icons/arrow-up-solid.js index 97276f9e0f..d7c8163f95 100644 --- a/src/components/common/icons/arrow-up-solid.js +++ b/src/components/common/icons/arrow-up-solid.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/arrow-up.js b/src/components/common/icons/arrow-up.js index 3ee077b90f..0763659b2a 100644 --- a/src/components/common/icons/arrow-up.js +++ b/src/components/common/icons/arrow-up.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/base.js b/src/components/common/icons/base.js index 372f7d6786..57bd4b38fc 100644 --- a/src/components/common/icons/base.js +++ b/src/components/common/icons/base.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/bug.js b/src/components/common/icons/bug.js index 0af9d522c3..fe170c0029 100644 --- a/src/components/common/icons/bug.js +++ b/src/components/common/icons/bug.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/cancel.js b/src/components/common/icons/cancel.js index 696bb91bed..2f8b1b6d48 100644 --- a/src/components/common/icons/cancel.js +++ b/src/components/common/icons/cancel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/checkmark.js b/src/components/common/icons/checkmark.js index 50e330e887..e0645a45ea 100644 --- a/src/components/common/icons/checkmark.js +++ b/src/components/common/icons/checkmark.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/clipboard.js b/src/components/common/icons/clipboard.js index f5d23535b9..043838b56c 100644 --- a/src/components/common/icons/clipboard.js +++ b/src/components/common/icons/clipboard.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/clock.js b/src/components/common/icons/clock.js index 462e594c64..2a89bb21cb 100644 --- a/src/components/common/icons/clock.js +++ b/src/components/common/icons/clock.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/close.js b/src/components/common/icons/close.js index 6f70cdf2b7..fef6fd975b 100644 --- a/src/components/common/icons/close.js +++ b/src/components/common/icons/close.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/code-alt.js b/src/components/common/icons/code-alt.js index 4ced8b909c..0ae3a3f88d 100644 --- a/src/components/common/icons/code-alt.js +++ b/src/components/common/icons/code-alt.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/crosshairs.js b/src/components/common/icons/crosshairs.js index 2aae540233..43c78e1082 100644 --- a/src/components/common/icons/crosshairs.js +++ b/src/components/common/icons/crosshairs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/cube-3d.js b/src/components/common/icons/cube-3d.js index 43ab33b1c7..9dc9e2980e 100644 --- a/src/components/common/icons/cube-3d.js +++ b/src/components/common/icons/cube-3d.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/cursor-click.js b/src/components/common/icons/cursor-click.js index b0ab6347de..ae7a9c7f25 100644 --- a/src/components/common/icons/cursor-click.js +++ b/src/components/common/icons/cursor-click.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/data-table.js b/src/components/common/icons/data-table.js index 6d8c64e057..81c7a8b972 100644 --- a/src/components/common/icons/data-table.js +++ b/src/components/common/icons/data-table.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/db.js b/src/components/common/icons/db.js index 7fb22eeb98..1327168a52 100644 --- a/src/components/common/icons/db.js +++ b/src/components/common/icons/db.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/delete.js b/src/components/common/icons/delete.js index 461c87dd77..bf2e698d72 100644 --- a/src/components/common/icons/delete.js +++ b/src/components/common/icons/delete.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/docs.js b/src/components/common/icons/docs.js index 2dee37777c..fefd13e2fa 100644 --- a/src/components/common/icons/docs.js +++ b/src/components/common/icons/docs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/drag-n-drop.js b/src/components/common/icons/drag-n-drop.js index 974444e0b4..38bf1cdeb9 100644 --- a/src/components/common/icons/drag-n-drop.js +++ b/src/components/common/icons/drag-n-drop.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/draw-polygon.js b/src/components/common/icons/draw-polygon.js index 4ed32bd8b9..7cde2d7685 100644 --- a/src/components/common/icons/draw-polygon.js +++ b/src/components/common/icons/draw-polygon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/email.js b/src/components/common/icons/email.js index c6d0b2df3e..c9e82935bd 100644 --- a/src/components/common/icons/email.js +++ b/src/components/common/icons/email.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/expand.js b/src/components/common/icons/expand.js index 6c67f860d8..093d7ab514 100644 --- a/src/components/common/icons/expand.js +++ b/src/components/common/icons/expand.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/eye-seen.js b/src/components/common/icons/eye-seen.js index 60dbf2583d..09c82b0f77 100644 --- a/src/components/common/icons/eye-seen.js +++ b/src/components/common/icons/eye-seen.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/eye-unseen.js b/src/components/common/icons/eye-unseen.js index e63bc3fa60..061de8b74c 100644 --- a/src/components/common/icons/eye-unseen.js +++ b/src/components/common/icons/eye-unseen.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/file-type.js b/src/components/common/icons/file-type.js index 8c49426468..4653f79f17 100644 --- a/src/components/common/icons/file-type.js +++ b/src/components/common/icons/file-type.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/file.js b/src/components/common/icons/file.js index d17bdc5284..3492cc8d7c 100644 --- a/src/components/common/icons/file.js +++ b/src/components/common/icons/file.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/files.js b/src/components/common/icons/files.js index f5d658365b..ac95cb9fd2 100644 --- a/src/components/common/icons/files.js +++ b/src/components/common/icons/files.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/filter-funnel.js b/src/components/common/icons/filter-funnel.js index 3e0ec80e5f..9d0b7cac0d 100644 --- a/src/components/common/icons/filter-funnel.js +++ b/src/components/common/icons/filter-funnel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/free-window.js b/src/components/common/icons/free-window.js index 87b3960ce5..fb6ed983e0 100644 --- a/src/components/common/icons/free-window.js +++ b/src/components/common/icons/free-window.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/gear.js b/src/components/common/icons/gear.js index f883fb3cd5..b060267118 100644 --- a/src/components/common/icons/gear.js +++ b/src/components/common/icons/gear.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/hash.js b/src/components/common/icons/hash.js index 345811d532..ada091ed8c 100644 --- a/src/components/common/icons/hash.js +++ b/src/components/common/icons/hash.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/histogram.js b/src/components/common/icons/histogram.js index ad2b2f4888..9c96277ae2 100644 --- a/src/components/common/icons/histogram.js +++ b/src/components/common/icons/histogram.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/index.js b/src/components/common/icons/index.js index 5e0104e792..9ff905fff0 100644 --- a/src/components/common/icons/index.js +++ b/src/components/common/icons/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/info.js b/src/components/common/icons/info.js index 6cdf268cd6..bdd1a48fd5 100644 --- a/src/components/common/icons/info.js +++ b/src/components/common/icons/info.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/layers.js b/src/components/common/icons/layers.js index b1a0e4b3b6..bdd60ac4c6 100644 --- a/src/components/common/icons/layers.js +++ b/src/components/common/icons/layers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/left-arrow.js b/src/components/common/icons/left-arrow.js index 28e1e55cc1..f6e6d36b7e 100644 --- a/src/components/common/icons/left-arrow.js +++ b/src/components/common/icons/left-arrow.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/legend.js b/src/components/common/icons/legend.js index ee6221d09a..a1a9df3ee5 100644 --- a/src/components/common/icons/legend.js +++ b/src/components/common/icons/legend.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/line-chart.js b/src/components/common/icons/line-chart.js index cc5e1c6376..8cc6aed6d5 100644 --- a/src/components/common/icons/line-chart.js +++ b/src/components/common/icons/line-chart.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/login.js b/src/components/common/icons/login.js index a75c60943a..ad36a38211 100644 --- a/src/components/common/icons/login.js +++ b/src/components/common/icons/login.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/logout.js b/src/components/common/icons/logout.js index 603d806172..6ea643a264 100644 --- a/src/components/common/icons/logout.js +++ b/src/components/common/icons/logout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/map-icon.js b/src/components/common/icons/map-icon.js index 3c10ded2a1..3bb081173d 100644 --- a/src/components/common/icons/map-icon.js +++ b/src/components/common/icons/map-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/map.js b/src/components/common/icons/map.js index ba64efe022..60e44ee6e9 100644 --- a/src/components/common/icons/map.js +++ b/src/components/common/icons/map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/messages.js b/src/components/common/icons/messages.js index e2d4ec5244..a20a20b87e 100644 --- a/src/components/common/icons/messages.js +++ b/src/components/common/icons/messages.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/minus.js b/src/components/common/icons/minus.js index 963df9eab0..2bf4dfba94 100644 --- a/src/components/common/icons/minus.js +++ b/src/components/common/icons/minus.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/pause.js b/src/components/common/icons/pause.js index d814730d6b..64b7e361d6 100644 --- a/src/components/common/icons/pause.js +++ b/src/components/common/icons/pause.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/picture.js b/src/components/common/icons/picture.js index 59ad262a52..cec9570ee2 100644 --- a/src/components/common/icons/picture.js +++ b/src/components/common/icons/picture.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/pin.js b/src/components/common/icons/pin.js index 768efe5772..fe155a9a1c 100644 --- a/src/components/common/icons/pin.js +++ b/src/components/common/icons/pin.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/play.js b/src/components/common/icons/play.js index f9aa3c81f9..37206ceb36 100644 --- a/src/components/common/icons/play.js +++ b/src/components/common/icons/play.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/polygon.js b/src/components/common/icons/polygon.js index 71144ddddf..b2bc7f4a45 100644 --- a/src/components/common/icons/polygon.js +++ b/src/components/common/icons/polygon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/rectangle.js b/src/components/common/icons/rectangle.js index 9087973bd0..aae354b16a 100644 --- a/src/components/common/icons/rectangle.js +++ b/src/components/common/icons/rectangle.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/reduce.js b/src/components/common/icons/reduce.js index 8f33c97834..3b46d538fb 100644 --- a/src/components/common/icons/reduce.js +++ b/src/components/common/icons/reduce.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/reset.js b/src/components/common/icons/reset.js index 9f99ff0069..43d687374e 100644 --- a/src/components/common/icons/reset.js +++ b/src/components/common/icons/reset.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/rocket.js b/src/components/common/icons/rocket.js index 3e75ea525c..57f7c8e713 100644 --- a/src/components/common/icons/rocket.js +++ b/src/components/common/icons/rocket.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/save.js b/src/components/common/icons/save.js index 3faf526cc9..d3c2b483fb 100644 --- a/src/components/common/icons/save.js +++ b/src/components/common/icons/save.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/save2.js b/src/components/common/icons/save2.js index 40bb3ce931..b52002de42 100644 --- a/src/components/common/icons/save2.js +++ b/src/components/common/icons/save2.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/search.js b/src/components/common/icons/search.js index a550a5c62c..291810062d 100644 --- a/src/components/common/icons/search.js +++ b/src/components/common/icons/search.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/settings.js b/src/components/common/icons/settings.js index 4c8793758b..d97e78ce22 100644 --- a/src/components/common/icons/settings.js +++ b/src/components/common/icons/settings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/share.js b/src/components/common/icons/share.js index dde0c04ca9..ef1a91b9a6 100644 --- a/src/components/common/icons/share.js +++ b/src/components/common/icons/share.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/split.js b/src/components/common/icons/split.js index 0def1219e1..9011734a47 100644 --- a/src/components/common/icons/split.js +++ b/src/components/common/icons/split.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/square-select.js b/src/components/common/icons/square-select.js index 876ac8ba96..b88b2fb9c0 100644 --- a/src/components/common/icons/square-select.js +++ b/src/components/common/icons/square-select.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/table.js b/src/components/common/icons/table.js index be29782210..da12f80216 100644 --- a/src/components/common/icons/table.js +++ b/src/components/common/icons/table.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/trash.js b/src/components/common/icons/trash.js index 0b095f534c..69829adfc3 100644 --- a/src/components/common/icons/trash.js +++ b/src/components/common/icons/trash.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/upload.js b/src/components/common/icons/upload.js index ed027019f9..1b64e6dbdc 100644 --- a/src/components/common/icons/upload.js +++ b/src/components/common/icons/upload.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/vert-dots.js b/src/components/common/icons/vert-dots.js index 51ad74a4b3..29d94a026e 100644 --- a/src/components/common/icons/vert-dots.js +++ b/src/components/common/icons/vert-dots.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/vert-three-dots.js b/src/components/common/icons/vert-three-dots.js index 334420f665..2c1500e132 100644 --- a/src/components/common/icons/vert-three-dots.js +++ b/src/components/common/icons/vert-three-dots.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/icons/warning.js b/src/components/common/icons/warning.js index 1f8768746e..42a9859aeb 100644 --- a/src/components/common/icons/warning.js +++ b/src/components/common/icons/warning.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/image-preview.js b/src/components/common/image-preview.js index d02c7f03f8..ef845acc4b 100644 --- a/src/components/common/image-preview.js +++ b/src/components/common/image-preview.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/info-helper.js b/src/components/common/info-helper.js index ab32540a07..1a5029d18f 100644 --- a/src/components/common/info-helper.js +++ b/src/components/common/info-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/item-selector/accessor.js b/src/components/common/item-selector/accessor.js index 2e28ac4b3c..afdf0c265e 100644 --- a/src/components/common/item-selector/accessor.js +++ b/src/components/common/item-selector/accessor.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/item-selector/chickleted-input.js b/src/components/common/item-selector/chickleted-input.js index 7a236421ae..e0963345ec 100644 --- a/src/components/common/item-selector/chickleted-input.js +++ b/src/components/common/item-selector/chickleted-input.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/item-selector/dropdown-list.js b/src/components/common/item-selector/dropdown-list.js index 5fc1840264..f1250414a6 100644 --- a/src/components/common/item-selector/dropdown-list.js +++ b/src/components/common/item-selector/dropdown-list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/item-selector/item-selector.js b/src/components/common/item-selector/item-selector.js index 7cbd895080..4114c9646e 100644 --- a/src/components/common/item-selector/item-selector.js +++ b/src/components/common/item-selector/item-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/item-selector/typeahead.js b/src/components/common/item-selector/typeahead.js index 1ec3ed5afc..a6bc43179a 100644 --- a/src/components/common/item-selector/typeahead.js +++ b/src/components/common/item-selector/typeahead.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/line-chart.js b/src/components/common/line-chart.js index 26cb174912..63483516a8 100644 --- a/src/components/common/line-chart.js +++ b/src/components/common/line-chart.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/loading-spinner.js b/src/components/common/loading-spinner.js index a8034acab8..15c4c8bc49 100644 --- a/src/components/common/loading-spinner.js +++ b/src/components/common/loading-spinner.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/logo.js b/src/components/common/logo.js index 82d35b46bd..b2c0e83f81 100644 --- a/src/components/common/logo.js +++ b/src/components/common/logo.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/map-layer-selector.js b/src/components/common/map-layer-selector.js index 916191b80f..b70ddfaa88 100644 --- a/src/components/common/map-layer-selector.js +++ b/src/components/common/map-layer-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/modal.js b/src/components/common/modal.js index 9be027447c..9bdad5e136 100644 --- a/src/components/common/modal.js +++ b/src/components/common/modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/portaled.js b/src/components/common/portaled.js index 1b73becb2a..cebcb72aea 100644 --- a/src/components/common/portaled.js +++ b/src/components/common/portaled.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/progress-bar.js b/src/components/common/progress-bar.js index 0a537600d2..2c4a33c8ef 100644 --- a/src/components/common/progress-bar.js +++ b/src/components/common/progress-bar.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/range-brush.js b/src/components/common/range-brush.js index 6774b804ea..04e12ce253 100644 --- a/src/components/common/range-brush.js +++ b/src/components/common/range-brush.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/range-plot.js b/src/components/common/range-plot.js index a1a8eb27bf..9f964d7b50 100644 --- a/src/components/common/range-plot.js +++ b/src/components/common/range-plot.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/range-slider.js b/src/components/common/range-slider.js index 53344e66f8..d5839021b8 100644 --- a/src/components/common/range-slider.js +++ b/src/components/common/range-slider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/slider/mouse-event.js b/src/components/common/slider/mouse-event.js index 1c3abf9a18..7edb1aaf69 100644 --- a/src/components/common/slider/mouse-event.js +++ b/src/components/common/slider/mouse-event.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/slider/slider-bar-handle.js b/src/components/common/slider/slider-bar-handle.js index b4bdc1c277..f700c74bab 100644 --- a/src/components/common/slider/slider-bar-handle.js +++ b/src/components/common/slider/slider-bar-handle.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/slider/slider-handle.js b/src/components/common/slider/slider-handle.js index f34df66a34..9e37242b96 100644 --- a/src/components/common/slider/slider-handle.js +++ b/src/components/common/slider/slider-handle.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/slider/slider.js b/src/components/common/slider/slider.js index 14cd413778..65feb03385 100644 --- a/src/components/common/slider/slider.js +++ b/src/components/common/slider/slider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/styled-components.js b/src/components/common/styled-components.js index f90133a04b..b2417f5a65 100644 --- a/src/components/common/styled-components.js +++ b/src/components/common/styled-components.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/switch.js b/src/components/common/switch.js index 65fdf59e75..9cf522044c 100644 --- a/src/components/common/switch.js +++ b/src/components/common/switch.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/time-range-slider.js b/src/components/common/time-range-slider.js index 6a5923437a..f8715ad735 100644 --- a/src/components/common/time-range-slider.js +++ b/src/components/common/time-range-slider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/time-slider-marker.js b/src/components/common/time-slider-marker.js index fed566685c..fb7abf29fb 100644 --- a/src/components/common/time-slider-marker.js +++ b/src/components/common/time-slider-marker.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/toolbar-item.js b/src/components/common/toolbar-item.js index 3b060e2692..0fb74b173e 100644 --- a/src/components/common/toolbar-item.js +++ b/src/components/common/toolbar-item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/toolbar.js b/src/components/common/toolbar.js index a41ce88cfe..10078ec640 100644 --- a/src/components/common/toolbar.js +++ b/src/components/common/toolbar.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/common/vertical-toolbar.js b/src/components/common/vertical-toolbar.js index 0848b63f66..5054e420ab 100644 --- a/src/components/common/vertical-toolbar.js +++ b/src/components/common/vertical-toolbar.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/container.js b/src/components/container.js index ff563c1f1c..1126d34b44 100644 --- a/src/components/container.js +++ b/src/components/container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/context.js b/src/components/context.js index f91e8766f1..6a6d7c19e9 100644 --- a/src/components/context.js +++ b/src/components/context.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/editor/constants.js b/src/components/editor/constants.js index ef58b72d5e..e86f07eb56 100644 --- a/src/components/editor/constants.js +++ b/src/components/editor/constants.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/editor/editor.js b/src/components/editor/editor.js index c150e68847..0cd5ec4ee3 100644 --- a/src/components/editor/editor.js +++ b/src/components/editor/editor.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/editor/feature-action-panel.js b/src/components/editor/feature-action-panel.js index ba9773178a..752c42017a 100644 --- a/src/components/editor/feature-action-panel.js +++ b/src/components/editor/feature-action-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/editor/feature-styles.js b/src/components/editor/feature-styles.js index 8a8481eff8..64603562d9 100644 --- a/src/components/editor/feature-styles.js +++ b/src/components/editor/feature-styles.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/editor/handle-style.js b/src/components/editor/handle-style.js index 21646b5bc5..936214debb 100644 --- a/src/components/editor/handle-style.js +++ b/src/components/editor/handle-style.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/components.js b/src/components/filters/components.js index 8c37d38120..912bafdefb 100644 --- a/src/components/filters/components.js +++ b/src/components/filters/components.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/filter-panels/filter-panel-with-field-select.js b/src/components/filters/filter-panels/filter-panel-with-field-select.js index 95bc75eb38..3560a2634e 100644 --- a/src/components/filters/filter-panels/filter-panel-with-field-select.js +++ b/src/components/filters/filter-panels/filter-panel-with-field-select.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/filter-panels/multi-select-filter-panel.js b/src/components/filters/filter-panels/multi-select-filter-panel.js index 4b6f925472..1f3819b875 100644 --- a/src/components/filters/filter-panels/multi-select-filter-panel.js +++ b/src/components/filters/filter-panels/multi-select-filter-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/filter-panels/new-filter-panel.js b/src/components/filters/filter-panels/new-filter-panel.js index 3ec9d57b05..960dbc2bc4 100644 --- a/src/components/filters/filter-panels/new-filter-panel.js +++ b/src/components/filters/filter-panels/new-filter-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/filter-panels/polygon-filter-panel.js b/src/components/filters/filter-panels/polygon-filter-panel.js index 1204e1249f..14bdb42003 100644 --- a/src/components/filters/filter-panels/polygon-filter-panel.js +++ b/src/components/filters/filter-panels/polygon-filter-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/filter-panels/range-filter-panel.js b/src/components/filters/filter-panels/range-filter-panel.js index 0904dcdddd..4055ae6abe 100644 --- a/src/components/filters/filter-panels/range-filter-panel.js +++ b/src/components/filters/filter-panels/range-filter-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/filter-panels/single-select-filter-panel.js b/src/components/filters/filter-panels/single-select-filter-panel.js index fb4cc082ef..30280e1acc 100644 --- a/src/components/filters/filter-panels/single-select-filter-panel.js +++ b/src/components/filters/filter-panels/single-select-filter-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/filter-panels/time-range-filter-panel.js b/src/components/filters/filter-panels/time-range-filter-panel.js index 8a55273865..c929bee067 100644 --- a/src/components/filters/filter-panels/time-range-filter-panel.js +++ b/src/components/filters/filter-panels/time-range-filter-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/index.js b/src/components/filters/index.js index 4521095c84..bf0e569bac 100644 --- a/src/components/filters/index.js +++ b/src/components/filters/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/multi-select-filter.js b/src/components/filters/multi-select-filter.js index de5f022714..f3a43f49d1 100644 --- a/src/components/filters/multi-select-filter.js +++ b/src/components/filters/multi-select-filter.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/polygon-filter.js b/src/components/filters/polygon-filter.js index 4b927ffbdc..04a1618db4 100644 --- a/src/components/filters/polygon-filter.js +++ b/src/components/filters/polygon-filter.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/range-filter.js b/src/components/filters/range-filter.js index 4024f56fe7..293d1436c9 100644 --- a/src/components/filters/range-filter.js +++ b/src/components/filters/range-filter.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/single-select-filter.js b/src/components/filters/single-select-filter.js index 64b7dd443c..acd579c3de 100644 --- a/src/components/filters/single-select-filter.js +++ b/src/components/filters/single-select-filter.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/time-range-filter.js b/src/components/filters/time-range-filter.js index 8c66db6ca4..4c92a0a94c 100644 --- a/src/components/filters/time-range-filter.js +++ b/src/components/filters/time-range-filter.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/filters/time-widget.js b/src/components/filters/time-widget.js index be456e1a01..6373067e20 100644 --- a/src/components/filters/time-widget.js +++ b/src/components/filters/time-widget.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/geocoder-panel.js b/src/components/geocoder-panel.js index 03ec4e9da2..1bc4e9e8e5 100644 --- a/src/components/geocoder-panel.js +++ b/src/components/geocoder-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/geocoder/geocoder.js b/src/components/geocoder/geocoder.js index a2fbc74d31..5f064f41f7 100644 --- a/src/components/geocoder/geocoder.js +++ b/src/components/geocoder/geocoder.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/index.js b/src/components/index.js index ded20d6f91..f0a03d58a1 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/injector.js b/src/components/injector.js index 96853d60c4..feb0f1f159 100644 --- a/src/components/injector.js +++ b/src/components/injector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/kepler-gl.js b/src/components/kepler-gl.js index b9d1a47c61..abcf5878e1 100644 --- a/src/components/kepler-gl.js +++ b/src/components/kepler-gl.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/map-container.js b/src/components/map-container.js index 8515892ff1..7af4c4f472 100644 --- a/src/components/map-container.js +++ b/src/components/map-container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/map/coordinate-info.js b/src/components/map/coordinate-info.js index f3c8050924..3c60a8f216 100644 --- a/src/components/map/coordinate-info.js +++ b/src/components/map/coordinate-info.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/map/layer-hover-info.js b/src/components/map/layer-hover-info.js index b3fdb4814c..78fdde9ce7 100644 --- a/src/components/map/layer-hover-info.js +++ b/src/components/map/layer-hover-info.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/map/map-control.js b/src/components/map/map-control.js index 1d4068339b..cda3c9ef2c 100644 --- a/src/components/map/map-control.js +++ b/src/components/map/map-control.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/map/map-legend.js b/src/components/map/map-legend.js index ac7f6dacae..2b7f2c27bc 100644 --- a/src/components/map/map-legend.js +++ b/src/components/map/map-legend.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/map/map-popover.js b/src/components/map/map-popover.js index 2eee1cf653..a427cc0b93 100644 --- a/src/components/map/map-popover.js +++ b/src/components/map/map-popover.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modal-container.js b/src/components/modal-container.js index 46fbc448b5..215176a13a 100644 --- a/src/components/modal-container.js +++ b/src/components/modal-container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/add-map-style-modal.js b/src/components/modals/add-map-style-modal.js index a963a67fdc..aa16db7000 100644 --- a/src/components/modals/add-map-style-modal.js +++ b/src/components/modals/add-map-style-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/cloud-tile.js b/src/components/modals/cloud-tile.js index 5191034a72..1484944864 100644 --- a/src/components/modals/cloud-tile.js +++ b/src/components/modals/cloud-tile.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/data-table-modal.js b/src/components/modals/data-table-modal.js index 0b35841eb1..20d1e77897 100644 --- a/src/components/modals/data-table-modal.js +++ b/src/components/modals/data-table-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/delete-data-modal.js b/src/components/modals/delete-data-modal.js index e069f2b5d8..54156c1e38 100644 --- a/src/components/modals/delete-data-modal.js +++ b/src/components/modals/delete-data-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/error-display.js b/src/components/modals/error-display.js index ec4ffbeb70..c43cc8a385 100644 --- a/src/components/modals/error-display.js +++ b/src/components/modals/error-display.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/export-data-modal.js b/src/components/modals/export-data-modal.js index da6811c731..6d9b971021 100644 --- a/src/components/modals/export-data-modal.js +++ b/src/components/modals/export-data-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/export-image-modal.js b/src/components/modals/export-image-modal.js index 69a74825d3..48e0510fc7 100644 --- a/src/components/modals/export-image-modal.js +++ b/src/components/modals/export-image-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/export-map-modal/components.js b/src/components/modals/export-map-modal/components.js index 269156c348..3d0105c3e1 100644 --- a/src/components/modals/export-map-modal/components.js +++ b/src/components/modals/export-map-modal/components.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/export-map-modal/export-html-map.js b/src/components/modals/export-map-modal/export-html-map.js index 0d1158c386..1bbcdddb64 100644 --- a/src/components/modals/export-map-modal/export-html-map.js +++ b/src/components/modals/export-map-modal/export-html-map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/export-map-modal/export-json-map.js b/src/components/modals/export-map-modal/export-json-map.js index b8d7409ebd..e7bbfe378c 100644 --- a/src/components/modals/export-map-modal/export-json-map.js +++ b/src/components/modals/export-map-modal/export-json-map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/export-map-modal/export-map-modal.js b/src/components/modals/export-map-modal/export-map-modal.js index dd02f5cb4f..0329896f94 100644 --- a/src/components/modals/export-map-modal/export-map-modal.js +++ b/src/components/modals/export-map-modal/export-map-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/image-modal-container.js b/src/components/modals/image-modal-container.js index 801c180bf9..0dd972f6b9 100644 --- a/src/components/modals/image-modal-container.js +++ b/src/components/modals/image-modal-container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/load-data-modal.js b/src/components/modals/load-data-modal.js index bc0e351cd7..0d6a8d624a 100644 --- a/src/components/modals/load-data-modal.js +++ b/src/components/modals/load-data-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/load-storage-map.js b/src/components/modals/load-storage-map.js index f7e89dd4d5..06cfb7d80b 100644 --- a/src/components/modals/load-storage-map.js +++ b/src/components/modals/load-storage-map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/loading-dialog.js b/src/components/modals/loading-dialog.js index 4c0c134e8c..d5db5dae83 100644 --- a/src/components/modals/loading-dialog.js +++ b/src/components/modals/loading-dialog.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/modal-dialog.js b/src/components/modals/modal-dialog.js index 786bd1f697..0206cd3022 100644 --- a/src/components/modals/modal-dialog.js +++ b/src/components/modals/modal-dialog.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/modal-tabs.js b/src/components/modals/modal-tabs.js index c6dad7efa7..389d574641 100644 --- a/src/components/modals/modal-tabs.js +++ b/src/components/modals/modal-tabs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/overwrite-map-modal.js b/src/components/modals/overwrite-map-modal.js index 3a130c9ede..589c0a7e5f 100644 --- a/src/components/modals/overwrite-map-modal.js +++ b/src/components/modals/overwrite-map-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/provider-modal-container.js b/src/components/modals/provider-modal-container.js index 629513b0bd..50dc93c3e4 100644 --- a/src/components/modals/provider-modal-container.js +++ b/src/components/modals/provider-modal-container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/save-map-modal.js b/src/components/modals/save-map-modal.js index b442f6af69..a052a349c3 100644 --- a/src/components/modals/save-map-modal.js +++ b/src/components/modals/save-map-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/share-map-modal.js b/src/components/modals/share-map-modal.js index 2c9d3170d0..c1fa05849a 100644 --- a/src/components/modals/share-map-modal.js +++ b/src/components/modals/share-map-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/status-panel.js b/src/components/modals/status-panel.js index b58a5bd5d9..4184ecaa5e 100644 --- a/src/components/modals/status-panel.js +++ b/src/components/modals/status-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/modals/storage-map-viewer.js b/src/components/modals/storage-map-viewer.js index 2e87e30dae..005010f4fd 100644 --- a/src/components/modals/storage-map-viewer.js +++ b/src/components/modals/storage-map-viewer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/notification-panel.js b/src/components/notification-panel.js index a63b485c9c..07cd2e88eb 100644 --- a/src/components/notification-panel.js +++ b/src/components/notification-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/notification-panel/notification-item.js b/src/components/notification-panel/notification-item.js index 314e85e81b..045a11f3cb 100644 --- a/src/components/notification-panel/notification-item.js +++ b/src/components/notification-panel/notification-item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/plot-container.js b/src/components/plot-container.js index 5e55c1ff11..2443121f23 100644 --- a/src/components/plot-container.js +++ b/src/components/plot-container.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel.js b/src/components/side-panel.js index 0ec4c2f007..ba59257385 100644 --- a/src/components/side-panel.js +++ b/src/components/side-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/cloud-storage-dropdown.js b/src/components/side-panel/cloud-storage-dropdown.js index 84d0b82554..d084e6317f 100644 --- a/src/components/side-panel/cloud-storage-dropdown.js +++ b/src/components/side-panel/cloud-storage-dropdown.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/common/dataset-info.js b/src/components/side-panel/common/dataset-info.js index de938acfeb..36da74294a 100644 --- a/src/components/side-panel/common/dataset-info.js +++ b/src/components/side-panel/common/dataset-info.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/common/dataset-tag.js b/src/components/side-panel/common/dataset-tag.js index d783ae5a9a..cc32de4a66 100644 --- a/src/components/side-panel/common/dataset-tag.js +++ b/src/components/side-panel/common/dataset-tag.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/common/dataset-title.js b/src/components/side-panel/common/dataset-title.js index 61b77895bb..7a9e967f09 100644 --- a/src/components/side-panel/common/dataset-title.js +++ b/src/components/side-panel/common/dataset-title.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/common/source-data-catalog.js b/src/components/side-panel/common/source-data-catalog.js index 80fc1e03e6..464377ae54 100644 --- a/src/components/side-panel/common/source-data-catalog.js +++ b/src/components/side-panel/common/source-data-catalog.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/common/source-data-selector.js b/src/components/side-panel/common/source-data-selector.js index 435c66c4f6..67fd3451ff 100644 --- a/src/components/side-panel/common/source-data-selector.js +++ b/src/components/side-panel/common/source-data-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/custom-panel.js b/src/components/side-panel/custom-panel.js index 5c22c3d547..da4b1dba3e 100644 --- a/src/components/side-panel/custom-panel.js +++ b/src/components/side-panel/custom-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/filter-manager.js b/src/components/side-panel/filter-manager.js index 93cf771740..4c1164fa3e 100644 --- a/src/components/side-panel/filter-manager.js +++ b/src/components/side-panel/filter-manager.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/filter-panel/filter-panel-header.js b/src/components/side-panel/filter-panel/filter-panel-header.js index 3e0adac108..7a2762824d 100644 --- a/src/components/side-panel/filter-panel/filter-panel-header.js +++ b/src/components/side-panel/filter-panel/filter-panel-header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/filter-panel/filter-panel.js b/src/components/side-panel/filter-panel/filter-panel.js index 9dc35db128..27924e1f6b 100644 --- a/src/components/side-panel/filter-panel/filter-panel.js +++ b/src/components/side-panel/filter-panel/filter-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/interaction-manager.js b/src/components/side-panel/interaction-manager.js index cca6f7465b..46c9b51f49 100644 --- a/src/components/side-panel/interaction-manager.js +++ b/src/components/side-panel/interaction-manager.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/interaction-panel/brush-config.js b/src/components/side-panel/interaction-panel/brush-config.js index 3262a00fd0..57f3b6c6d9 100644 --- a/src/components/side-panel/interaction-panel/brush-config.js +++ b/src/components/side-panel/interaction-panel/brush-config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/interaction-panel/interaction-panel.js b/src/components/side-panel/interaction-panel/interaction-panel.js index 46d37a2a22..3b7db3b675 100644 --- a/src/components/side-panel/interaction-panel/interaction-panel.js +++ b/src/components/side-panel/interaction-panel/interaction-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/interaction-panel/tooltip-config.js b/src/components/side-panel/interaction-panel/tooltip-config.js index a23d6f6428..a674dfca40 100644 --- a/src/components/side-panel/interaction-panel/tooltip-config.js +++ b/src/components/side-panel/interaction-panel/tooltip-config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/interaction-panel/tooltip-config/tooltip-chicklet.js b/src/components/side-panel/interaction-panel/tooltip-config/tooltip-chicklet.js index b8eede82c1..4aebd7a56d 100644 --- a/src/components/side-panel/interaction-panel/tooltip-config/tooltip-chicklet.js +++ b/src/components/side-panel/interaction-panel/tooltip-config/tooltip-chicklet.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-manager.js b/src/components/side-panel/layer-manager.js index bb3dde47f7..8704269a15 100644 --- a/src/components/side-panel/layer-manager.js +++ b/src/components/side-panel/layer-manager.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/color-palette.js b/src/components/side-panel/layer-panel/color-palette.js index 1a121a85ba..e8c2cdaa65 100644 --- a/src/components/side-panel/layer-panel/color-palette.js +++ b/src/components/side-panel/layer-panel/color-palette.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/color-range-selector.js b/src/components/side-panel/layer-panel/color-range-selector.js index b98bd70677..a685e121e3 100644 --- a/src/components/side-panel/layer-panel/color-range-selector.js +++ b/src/components/side-panel/layer-panel/color-range-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/color-selector.js b/src/components/side-panel/layer-panel/color-selector.js index 83d416dcb0..126236cb55 100644 --- a/src/components/side-panel/layer-panel/color-selector.js +++ b/src/components/side-panel/layer-panel/color-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/column-selector.js b/src/components/side-panel/layer-panel/column-selector.js index b41466df41..e7d4b35a40 100644 --- a/src/components/side-panel/layer-panel/column-selector.js +++ b/src/components/side-panel/layer-panel/column-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/custom-palette.js b/src/components/side-panel/layer-panel/custom-palette.js index 200f6bd786..94928ed20e 100644 --- a/src/components/side-panel/layer-panel/custom-palette.js +++ b/src/components/side-panel/layer-panel/custom-palette.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/custom-picker.js b/src/components/side-panel/layer-panel/custom-picker.js index c6506d49a0..8a3a9b830a 100644 --- a/src/components/side-panel/layer-panel/custom-picker.js +++ b/src/components/side-panel/layer-panel/custom-picker.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/dimension-scale-selector.js b/src/components/side-panel/layer-panel/dimension-scale-selector.js index cc39cebbee..6adabc52a2 100644 --- a/src/components/side-panel/layer-panel/dimension-scale-selector.js +++ b/src/components/side-panel/layer-panel/dimension-scale-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-column-config.js b/src/components/side-panel/layer-panel/layer-column-config.js index ab975a9bbd..80b874ebd2 100644 --- a/src/components/side-panel/layer-panel/layer-column-config.js +++ b/src/components/side-panel/layer-panel/layer-column-config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-config-group.js b/src/components/side-panel/layer-panel/layer-config-group.js index c7efd20265..435da6a6c2 100644 --- a/src/components/side-panel/layer-panel/layer-config-group.js +++ b/src/components/side-panel/layer-panel/layer-config-group.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-configurator.js b/src/components/side-panel/layer-panel/layer-configurator.js index e44b960886..13fad1e046 100644 --- a/src/components/side-panel/layer-panel/layer-configurator.js +++ b/src/components/side-panel/layer-panel/layer-configurator.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-panel-header.js b/src/components/side-panel/layer-panel/layer-panel-header.js index 14a9334c05..68b64c9464 100644 --- a/src/components/side-panel/layer-panel/layer-panel-header.js +++ b/src/components/side-panel/layer-panel/layer-panel-header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-panel.js b/src/components/side-panel/layer-panel/layer-panel.js index 2913353828..ecfc366d2a 100644 --- a/src/components/side-panel/layer-panel/layer-panel.js +++ b/src/components/side-panel/layer-panel/layer-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-type-dropdown-list.js b/src/components/side-panel/layer-panel/layer-type-dropdown-list.js index f51bebac2c..306a18cb94 100644 --- a/src/components/side-panel/layer-panel/layer-type-dropdown-list.js +++ b/src/components/side-panel/layer-panel/layer-type-dropdown-list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-type-list-item.js b/src/components/side-panel/layer-panel/layer-type-list-item.js index d9c37a5e2a..23ba76498d 100644 --- a/src/components/side-panel/layer-panel/layer-type-list-item.js +++ b/src/components/side-panel/layer-panel/layer-type-list-item.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/layer-type-selector.js b/src/components/side-panel/layer-panel/layer-type-selector.js index db7a526ad1..446ea983f4 100644 --- a/src/components/side-panel/layer-panel/layer-type-selector.js +++ b/src/components/side-panel/layer-panel/layer-type-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/single-color-palette.js b/src/components/side-panel/layer-panel/single-color-palette.js index 334589473d..8844cb2060 100644 --- a/src/components/side-panel/layer-panel/single-color-palette.js +++ b/src/components/side-panel/layer-panel/single-color-palette.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/text-label-panel.js b/src/components/side-panel/layer-panel/text-label-panel.js index 1ae170a8ec..16ea5edac6 100644 --- a/src/components/side-panel/layer-panel/text-label-panel.js +++ b/src/components/side-panel/layer-panel/text-label-panel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/vis-config-by-field-selector.js b/src/components/side-panel/layer-panel/vis-config-by-field-selector.js index 74413367db..1c5920d67b 100644 --- a/src/components/side-panel/layer-panel/vis-config-by-field-selector.js +++ b/src/components/side-panel/layer-panel/vis-config-by-field-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/vis-config-slider.js b/src/components/side-panel/layer-panel/vis-config-slider.js index cf7bde8778..4ad7b9e48d 100644 --- a/src/components/side-panel/layer-panel/vis-config-slider.js +++ b/src/components/side-panel/layer-panel/vis-config-slider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/layer-panel/vis-config-switch.js b/src/components/side-panel/layer-panel/vis-config-switch.js index e7f384f0b7..50605a0a49 100644 --- a/src/components/side-panel/layer-panel/vis-config-switch.js +++ b/src/components/side-panel/layer-panel/vis-config-switch.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/map-manager.js b/src/components/side-panel/map-manager.js index e607da935f..c56972dd9a 100644 --- a/src/components/side-panel/map-manager.js +++ b/src/components/side-panel/map-manager.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/map-style-panel/map-layer-selector.js b/src/components/side-panel/map-style-panel/map-layer-selector.js index ff04184274..332dec3642 100644 --- a/src/components/side-panel/map-style-panel/map-layer-selector.js +++ b/src/components/side-panel/map-style-panel/map-layer-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/map-style-panel/map-style-selector.js b/src/components/side-panel/map-style-panel/map-style-selector.js index 72286d5de3..49c33170a7 100644 --- a/src/components/side-panel/map-style-panel/map-style-selector.js +++ b/src/components/side-panel/map-style-panel/map-style-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/panel-dropdown.js b/src/components/side-panel/panel-dropdown.js index e02448a857..d6a02c4971 100644 --- a/src/components/side-panel/panel-dropdown.js +++ b/src/components/side-panel/panel-dropdown.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/panel-header-action.js b/src/components/side-panel/panel-header-action.js index c50fadae1f..397508bccd 100644 --- a/src/components/side-panel/panel-header-action.js +++ b/src/components/side-panel/panel-header-action.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/panel-header.js b/src/components/side-panel/panel-header.js index 7604736f28..f97a2d354d 100644 --- a/src/components/side-panel/panel-header.js +++ b/src/components/side-panel/panel-header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/panel-toggle.js b/src/components/side-panel/panel-toggle.js index ee82febab4..b5978d19e9 100644 --- a/src/components/side-panel/panel-toggle.js +++ b/src/components/side-panel/panel-toggle.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/components/side-panel/side-bar.js b/src/components/side-panel/side-bar.js index 5cf578cc97..90ceb956ed 100644 --- a/src/components/side-panel/side-bar.js +++ b/src/components/side-panel/side-bar.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/connect/keplergl-connect.js b/src/connect/keplergl-connect.js index 7d9c6cfcac..ef022e6757 100644 --- a/src/connect/keplergl-connect.js +++ b/src/connect/keplergl-connect.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/connect/with-local-selector.js b/src/connect/with-local-selector.js index c38aab2456..5ed15ff990 100644 --- a/src/connect/with-local-selector.js +++ b/src/connect/with-local-selector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/action-types.js b/src/constants/action-types.js index d4385403cf..31c341429b 100644 --- a/src/constants/action-types.js +++ b/src/constants/action-types.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/color-palette.js b/src/constants/color-palette.js index 96930353e6..3dbd321038 100644 --- a/src/constants/color-palette.js +++ b/src/constants/color-palette.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/color-ranges.js b/src/constants/color-ranges.js index a1ed76f7ed..6ef7befaac 100644 --- a/src/constants/color-ranges.js +++ b/src/constants/color-ranges.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/custom-color-ranges.js b/src/constants/custom-color-ranges.js index 9fa0fcb1db..e43fb9ee19 100644 --- a/src/constants/custom-color-ranges.js +++ b/src/constants/custom-color-ranges.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/default-settings.js b/src/constants/default-settings.js index 88be77ec87..59d998745b 100644 --- a/src/constants/default-settings.js +++ b/src/constants/default-settings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/index.js b/src/constants/index.js index 8548be001d..1376b051fa 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/keyevent.js b/src/constants/keyevent.js index 9600e95f0b..1c4bfef6e9 100644 --- a/src/constants/keyevent.js +++ b/src/constants/keyevent.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/tooltip.js b/src/constants/tooltip.js index 21eeb078ec..cce1699113 100644 --- a/src/constants/tooltip.js +++ b/src/constants/tooltip.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/user-feedbacks.js b/src/constants/user-feedbacks.js index 7885cfa179..97ebd45e82 100644 --- a/src/constants/user-feedbacks.js +++ b/src/constants/user-feedbacks.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/constants/user-guides.js b/src/constants/user-guides.js index d983348423..dc544f6923 100644 --- a/src/constants/user-guides.js +++ b/src/constants/user-guides.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/3d-building-layer/3d-building-layer.js b/src/deckgl-layers/3d-building-layer/3d-building-layer.js index 4c03774d58..92590494cb 100644 --- a/src/deckgl-layers/3d-building-layer/3d-building-layer.js +++ b/src/deckgl-layers/3d-building-layer/3d-building-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/3d-building-layer/3d-building-utils.js b/src/deckgl-layers/3d-building-layer/3d-building-utils.js index be87107047..f215dfe8b2 100644 --- a/src/deckgl-layers/3d-building-layer/3d-building-utils.js +++ b/src/deckgl-layers/3d-building-layer/3d-building-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/cluster-layer/cluster-layer.js b/src/deckgl-layers/cluster-layer/cluster-layer.js index fe094f7efc..6318b6c920 100644 --- a/src/deckgl-layers/cluster-layer/cluster-layer.js +++ b/src/deckgl-layers/cluster-layer/cluster-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/column-layer/enhanced-column-layer.js b/src/deckgl-layers/column-layer/enhanced-column-layer.js index e595fcd15f..e6aaa6da50 100644 --- a/src/deckgl-layers/column-layer/enhanced-column-layer.js +++ b/src/deckgl-layers/column-layer/enhanced-column-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/grid-layer/enhanced-cpu-grid-layer.js b/src/deckgl-layers/grid-layer/enhanced-cpu-grid-layer.js index 99ea24744f..34d616bea9 100644 --- a/src/deckgl-layers/grid-layer/enhanced-cpu-grid-layer.js +++ b/src/deckgl-layers/grid-layer/enhanced-cpu-grid-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/hexagon-layer/enhanced-hexagon-layer.js b/src/deckgl-layers/hexagon-layer/enhanced-hexagon-layer.js index 340fd267a8..a82c9fa2ca 100644 --- a/src/deckgl-layers/hexagon-layer/enhanced-hexagon-layer.js +++ b/src/deckgl-layers/hexagon-layer/enhanced-hexagon-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/layer-utils/cluster-utils.js b/src/deckgl-layers/layer-utils/cluster-utils.js index 5d5d391a3b..009c21270e 100644 --- a/src/deckgl-layers/layer-utils/cluster-utils.js +++ b/src/deckgl-layers/layer-utils/cluster-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/layer-utils/cpu-aggregator.js b/src/deckgl-layers/layer-utils/cpu-aggregator.js index a868593112..969fcea5eb 100644 --- a/src/deckgl-layers/layer-utils/cpu-aggregator.js +++ b/src/deckgl-layers/layer-utils/cpu-aggregator.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/layer-utils/shader-utils.js b/src/deckgl-layers/layer-utils/shader-utils.js index d8b73b01aa..42ce72d208 100644 --- a/src/deckgl-layers/layer-utils/shader-utils.js +++ b/src/deckgl-layers/layer-utils/shader-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/line-layer/line-layer.js b/src/deckgl-layers/line-layer/line-layer.js index a13d6ca243..00285dcd01 100644 --- a/src/deckgl-layers/line-layer/line-layer.js +++ b/src/deckgl-layers/line-layer/line-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/svg-icon-layer/scatterplot-icon-layer.js b/src/deckgl-layers/svg-icon-layer/scatterplot-icon-layer.js index e6dc4f81c5..5e9299c91f 100644 --- a/src/deckgl-layers/svg-icon-layer/scatterplot-icon-layer.js +++ b/src/deckgl-layers/svg-icon-layer/scatterplot-icon-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/deckgl-layers/svg-icon-layer/svg-icon-layer.js b/src/deckgl-layers/svg-icon-layer/svg-icon-layer.js index 2dfa60955d..27ba8d5a18 100644 --- a/src/deckgl-layers/svg-icon-layer/svg-icon-layer.js +++ b/src/deckgl-layers/svg-icon-layer/svg-icon-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/index.js b/src/index.js index 84d17586a8..622766a766 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/aggregation-layer.js b/src/layers/aggregation-layer.js index 8751ed2ca9..d1c6f01470 100644 --- a/src/layers/aggregation-layer.js +++ b/src/layers/aggregation-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/arc-layer/arc-layer-icon.js b/src/layers/arc-layer/arc-layer-icon.js index 7d6eed8d81..82961acf8f 100644 --- a/src/layers/arc-layer/arc-layer-icon.js +++ b/src/layers/arc-layer/arc-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/arc-layer/arc-layer.js b/src/layers/arc-layer/arc-layer.js index 6df98d3662..c2f81d7fcc 100644 --- a/src/layers/arc-layer/arc-layer.js +++ b/src/layers/arc-layer/arc-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/base-layer.js b/src/layers/base-layer.js index 05a7c04801..7d9a614aa4 100644 --- a/src/layers/base-layer.js +++ b/src/layers/base-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/cluster-layer/cluster-layer-icon.js b/src/layers/cluster-layer/cluster-layer-icon.js index b098444be9..4fb301064d 100644 --- a/src/layers/cluster-layer/cluster-layer-icon.js +++ b/src/layers/cluster-layer/cluster-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/cluster-layer/cluster-layer.js b/src/layers/cluster-layer/cluster-layer.js index 12b53b4654..92b17d7f00 100644 --- a/src/layers/cluster-layer/cluster-layer.js +++ b/src/layers/cluster-layer/cluster-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/default-layer-icon.js b/src/layers/default-layer-icon.js index 0d810eb754..c460d811f3 100644 --- a/src/layers/default-layer-icon.js +++ b/src/layers/default-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/geojson-layer/geojson-layer-icon.js b/src/layers/geojson-layer/geojson-layer-icon.js index 8eed4484bc..15d8bfaf0f 100644 --- a/src/layers/geojson-layer/geojson-layer-icon.js +++ b/src/layers/geojson-layer/geojson-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/geojson-layer/geojson-layer.js b/src/layers/geojson-layer/geojson-layer.js index e7eec8119f..ea57458164 100644 --- a/src/layers/geojson-layer/geojson-layer.js +++ b/src/layers/geojson-layer/geojson-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/geojson-layer/geojson-utils.js b/src/layers/geojson-layer/geojson-utils.js index 8c4b984ee6..cdcdbc881a 100644 --- a/src/layers/geojson-layer/geojson-utils.js +++ b/src/layers/geojson-layer/geojson-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/grid-layer/grid-layer-icon.js b/src/layers/grid-layer/grid-layer-icon.js index 33f0ce4cbd..2c6378d9f4 100644 --- a/src/layers/grid-layer/grid-layer-icon.js +++ b/src/layers/grid-layer/grid-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/grid-layer/grid-layer.js b/src/layers/grid-layer/grid-layer.js index 27501cdfe3..a3adae5aea 100644 --- a/src/layers/grid-layer/grid-layer.js +++ b/src/layers/grid-layer/grid-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/grid-layer/grid-utils.js b/src/layers/grid-layer/grid-utils.js index bf83dd883e..0a5261d095 100644 --- a/src/layers/grid-layer/grid-utils.js +++ b/src/layers/grid-layer/grid-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/h3-hexagon-layer/h3-hexagon-layer-icon.js b/src/layers/h3-hexagon-layer/h3-hexagon-layer-icon.js index f7f16beb08..109e44a700 100644 --- a/src/layers/h3-hexagon-layer/h3-hexagon-layer-icon.js +++ b/src/layers/h3-hexagon-layer/h3-hexagon-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/h3-hexagon-layer/h3-hexagon-layer.js b/src/layers/h3-hexagon-layer/h3-hexagon-layer.js index 4188966694..0be118f848 100644 --- a/src/layers/h3-hexagon-layer/h3-hexagon-layer.js +++ b/src/layers/h3-hexagon-layer/h3-hexagon-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/h3-hexagon-layer/h3-utils.js b/src/layers/h3-hexagon-layer/h3-utils.js index 772614e725..df8b97ce04 100644 --- a/src/layers/h3-hexagon-layer/h3-utils.js +++ b/src/layers/h3-hexagon-layer/h3-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/heatmap-layer/heatmap-layer-icon.js b/src/layers/heatmap-layer/heatmap-layer-icon.js index 20fcbc80f8..8a9f09f5a2 100644 --- a/src/layers/heatmap-layer/heatmap-layer-icon.js +++ b/src/layers/heatmap-layer/heatmap-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/heatmap-layer/heatmap-layer.js b/src/layers/heatmap-layer/heatmap-layer.js index 8738940ca3..e36218a66d 100644 --- a/src/layers/heatmap-layer/heatmap-layer.js +++ b/src/layers/heatmap-layer/heatmap-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/hexagon-layer/hexagon-layer-icon.js b/src/layers/hexagon-layer/hexagon-layer-icon.js index 09c57c3f7e..c93bc678fb 100644 --- a/src/layers/hexagon-layer/hexagon-layer-icon.js +++ b/src/layers/hexagon-layer/hexagon-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/hexagon-layer/hexagon-layer.js b/src/layers/hexagon-layer/hexagon-layer.js index 0b9ac64130..83eb0bc6f9 100644 --- a/src/layers/hexagon-layer/hexagon-layer.js +++ b/src/layers/hexagon-layer/hexagon-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/hexagon-layer/hexagon-utils.js b/src/layers/hexagon-layer/hexagon-utils.js index 5d52533d98..ebe6b0d5e4 100644 --- a/src/layers/hexagon-layer/hexagon-utils.js +++ b/src/layers/hexagon-layer/hexagon-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/icon-layer/icon-info-modal.js b/src/layers/icon-layer/icon-info-modal.js index 2b4fc6f643..4dc24c797a 100644 --- a/src/layers/icon-layer/icon-info-modal.js +++ b/src/layers/icon-layer/icon-info-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/icon-layer/icon-layer-icon.js b/src/layers/icon-layer/icon-layer-icon.js index 66fb7f71c0..e0ecda88be 100644 --- a/src/layers/icon-layer/icon-layer-icon.js +++ b/src/layers/icon-layer/icon-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/icon-layer/icon-layer.js b/src/layers/icon-layer/icon-layer.js index 4134aee5c6..2863cb6b21 100644 --- a/src/layers/icon-layer/icon-layer.js +++ b/src/layers/icon-layer/icon-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/index.js b/src/layers/index.js index a1372d6b03..c3c6e5b530 100644 --- a/src/layers/index.js +++ b/src/layers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/layer-factory.js b/src/layers/layer-factory.js index 73007b6b25..0020144349 100644 --- a/src/layers/layer-factory.js +++ b/src/layers/layer-factory.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/layer-text-label.js b/src/layers/layer-text-label.js index 50433182fd..cae88e71b8 100644 --- a/src/layers/layer-text-label.js +++ b/src/layers/layer-text-label.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/layer-update.js b/src/layers/layer-update.js index 94ee4bc90e..912997582d 100644 --- a/src/layers/layer-update.js +++ b/src/layers/layer-update.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/line-layer/line-layer-icon.js b/src/layers/line-layer/line-layer-icon.js index 7cb21205ee..d4467a4198 100644 --- a/src/layers/line-layer/line-layer-icon.js +++ b/src/layers/line-layer/line-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/line-layer/line-layer.js b/src/layers/line-layer/line-layer.js index 3f808d2aae..92f48d2bbc 100644 --- a/src/layers/line-layer/line-layer.js +++ b/src/layers/line-layer/line-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/mapbox-utils.js b/src/layers/mapbox-utils.js index 86244b86d2..81a7ab0485 100644 --- a/src/layers/mapbox-utils.js +++ b/src/layers/mapbox-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/mapboxgl-layer.js b/src/layers/mapboxgl-layer.js index b84ce45dc5..cc1af81386 100644 --- a/src/layers/mapboxgl-layer.js +++ b/src/layers/mapboxgl-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/point-layer/point-layer-icon.js b/src/layers/point-layer/point-layer-icon.js index 6773e20d73..29a0405406 100644 --- a/src/layers/point-layer/point-layer-icon.js +++ b/src/layers/point-layer/point-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/point-layer/point-layer.js b/src/layers/point-layer/point-layer.js index 65c305560c..15c2538a19 100644 --- a/src/layers/point-layer/point-layer.js +++ b/src/layers/point-layer/point-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/s2-geometry-layer/s2-geometry-layer.js b/src/layers/s2-geometry-layer/s2-geometry-layer.js index bfb75bd913..32028d7271 100644 --- a/src/layers/s2-geometry-layer/s2-geometry-layer.js +++ b/src/layers/s2-geometry-layer/s2-geometry-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/s2-geometry-layer/s2-layer-icon.js b/src/layers/s2-geometry-layer/s2-layer-icon.js index 6b14bc5ed4..752c55899e 100644 --- a/src/layers/s2-geometry-layer/s2-layer-icon.js +++ b/src/layers/s2-geometry-layer/s2-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/s2-geometry-layer/s2-utils.js b/src/layers/s2-geometry-layer/s2-utils.js index 587c888f78..cf508bb347 100644 --- a/src/layers/s2-geometry-layer/s2-utils.js +++ b/src/layers/s2-geometry-layer/s2-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/scenegraph-layer/scenegraph-info-modal.js b/src/layers/scenegraph-layer/scenegraph-info-modal.js index be88ab27cd..cbe5b00553 100644 --- a/src/layers/scenegraph-layer/scenegraph-info-modal.js +++ b/src/layers/scenegraph-layer/scenegraph-info-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/scenegraph-layer/scenegraph-layer-icon.js b/src/layers/scenegraph-layer/scenegraph-layer-icon.js index 0bf7ca6c34..c85d579da9 100644 --- a/src/layers/scenegraph-layer/scenegraph-layer-icon.js +++ b/src/layers/scenegraph-layer/scenegraph-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/scenegraph-layer/scenegraph-layer.js b/src/layers/scenegraph-layer/scenegraph-layer.js index 574a9b1d34..99452cba07 100644 --- a/src/layers/scenegraph-layer/scenegraph-layer.js +++ b/src/layers/scenegraph-layer/scenegraph-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/trip-layer/trip-info-modal.js b/src/layers/trip-layer/trip-info-modal.js index ca4b918203..fb7a24822b 100644 --- a/src/layers/trip-layer/trip-info-modal.js +++ b/src/layers/trip-layer/trip-info-modal.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/trip-layer/trip-layer-icon.js b/src/layers/trip-layer/trip-layer-icon.js index cad743b187..91127e5238 100644 --- a/src/layers/trip-layer/trip-layer-icon.js +++ b/src/layers/trip-layer/trip-layer-icon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/trip-layer/trip-layer.js b/src/layers/trip-layer/trip-layer.js index f178274f63..cb8fd904ce 100644 --- a/src/layers/trip-layer/trip-layer.js +++ b/src/layers/trip-layer/trip-layer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/trip-layer/trip-utils.js b/src/layers/trip-layer/trip-utils.js index 89bd485fbe..a1cc570d43 100644 --- a/src/layers/trip-layer/trip-utils.js +++ b/src/layers/trip-layer/trip-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/layers/types.js b/src/layers/types.js index 98e5869bc3..c915694df7 100644 --- a/src/layers/types.js +++ b/src/layers/types.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/ca.js b/src/localization/ca.js index ad0d717eb3..eecdfdd0fd 100644 --- a/src/localization/ca.js +++ b/src/localization/ca.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/en.js b/src/localization/en.js index 8b0f4a289b..c7a0e50144 100644 --- a/src/localization/en.js +++ b/src/localization/en.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/es.js b/src/localization/es.js index 1c759fba8f..6857e22a7a 100644 --- a/src/localization/es.js +++ b/src/localization/es.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/fi.js b/src/localization/fi.js index bf841673ed..2cf452e2b5 100644 --- a/src/localization/fi.js +++ b/src/localization/fi.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/formatted-message.js b/src/localization/formatted-message.js index d77e97f62a..7b3c67ccf6 100644 --- a/src/localization/formatted-message.js +++ b/src/localization/formatted-message.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/index.js b/src/localization/index.js index 0ae127a35f..ab24253c09 100644 --- a/src/localization/index.js +++ b/src/localization/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/locales.js b/src/localization/locales.js index cbdd7720c1..7781f4d36d 100644 --- a/src/localization/locales.js +++ b/src/localization/locales.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/localization/pt.js b/src/localization/pt.js index 5ced5789c0..5a18dac138 100644 --- a/src/localization/pt.js +++ b/src/localization/pt.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/middleware/index.js b/src/middleware/index.js index f3f64a49cc..5b36292b01 100644 --- a/src/middleware/index.js +++ b/src/middleware/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/processors/data-processor.js b/src/processors/data-processor.js index 1918abf783..0ed1c7b90a 100644 --- a/src/processors/data-processor.js +++ b/src/processors/data-processor.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/processors/file-handler.js b/src/processors/file-handler.js index 77610d8a91..776c0bea14 100644 --- a/src/processors/file-handler.js +++ b/src/processors/file-handler.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/processors/index.js b/src/processors/index.js index 7b5d5f8cd6..27e6aee7f1 100644 --- a/src/processors/index.js +++ b/src/processors/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/combined-updaters.js b/src/reducers/combined-updaters.js index b5e5403c9f..09d3f4f380 100644 --- a/src/reducers/combined-updaters.js +++ b/src/reducers/combined-updaters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/composer-helpers.js b/src/reducers/composer-helpers.js index 0065f83aee..70ee0c9d3f 100644 --- a/src/reducers/composer-helpers.js +++ b/src/reducers/composer-helpers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/composers.js b/src/reducers/composers.js index 5c82c249cf..2e3865778d 100644 --- a/src/reducers/composers.js +++ b/src/reducers/composers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/core.js b/src/reducers/core.js index 9cb0a388f9..7436e6c00e 100644 --- a/src/reducers/core.js +++ b/src/reducers/core.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/index.js b/src/reducers/index.js index 39e8e4a2bd..b45a215d69 100644 --- a/src/reducers/index.js +++ b/src/reducers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/map-state-updaters.js b/src/reducers/map-state-updaters.js index a6164afd3e..4820d79c0d 100644 --- a/src/reducers/map-state-updaters.js +++ b/src/reducers/map-state-updaters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/map-state.js b/src/reducers/map-state.js index 90bb33daf7..e7d765405c 100644 --- a/src/reducers/map-state.js +++ b/src/reducers/map-state.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/map-style-updaters.js b/src/reducers/map-style-updaters.js index d272e0e698..13257962d8 100644 --- a/src/reducers/map-style-updaters.js +++ b/src/reducers/map-style-updaters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/map-style.js b/src/reducers/map-style.js index acf8441b3f..fdb225b8f8 100644 --- a/src/reducers/map-style.js +++ b/src/reducers/map-style.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/provider-state-updaters.js b/src/reducers/provider-state-updaters.js index d78c7bf27d..f990004c8c 100644 --- a/src/reducers/provider-state-updaters.js +++ b/src/reducers/provider-state-updaters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/provider-state.js b/src/reducers/provider-state.js index d243003ead..d88032d28e 100644 --- a/src/reducers/provider-state.js +++ b/src/reducers/provider-state.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/root.js b/src/reducers/root.js index dcce7e97c4..85b493ebe0 100644 --- a/src/reducers/root.js +++ b/src/reducers/root.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/ui-state-updaters.js b/src/reducers/ui-state-updaters.js index cdebabfb87..a39d418344 100644 --- a/src/reducers/ui-state-updaters.js +++ b/src/reducers/ui-state-updaters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/ui-state.js b/src/reducers/ui-state.js index 4fdb91dd84..315d58c831 100644 --- a/src/reducers/ui-state.js +++ b/src/reducers/ui-state.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/vis-state-merger.js b/src/reducers/vis-state-merger.js index 68ddff36d2..1da05858e8 100644 --- a/src/reducers/vis-state-merger.js +++ b/src/reducers/vis-state-merger.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/vis-state-selectors.js b/src/reducers/vis-state-selectors.js index 43c0594d1a..008a168f23 100644 --- a/src/reducers/vis-state-selectors.js +++ b/src/reducers/vis-state-selectors.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/vis-state-updaters.js b/src/reducers/vis-state-updaters.js index 650f115ac3..90df82e750 100644 --- a/src/reducers/vis-state-updaters.js +++ b/src/reducers/vis-state-updaters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/reducers/vis-state.js b/src/reducers/vis-state.js index 59ae8c2c1f..ccfbf86e38 100644 --- a/src/reducers/vis-state.js +++ b/src/reducers/vis-state.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/dataset-schema.js b/src/schemas/dataset-schema.js index 559f0b80f6..ba7d24d4a8 100644 --- a/src/schemas/dataset-schema.js +++ b/src/schemas/dataset-schema.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/index.js b/src/schemas/index.js index bf00bd8d9b..e009c1a527 100644 --- a/src/schemas/index.js +++ b/src/schemas/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/map-state-schema.js b/src/schemas/map-state-schema.js index e7c533afe6..01ed8c0e4d 100644 --- a/src/schemas/map-state-schema.js +++ b/src/schemas/map-state-schema.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/map-style-schema.js b/src/schemas/map-style-schema.js index efbc2ff536..d18279bcd7 100644 --- a/src/schemas/map-style-schema.js +++ b/src/schemas/map-style-schema.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/schema-manager.js b/src/schemas/schema-manager.js index 50065136f9..0c4e5e7998 100644 --- a/src/schemas/schema-manager.js +++ b/src/schemas/schema-manager.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/schema-utils.js b/src/schemas/schema-utils.js index ef4fbef9df..1148b8f9c9 100644 --- a/src/schemas/schema-utils.js +++ b/src/schemas/schema-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/schema.js b/src/schemas/schema.js index 09d3d95443..bdb8d4e63c 100644 --- a/src/schemas/schema.js +++ b/src/schemas/schema.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/versions.js b/src/schemas/versions.js index e703e99b3d..4b585d0897 100644 --- a/src/schemas/versions.js +++ b/src/schemas/versions.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/schemas/vis-state-schema.js b/src/schemas/vis-state-schema.js index 4f68487524..dcbb65013e 100644 --- a/src/schemas/vis-state-schema.js +++ b/src/schemas/vis-state-schema.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/styles/base.js b/src/styles/base.js index 23d7118eaa..6cd239f869 100644 --- a/src/styles/base.js +++ b/src/styles/base.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/styles/index.js b/src/styles/index.js index 7a358f4980..bb1cc64118 100644 --- a/src/styles/index.js +++ b/src/styles/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/styles/media-breakpoints.js b/src/styles/media-breakpoints.js index 92e5ca3397..4685b5a829 100644 --- a/src/styles/media-breakpoints.js +++ b/src/styles/media-breakpoints.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/tasks/tasks.js b/src/tasks/tasks.js index e3277c3865..112268c7dc 100644 --- a/src/tasks/tasks.js +++ b/src/tasks/tasks.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/templates/export-map-html.js b/src/templates/export-map-html.js index 84416c9c3c..c3ca278b82 100644 --- a/src/templates/export-map-html.js +++ b/src/templates/export-map-html.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/aggregate-utils.js b/src/utils/aggregate-utils.js index 59e5f81381..4a40ad2483 100644 --- a/src/utils/aggregate-utils.js +++ b/src/utils/aggregate-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/color-utils.js b/src/utils/color-utils.js index d9f3abf46b..876d54f1d7 100644 --- a/src/utils/color-utils.js +++ b/src/utils/color-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/data-scale-utils.js b/src/utils/data-scale-utils.js index cdc82de651..a28717ee76 100644 --- a/src/utils/data-scale-utils.js +++ b/src/utils/data-scale-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/data-utils.js b/src/utils/data-utils.js index 96ba4a9545..c835575721 100644 --- a/src/utils/data-utils.js +++ b/src/utils/data-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/dataset-utils.js b/src/utils/dataset-utils.js index 5ffb4ef765..9be8712b07 100644 --- a/src/utils/dataset-utils.js +++ b/src/utils/dataset-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/dom-to-image.js b/src/utils/dom-to-image.js index 6c3a75dede..bd04291b37 100644 --- a/src/utils/dom-to-image.js +++ b/src/utils/dom-to-image.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/dom-utils.js b/src/utils/dom-utils.js index 5249646b49..5428845553 100644 --- a/src/utils/dom-utils.js +++ b/src/utils/dom-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/export-utils.js b/src/utils/export-utils.js index 40410c7ed8..4f40e39f44 100644 --- a/src/utils/export-utils.js +++ b/src/utils/export-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/filter-utils.js b/src/utils/filter-utils.js index 4c9603799b..e174f98141 100644 --- a/src/utils/filter-utils.js +++ b/src/utils/filter-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/gl-utils.js b/src/utils/gl-utils.js index bcff736ef5..2134d5dde0 100644 --- a/src/utils/gl-utils.js +++ b/src/utils/gl-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/gpu-filter-utils.js b/src/utils/gpu-filter-utils.js index a3fa2e385d..5ec06eb5f1 100644 --- a/src/utils/gpu-filter-utils.js +++ b/src/utils/gpu-filter-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/index.js b/src/utils/index.js index 3abfa77a31..7774ec42ec 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/interaction-utils.js b/src/utils/interaction-utils.js index b38df5cc89..891283de99 100644 --- a/src/utils/interaction-utils.js +++ b/src/utils/interaction-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/layer-utils.js b/src/utils/layer-utils.js index dc918705e4..0b85aa3030 100644 --- a/src/utils/layer-utils.js +++ b/src/utils/layer-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/locale-utils.js b/src/utils/locale-utils.js index ae31267d76..66fa34a8f0 100644 --- a/src/utils/locale-utils.js +++ b/src/utils/locale-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/map-info-utils.js b/src/utils/map-info-utils.js index b22ac397db..b1fa2ea3e8 100644 --- a/src/utils/map-info-utils.js +++ b/src/utils/map-info-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/map-style-utils/mapbox-gl-style-editor.js b/src/utils/map-style-utils/mapbox-gl-style-editor.js index ff90ffcfe6..98e4fda469 100644 --- a/src/utils/map-style-utils/mapbox-gl-style-editor.js +++ b/src/utils/map-style-utils/mapbox-gl-style-editor.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/map-style-utils/mapbox-utils.js b/src/utils/map-style-utils/mapbox-utils.js index d6694b1e84..44024dbe5f 100644 --- a/src/utils/map-style-utils/mapbox-utils.js +++ b/src/utils/map-style-utils/mapbox-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/mapbox-utils.js b/src/utils/mapbox-utils.js index c9a5daba59..47c7152b6a 100644 --- a/src/utils/mapbox-utils.js +++ b/src/utils/mapbox-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/notifications-utils.js b/src/utils/notifications-utils.js index c5e1ec8dd8..70a363292f 100644 --- a/src/utils/notifications-utils.js +++ b/src/utils/notifications-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/projection-utils.js b/src/utils/projection-utils.js index b32c15d377..1891ad856d 100644 --- a/src/utils/projection-utils.js +++ b/src/utils/projection-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/searcher-utils.js b/src/utils/searcher-utils.js index d090f99b2e..67695778af 100644 --- a/src/utils/searcher-utils.js +++ b/src/utils/searcher-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/split-map-utils.js b/src/utils/split-map-utils.js index 7acaf39a56..37892cad76 100644 --- a/src/utils/split-map-utils.js +++ b/src/utils/split-map-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/src/utils/utils.js b/src/utils/utils.js index 9f97647d29..8969963d6c 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/styles.js b/styles.js index 98428b8bc0..e0b16be75d 100644 --- a/styles.js +++ b/styles.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser-drive.js b/test/browser-drive.js index 8af96db419..e771647df7 100644 --- a/test/browser-drive.js +++ b/test/browser-drive.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser.js b/test/browser.js index b941f1c32e..8e1227c73b 100644 --- a/test/browser.js +++ b/test/browser.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/bottom-widget-test.js b/test/browser/components/bottom-widget-test.js index 444aa21bb8..d78604b9ee 100644 --- a/test/browser/components/bottom-widget-test.js +++ b/test/browser/components/bottom-widget-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/common/animation-control-test.js b/test/browser/components/common/animation-control-test.js index 82640f5e75..d498927c84 100644 --- a/test/browser/components/common/animation-control-test.js +++ b/test/browser/components/common/animation-control-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/common/color-legend-test.js b/test/browser/components/common/color-legend-test.js index 21b94db9b4..e369b00dbf 100644 --- a/test/browser/components/common/color-legend-test.js +++ b/test/browser/components/common/color-legend-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/common/file-uploader-test.js b/test/browser/components/common/file-uploader-test.js index 23d3106a25..e687810ff0 100644 --- a/test/browser/components/common/file-uploader-test.js +++ b/test/browser/components/common/file-uploader-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/common/index.js b/test/browser/components/common/index.js index e625b4e2b8..b0b1a45945 100644 --- a/test/browser/components/common/index.js +++ b/test/browser/components/common/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/common/item-selector-test.js b/test/browser/components/common/item-selector-test.js index c59c955bd3..dfc30a7a8b 100644 --- a/test/browser/components/common/item-selector-test.js +++ b/test/browser/components/common/item-selector-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/common/range-plot-test.js b/test/browser/components/common/range-plot-test.js index 78546cc216..b01c8f52f9 100644 --- a/test/browser/components/common/range-plot-test.js +++ b/test/browser/components/common/range-plot-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/common/range-slider-test.js b/test/browser/components/common/range-slider-test.js index 7a313b7dd8..a80fd8e4d9 100644 --- a/test/browser/components/common/range-slider-test.js +++ b/test/browser/components/common/range-slider-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/container-test.js b/test/browser/components/container-test.js index 4bd150d4e3..6f9320e61d 100644 --- a/test/browser/components/container-test.js +++ b/test/browser/components/container-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/editor/feature-action-panel-test.js b/test/browser/components/editor/feature-action-panel-test.js index 19d793f252..8966c0e020 100644 --- a/test/browser/components/editor/feature-action-panel-test.js +++ b/test/browser/components/editor/feature-action-panel-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/editor/feature-styles-test.js b/test/browser/components/editor/feature-styles-test.js index 254fcf3624..c875622df1 100644 --- a/test/browser/components/editor/feature-styles-test.js +++ b/test/browser/components/editor/feature-styles-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/editor/index.js b/test/browser/components/editor/index.js index ef4ecc669f..2e10e8908d 100644 --- a/test/browser/components/editor/index.js +++ b/test/browser/components/editor/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/geocoder-panel-test.js b/test/browser/components/geocoder-panel-test.js index d5bbabc912..4d984ab2c0 100644 --- a/test/browser/components/geocoder-panel-test.js +++ b/test/browser/components/geocoder-panel-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/index.js b/test/browser/components/index.js index f2b398b214..5f2e192e1f 100644 --- a/test/browser/components/index.js +++ b/test/browser/components/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/injector-test.js b/test/browser/components/injector-test.js index 8e09e85f8f..a73b5f4ade 100644 --- a/test/browser/components/injector-test.js +++ b/test/browser/components/injector-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/kepler-gl-test.js b/test/browser/components/kepler-gl-test.js index 43036ffc69..ffcfb4c179 100644 --- a/test/browser/components/kepler-gl-test.js +++ b/test/browser/components/kepler-gl-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/map-container-test.js b/test/browser/components/map-container-test.js index f15c3255a6..ec42b2fde8 100644 --- a/test/browser/components/map-container-test.js +++ b/test/browser/components/map-container-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/map/index.js b/test/browser/components/map/index.js index fa92110083..e4fdf983f1 100644 --- a/test/browser/components/map/index.js +++ b/test/browser/components/map/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/map/map-control-test.js b/test/browser/components/map/map-control-test.js index a277aed9d1..c2da60e8ec 100644 --- a/test/browser/components/map/map-control-test.js +++ b/test/browser/components/map/map-control-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/map/map-legend-test.js b/test/browser/components/map/map-legend-test.js index fddf90afd9..a03a0de35f 100644 --- a/test/browser/components/map/map-legend-test.js +++ b/test/browser/components/map/map-legend-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/map/map-popover-test.js b/test/browser/components/map/map-popover-test.js index 7861132b2e..d24c93fcee 100644 --- a/test/browser/components/map/map-popover-test.js +++ b/test/browser/components/map/map-popover-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/modals/data-table-modal-test.js b/test/browser/components/modals/data-table-modal-test.js index 1024e0f3ff..bda06a4cf0 100644 --- a/test/browser/components/modals/data-table-modal-test.js +++ b/test/browser/components/modals/data-table-modal-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/modals/export-image-modal-test.js b/test/browser/components/modals/export-image-modal-test.js index cec92d8d3c..9fe2281187 100644 --- a/test/browser/components/modals/export-image-modal-test.js +++ b/test/browser/components/modals/export-image-modal-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/modals/index.js b/test/browser/components/modals/index.js index 36a068c19f..5d16bc3e93 100644 --- a/test/browser/components/modals/index.js +++ b/test/browser/components/modals/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/modals/load-data-modal-test.js b/test/browser/components/modals/load-data-modal-test.js index cf97e03e6e..0f8cf3c1ff 100644 --- a/test/browser/components/modals/load-data-modal-test.js +++ b/test/browser/components/modals/load-data-modal-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/modals/load-storage-map-test.js b/test/browser/components/modals/load-storage-map-test.js index fb50a2c756..e06a9672df 100644 --- a/test/browser/components/modals/load-storage-map-test.js +++ b/test/browser/components/modals/load-storage-map-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/modals/save-map-modal-test.js b/test/browser/components/modals/save-map-modal-test.js index ec3c5959c0..c03e872205 100644 --- a/test/browser/components/modals/save-map-modal-test.js +++ b/test/browser/components/modals/save-map-modal-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/modals/share-map-modal-test.js b/test/browser/components/modals/share-map-modal-test.js index 3ac4acab4d..8d29a54ff5 100644 --- a/test/browser/components/modals/share-map-modal-test.js +++ b/test/browser/components/modals/share-map-modal-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/notifications/index.js b/test/browser/components/notifications/index.js index 640201df54..310106105e 100644 --- a/test/browser/components/notifications/index.js +++ b/test/browser/components/notifications/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/notifications/notification-item-test.js b/test/browser/components/notifications/notification-item-test.js index 7eaa4a5e98..37759f6b35 100644 --- a/test/browser/components/notifications/notification-item-test.js +++ b/test/browser/components/notifications/notification-item-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/notifications/notification-panel-test.js b/test/browser/components/notifications/notification-panel-test.js index d9a6e1d677..0a5c3b750f 100644 --- a/test/browser/components/notifications/notification-panel-test.js +++ b/test/browser/components/notifications/notification-panel-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/plot-container-test.js b/test/browser/components/plot-container-test.js index cfd7067887..45866f658a 100644 --- a/test/browser/components/plot-container-test.js +++ b/test/browser/components/plot-container-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/side-panel/color-selector-test.js b/test/browser/components/side-panel/color-selector-test.js index df1727573a..9adcefa789 100644 --- a/test/browser/components/side-panel/color-selector-test.js +++ b/test/browser/components/side-panel/color-selector-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/side-panel/filter-manager-test.js b/test/browser/components/side-panel/filter-manager-test.js index 87c382d565..2ede41aeea 100644 --- a/test/browser/components/side-panel/filter-manager-test.js +++ b/test/browser/components/side-panel/filter-manager-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/side-panel/index.js b/test/browser/components/side-panel/index.js index 6431848276..351a96bcba 100644 --- a/test/browser/components/side-panel/index.js +++ b/test/browser/components/side-panel/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/side-panel/layer-configurator-test.js b/test/browser/components/side-panel/layer-configurator-test.js index 27ed2c461c..8f6543cca1 100644 --- a/test/browser/components/side-panel/layer-configurator-test.js +++ b/test/browser/components/side-panel/layer-configurator-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/side-panel/layer-panel-header-test.js b/test/browser/components/side-panel/layer-panel-header-test.js index a2a1b78802..43a6102edc 100644 --- a/test/browser/components/side-panel/layer-panel-header-test.js +++ b/test/browser/components/side-panel/layer-panel-header-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/side-panel/save-export-dropdown-test.js b/test/browser/components/side-panel/save-export-dropdown-test.js index b91d68fa37..88c0676c11 100644 --- a/test/browser/components/side-panel/save-export-dropdown-test.js +++ b/test/browser/components/side-panel/save-export-dropdown-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/side-panel/side-panel-test.js b/test/browser/components/side-panel/side-panel-test.js index 620fd61eb2..eb5267f1a5 100644 --- a/test/browser/components/side-panel/side-panel-test.js +++ b/test/browser/components/side-panel/side-panel-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/components/tooltip-config-test.js b/test/browser/components/tooltip-config-test.js index 518d90c78e..958c648ccf 100644 --- a/test/browser/components/tooltip-config-test.js +++ b/test/browser/components/tooltip-config-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/file-handler.js b/test/browser/file-handler.js index 1b092182cf..7da8f81bf1 100644 --- a/test/browser/file-handler.js +++ b/test/browser/file-handler.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/index.js b/test/browser/index.js index 50f3bd3be8..fb74af5a99 100644 --- a/test/browser/index.js +++ b/test/browser/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/arc-layer-specs.js b/test/browser/layer-tests/arc-layer-specs.js index 04dbe62fb6..efad70e6ce 100644 --- a/test/browser/layer-tests/arc-layer-specs.js +++ b/test/browser/layer-tests/arc-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/base-layer-sepcs.js b/test/browser/layer-tests/base-layer-sepcs.js index e15dd12bde..1a5783f8db 100644 --- a/test/browser/layer-tests/base-layer-sepcs.js +++ b/test/browser/layer-tests/base-layer-sepcs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/cluster-layer-specs.js b/test/browser/layer-tests/cluster-layer-specs.js index 6e30e1270a..4b975364a4 100644 --- a/test/browser/layer-tests/cluster-layer-specs.js +++ b/test/browser/layer-tests/cluster-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/geojson-layer-specs.js b/test/browser/layer-tests/geojson-layer-specs.js index 905fafe0a9..f65361f221 100644 --- a/test/browser/layer-tests/geojson-layer-specs.js +++ b/test/browser/layer-tests/geojson-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/grid-layer-specs.js b/test/browser/layer-tests/grid-layer-specs.js index 8deaec3801..cde030b0db 100644 --- a/test/browser/layer-tests/grid-layer-specs.js +++ b/test/browser/layer-tests/grid-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/h3-hexagon-layer-specs.js b/test/browser/layer-tests/h3-hexagon-layer-specs.js index 345b846b14..d16bcc25d0 100644 --- a/test/browser/layer-tests/h3-hexagon-layer-specs.js +++ b/test/browser/layer-tests/h3-hexagon-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/heatmap-layer-specs.js b/test/browser/layer-tests/heatmap-layer-specs.js index a8b820fd45..7d37fa3168 100644 --- a/test/browser/layer-tests/heatmap-layer-specs.js +++ b/test/browser/layer-tests/heatmap-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/hexagon-layer-specs.js b/test/browser/layer-tests/hexagon-layer-specs.js index 576409f005..0f4dd12644 100644 --- a/test/browser/layer-tests/hexagon-layer-specs.js +++ b/test/browser/layer-tests/hexagon-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/icon-layer-specs.js b/test/browser/layer-tests/icon-layer-specs.js index 7c9d113e68..2d4e407f04 100644 --- a/test/browser/layer-tests/icon-layer-specs.js +++ b/test/browser/layer-tests/icon-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/index.js b/test/browser/layer-tests/index.js index adc0a1abf5..b5112bb12b 100644 --- a/test/browser/layer-tests/index.js +++ b/test/browser/layer-tests/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/line-layer-specs.js b/test/browser/layer-tests/line-layer-specs.js index 11bb7ffa13..a3b5bd7de9 100644 --- a/test/browser/layer-tests/line-layer-specs.js +++ b/test/browser/layer-tests/line-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/point-layer-specs.js b/test/browser/layer-tests/point-layer-specs.js index 82feb20209..62efe91a03 100644 --- a/test/browser/layer-tests/point-layer-specs.js +++ b/test/browser/layer-tests/point-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/s2-geometry-layer-specs.js b/test/browser/layer-tests/s2-geometry-layer-specs.js index 61de87ea23..8a2caf2f1b 100644 --- a/test/browser/layer-tests/s2-geometry-layer-specs.js +++ b/test/browser/layer-tests/s2-geometry-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/scenegraph-layer-specs.js b/test/browser/layer-tests/scenegraph-layer-specs.js index 137c721a82..84a9311983 100644 --- a/test/browser/layer-tests/scenegraph-layer-specs.js +++ b/test/browser/layer-tests/scenegraph-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/layer-tests/trip-layer-specs.js b/test/browser/layer-tests/trip-layer-specs.js index cdc6b2d9fb..f44ce42156 100644 --- a/test/browser/layer-tests/trip-layer-specs.js +++ b/test/browser/layer-tests/trip-layer-specs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/browser/reducers/index.js b/test/browser/reducers/index.js index df2f0a8f57..9a939fe24e 100644 --- a/test/browser/reducers/index.js +++ b/test/browser/reducers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/e2e/upload-file.test.js b/test/e2e/upload-file.test.js index 77d817b483..2927ef6d8f 100644 --- a/test/e2e/upload-file.test.js +++ b/test/e2e/upload-file.test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/e2e/utils.js b/test/e2e/utils.js index 9a4117d0ba..520de383f2 100644 --- a/test/e2e/utils.js +++ b/test/e2e/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/config_v0_arc_cluster_point.js b/test/fixtures/config_v0_arc_cluster_point.js index 9aa9510f38..f2b5dbcc37 100644 --- a/test/fixtures/config_v0_arc_cluster_point.js +++ b/test/fixtures/config_v0_arc_cluster_point.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/config_v0_geojson_point.js b/test/fixtures/config_v0_geojson_point.js index 40795bf11a..60d0b208da 100644 --- a/test/fixtures/config_v0_geojson_point.js +++ b/test/fixtures/config_v0_geojson_point.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/config_v0_geojson_poly_fill_ele.js b/test/fixtures/config_v0_geojson_poly_fill_ele.js index f8c5b0479c..d6817ce1d1 100644 --- a/test/fixtures/config_v0_geojson_poly_fill_ele.js +++ b/test/fixtures/config_v0_geojson_poly_fill_ele.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/config_v0_geojson_polygon.js b/test/fixtures/config_v0_geojson_polygon.js index b292358d14..839640f4ea 100644 --- a/test/fixtures/config_v0_geojson_polygon.js +++ b/test/fixtures/config_v0_geojson_polygon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/geojson-style.js b/test/fixtures/geojson-style.js index cf3bf2a10f..ae61ef04c7 100644 --- a/test/fixtures/geojson-style.js +++ b/test/fixtures/geojson-style.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/geojson.js b/test/fixtures/geojson.js index d2263c07b5..886c0f1853 100644 --- a/test/fixtures/geojson.js +++ b/test/fixtures/geojson.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/polygon-filter-map.js b/test/fixtures/polygon-filter-map.js index 4bf08bb0e2..a5a9a1d260 100644 --- a/test/fixtures/polygon-filter-map.js +++ b/test/fixtures/polygon-filter-map.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/polygon.js b/test/fixtures/polygon.js index f42c0e4b80..00ead1c019 100644 --- a/test/fixtures/polygon.js +++ b/test/fixtures/polygon.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/row-object.js b/test/fixtures/row-object.js index 0117fb8268..71feb09c39 100644 --- a/test/fixtures/row-object.js +++ b/test/fixtures/row-object.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/s2-geometry.js b/test/fixtures/s2-geometry.js index fe2d6aac60..2d99ae9431 100644 --- a/test/fixtures/s2-geometry.js +++ b/test/fixtures/s2-geometry.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v0.js b/test/fixtures/state-saved-v0.js index 4710a6db85..1a42ca434b 100644 --- a/test/fixtures/state-saved-v0.js +++ b/test/fixtures/state-saved-v0.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v1-1.js b/test/fixtures/state-saved-v1-1.js index 0bd505b231..71e50b5f86 100644 --- a/test/fixtures/state-saved-v1-1.js +++ b/test/fixtures/state-saved-v1-1.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v1-2.js b/test/fixtures/state-saved-v1-2.js index 6f21da1b06..53e2db857a 100644 --- a/test/fixtures/state-saved-v1-2.js +++ b/test/fixtures/state-saved-v1-2.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v1-3.js b/test/fixtures/state-saved-v1-3.js index f53bc155a7..0e614cc244 100644 --- a/test/fixtures/state-saved-v1-3.js +++ b/test/fixtures/state-saved-v1-3.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v1-4.js b/test/fixtures/state-saved-v1-4.js index a23a6af091..7072c65b0f 100644 --- a/test/fixtures/state-saved-v1-4.js +++ b/test/fixtures/state-saved-v1-4.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v1-5.js b/test/fixtures/state-saved-v1-5.js index e59e394673..4f1eeffc4f 100644 --- a/test/fixtures/state-saved-v1-5.js +++ b/test/fixtures/state-saved-v1-5.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v1-6.js b/test/fixtures/state-saved-v1-6.js index 46a05f5e11..2b3e7a9349 100644 --- a/test/fixtures/state-saved-v1-6.js +++ b/test/fixtures/state-saved-v1-6.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/state-saved-v1-7.js b/test/fixtures/state-saved-v1-7.js index 03ea4f9899..71069aa45a 100644 --- a/test/fixtures/state-saved-v1-7.js +++ b/test/fixtures/state-saved-v1-7.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/test-csv-data.js b/test/fixtures/test-csv-data.js index 1f7a676962..0efc92afac 100644 --- a/test/fixtures/test-csv-data.js +++ b/test/fixtures/test-csv-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/test-hex-id-data.js b/test/fixtures/test-hex-id-data.js index 1aa9b51ea9..05fcf6fa91 100644 --- a/test/fixtures/test-hex-id-data.js +++ b/test/fixtures/test-hex-id-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/test-layer-data.js b/test/fixtures/test-layer-data.js index 169b226537..5e9cd73fda 100644 --- a/test/fixtures/test-layer-data.js +++ b/test/fixtures/test-layer-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/test-trip-data.js b/test/fixtures/test-trip-data.js index 6177782c50..ca2a010265 100644 --- a/test/fixtures/test-trip-data.js +++ b/test/fixtures/test-trip-data.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/fixtures/trip-geojson.js b/test/fixtures/trip-geojson.js index 6b99842ef0..a819cb2587 100644 --- a/test/fixtures/trip-geojson.js +++ b/test/fixtures/trip-geojson.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/helpers/comparison-utils.js b/test/helpers/comparison-utils.js index e8ec14a7a3..4f1c22208e 100644 --- a/test/helpers/comparison-utils.js +++ b/test/helpers/comparison-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/helpers/component-utils.js b/test/helpers/component-utils.js index a7cf8727b1..f619f91456 100644 --- a/test/helpers/component-utils.js +++ b/test/helpers/component-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/helpers/layer-utils.js b/test/helpers/layer-utils.js index f2d82fad3b..ea610633c5 100644 --- a/test/helpers/layer-utils.js +++ b/test/helpers/layer-utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/helpers/mock-provider.js b/test/helpers/mock-provider.js index 435ad3f227..083d619eab 100644 --- a/test/helpers/mock-provider.js +++ b/test/helpers/mock-provider.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/helpers/mock-state.js b/test/helpers/mock-state.js index 9bccea57a4..2d3e268fa1 100644 --- a/test/helpers/mock-state.js +++ b/test/helpers/mock-state.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node.js b/test/node.js index 9c1e7b5ea1..94389840db 100644 --- a/test/node.js +++ b/test/node.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/index.js b/test/node/index.js index c2e2f7c148..802343ff93 100644 --- a/test/node/index.js +++ b/test/node/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/processors/file-handler-fixtures.js b/test/node/processors/file-handler-fixtures.js index a25d67ae3f..79758bdf45 100644 --- a/test/node/processors/file-handler-fixtures.js +++ b/test/node/processors/file-handler-fixtures.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/processors/file-handler-test.js b/test/node/processors/file-handler-test.js index beb479fe72..9e4e5c8fce 100644 --- a/test/node/processors/file-handler-test.js +++ b/test/node/processors/file-handler-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/processors/index.js b/test/node/processors/index.js index f42644432f..d59f54102d 100644 --- a/test/node/processors/index.js +++ b/test/node/processors/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/composer-state-test.js b/test/node/reducers/composer-state-test.js index 57bfcc2966..6a299ad60b 100644 --- a/test/node/reducers/composer-state-test.js +++ b/test/node/reducers/composer-state-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/index.js b/test/node/reducers/index.js index f5fc09880a..39499727b3 100644 --- a/test/node/reducers/index.js +++ b/test/node/reducers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/map-state-test.js b/test/node/reducers/map-state-test.js index d281e7326b..6b40b54b19 100644 --- a/test/node/reducers/map-state-test.js +++ b/test/node/reducers/map-state-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/map-style-test.js b/test/node/reducers/map-style-test.js index bfde0c9b8a..d1c48e5804 100644 --- a/test/node/reducers/map-style-test.js +++ b/test/node/reducers/map-style-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/provider-state-test.js b/test/node/reducers/provider-state-test.js index 2e7a151576..7da67545bf 100644 --- a/test/node/reducers/provider-state-test.js +++ b/test/node/reducers/provider-state-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/root-test.js b/test/node/reducers/root-test.js index 9629385211..dda7b942f2 100644 --- a/test/node/reducers/root-test.js +++ b/test/node/reducers/root-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/ui-state-test.js b/test/node/reducers/ui-state-test.js index ef40fce460..6960fbe9b1 100644 --- a/test/node/reducers/ui-state-test.js +++ b/test/node/reducers/ui-state-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/vis-state-merger-test.js b/test/node/reducers/vis-state-merger-test.js index ec9bf4dddc..717bd45d78 100644 --- a/test/node/reducers/vis-state-merger-test.js +++ b/test/node/reducers/vis-state-merger-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/reducers/vis-state-test.js b/test/node/reducers/vis-state-test.js index 7893c803b9..d304a33d23 100644 --- a/test/node/reducers/vis-state-test.js +++ b/test/node/reducers/vis-state-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/schemas/dataset-schema-test.js b/test/node/schemas/dataset-schema-test.js index 1b2e853c58..295a2c3ad0 100644 --- a/test/node/schemas/dataset-schema-test.js +++ b/test/node/schemas/dataset-schema-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/schemas/index.js b/test/node/schemas/index.js index e8131a3223..a312219c33 100644 --- a/test/node/schemas/index.js +++ b/test/node/schemas/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/schemas/map-state-schema-test.js b/test/node/schemas/map-state-schema-test.js index d3ab0d321f..eca0a167b5 100644 --- a/test/node/schemas/map-state-schema-test.js +++ b/test/node/schemas/map-state-schema-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/schemas/map-style-schema-test.js b/test/node/schemas/map-style-schema-test.js index b1c710a5f2..42a4d6969d 100644 --- a/test/node/schemas/map-style-schema-test.js +++ b/test/node/schemas/map-style-schema-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/schemas/schema-conversion-test.js b/test/node/schemas/schema-conversion-test.js index 54f2a5f325..59bfbd4c8b 100644 --- a/test/node/schemas/schema-conversion-test.js +++ b/test/node/schemas/schema-conversion-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/schemas/vis-state-schema-test.js b/test/node/schemas/vis-state-schema-test.js index 503125b1a5..7215e85ce1 100644 --- a/test/node/schemas/vis-state-schema-test.js +++ b/test/node/schemas/vis-state-schema-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/aggregate-utils-test.js b/test/node/utils/aggregate-utils-test.js index 5bd89723d0..ee449dfe74 100644 --- a/test/node/utils/aggregate-utils-test.js +++ b/test/node/utils/aggregate-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/color-util-test.js b/test/node/utils/color-util-test.js index 43c40ba805..afed2dd416 100644 --- a/test/node/utils/color-util-test.js +++ b/test/node/utils/color-util-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/data-processor-test.js b/test/node/utils/data-processor-test.js index c3262176d0..1520a5807c 100644 --- a/test/node/utils/data-processor-test.js +++ b/test/node/utils/data-processor-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/data-scale-utils-test.js b/test/node/utils/data-scale-utils-test.js index c24b18d72d..7af8521a69 100644 --- a/test/node/utils/data-scale-utils-test.js +++ b/test/node/utils/data-scale-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/data-utils-test.js b/test/node/utils/data-utils-test.js index 6e98c7aff8..d7d36a51ee 100644 --- a/test/node/utils/data-utils-test.js +++ b/test/node/utils/data-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/dataset-utils-test.js b/test/node/utils/dataset-utils-test.js index 09e773cc60..6c33d6e1c0 100644 --- a/test/node/utils/dataset-utils-test.js +++ b/test/node/utils/dataset-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/export-utils-test.js b/test/node/utils/export-utils-test.js index d1aa378016..bd03fa8cd7 100644 --- a/test/node/utils/export-utils-test.js +++ b/test/node/utils/export-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/filter-utils-test.js b/test/node/utils/filter-utils-test.js index 9f62162f66..4139ee3495 100644 --- a/test/node/utils/filter-utils-test.js +++ b/test/node/utils/filter-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/gpu-filter-utils-test.js b/test/node/utils/gpu-filter-utils-test.js index 3cd3109895..c5a80741ff 100644 --- a/test/node/utils/gpu-filter-utils-test.js +++ b/test/node/utils/gpu-filter-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/index.js b/test/node/utils/index.js index 0d1033906d..87a338ef34 100644 --- a/test/node/utils/index.js +++ b/test/node/utils/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/interaction-utils-test.js b/test/node/utils/interaction-utils-test.js index 7658526342..57b9ee0e1e 100644 --- a/test/node/utils/interaction-utils-test.js +++ b/test/node/utils/interaction-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/layer-utils-test.js b/test/node/utils/layer-utils-test.js index 9bda1ccc1a..456d451ef7 100644 --- a/test/node/utils/layer-utils-test.js +++ b/test/node/utils/layer-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/map-info-utils-test.js b/test/node/utils/map-info-utils-test.js index 030fb45e2b..c770ec8dfe 100644 --- a/test/node/utils/map-info-utils-test.js +++ b/test/node/utils/map-info-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/mapbox-gl-style-editor-test.js b/test/node/utils/mapbox-gl-style-editor-test.js index 900b1c1fcc..f22f5c98b1 100644 --- a/test/node/utils/mapbox-gl-style-editor-test.js +++ b/test/node/utils/mapbox-gl-style-editor-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/notifications-utils-test.js b/test/node/utils/notifications-utils-test.js index cb5d240161..6b7f7501e6 100644 --- a/test/node/utils/notifications-utils-test.js +++ b/test/node/utils/notifications-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/s2-utils-test.js b/test/node/utils/s2-utils-test.js index 3acb00508f..90f550e10a 100644 --- a/test/node/utils/s2-utils-test.js +++ b/test/node/utils/s2-utils-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/node/utils/util-test.js b/test/node/utils/util-test.js index 6af02ee154..8446f76ef0 100644 --- a/test/node/utils/util-test.js +++ b/test/node/utils/util-test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/setup-browser-env.js b/test/setup-browser-env.js index 70f1a3aae3..357b56ec88 100644 --- a/test/setup-browser-env.js +++ b/test/setup-browser-env.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/test/webpack.config.js b/test/webpack.config.js index e6c31de974..40c5c514a8 100644 --- a/test/webpack.config.js +++ b/test/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/utils.js b/utils.js index 27f3cbc460..31ac6b02ec 100644 --- a/utils.js +++ b/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/webpack/bundle.js b/webpack/bundle.js index 5c730d9fab..e8de0325d1 100644 --- a/webpack/bundle.js +++ b/webpack/bundle.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/webpack/umd.js b/webpack/umd.js index bf36b1ff4a..b235dd3eaa 100644 --- a/webpack/umd.js +++ b/webpack/umd.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/gatsby-browser.js b/website-gatsby/gatsby-browser.js index 9b3d10246a..08962f5c7b 100644 --- a/website-gatsby/gatsby-browser.js +++ b/website-gatsby/gatsby-browser.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/gatsby-config.js b/website-gatsby/gatsby-config.js index 6e7d4c9975..cec4cf7bc1 100644 --- a/website-gatsby/gatsby-config.js +++ b/website-gatsby/gatsby-config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/gatsby-node.js b/website-gatsby/gatsby-node.js index 1cd864cb99..6d25a8733c 100644 --- a/website-gatsby/gatsby-node.js +++ b/website-gatsby/gatsby-node.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/gatsby-ssr.js b/website-gatsby/gatsby-ssr.js index 9b3d10246a..08962f5c7b 100644 --- a/website-gatsby/gatsby-ssr.js +++ b/website-gatsby/gatsby-ssr.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/app.js b/website-gatsby/src/components/app.js index ffd60ca1fc..2f6abed127 100644 --- a/website-gatsby/src/components/app.js +++ b/website-gatsby/src/components/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/card.js b/website-gatsby/src/components/common/card.js index 28ffe28b46..b477e20f90 100644 --- a/website-gatsby/src/components/common/card.js +++ b/website-gatsby/src/components/common/card.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/carousel.js b/website-gatsby/src/components/common/carousel.js index 00cd6607d5..6948d3a6ea 100644 --- a/website-gatsby/src/components/common/carousel.js +++ b/website-gatsby/src/components/common/carousel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/section.js b/website-gatsby/src/components/common/section.js index 1b4e96a26d..49897e91e9 100644 --- a/website-gatsby/src/components/common/section.js +++ b/website-gatsby/src/components/common/section.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/slideshow.js b/website-gatsby/src/components/common/slideshow.js index 52c6cd819c..5cc5047ea8 100644 --- a/website-gatsby/src/components/common/slideshow.js +++ b/website-gatsby/src/components/common/slideshow.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/staggered-scroll-animation.js b/website-gatsby/src/components/common/staggered-scroll-animation.js index 91efd3662d..59cac564b9 100644 --- a/website-gatsby/src/components/common/staggered-scroll-animation.js +++ b/website-gatsby/src/components/common/staggered-scroll-animation.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/styled-components.js b/website-gatsby/src/components/common/styled-components.js index 7963bc9583..e27a398627 100644 --- a/website-gatsby/src/components/common/styled-components.js +++ b/website-gatsby/src/components/common/styled-components.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/styles.js b/website-gatsby/src/components/common/styles.js index 1f9d4d3605..25e7fc4808 100644 --- a/website-gatsby/src/components/common/styles.js +++ b/website-gatsby/src/components/common/styles.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/common/swipeable.js b/website-gatsby/src/components/common/swipeable.js index 1c83bf0f03..58984f4c0c 100644 --- a/website-gatsby/src/components/common/swipeable.js +++ b/website-gatsby/src/components/common/swipeable.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/examples.js b/website-gatsby/src/components/examples.js index 2c31fc3204..3366a9feb4 100644 --- a/website-gatsby/src/components/examples.js +++ b/website-gatsby/src/components/examples.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/features.js b/website-gatsby/src/components/features.js index 30b7eea3c8..0240c1c159 100644 --- a/website-gatsby/src/components/features.js +++ b/website-gatsby/src/components/features.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/footer.js b/website-gatsby/src/components/footer.js index 9b470eba43..6649c43707 100644 --- a/website-gatsby/src/components/footer.js +++ b/website-gatsby/src/components/footer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/header.js b/website-gatsby/src/components/header.js index 45e0b29fee..634ef4e2a6 100644 --- a/website-gatsby/src/components/header.js +++ b/website-gatsby/src/components/header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/hero.js b/website-gatsby/src/components/hero.js index 3ab4e8b06e..0e62371019 100644 --- a/website-gatsby/src/components/hero.js +++ b/website-gatsby/src/components/hero.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/home.js b/website-gatsby/src/components/home.js index 00bacd6c77..c35ac9b30a 100644 --- a/website-gatsby/src/components/home.js +++ b/website-gatsby/src/components/home.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/mapbox-logo.js b/website-gatsby/src/components/mapbox-logo.js index 483aa19377..f0b56de4ea 100644 --- a/website-gatsby/src/components/mapbox-logo.js +++ b/website-gatsby/src/components/mapbox-logo.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/policy.js b/website-gatsby/src/components/policy.js index 4d196a7a7b..df8564234a 100644 --- a/website-gatsby/src/components/policy.js +++ b/website-gatsby/src/components/policy.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/showcase.js b/website-gatsby/src/components/showcase.js index 8c321eec16..636e2f4c58 100644 --- a/website-gatsby/src/components/showcase.js +++ b/website-gatsby/src/components/showcase.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/tutorials.js b/website-gatsby/src/components/tutorials.js index 3125730a2b..91fb576e96 100644 --- a/website-gatsby/src/components/tutorials.js +++ b/website-gatsby/src/components/tutorials.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/components/walkthrough.js b/website-gatsby/src/components/walkthrough.js index 91c24ed959..e87b0fdb7e 100644 --- a/website-gatsby/src/components/walkthrough.js +++ b/website-gatsby/src/components/walkthrough.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/constants.js b/website-gatsby/src/constants.js index 68a0eee325..92a7cc5f58 100644 --- a/website-gatsby/src/constants.js +++ b/website-gatsby/src/constants.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/content.js b/website-gatsby/src/content.js index c5f6746f3d..c4c081e4cd 100644 --- a/website-gatsby/src/content.js +++ b/website-gatsby/src/content.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/state/analytics.js b/website-gatsby/src/state/analytics.js index 36551a57b2..347a0b06d0 100644 --- a/website-gatsby/src/state/analytics.js +++ b/website-gatsby/src/state/analytics.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/state/app.js b/website-gatsby/src/state/app.js index 7b56ba19f0..7c2c3fcc3c 100644 --- a/website-gatsby/src/state/app.js +++ b/website-gatsby/src/state/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/state/index.js b/website-gatsby/src/state/index.js index f4f7412a42..6438962e24 100644 --- a/website-gatsby/src/state/index.js +++ b/website-gatsby/src/state/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/state/redux-wrapper.js b/website-gatsby/src/state/redux-wrapper.js index a64fdbe720..4b469c363b 100644 --- a/website-gatsby/src/state/redux-wrapper.js +++ b/website-gatsby/src/state/redux-wrapper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/state/test.js b/website-gatsby/src/state/test.js index 6693c048c1..f0a2a42502 100644 --- a/website-gatsby/src/state/test.js +++ b/website-gatsby/src/state/test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/styles.js b/website-gatsby/src/styles.js index 271b355671..0c02a84af1 100644 --- a/website-gatsby/src/styles.js +++ b/website-gatsby/src/styles.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website-gatsby/src/utils.js b/website-gatsby/src/utils.js index 39f64801ae..b68e90cafb 100644 --- a/website-gatsby/src/utils.js +++ b/website-gatsby/src/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/app.js b/website/src/components/app.js index 139bb8c24e..de506cbfa8 100644 --- a/website/src/components/app.js +++ b/website/src/components/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/card.js b/website/src/components/common/card.js index 7d9323e939..1daa6e5a8b 100644 --- a/website/src/components/common/card.js +++ b/website/src/components/common/card.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/carousel.js b/website/src/components/common/carousel.js index 19d158dd39..954c41549e 100644 --- a/website/src/components/common/carousel.js +++ b/website/src/components/common/carousel.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/section.js b/website/src/components/common/section.js index 811281a7e8..138b83ac97 100644 --- a/website/src/components/common/section.js +++ b/website/src/components/common/section.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/slideshow.js b/website/src/components/common/slideshow.js index 260306c807..954eb0935d 100644 --- a/website/src/components/common/slideshow.js +++ b/website/src/components/common/slideshow.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/staggered-scroll-animation.js b/website/src/components/common/staggered-scroll-animation.js index c38da458f0..aa4816d9a6 100644 --- a/website/src/components/common/staggered-scroll-animation.js +++ b/website/src/components/common/staggered-scroll-animation.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/styled-components.js b/website/src/components/common/styled-components.js index 770ab3f14e..5ee11bc244 100644 --- a/website/src/components/common/styled-components.js +++ b/website/src/components/common/styled-components.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/styles.js b/website/src/components/common/styles.js index d0b054fcf7..17222e76f2 100644 --- a/website/src/components/common/styles.js +++ b/website/src/components/common/styles.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/common/swipeable.js b/website/src/components/common/swipeable.js index 193255676f..8a379c6b20 100644 --- a/website/src/components/common/swipeable.js +++ b/website/src/components/common/swipeable.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/examples.js b/website/src/components/examples.js index 2c31fc3204..3366a9feb4 100644 --- a/website/src/components/examples.js +++ b/website/src/components/examples.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/features.js b/website/src/components/features.js index 89ba971f5c..1591a0c4f7 100644 --- a/website/src/components/features.js +++ b/website/src/components/features.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/footer.js b/website/src/components/footer.js index 7b271064d2..6eae36fc76 100644 --- a/website/src/components/footer.js +++ b/website/src/components/footer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/header.js b/website/src/components/header.js index 5394acd038..d46ff2c6ce 100644 --- a/website/src/components/header.js +++ b/website/src/components/header.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/hero.js b/website/src/components/hero.js index 156c1891e7..bada2d2ddb 100644 --- a/website/src/components/hero.js +++ b/website/src/components/hero.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/home.js b/website/src/components/home.js index b862e11ff4..16e6a9cd1b 100644 --- a/website/src/components/home.js +++ b/website/src/components/home.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/mapbox-logo.js b/website/src/components/mapbox-logo.js index bfa21cec81..9fe711cedf 100644 --- a/website/src/components/mapbox-logo.js +++ b/website/src/components/mapbox-logo.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/netlify-logo.js b/website/src/components/netlify-logo.js index 9ff80b2137..fcbb1196a9 100644 --- a/website/src/components/netlify-logo.js +++ b/website/src/components/netlify-logo.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/policy.js b/website/src/components/policy.js index b7079040da..c0a1e2d88f 100644 --- a/website/src/components/policy.js +++ b/website/src/components/policy.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/showcase.js b/website/src/components/showcase.js index 8c321eec16..636e2f4c58 100644 --- a/website/src/components/showcase.js +++ b/website/src/components/showcase.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/tutorials.js b/website/src/components/tutorials.js index e9f4bc8bd2..985935c1d1 100644 --- a/website/src/components/tutorials.js +++ b/website/src/components/tutorials.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/components/walkthrough.js b/website/src/components/walkthrough.js index 81f7d0c1e9..96d4b76533 100644 --- a/website/src/components/walkthrough.js +++ b/website/src/components/walkthrough.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/constants.js b/website/src/constants.js index 68a0eee325..92a7cc5f58 100644 --- a/website/src/constants.js +++ b/website/src/constants.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/content.js b/website/src/content.js index ac40bf8da8..001f9a72bb 100644 --- a/website/src/content.js +++ b/website/src/content.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/main.js b/website/src/main.js index c5afdfa72b..14044884cc 100644 --- a/website/src/main.js +++ b/website/src/main.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/reducers/analytics.js b/website/src/reducers/analytics.js index 8fc98bcdc7..68f192f302 100644 --- a/website/src/reducers/analytics.js +++ b/website/src/reducers/analytics.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/reducers/app.js b/website/src/reducers/app.js index 30a169f4c4..348ce7de7c 100644 --- a/website/src/reducers/app.js +++ b/website/src/reducers/app.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/reducers/index.js b/website/src/reducers/index.js index dbb6b6213b..59fa02df21 100644 --- a/website/src/reducers/index.js +++ b/website/src/reducers/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/routes.js b/website/src/routes.js index 8328dd487b..fe3c7f28e7 100644 --- a/website/src/routes.js +++ b/website/src/routes.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/styles.js b/website/src/styles.js index 271b355671..0c02a84af1 100644 --- a/website/src/styles.js +++ b/website/src/styles.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/src/utils.js b/website/src/utils.js index 39f64801ae..b68e90cafb 100644 --- a/website/src/utils.js +++ b/website/src/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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/website/webpack.config.js b/website/webpack.config.js index ba44f7e48b..b2ec98f659 100644 --- a/website/webpack.config.js +++ b/website/webpack.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Uber Technologies, Inc. +// Copyright (c) 2021 Uber Technologies, 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