From d9f076e7311529dc688f02472d930838060c8051 Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Thu, 3 Jun 2021 20:38:17 +0530 Subject: [PATCH 1/2] DEV : Add/update copyright headers this commit adds copyright headers to files that dont have them and it updates copyright headers that do have them but have the wrong format/wrong year range etc. note that the year range has been updated to 2005-2021 - and there is only one instance of an older year range and it was 2002 --- chaco/_cython_speedups.pyx | 10 ++++++++++ chaco/_speedups_fallback.py | 10 ++++++++++ chaco/abstract_colormap.py | 10 ++++++++++ chaco/abstract_controller.py | 10 ++++++++++ chaco/abstract_data_range.py | 10 ++++++++++ chaco/abstract_data_source.py | 10 ++++++++++ chaco/abstract_mapper.py | 10 ++++++++++ chaco/abstract_overlay.py | 10 ++++++++++ chaco/abstract_plot_data.py | 10 ++++++++++ chaco/abstract_plot_renderer.py | 10 ++++++++++ chaco/api.py | 3 ++- chaco/array_data_source.py | 10 ++++++++++ chaco/array_plot_data.py | 10 ++++++++++ chaco/axis.py | 10 ++++++++++ chaco/axis_view.py | 10 ++++++++++ chaco/barplot.py | 3 ++- chaco/base.py | 10 ++++++++++ chaco/base_1d_mapper.py | 10 ++++++++++ chaco/base_1d_plot.py | 10 ++++++++++ chaco/base_2d_plot.py | 10 ++++++++++ chaco/base_candle_plot.py | 10 ++++++++++ chaco/base_contour_plot.py | 10 ++++++++++ chaco/base_data_range.py | 10 ++++++++++ chaco/base_plot_container.py | 10 ++++++++++ chaco/base_xy_plot.py | 10 ++++++++++ chaco/candle_plot.py | 3 ++- chaco/chaco_traits.py | 10 ++++++++++ chaco/cmap_image_plot.py | 3 ++- chaco/color_bar.py | 3 ++- chaco/color_mapper.py | 10 ++++++++++ chaco/color_spaces.py | 10 ++++++++++ chaco/colormap_generators.py | 10 ++++++++++ chaco/colormapped_scatterplot.py | 3 ++- chaco/colormapped_selection_overlay.py | 3 ++- chaco/contour_line_plot.py | 3 ++- chaco/contour_poly_plot.py | 8 +++++--- chaco/data_frame_plot_data.py | 10 ++++++++++ chaco/data_label.py | 3 ++- chaco/data_range_1d.py | 10 ++++++++++ chaco/data_range_2d.py | 10 ++++++++++ chaco/data_view.py | 10 ++++++++++ chaco/default_colormaps.py | 10 ++++------ chaco/default_colors.py | 10 ++++++++++ chaco/discrete_color_mapper.py | 10 ++++++++++ chaco/downsample/_lttb.pyx | 10 ++++++++++ chaco/downsample/lttb.py | 10 ++++++++++ chaco/downsample/tests/test_lttb.py | 10 ++++++++++ chaco/errorbar_plot.py | 3 ++- chaco/example_support.py | 10 ++++++++++ chaco/filled_line_plot.py | 3 ++- chaco/function_data_source.py | 10 ++++++++++ chaco/function_image_data.py | 10 ++++++++++ chaco/grid.py | 10 ++++++++++ chaco/grid_data_source.py | 10 ++++++++++ chaco/grid_mapper.py | 10 ++++++++++ chaco/horizon_plot.py | 3 ++- chaco/image_data.py | 10 ++++++++++ chaco/image_plot.py | 3 ++- chaco/image_utils.py | 10 ++++++++++ chaco/jitterplot.py | 3 ++- chaco/label.py | 10 ++++++++++ chaco/label_axis.py | 10 ++++++++++ chaco/lasso_overlay.py | 3 ++- chaco/layers/api.py | 3 ++- chaco/layers/status_layer.py | 3 ++- chaco/layers/svg_range_selection_overlay.py | 3 ++- chaco/legend.py | 3 ++- chaco/line_scatterplot_1d.py | 3 ++- chaco/linear_mapper.py | 10 ++++++++++ chaco/lineplot.py | 3 ++- chaco/log_mapper.py | 10 ++++++++++ chaco/multi_array_data_source.py | 10 ++++++++++ chaco/multi_line_plot.py | 3 ++- chaco/overlays/aligned_container_overlay.py | 10 ++++++++++ chaco/overlays/api.py | 3 ++- chaco/overlays/colormapped_selection_overlay.py | 3 ++- chaco/overlays/container_overlay.py | 10 ++++++++++ chaco/overlays/coordinate_line_overlay.py | 10 ++++++++++ chaco/overlays/data_label.py | 10 ++++++++++ chaco/overlays/databox.py | 10 ++++++++++ chaco/overlays/lasso_overlay.py | 3 ++- chaco/overlays/layers/api.py | 10 ++++++++++ chaco/overlays/layers/status_layer.py | 10 ++++++++++ .../layers/svg_range_selection_overlay.py | 10 ++++++++++ chaco/overlays/legend.py | 10 ++++++++++ chaco/overlays/plot_label.py | 3 ++- chaco/overlays/scatter_inspector_overlay.py | 3 ++- chaco/overlays/simple_inspector_overlay.py | 10 ++++++++++ chaco/overlays/tests/test_data_label.py | 10 ++++++++++ chaco/overlays/tests/test_databox.py | 10 ++++++++++ chaco/overlays/text_box_overlay.py | 3 ++- chaco/overlays/text_grid_overlay.py | 10 ++++++++++ chaco/overlays/tooltip.py | 3 ++- chaco/pdf_graphics_context.py | 10 ++++++++++ chaco/plot.py | 10 ++++++++++ chaco/plot_canvas.py | 10 ++++++++++ chaco/plot_canvas_toolbar.py | 10 ++++++++++ chaco/plot_component.py | 10 ++++++++++ chaco/plot_containers.py | 10 ++++++++++ chaco/plot_factory.py | 10 ++++++++++ chaco/plot_graphics_context.py | 10 ++++++++++ chaco/plot_label.py | 3 ++- chaco/plots/api.py | 4 +++- chaco/plots/barplot.py | 10 ++++++++++ chaco/plots/candle_plot.py | 10 ++++++++++ chaco/plots/cmap_image_plot.py | 12 +++++++----- chaco/plots/color_bar.py | 10 ++++++++++ chaco/plots/colormapped_scatterplot.py | 10 ++++++++++ chaco/plots/contour/cntr.c | 10 ++++++++++ chaco/plots/contour/contour_line_plot.py | 10 ++++++++++ chaco/plots/contour/contour_poly_plot.py | 10 ++++++++++ chaco/plots/contour/setup.py | 11 ++++++++++- chaco/plots/contour/tests/test_contour.py | 10 ++++++++++ chaco/plots/errorbar_plot.py | 10 ++++++++++ chaco/plots/filled_line_plot.py | 10 ++++++++++ chaco/plots/horizon_plot.py | 10 ++++++++++ chaco/plots/image_plot.py | 12 +++++++----- chaco/plots/jitterplot.py | 10 ++++++++++ chaco/plots/line_scatterplot_1d.py | 10 ++++++++++ chaco/plots/lineplot.py | 10 ++++++++++ chaco/plots/multi_line_plot.py | 10 ++++++++++ chaco/plots/polar_line_renderer.py | 10 ++++++++++ chaco/plots/polygon_plot.py | 10 ++++++++++ chaco/plots/quiverplot.py | 10 ++++++++++ chaco/plots/scatterplot.py | 10 ++++++++++ chaco/plots/scatterplot_1d.py | 10 ++++++++++ chaco/plots/segment_plot.py | 10 ++++++++++ chaco/plots/tests/test_cmap_image_plot.py | 10 ++++++++++ .../plots/tests/test_colormapped_scatterplot.py | 10 ++++++++++ chaco/plots/tests/test_errorbarplot.py | 10 ++++++++++ chaco/plots/tests/test_image_plot.py | 10 ++++++++++ chaco/plots/tests/test_jitterplot.py | 10 ++++++++++ chaco/plots/tests/test_line_scatterplot.py | 10 ++++++++++ chaco/plots/tests/test_scatterplot_1d.py | 10 ++++++++++ chaco/plots/tests/test_scatterplot_renderers.py | 10 ++++++++++ chaco/plots/tests/test_segment_plot.py | 10 ++++++++++ chaco/plots/tests/test_text_plot.py | 10 ++++++++++ chaco/plots/tests/test_text_plot_1d.py | 10 ++++++++++ chaco/plots/text_plot.py | 10 ++++++++++ chaco/plots/text_plot_1d.py | 10 ++++++++++ chaco/plotscrollbar.py | 10 ++++++++++ chaco/point_data_source.py | 10 ++++++++++ chaco/polar_line_renderer.py | 3 ++- chaco/polar_mapper.py | 10 ++++++++++ chaco/polygon_plot.py | 3 ++- chaco/quiverplot.py | 3 ++- chaco/scales/api.py | 10 ++++++++++ chaco/scales/formatters.py | 10 ++++++++++ chaco/scales/safetime.py | 10 ++++++++++ chaco/scales/scales.py | 10 ++++++++++ chaco/scales/tests/test_formatters.py | 10 ++++++++++ chaco/scales/tests/test_scales.py | 10 ++++++++++ chaco/scales/tests/test_time_scale.py | 10 ++++++++++ chaco/scales/tests/test_time_scale_resolution.py | 10 ++++++++++ chaco/scales/time_scale.py | 10 ++++++++++ chaco/scales_tick_generator.py | 10 ++++++++++ chaco/scaly_plot.py | 10 ++++++++++ chaco/scatter_inspector_overlay.py | 3 ++- chaco/scatterplot.py | 3 ++- chaco/scatterplot_1d.py | 3 ++- chaco/segment_plot.py | 3 ++- chaco/selectable_legend.py | 10 ++++++++++ chaco/speedups.py | 10 ++++++++++ chaco/svg_graphics_context.py | 10 ++++++++++ chaco/tests/_tools.py | 10 ++++++++++ chaco/tests/test_2d_case.py | 10 ++++++++++ chaco/tests/test_array_or_none.py | 10 ++++++++++ chaco/tests/test_array_plot_data.py | 10 ++++++++++ chaco/tests/test_arraydatasource.py | 10 ++++++++++ chaco/tests/test_base_utils.py | 10 ++++++++++ chaco/tests/test_border.py | 10 ++++++++++ chaco/tests/test_colormapper.py | 10 ++++++++++ chaco/tests/test_data_frame_plot_data.py | 10 ++++++++++ chaco/tests/test_data_view.py | 10 ++++++++++ chaco/tests/test_datarange_1d.py | 10 ++++++++++ chaco/tests/test_datarange_2d.py | 10 ++++++++++ chaco/tests/test_default_colormaps.py | 11 +++++------ chaco/tests/test_discrete_colormapper.py | 10 ++++++++++ chaco/tests/test_function_data_source.py | 10 ++++++++++ chaco/tests/test_grid_data_source.py | 10 ++++++++++ chaco/tests/test_grid_mapper.py | 10 ++++++++++ chaco/tests/test_highlight_tool.py | 10 ++++++++++ chaco/tests/test_hittest.py | 10 ++++++++++ chaco/tests/test_image_data.py | 10 ++++++++++ chaco/tests/test_image_utils.py | 10 ++++++++++ chaco/tests/test_instantiation_order.py | 10 ++++++++++ chaco/tests/test_linearmapper.py | 10 ++++++++++ chaco/tests/test_logmapper.py | 10 ++++++++++ chaco/tests/test_multi_array_data_source.py | 10 ++++++++++ chaco/tests/test_plot.py | 10 ++++++++++ chaco/tests/test_plot_factory.py | 10 ++++++++++ chaco/tests/test_plotcontainer.py | 10 ++++++++++ chaco/tests/test_speedups.py | 10 ++++++++++ chaco/tests/test_ticks.py | 10 ++++++++++ chaco/text_box_overlay.py | 3 ++- chaco/text_plot.py | 3 ++- chaco/text_plot_1d.py | 3 ++- chaco/ticks.py | 16 ++++++++-------- chaco/toolbar_plot.py | 10 ++++++++++ chaco/tools/api.py | 10 ++++++++++ chaco/tools/better_selecting_zoom.py | 10 ++++++++++ chaco/tools/better_zoom.py | 9 ++++----- chaco/tools/broadcaster.py | 10 ++++++++++ chaco/tools/cursor_tool.py | 10 ++++++++++ chaco/tools/data_label_tool.py | 10 ++++++++++ chaco/tools/dataprinter.py | 10 ++++++++++ chaco/tools/drag_zoom.py | 10 ++++++++++ chaco/tools/draw_points_tool.py | 10 ++++++++++ chaco/tools/highlight_tool.py | 10 ++++++++++ chaco/tools/image_inspector_tool.py | 10 ++++++++++ chaco/tools/lasso_selection.py | 10 ++++++++++ chaco/tools/legend_highlighter.py | 10 ++++++++++ chaco/tools/legend_tool.py | 10 ++++++++++ chaco/tools/line_inspector.py | 10 ++++++++++ chaco/tools/line_segment_tool.py | 10 ++++++++++ chaco/tools/move_tool.py | 10 ++++++++++ chaco/tools/pan_tool.py | 10 ++++++++++ chaco/tools/pan_tool2.py | 10 ++++++++++ chaco/tools/point_marker.py | 10 ++++++++++ chaco/tools/range_selection.py | 10 ++++++++++ chaco/tools/range_selection_2d.py | 10 ++++++++++ chaco/tools/range_selection_overlay.py | 10 ++++++++++ chaco/tools/rect_zoom.py | 10 ++++++++++ chaco/tools/rectangular_selection.py | 10 ++++++++++ chaco/tools/regression_lasso.py | 10 ++++++++++ chaco/tools/save_tool.py | 10 ++++++++++ chaco/tools/scatter_inspector.py | 10 ++++++++++ chaco/tools/select_tool.py | 10 ++++++++++ chaco/tools/simple_inspector.py | 10 ++++++++++ chaco/tools/tests/test_better_zoom_tool.py | 9 ++++----- chaco/tools/tests/test_image_inspector.py | 10 ++++++++++ chaco/tools/tests/test_pan_tool.py | 10 ++++++++++ chaco/tools/tests/test_range_selection.py | 10 ++++++++++ chaco/tools/tests/test_range_zoom.py | 10 ++++++++++ .../tests/test_rectangular_selection_tool.py | 10 ++++++++++ chaco/tools/tests/test_scatter_inspector.py | 10 ++++++++++ chaco/tools/tool_history_mixin.py | 10 ++++++++++ chaco/tools/tool_states.py | 10 ++++++++++ chaco/tools/toolbars/plot_toolbar.py | 10 ++++++++++ chaco/tools/toolbars/toolbar_buttons.py | 10 ++++++++++ chaco/tools/tracking_pan_tool.py | 10 ++++++++++ chaco/tools/tracking_zoom.py | 10 ++++++++++ chaco/tools/traits_tool.py | 10 ++++++++++ chaco/tools/zoom_tool.py | 10 ++++++++++ chaco/tooltip.py | 3 ++- chaco/transform_color_mapper.py | 10 ++++++++++ chaco/ui/axis_ui.py | 10 ++++++++++ chaco/ui/plot_window.py | 10 ++++++++++ setup.py | 10 +++++++++- 249 files changed, 2118 insertions(+), 87 deletions(-) diff --git a/chaco/_cython_speedups.pyx b/chaco/_cython_speedups.pyx index 9453dda42..152d32414 100644 --- a/chaco/_cython_speedups.pyx +++ b/chaco/_cython_speedups.pyx @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import sys import numpy as np cimport numpy as np diff --git a/chaco/_speedups_fallback.py b/chaco/_speedups_fallback.py index f65a5edb7..b9ca39a77 100644 --- a/chaco/_speedups_fallback.py +++ b/chaco/_speedups_fallback.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Module that implements pure-python equivalents of the functions in the _speedups extension module. diff --git a/chaco/abstract_colormap.py b/chaco/abstract_colormap.py index 6a4510fc9..f207114ce 100644 --- a/chaco/abstract_colormap.py +++ b/chaco/abstract_colormap.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the base class for color maps """ from traits.api import Enum, Event, HasTraits, Instance diff --git a/chaco/abstract_controller.py b/chaco/abstract_controller.py index 3ffaa9190..9dec376c7 100644 --- a/chaco/abstract_controller.py +++ b/chaco/abstract_controller.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the base class for controllers. """ # Enthought library imports diff --git a/chaco/abstract_data_range.py b/chaco/abstract_data_range.py index ec0d19340..cee9deb49 100644 --- a/chaco/abstract_data_range.py +++ b/chaco/abstract_data_range.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the base class for data ranges. """ diff --git a/chaco/abstract_data_source.py b/chaco/abstract_data_source.py index 0cfb7c21d..233f0f939 100644 --- a/chaco/abstract_data_source.py +++ b/chaco/abstract_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the AbstractDataSource class. """ diff --git a/chaco/abstract_mapper.py b/chaco/abstract_mapper.py index e7d765fb6..40f9a785e 100644 --- a/chaco/abstract_mapper.py +++ b/chaco/abstract_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the base class for mappings. """ # Major library imports diff --git a/chaco/abstract_overlay.py b/chaco/abstract_overlay.py index f44479887..1b04357d0 100644 --- a/chaco/abstract_overlay.py +++ b/chaco/abstract_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Abstract base class for plot decorators and overlays. This class is primarily used so that tools can easily distinguish between diff --git a/chaco/abstract_plot_data.py b/chaco/abstract_plot_data.py index 5a64e01ca..4faa30d31 100644 --- a/chaco/abstract_plot_data.py +++ b/chaco/abstract_plot_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the base class for plot data. """ from traits.api import Bool, Event, HasTraits diff --git a/chaco/abstract_plot_renderer.py b/chaco/abstract_plot_renderer.py index ce53cf649..310262adb 100644 --- a/chaco/abstract_plot_renderer.py +++ b/chaco/abstract_plot_renderer.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines a base class for plot renderers. """ # Enthought library imports. diff --git a/chaco/api.py b/chaco/api.py index ffb4dce94..61492745f 100644 --- a/chaco/api.py +++ b/chaco/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ Defines the publicly accessible items of the Chaco API. diff --git a/chaco/array_data_source.py b/chaco/array_data_source.py index 379e6ce82..0d88d4760 100644 --- a/chaco/array_data_source.py +++ b/chaco/array_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ArrayDataSource class.""" # Major library imports diff --git a/chaco/array_plot_data.py b/chaco/array_plot_data.py index 31d17c66b..41a96c661 100644 --- a/chaco/array_plot_data.py +++ b/chaco/array_plot_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines ArrayPlotData. """ from numpy import array, ndarray diff --git a/chaco/axis.py b/chaco/axis.py index e4377a6e6..0272a4ab9 100644 --- a/chaco/axis.py +++ b/chaco/axis.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PlotAxis class, and associated validator and UI. """ # Major library import diff --git a/chaco/axis_view.py b/chaco/axis_view.py index 32a8ded0f..4c3355097 100644 --- a/chaco/axis_view.py +++ b/chaco/axis_view.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the TraitsUI view for a PlotAxis """ from traits.api import TraitError from traitsui.api import View, HGroup, Group, VGroup, Item, TextEditor diff --git a/chaco/barplot.py b/chaco/barplot.py index 0a54346d0..22953df05 100644 --- a/chaco/barplot.py +++ b/chaco/barplot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.barplot import BarPlot # noqa: F401 diff --git a/chaco/base.py b/chaco/base.py index 9b2a0250c..def8d52e0 100644 --- a/chaco/base.py +++ b/chaco/base.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines basic traits and functions for the data model. """ diff --git a/chaco/base_1d_mapper.py b/chaco/base_1d_mapper.py index ff4fc0ace..a43ac73a0 100644 --- a/chaco/base_1d_mapper.py +++ b/chaco/base_1d_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the Base1DMapper class. """ # Enthought library imports diff --git a/chaco/base_1d_plot.py b/chaco/base_1d_plot.py index 8fbb8f237..ced30a7b0 100644 --- a/chaco/base_1d_plot.py +++ b/chaco/base_1d_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Abstract base class for 1-D plots which only use one axis """ diff --git a/chaco/base_2d_plot.py b/chaco/base_2d_plot.py index 469b3a43c..f49aea7ab 100644 --- a/chaco/base_2d_plot.py +++ b/chaco/base_2d_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the base class for 2-D plots. """ # Standard library imports diff --git a/chaco/base_candle_plot.py b/chaco/base_candle_plot.py index ddd09891d..88d2e6379 100644 --- a/chaco/base_candle_plot.py +++ b/chaco/base_candle_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # Major library imports from numpy import array, column_stack diff --git a/chaco/base_contour_plot.py b/chaco/base_contour_plot.py index 2099c6a15..b10a942a9 100644 --- a/chaco/base_contour_plot.py +++ b/chaco/base_contour_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import array, isscalar, issubsctype, linspace, number # Enthought library imports diff --git a/chaco/base_data_range.py b/chaco/base_data_range.py index dca4804fa..8cf9463b8 100644 --- a/chaco/base_data_range.py +++ b/chaco/base_data_range.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the BaseDataRange class. """ diff --git a/chaco/base_plot_container.py b/chaco/base_plot_container.py index 0fc098f7c..c5ea3b6e8 100644 --- a/chaco/base_plot_container.py +++ b/chaco/base_plot_container.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the BasePlotContainer class. """ import warnings diff --git a/chaco/base_xy_plot.py b/chaco/base_xy_plot.py index d73571132..102e263e4 100644 --- a/chaco/base_xy_plot.py +++ b/chaco/base_xy_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the base class for XY plots. """ from math import sqrt diff --git a/chaco/candle_plot.py b/chaco/candle_plot.py index fededd17f..8f1960542 100644 --- a/chaco/candle_plot.py +++ b/chaco/candle_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.candle_plot import CandlePlot # noqa: F401 diff --git a/chaco/chaco_traits.py b/chaco/chaco_traits.py index 6c145879d..f3cdc1a2a 100644 --- a/chaco/chaco_traits.py +++ b/chaco/chaco_traits.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines various traits that are used in many places in Chaco. """ diff --git a/chaco/cmap_image_plot.py b/chaco/cmap_image_plot.py index 343ac6538..16f83caef 100644 --- a/chaco/cmap_image_plot.py +++ b/chaco/cmap_image_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.cmap_image_plot import CMapImagePlot # noqa: F401 diff --git a/chaco/color_bar.py b/chaco/color_bar.py index 82ff88b84..93a1c57e0 100644 --- a/chaco/color_bar.py +++ b/chaco/color_bar.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.color_bar import ColorBar # noqa: F401 diff --git a/chaco/color_mapper.py b/chaco/color_mapper.py index 1cd3b3edb..7693634fd 100644 --- a/chaco/color_mapper.py +++ b/chaco/color_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ColorMapper and ColorMapTemplate classes. """ diff --git a/chaco/color_spaces.py b/chaco/color_spaces.py index 053102688..1b89b8163 100644 --- a/chaco/color_spaces.py +++ b/chaco/color_spaces.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Conversion functions between various color spaces. The implementations and data are mostly taken from the old diff --git a/chaco/colormap_generators.py b/chaco/colormap_generators.py index 8d7ced44b..15b0b91cc 100644 --- a/chaco/colormap_generators.py +++ b/chaco/colormap_generators.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Generate parameteric colormaps. Diverging colormaps can be generated via Kenneth Moreland's procedure using diff --git a/chaco/colormapped_scatterplot.py b/chaco/colormapped_scatterplot.py index 9dfd8642d..13ba6aece 100644 --- a/chaco/colormapped_scatterplot.py +++ b/chaco/colormapped_scatterplot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.colormapped_scatterplot import ( # noqa: F401 diff --git a/chaco/colormapped_selection_overlay.py b/chaco/colormapped_selection_overlay.py index 6bd904dca..3bf36febd 100644 --- a/chaco/colormapped_selection_overlay.py +++ b/chaco/colormapped_selection_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.colormapped_selection_overlay import ( # noqa: F401 diff --git a/chaco/contour_line_plot.py b/chaco/contour_line_plot.py index ca5552a4e..c2e1a1f9f 100644 --- a/chaco/contour_line_plot.py +++ b/chaco/contour_line_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.contour.contour_line_plot import ContourLinePlot # noqa: F401 diff --git a/chaco/contour_poly_plot.py b/chaco/contour_poly_plot.py index e21cea1e7..79ad6db39 100644 --- a/chaco/contour_poly_plot.py +++ b/chaco/contour_poly_plot.py @@ -1,6 +1,4 @@ -""" Defines the ContourPolyPlot class. -""" -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -9,6 +7,10 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + +""" Defines the ContourPolyPlot class. +""" + import warnings from chaco.plots.contour.contour_poly_plot import ContourPolyPlot # noqa: F401 diff --git a/chaco/data_frame_plot_data.py b/chaco/data_frame_plot_data.py index 73b57f8b8..27674afef 100644 --- a/chaco/data_frame_plot_data.py +++ b/chaco/data_frame_plot_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines DataFramePlotData. """ diff --git a/chaco/data_label.py b/chaco/data_label.py index c81b763f8..0ea7432a4 100644 --- a/chaco/data_label.py +++ b/chaco/data_label.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.data_label import DataLabel, draw_arrow, find_region diff --git a/chaco/data_range_1d.py b/chaco/data_range_1d.py index 75ce46c44..66f070ec9 100644 --- a/chaco/data_range_1d.py +++ b/chaco/data_range_1d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the DataRange1D class. """ diff --git a/chaco/data_range_2d.py b/chaco/data_range_2d.py index 83748b7d5..436bd769f 100644 --- a/chaco/data_range_2d.py +++ b/chaco/data_range_2d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the DataRange2D class. """ diff --git a/chaco/data_view.py b/chaco/data_view.py index 53c300fef..e615c3eca 100644 --- a/chaco/data_view.py +++ b/chaco/data_view.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the DataView class, and associated property traits and property functions. """ diff --git a/chaco/default_colormaps.py b/chaco/default_colormaps.py index db0499cf6..b43ef1a44 100644 --- a/chaco/default_colormaps.py +++ b/chaco/default_colormaps.py @@ -1,17 +1,15 @@ -# ------------------------------------------------------------------------------ -# Copyright (c) 2005-2014, Enthought, Inc. +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD -# license included in LICENSE.txt and may be redistributed only -# under the conditions described in the aforementioned license. The license +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license # is also available online at http://www.enthought.com/licenses/BSD.txt +# # Thanks for using Enthought open source! # # Portions of this software are: # Copyright (c) 2002-2004 John D. Hunter -# All Rights Reserved. -# ------------------------------------------------------------------------------ """ A collection of pre-defined colormap generator functions. diff --git a/chaco/default_colors.py b/chaco/default_colors.py index 998bf4cc3..83a9a9a52 100644 --- a/chaco/default_colors.py +++ b/chaco/default_colors.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """List of nice color palettes for Chaco""" diff --git a/chaco/discrete_color_mapper.py b/chaco/discrete_color_mapper.py index ebf3160ba..fd6f5939c 100644 --- a/chaco/discrete_color_mapper.py +++ b/chaco/discrete_color_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import asarray, floor, ones from traits.api import Array, Str, observe diff --git a/chaco/downsample/_lttb.pyx b/chaco/downsample/_lttb.pyx index ae228fcc3..f59fac6df 100644 --- a/chaco/downsample/_lttb.pyx +++ b/chaco/downsample/_lttb.pyx @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + cimport cython from libc.math cimport isnan, fabs, floor diff --git a/chaco/downsample/lttb.py b/chaco/downsample/lttb.py index 53f52720b..7b8370c1f 100644 --- a/chaco/downsample/lttb.py +++ b/chaco/downsample/lttb.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import logging logger = logging.getLogger(__name__) diff --git a/chaco/downsample/tests/test_lttb.py b/chaco/downsample/tests/test_lttb.py index b4eb2cf95..627dec9f8 100644 --- a/chaco/downsample/tests/test_lttb.py +++ b/chaco/downsample/tests/test_lttb.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest import timeit diff --git a/chaco/errorbar_plot.py b/chaco/errorbar_plot.py index abe206bd7..b5cd90796 100644 --- a/chaco/errorbar_plot.py +++ b/chaco/errorbar_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.errorbar_plot import ErrorBarPlot # noqa: F401 diff --git a/chaco/example_support.py b/chaco/example_support.py index 2490431b6..794aa2f3e 100644 --- a/chaco/example_support.py +++ b/chaco/example_support.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + doc = """ This file contains a support class that wraps up the boilerplate toolkit calls that virtually all the demo programs have to use, and doesn't actually do diff --git a/chaco/filled_line_plot.py b/chaco/filled_line_plot.py index 7179581f6..4bc673bd8 100644 --- a/chaco/filled_line_plot.py +++ b/chaco/filled_line_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.filled_line_plot import FilledLinePlot # noqa: F401 diff --git a/chaco/function_data_source.py b/chaco/function_data_source.py index 446d9acff..8d7b562e1 100644 --- a/chaco/function_data_source.py +++ b/chaco/function_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the FunctionDataSource class to create an ArrayDataSource from a callable. """ diff --git a/chaco/function_image_data.py b/chaco/function_image_data.py index 195c76819..fd20d8473 100644 --- a/chaco/function_image_data.py +++ b/chaco/function_image_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import array from traits.api import Instance, Callable, observe from .data_range_2d import DataRange2D diff --git a/chaco/grid.py b/chaco/grid.py index 1b4db84b9..77b8b10b8 100644 --- a/chaco/grid.py +++ b/chaco/grid.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PlotGrid class, and associated TraitsUI View and validator function. """ diff --git a/chaco/grid_data_source.py b/chaco/grid_data_source.py index 0e2c35d5a..934bdf3b9 100644 --- a/chaco/grid_data_source.py +++ b/chaco/grid_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the GridDataSource class. """ diff --git a/chaco/grid_mapper.py b/chaco/grid_mapper.py index 9a810a03e..da3d89e11 100644 --- a/chaco/grid_mapper.py +++ b/chaco/grid_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the GridMapper class, which maps from a 2-D region in data space into a structured (gridded) 1-D output space. diff --git a/chaco/horizon_plot.py b/chaco/horizon_plot.py index 6aaa83c44..974fd7e62 100644 --- a/chaco/horizon_plot.py +++ b/chaco/horizon_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.horizon_plot import BandedMapper, HorizonPlot # noqa: F401 diff --git a/chaco/image_data.py b/chaco/image_data.py index dbf8842d0..b2b143303 100644 --- a/chaco/image_data.py +++ b/chaco/image_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ImageData class. """ # Standard library imports diff --git a/chaco/image_plot.py b/chaco/image_plot.py index 450479b90..2a8a3f3e9 100644 --- a/chaco/image_plot.py +++ b/chaco/image_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.image_plot import ImagePlot # noqa: F401 diff --git a/chaco/image_utils.py b/chaco/image_utils.py index d93b46786..b99a33069 100644 --- a/chaco/image_utils.py +++ b/chaco/image_utils.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + X_PARAMS = (0, 2) # index for x-position and width Y_PARAMS = (1, 3) # index for y-position and height diff --git a/chaco/jitterplot.py b/chaco/jitterplot.py index c2cf52f09..4df04490f 100644 --- a/chaco/jitterplot.py +++ b/chaco/jitterplot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.jitterplot import JitterPlot # noqa: F401 diff --git a/chaco/label.py b/chaco/label.py index 1d4c109b6..7a0f1460b 100644 --- a/chaco/label.py +++ b/chaco/label.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the Label class. """ diff --git a/chaco/label_axis.py b/chaco/label_axis.py index 8f472ac9b..f4997bfd5 100644 --- a/chaco/label_axis.py +++ b/chaco/label_axis.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LabelAxis class. """ # Major library imports diff --git a/chaco/lasso_overlay.py b/chaco/lasso_overlay.py index 2167cdb3a..d2b3b0236 100644 --- a/chaco/lasso_overlay.py +++ b/chaco/lasso_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.lasso_overlay import LassoOverlay # noqa: F401 diff --git a/chaco/layers/api.py b/chaco/layers/api.py index d315a05d0..bda707dc3 100644 --- a/chaco/layers/api.py +++ b/chaco/layers/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.api import ErrorLayer, StatusLayer, WarningLayer diff --git a/chaco/layers/status_layer.py b/chaco/layers/status_layer.py index 4bd909c8c..43bca0388 100644 --- a/chaco/layers/status_layer.py +++ b/chaco/layers/status_layer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.layers.status_layer import ( # noqa: F401 diff --git a/chaco/layers/svg_range_selection_overlay.py b/chaco/layers/svg_range_selection_overlay.py index fa5a9ec41..355f244b0 100644 --- a/chaco/layers/svg_range_selection_overlay.py +++ b/chaco/layers/svg_range_selection_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.layers.svg_range_selection_overlay import ( # noqa: F401 diff --git a/chaco/legend.py b/chaco/legend.py index 139c7f415..027b6f33a 100644 --- a/chaco/legend.py +++ b/chaco/legend.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.legend import ( # noqa: F401 diff --git a/chaco/line_scatterplot_1d.py b/chaco/line_scatterplot_1d.py index 92c34aa18..4150258e7 100644 --- a/chaco/line_scatterplot_1d.py +++ b/chaco/line_scatterplot_1d.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.line_scatterplot_1d import LineScatterPlot1D # noqa: F401 diff --git a/chaco/linear_mapper.py b/chaco/linear_mapper.py index 16dd61e46..9ee446def 100644 --- a/chaco/linear_mapper.py +++ b/chaco/linear_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LinearMapper class, which maps from a 1-D region in data space into a 1-D output space. diff --git a/chaco/lineplot.py b/chaco/lineplot.py index f68d06da0..efac03be7 100644 --- a/chaco/lineplot.py +++ b/chaco/lineplot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.lineplot import LinePlot # noqa: F401 diff --git a/chaco/log_mapper.py b/chaco/log_mapper.py index 4316576dd..7059706ff 100644 --- a/chaco/log_mapper.py +++ b/chaco/log_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LogMapper and InvalidDataRangeException classes. """ # Major library imports diff --git a/chaco/multi_array_data_source.py b/chaco/multi_array_data_source.py index 229f75a7a..1c2aa8347 100644 --- a/chaco/multi_array_data_source.py +++ b/chaco/multi_array_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the MultiArrayDataSource class. """ import warnings diff --git a/chaco/multi_line_plot.py b/chaco/multi_line_plot.py index 58388054f..04a713d88 100644 --- a/chaco/multi_line_plot.py +++ b/chaco/multi_line_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.multi_line_plot import MultiLinePlot # noqa: F401 diff --git a/chaco/overlays/aligned_container_overlay.py b/chaco/overlays/aligned_container_overlay.py index 8519f9788..dc677513d 100644 --- a/chaco/overlays/aligned_container_overlay.py +++ b/chaco/overlays/aligned_container_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """An overlay that aligns itself to the plot """ diff --git a/chaco/overlays/api.py b/chaco/overlays/api.py index dcab60af0..207511437 100644 --- a/chaco/overlays/api.py +++ b/chaco/overlays/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ Defines the publicly accessible overlays in Chaco. diff --git a/chaco/overlays/colormapped_selection_overlay.py b/chaco/overlays/colormapped_selection_overlay.py index 977d54af3..e37d31004 100644 --- a/chaco/overlays/colormapped_selection_overlay.py +++ b/chaco/overlays/colormapped_selection_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ Defines the ColormappedSelectionOverlay class. """ import functools diff --git a/chaco/overlays/container_overlay.py b/chaco/overlays/container_overlay.py index f0bd8aed0..7612bb87a 100644 --- a/chaco/overlays/container_overlay.py +++ b/chaco/overlays/container_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """Plot overlay which is an Enable Container This module provides an Enable Container subclass which renders itself diff --git a/chaco/overlays/coordinate_line_overlay.py b/chaco/overlays/coordinate_line_overlay.py index 326559b0e..79961508b 100644 --- a/chaco/overlays/coordinate_line_overlay.py +++ b/chaco/overlays/coordinate_line_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ An overlay for drawing "infinite" vertical and horizontal lines. This module defines the CoordinateLineOverlay class, a Chaco overlay diff --git a/chaco/overlays/data_label.py b/chaco/overlays/data_label.py index eb0fe8e2a..0e9c0feb3 100644 --- a/chaco/overlays/data_label.py +++ b/chaco/overlays/data_label.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the DataLabel class and related trait and function. """ # Major library imports diff --git a/chaco/overlays/databox.py b/chaco/overlays/databox.py index 429319e99..9f16953b3 100644 --- a/chaco/overlays/databox.py +++ b/chaco/overlays/databox.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from traits.api import Bool, Enum, Float, Int, CList, Property, Trait, observe from enable.api import ColorTrait from chaco.abstract_overlay import AbstractOverlay diff --git a/chaco/overlays/lasso_overlay.py b/chaco/overlays/lasso_overlay.py index 6a6b2fb02..822e577d7 100644 --- a/chaco/overlays/lasso_overlay.py +++ b/chaco/overlays/lasso_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ Defines the LassoOverlay class. """ diff --git a/chaco/overlays/layers/api.py b/chaco/overlays/layers/api.py index 9e7569edd..1713009a0 100644 --- a/chaco/overlays/layers/api.py +++ b/chaco/overlays/layers/api.py @@ -1 +1,11 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from .status_layer import ErrorLayer, StatusLayer, WarningLayer diff --git a/chaco/overlays/layers/status_layer.py b/chaco/overlays/layers/status_layer.py index 19559f0d8..4408cc929 100644 --- a/chaco/overlays/layers/status_layer.py +++ b/chaco/overlays/layers/status_layer.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import os.path import xml.etree.cElementTree as etree diff --git a/chaco/overlays/layers/svg_range_selection_overlay.py b/chaco/overlays/layers/svg_range_selection_overlay.py index 0929f6740..21bc076ef 100644 --- a/chaco/overlays/layers/svg_range_selection_overlay.py +++ b/chaco/overlays/layers/svg_range_selection_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import os import numpy diff --git a/chaco/overlays/legend.py b/chaco/overlays/legend.py index 40168f374..f80afd247 100644 --- a/chaco/overlays/legend.py +++ b/chaco/overlays/legend.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the Legend, AbstractCompositeIconRenderer, and CompositeIconRenderer classes. """ diff --git a/chaco/overlays/plot_label.py b/chaco/overlays/plot_label.py index ae06f611b..259f41da5 100644 --- a/chaco/overlays/plot_label.py +++ b/chaco/overlays/plot_label.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ Defines the PlotLabel class. """ diff --git a/chaco/overlays/scatter_inspector_overlay.py b/chaco/overlays/scatter_inspector_overlay.py index f2e6312e0..8bc9d5fae 100644 --- a/chaco/overlays/scatter_inspector_overlay.py +++ b/chaco/overlays/scatter_inspector_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + # Major library imports from numpy import array, asarray diff --git a/chaco/overlays/simple_inspector_overlay.py b/chaco/overlays/simple_inspector_overlay.py index df044e0ae..f85de1c9c 100644 --- a/chaco/overlays/simple_inspector_overlay.py +++ b/chaco/overlays/simple_inspector_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """A simple inspector overlay for plots This module provides the SimpleInspectorOverlay for displaying diff --git a/chaco/overlays/tests/test_data_label.py b/chaco/overlays/tests/test_data_label.py index 9cfbc6c0e..85bda858b 100644 --- a/chaco/overlays/tests/test_data_label.py +++ b/chaco/overlays/tests/test_data_label.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from chaco.api import create_scatter_plot, PlotGraphicsContext, DataLabel diff --git a/chaco/overlays/tests/test_databox.py b/chaco/overlays/tests/test_databox.py index 082fdc915..58f7c579c 100644 --- a/chaco/overlays/tests/test_databox.py +++ b/chaco/overlays/tests/test_databox.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import numpy as np import unittest diff --git a/chaco/overlays/text_box_overlay.py b/chaco/overlays/text_box_overlay.py index 795cde9a0..d7078de05 100644 --- a/chaco/overlays/text_box_overlay.py +++ b/chaco/overlays/text_box_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ Defines the TextBoxOverlay class. """ diff --git a/chaco/overlays/text_grid_overlay.py b/chaco/overlays/text_grid_overlay.py index 5c34daeac..fcba338c0 100644 --- a/chaco/overlays/text_grid_overlay.py +++ b/chaco/overlays/text_grid_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ An overlay containing a TextGrid """ diff --git a/chaco/overlays/tooltip.py b/chaco/overlays/tooltip.py index 685d8dd60..098253c85 100644 --- a/chaco/overlays/tooltip.py +++ b/chaco/overlays/tooltip.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ Defines the ToolTip class. """ diff --git a/chaco/pdf_graphics_context.py b/chaco/pdf_graphics_context.py index af112df81..045a73ab9 100644 --- a/chaco/pdf_graphics_context.py +++ b/chaco/pdf_graphics_context.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # Major library imports import warnings diff --git a/chaco/plot.py b/chaco/plot.py index 164cb46f3..fcd4ca2b8 100644 --- a/chaco/plot.py +++ b/chaco/plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the Plot class. """ # Major library imports diff --git a/chaco/plot_canvas.py b/chaco/plot_canvas.py index fb20da139..03e999ea9 100644 --- a/chaco/plot_canvas.py +++ b/chaco/plot_canvas.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # Enthought library imports from enable.api import Canvas from traits.api import Instance, Tuple diff --git a/chaco/plot_canvas_toolbar.py b/chaco/plot_canvas_toolbar.py index 5716767f0..e6cd1ee38 100644 --- a/chaco/plot_canvas_toolbar.py +++ b/chaco/plot_canvas_toolbar.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from traits.api import Any, Enum, Int from enable.drawing.api import ToolbarButton diff --git a/chaco/plot_component.py b/chaco/plot_component.py index e2aeccb62..43f27678e 100644 --- a/chaco/plot_component.py +++ b/chaco/plot_component.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PlotComponent class. """ # Enthought library imports diff --git a/chaco/plot_containers.py b/chaco/plot_containers.py index c9e6216ee..179467db1 100644 --- a/chaco/plot_containers.py +++ b/chaco/plot_containers.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines various plot container classes, including stacked, grid, and overlay. """ # Major library imports diff --git a/chaco/plot_factory.py b/chaco/plot_factory.py index 072ed21dc..98d6196a9 100644 --- a/chaco/plot_factory.py +++ b/chaco/plot_factory.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Contains convenience functions to create ready-made PlotRenderer instances of various types. diff --git a/chaco/plot_graphics_context.py b/chaco/plot_graphics_context.py index e124c3031..268cd8148 100644 --- a/chaco/plot_graphics_context.py +++ b/chaco/plot_graphics_context.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PlotGraphicsContext class. """ diff --git a/chaco/plot_label.py b/chaco/plot_label.py index 8edc49715..005a5a0c1 100644 --- a/chaco/plot_label.py +++ b/chaco/plot_label.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.plot_label import PlotLabel # noqa: F401 diff --git a/chaco/plots/api.py b/chaco/plots/api.py index a6765a02d..b8668282c 100644 --- a/chaco/plots/api.py +++ b/chaco/plots/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -6,6 +6,8 @@ # the conditions described in the aforementioned license. The license # is also available online at http://www.enthought.com/licenses/BSD.txt # +# Thanks for using Enthought open source! + """ Defines the publicly accessible PlotRenderers in Chaco. diff --git a/chaco/plots/barplot.py b/chaco/plots/barplot.py index cf22d3561..54f97c1c7 100644 --- a/chaco/plots/barplot.py +++ b/chaco/plots/barplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the BarPlot class. """ import logging diff --git a/chaco/plots/candle_plot.py b/chaco/plots/candle_plot.py index 2cad10372..ae64964ea 100644 --- a/chaco/plots/candle_plot.py +++ b/chaco/plots/candle_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # Major library imports from numpy import array, compress, concatenate, searchsorted diff --git a/chaco/plots/cmap_image_plot.py b/chaco/plots/cmap_image_plot.py index 36c2fc362..b32aa988c 100644 --- a/chaco/plots/cmap_image_plot.py +++ b/chaco/plots/cmap_image_plot.py @@ -1,10 +1,12 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. # -# (C) Copyright 2013 Enthought, Inc., Austin, TX -# All right reserved. -# -# This file is open source software distributed according to the terms in -# LICENSE.txt +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt # +# Thanks for using Enthought open source! from numpy import zeros diff --git a/chaco/plots/color_bar.py b/chaco/plots/color_bar.py index acdfb44b6..1dd3c6e47 100644 --- a/chaco/plots/color_bar.py +++ b/chaco/plots/color_bar.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ColorBar class. """ # Major library imports diff --git a/chaco/plots/colormapped_scatterplot.py b/chaco/plots/colormapped_scatterplot.py index b780572e6..79aedb0da 100644 --- a/chaco/plots/colormapped_scatterplot.py +++ b/chaco/plots/colormapped_scatterplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ColormappedScatterPlot and ColormappedScatterPlotView classes. """ diff --git a/chaco/plots/contour/cntr.c b/chaco/plots/contour/cntr.c index d899fe60c..21d052432 100644 --- a/chaco/plots/contour/cntr.c +++ b/chaco/plots/contour/cntr.c @@ -1,4 +1,14 @@ /* + (C) Copyright 2005-2021 Enthought, Inc., Austin, TX + All rights reserved. + + This software is provided without warranty under the terms of the BSD + license included in LICENSE.txt and may be redistributed only under + the conditions described in the aforementioned license. The license + is also available online at http://www.enthought.com/licenses/BSD.txt + + Thanks for using Enthought open source! + cntr.c General purpose contour tracer for quadrilateral meshes. Handles single level contours, or region between a pair of levels. diff --git a/chaco/plots/contour/contour_line_plot.py b/chaco/plots/contour/contour_line_plot.py index 39800612d..90e521301 100644 --- a/chaco/plots/contour/contour_line_plot.py +++ b/chaco/plots/contour/contour_line_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ContourLinePlot class. """ diff --git a/chaco/plots/contour/contour_poly_plot.py b/chaco/plots/contour/contour_poly_plot.py index 39a863027..7d0851d1b 100644 --- a/chaco/plots/contour/contour_poly_plot.py +++ b/chaco/plots/contour/contour_poly_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ContourPolyPlot class. """ diff --git a/chaco/plots/contour/setup.py b/chaco/plots/contour/setup.py index 2f7d45f8b..052258740 100644 --- a/chaco/plots/contour/setup.py +++ b/chaco/plots/contour/setup.py @@ -1,4 +1,13 @@ -#!/usr/bin/env python +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + def configuration(parent_package="", top_path=None): from numpy.distutils.misc_util import Configuration diff --git a/chaco/plots/contour/tests/test_contour.py b/chaco/plots/contour/tests/test_contour.py index 46c4703c2..0490156e3 100644 --- a/chaco/plots/contour/tests/test_contour.py +++ b/chaco/plots/contour/tests/test_contour.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest import numpy as np diff --git a/chaco/plots/errorbar_plot.py b/chaco/plots/errorbar_plot.py index b21ad04fd..7e2e9e26b 100644 --- a/chaco/plots/errorbar_plot.py +++ b/chaco/plots/errorbar_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # Major library imports from numpy import column_stack, compress, invert, isnan, transpose import logging diff --git a/chaco/plots/filled_line_plot.py b/chaco/plots/filled_line_plot.py index b1729e028..6474cc3ae 100644 --- a/chaco/plots/filled_line_plot.py +++ b/chaco/plots/filled_line_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import empty from traits.api import Property, Enum diff --git a/chaco/plots/horizon_plot.py b/chaco/plots/horizon_plot.py index 069b04888..ba3e37679 100644 --- a/chaco/plots/horizon_plot.py +++ b/chaco/plots/horizon_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import array, float64, full_like, ndarray, transpose from traits.api import Instance, DelegatesTo, Bool, Int diff --git a/chaco/plots/image_plot.py b/chaco/plots/image_plot.py index 254d09762..2582b11d0 100644 --- a/chaco/plots/image_plot.py +++ b/chaco/plots/image_plot.py @@ -1,10 +1,12 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. # -# (C) Copyright 2013 Enthought, Inc., Austin, TX -# All right reserved. -# -# This file is open source software distributed according to the terms in -# LICENSE.txt +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt # +# Thanks for using Enthought open source! """ Defines the ImagePlot class. """ diff --git a/chaco/plots/jitterplot.py b/chaco/plots/jitterplot.py index 021ecb871..460ba2956 100644 --- a/chaco/plots/jitterplot.py +++ b/chaco/plots/jitterplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from math import sqrt import numpy as np diff --git a/chaco/plots/line_scatterplot_1d.py b/chaco/plots/line_scatterplot_1d.py index 40651fec8..22b1bc9ad 100644 --- a/chaco/plots/line_scatterplot_1d.py +++ b/chaco/plots/line_scatterplot_1d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ A 1D scatterplot that draws lines across the renderer at the index values diff --git a/chaco/plots/lineplot.py b/chaco/plots/lineplot.py index 9709e374d..9faa2f565 100644 --- a/chaco/plots/lineplot.py +++ b/chaco/plots/lineplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LinePlot class. """ diff --git a/chaco/plots/multi_line_plot.py b/chaco/plots/multi_line_plot.py index 9ab1960f3..824fbe0ad 100644 --- a/chaco/plots/multi_line_plot.py +++ b/chaco/plots/multi_line_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the MultiLinePlot class. """ diff --git a/chaco/plots/polar_line_renderer.py b/chaco/plots/polar_line_renderer.py index 18e453dfa..3dd3fcd6c 100644 --- a/chaco/plots/polar_line_renderer.py +++ b/chaco/plots/polar_line_renderer.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PolarLineRenderer class. """ diff --git a/chaco/plots/polygon_plot.py b/chaco/plots/polygon_plot.py index 03e993e6e..1c59ba247 100644 --- a/chaco/plots/polygon_plot.py +++ b/chaco/plots/polygon_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PolygonPlot class. """ diff --git a/chaco/plots/quiverplot.py b/chaco/plots/quiverplot.py index 1c7ea4f54..df66b1af2 100644 --- a/chaco/plots/quiverplot.py +++ b/chaco/plots/quiverplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import array, compress, matrix, newaxis, sqrt, zeros # Enthought library imports diff --git a/chaco/plots/scatterplot.py b/chaco/plots/scatterplot.py index 4943c5a75..7c91e6468 100644 --- a/chaco/plots/scatterplot.py +++ b/chaco/plots/scatterplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ScatterPlot class, and associated TraitsUI view and helper function. """ diff --git a/chaco/plots/scatterplot_1d.py b/chaco/plots/scatterplot_1d.py index c98bc188e..e8e3a85fb 100644 --- a/chaco/plots/scatterplot_1d.py +++ b/chaco/plots/scatterplot_1d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Scatterplot in one dimension only """ diff --git a/chaco/plots/segment_plot.py b/chaco/plots/segment_plot.py index 633ba05e2..4d11bd46b 100644 --- a/chaco/plots/segment_plot.py +++ b/chaco/plots/segment_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import numpy as np from enable.api import ColorTrait, LineStyle, black_color_trait diff --git a/chaco/plots/tests/test_cmap_image_plot.py b/chaco/plots/tests/test_cmap_image_plot.py index ef178854f..19b7515c7 100644 --- a/chaco/plots/tests/test_cmap_image_plot.py +++ b/chaco/plots/tests/test_cmap_image_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from unittest.mock import Mock diff --git a/chaco/plots/tests/test_colormapped_scatterplot.py b/chaco/plots/tests/test_colormapped_scatterplot.py index 84c6bf7f7..a34f8fcc8 100644 --- a/chaco/plots/tests/test_colormapped_scatterplot.py +++ b/chaco/plots/tests/test_colormapped_scatterplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange diff --git a/chaco/plots/tests/test_errorbarplot.py b/chaco/plots/tests/test_errorbarplot.py index 95ab932d8..74f497d7f 100644 --- a/chaco/plots/tests/test_errorbarplot.py +++ b/chaco/plots/tests/test_errorbarplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest import numpy as np diff --git a/chaco/plots/tests/test_image_plot.py b/chaco/plots/tests/test_image_plot.py index 8591b00f7..a8fe07911 100644 --- a/chaco/plots/tests/test_image_plot.py +++ b/chaco/plots/tests/test_image_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import os import tempfile diff --git a/chaco/plots/tests/test_jitterplot.py b/chaco/plots/tests/test_jitterplot.py index f589ebb42..2b04fb116 100644 --- a/chaco/plots/tests/test_jitterplot.py +++ b/chaco/plots/tests/test_jitterplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array diff --git a/chaco/plots/tests/test_line_scatterplot.py b/chaco/plots/tests/test_line_scatterplot.py index 43036756e..7c86cccf5 100644 --- a/chaco/plots/tests/test_line_scatterplot.py +++ b/chaco/plots/tests/test_line_scatterplot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array diff --git a/chaco/plots/tests/test_scatterplot_1d.py b/chaco/plots/tests/test_scatterplot_1d.py index 34af2728e..a6ac97a8b 100644 --- a/chaco/plots/tests/test_scatterplot_1d.py +++ b/chaco/plots/tests/test_scatterplot_1d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array diff --git a/chaco/plots/tests/test_scatterplot_renderers.py b/chaco/plots/tests/test_scatterplot_renderers.py index 12ddc60a6..54bcee37b 100644 --- a/chaco/plots/tests/test_scatterplot_renderers.py +++ b/chaco/plots/tests/test_scatterplot_renderers.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue diff --git a/chaco/plots/tests/test_segment_plot.py b/chaco/plots/tests/test_segment_plot.py index c3c0a6e51..8cc6ddae3 100644 --- a/chaco/plots/tests/test_segment_plot.py +++ b/chaco/plots/tests/test_segment_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array diff --git a/chaco/plots/tests/test_text_plot.py b/chaco/plots/tests/test_text_plot.py index c607ca548..19d59ad09 100644 --- a/chaco/plots/tests/test_text_plot.py +++ b/chaco/plots/tests/test_text_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array diff --git a/chaco/plots/tests/test_text_plot_1d.py b/chaco/plots/tests/test_text_plot_1d.py index 1c2463f50..9ae76fae9 100644 --- a/chaco/plots/tests/test_text_plot_1d.py +++ b/chaco/plots/tests/test_text_plot_1d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array diff --git a/chaco/plots/text_plot.py b/chaco/plots/text_plot.py index 04737bb46..5303accaf 100644 --- a/chaco/plots/text_plot.py +++ b/chaco/plots/text_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ A plot that renders text values in two dimensions diff --git a/chaco/plots/text_plot_1d.py b/chaco/plots/text_plot_1d.py index 7af4f69c2..eeb7ff20f 100644 --- a/chaco/plots/text_plot_1d.py +++ b/chaco/plots/text_plot_1d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ A plot that renders text values along one dimension diff --git a/chaco/plotscrollbar.py b/chaco/plotscrollbar.py index 7e818b470..1ff64050a 100644 --- a/chaco/plotscrollbar.py +++ b/chaco/plotscrollbar.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from traits.api import Any, Enum, Int, Property, Trait from enable.api import NativeScrollBar diff --git a/chaco/point_data_source.py b/chaco/point_data_source.py index 261791510..9868b612c 100644 --- a/chaco/point_data_source.py +++ b/chaco/point_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PointDataSource class. """ diff --git a/chaco/polar_line_renderer.py b/chaco/polar_line_renderer.py index e40be4aa9..945b4ba61 100644 --- a/chaco/polar_line_renderer.py +++ b/chaco/polar_line_renderer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.polar_line_renderer import PolarLineRenderer # noqa: F401 diff --git a/chaco/polar_mapper.py b/chaco/polar_mapper.py index b7506cb4d..cefb76393 100644 --- a/chaco/polar_mapper.py +++ b/chaco/polar_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PolarMapper class, which maps from a 1-D region in data space into a 1-D output space. diff --git a/chaco/polygon_plot.py b/chaco/polygon_plot.py index 6baf803d6..accd0426f 100644 --- a/chaco/polygon_plot.py +++ b/chaco/polygon_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.polygon_plot import PolygonPlot # noqa: F401 diff --git a/chaco/quiverplot.py b/chaco/quiverplot.py index 9862f203c..49b7b5883 100644 --- a/chaco/quiverplot.py +++ b/chaco/quiverplot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.quiverplot import QuiverPlot # noqa: F401 diff --git a/chaco/scales/api.py b/chaco/scales/api.py index b05d1e5b3..587b35dfe 100644 --- a/chaco/scales/api.py +++ b/chaco/scales/api.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from .formatters import * from .scales import * from .time_scale import * diff --git a/chaco/scales/formatters.py b/chaco/scales/formatters.py index daf05993a..c2042ce22 100644 --- a/chaco/scales/formatters.py +++ b/chaco/scales/formatters.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Classes for formatting labels for values or times. """ diff --git a/chaco/scales/safetime.py b/chaco/scales/safetime.py index 5dfa5d03b..ccc0ab8ff 100644 --- a/chaco/scales/safetime.py +++ b/chaco/scales/safetime.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ This module wraps the standard library time module to gracefully handle bad input values for time. """ diff --git a/chaco/scales/scales.py b/chaco/scales/scales.py index 4f0d3deb2..bb05942a1 100644 --- a/chaco/scales/scales.py +++ b/chaco/scales/scales.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Functions and classes that compute ticks and labels for graph axes, with special handling of time and calendar axes. diff --git a/chaco/scales/tests/test_formatters.py b/chaco/scales/tests/test_formatters.py index e1466a608..2775805e4 100644 --- a/chaco/scales/tests/test_formatters.py +++ b/chaco/scales/tests/test_formatters.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from chaco.scales.formatters import strftimeEx, TimeFormatter diff --git a/chaco/scales/tests/test_scales.py b/chaco/scales/tests/test_scales.py index aba50675c..15f90ed4f 100644 --- a/chaco/scales/tests/test_scales.py +++ b/chaco/scales/tests/test_scales.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import array diff --git a/chaco/scales/tests/test_time_scale.py b/chaco/scales/tests/test_time_scale.py index e379bec94..50a544748 100644 --- a/chaco/scales/tests/test_time_scale.py +++ b/chaco/scales/tests/test_time_scale.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import datetime import os import contextlib diff --git a/chaco/scales/tests/test_time_scale_resolution.py b/chaco/scales/tests/test_time_scale_resolution.py index d9c809260..0639b5e0b 100644 --- a/chaco/scales/tests/test_time_scale_resolution.py +++ b/chaco/scales/tests/test_time_scale_resolution.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from itertools import starmap from datetime import datetime as DT diff --git a/chaco/scales/time_scale.py b/chaco/scales/time_scale.py index 5fa2fa288..7403a0bd7 100644 --- a/chaco/scales/time_scale.py +++ b/chaco/scales/time_scale.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ A scale for time and calendar intervals. """ diff --git a/chaco/scales_tick_generator.py b/chaco/scales_tick_generator.py index be60daf3a..422300fa9 100644 --- a/chaco/scales_tick_generator.py +++ b/chaco/scales_tick_generator.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ScalesTickGenerator class. """ diff --git a/chaco/scaly_plot.py b/chaco/scaly_plot.py index 7192af204..8103d78d4 100644 --- a/chaco/scaly_plot.py +++ b/chaco/scaly_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ A Plot which uses ScaleSystems for its ticks. """ diff --git a/chaco/scatter_inspector_overlay.py b/chaco/scatter_inspector_overlay.py index 61d4a03a6..9cff8903a 100644 --- a/chaco/scatter_inspector_overlay.py +++ b/chaco/scatter_inspector_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.scatter_inspector_overlay import ( # noqa: F401 diff --git a/chaco/scatterplot.py b/chaco/scatterplot.py index a949c1b18..dbbb15efd 100644 --- a/chaco/scatterplot.py +++ b/chaco/scatterplot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.scatterplot import ( # noqa: F401 diff --git a/chaco/scatterplot_1d.py b/chaco/scatterplot_1d.py index 502022378..81004698a 100644 --- a/chaco/scatterplot_1d.py +++ b/chaco/scatterplot_1d.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.scatterplot_1d import ScatterPlot1D # noqa: F401 diff --git a/chaco/segment_plot.py b/chaco/segment_plot.py index 52e02758d..b21215751 100644 --- a/chaco/segment_plot.py +++ b/chaco/segment_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.segment_plot import ( # noqa: F401 diff --git a/chaco/selectable_legend.py b/chaco/selectable_legend.py index 11f4b9891..97584a5fc 100644 --- a/chaco/selectable_legend.py +++ b/chaco/selectable_legend.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from chaco.tools.select_tool import SelectTool from traits.api import List diff --git a/chaco/speedups.py b/chaco/speedups.py index 0263e303e..bcacaa123 100644 --- a/chaco/speedups.py +++ b/chaco/speedups.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # This contains python implementations of all the speedups from ._speedups_fallback import * diff --git a/chaco/svg_graphics_context.py b/chaco/svg_graphics_context.py index 5a1afaf34..40876c67a 100644 --- a/chaco/svg_graphics_context.py +++ b/chaco/svg_graphics_context.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PlotGraphicsContext class. """ diff --git a/chaco/tests/_tools.py b/chaco/tests/_tools.py index d34920440..ee9209e45 100644 --- a/chaco/tests/_tools.py +++ b/chaco/tests/_tools.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from contextlib import contextmanager import sys diff --git a/chaco/tests/test_2d_case.py b/chaco/tests/test_2d_case.py index 84b40dba0..054fcd00a 100644 --- a/chaco/tests/test_2d_case.py +++ b/chaco/tests/test_2d_case.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from chaco.api import Plot, ArrayPlotData diff --git a/chaco/tests/test_array_or_none.py b/chaco/tests/test_array_or_none.py index 9848653c2..28cb87798 100644 --- a/chaco/tests/test_array_or_none.py +++ b/chaco/tests/test_array_or_none.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest import warnings diff --git a/chaco/tests/test_array_plot_data.py b/chaco/tests/test_array_plot_data.py index 0153c58ed..8c8f87e8b 100644 --- a/chaco/tests/test_array_plot_data.py +++ b/chaco/tests/test_array_plot_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import contextlib import unittest diff --git a/chaco/tests/test_arraydatasource.py b/chaco/tests/test_arraydatasource.py index 5160fb572..f9c734506 100644 --- a/chaco/tests/test_arraydatasource.py +++ b/chaco/tests/test_arraydatasource.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Tests of ArrayDataSource behavior. """ diff --git a/chaco/tests/test_base_utils.py b/chaco/tests/test_base_utils.py index f414798ed..b5cca9b49 100644 --- a/chaco/tests/test_base_utils.py +++ b/chaco/tests/test_base_utils.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Unit tests for utility functions in chaco.base """ diff --git a/chaco/tests/test_border.py b/chaco/tests/test_border.py index f2e911975..59a4a46e0 100644 --- a/chaco/tests/test_border.py +++ b/chaco/tests/test_border.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Needed Tests Component.draw_border() tests diff --git a/chaco/tests/test_colormapper.py b/chaco/tests/test_colormapper.py index 2bbaec17e..a97918b9c 100644 --- a/chaco/tests/test_colormapper.py +++ b/chaco/tests/test_colormapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import allclose, array, ravel diff --git a/chaco/tests/test_data_frame_plot_data.py b/chaco/tests/test_data_frame_plot_data.py index 38664f6ab..63ae40047 100644 --- a/chaco/tests/test_data_frame_plot_data.py +++ b/chaco/tests/test_data_frame_plot_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import contextlib import unittest diff --git a/chaco/tests/test_data_view.py b/chaco/tests/test_data_view.py index 0c0fc2e5a..9371b1ba3 100644 --- a/chaco/tests/test_data_view.py +++ b/chaco/tests/test_data_view.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from chaco.api import DataRange2D, DataView, GridDataSource diff --git a/chaco/tests/test_datarange_1d.py b/chaco/tests/test_datarange_1d.py index c8e4570e0..a40e4ae60 100644 --- a/chaco/tests/test_datarange_1d.py +++ b/chaco/tests/test_datarange_1d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import arange, array, zeros, inf diff --git a/chaco/tests/test_datarange_2d.py b/chaco/tests/test_datarange_2d.py index f3fba9a7a..f75de9ba2 100644 --- a/chaco/tests/test_datarange_2d.py +++ b/chaco/tests/test_datarange_2d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array, ravel, transpose, zeros, inf, isinf diff --git a/chaco/tests/test_default_colormaps.py b/chaco/tests/test_default_colormaps.py index 52565683c..bf891ed71 100644 --- a/chaco/tests/test_default_colormaps.py +++ b/chaco/tests/test_default_colormaps.py @@ -1,14 +1,13 @@ -# ------------------------------------------------------------------------------ -# Copyright (c) 2014, Enthought, Inc. +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD -# license included in LICENSE.txt and may be redistributed only -# under the conditions described in the aforementioned license. The license +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license # is also available online at http://www.enthought.com/licenses/BSD.txt -# Thanks for using Enthought open source! # -# ------------------------------------------------------------------------------ +# Thanks for using Enthought open source! + import unittest import numpy as np diff --git a/chaco/tests/test_discrete_colormapper.py b/chaco/tests/test_discrete_colormapper.py index 572a3b5dc..8861fcc66 100644 --- a/chaco/tests/test_discrete_colormapper.py +++ b/chaco/tests/test_discrete_colormapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import array, empty, uint8 diff --git a/chaco/tests/test_function_data_source.py b/chaco/tests/test_function_data_source.py index ab5b60da5..bb47afdaf 100644 --- a/chaco/tests/test_function_data_source.py +++ b/chaco/tests/test_function_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Test of FunctionDataSource behavior. """ diff --git a/chaco/tests/test_grid_data_source.py b/chaco/tests/test_grid_data_source.py index fcf426796..14b453c32 100644 --- a/chaco/tests/test_grid_data_source.py +++ b/chaco/tests/test_grid_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Tests of GridDataSource behavior. """ diff --git a/chaco/tests/test_grid_mapper.py b/chaco/tests/test_grid_mapper.py index 534ae60b7..582b88fd2 100644 --- a/chaco/tests/test_grid_mapper.py +++ b/chaco/tests/test_grid_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import array, transpose from numpy.testing import assert_equal diff --git a/chaco/tests/test_highlight_tool.py b/chaco/tests/test_highlight_tool.py index d84bcdcc9..56d4da0f1 100644 --- a/chaco/tests/test_highlight_tool.py +++ b/chaco/tests/test_highlight_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from traits.api import HasTraits, Instance diff --git a/chaco/tests/test_hittest.py b/chaco/tests/test_hittest.py index 92f86814a..753825e10 100644 --- a/chaco/tests/test_hittest.py +++ b/chaco/tests/test_hittest.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Test cases for the LinePlot's hittest() function """ diff --git a/chaco/tests/test_image_data.py b/chaco/tests/test_image_data.py index faf65d74e..fec190756 100644 --- a/chaco/tests/test_image_data.py +++ b/chaco/tests/test_image_data.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Test of ImageData behavior. """ diff --git a/chaco/tests/test_image_utils.py b/chaco/tests/test_image_utils.py index 2889ba380..157f8683c 100644 --- a/chaco/tests/test_image_utils.py +++ b/chaco/tests/test_image_utils.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy.testing import assert_allclose, assert_equal diff --git a/chaco/tests/test_instantiation_order.py b/chaco/tests/test_instantiation_order.py index cc3530bea..eb32818ca 100644 --- a/chaco/tests/test_instantiation_order.py +++ b/chaco/tests/test_instantiation_order.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Tests that various plot and data objects can be instantiated, assigned, and re-assigned in any order. diff --git a/chaco/tests/test_linearmapper.py b/chaco/tests/test_linearmapper.py index f587a636c..3750ad790 100644 --- a/chaco/tests/test_linearmapper.py +++ b/chaco/tests/test_linearmapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import array, ndarray from numpy.testing import assert_array_almost_equal, assert_equal diff --git a/chaco/tests/test_logmapper.py b/chaco/tests/test_logmapper.py index 39634da44..61c80ce9e 100644 --- a/chaco/tests/test_logmapper.py +++ b/chaco/tests/test_logmapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import array, nan from numpy.testing import assert_array_almost_equal, assert_equal diff --git a/chaco/tests/test_multi_array_data_source.py b/chaco/tests/test_multi_array_data_source.py index 2933fd5ff..5ce3ccf54 100644 --- a/chaco/tests/test_multi_array_data_source.py +++ b/chaco/tests/test_multi_array_data_source.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Test of MultiArrayDataSource behavior. """ diff --git a/chaco/tests/test_plot.py b/chaco/tests/test_plot.py index b7be564f5..05214de7d 100644 --- a/chaco/tests/test_plot.py +++ b/chaco/tests/test_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, arange, array diff --git a/chaco/tests/test_plot_factory.py b/chaco/tests/test_plot_factory.py index 3c6b92796..7ad67e75b 100644 --- a/chaco/tests/test_plot_factory.py +++ b/chaco/tests/test_plot_factory.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from unittest import TestCase import numpy as np diff --git a/chaco/tests/test_plotcontainer.py b/chaco/tests/test_plotcontainer.py index 18f62f451..b987b7cae 100644 --- a/chaco/tests/test_plotcontainer.py +++ b/chaco/tests/test_plotcontainer.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import sys import unittest diff --git a/chaco/tests/test_speedups.py b/chaco/tests/test_speedups.py index 941f75b62..aa57bdf9b 100644 --- a/chaco/tests/test_speedups.py +++ b/chaco/tests/test_speedups.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from numpy import alltrue, array, ravel, zeros, isinf, linspace diff --git a/chaco/tests/test_ticks.py b/chaco/tests/test_ticks.py index 5f3bc1c8b..1104c40b9 100644 --- a/chaco/tests/test_ticks.py +++ b/chaco/tests/test_ticks.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest from chaco.ticks import DefaultTickGenerator, MinorTickGenerator, auto_interval diff --git a/chaco/text_box_overlay.py b/chaco/text_box_overlay.py index e1d3a6e6c..fdb23f9cb 100644 --- a/chaco/text_box_overlay.py +++ b/chaco/text_box_overlay.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.text_box_overlay import TextBoxOverlay # noqa: F401 diff --git a/chaco/text_plot.py b/chaco/text_plot.py index fd7b8f631..62cc40551 100644 --- a/chaco/text_plot.py +++ b/chaco/text_plot.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + """ A plot that renders text values in two dimensions """ diff --git a/chaco/text_plot_1d.py b/chaco/text_plot_1d.py index e44b9d254..8534a033c 100644 --- a/chaco/text_plot_1d.py +++ b/chaco/text_plot_1d.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.plots.text_plot_1d import TextPlot1D # noqa: F401 diff --git a/chaco/ticks.py b/chaco/ticks.py index dd0fcb4a4..9eb160f81 100644 --- a/chaco/ticks.py +++ b/chaco/ticks.py @@ -1,13 +1,13 @@ -# ------------------------------------------------------------------------------- -# -# -# Written by: David C. Morrill (based on similar routines written by Eric Jones) +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. # -# Date: 2007-05-01 +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt # -# (c) Copyright 2002-7 by Enthought, Inc. -# -# ------------------------------------------------------------------------------- +# Thanks for using Enthought open source! + """ Tick generator classes and helper functions for calculating axis tick-related values (i.e., bounds and intervals). diff --git a/chaco/toolbar_plot.py b/chaco/toolbar_plot.py index 03b1d5e4f..3eed1b60a 100644 --- a/chaco/toolbar_plot.py +++ b/chaco/toolbar_plot.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from chaco.plot import Plot from chaco.tools.toolbars.plot_toolbar import PlotToolbar from traits.api import Type, DelegatesTo, Instance, Enum, observe diff --git a/chaco/tools/api.py b/chaco/tools/api.py index 41b1ad325..ac1611d49 100644 --- a/chaco/tools/api.py +++ b/chaco/tools/api.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from .better_zoom import BetterZoom from .better_selecting_zoom import BetterSelectingZoom from .broadcaster import BroadcasterTool diff --git a/chaco/tools/better_selecting_zoom.py b/chaco/tools/better_selecting_zoom.py index a612246e5..9a2d0b887 100644 --- a/chaco/tools/better_selecting_zoom.py +++ b/chaco/tools/better_selecting_zoom.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import numpy from chaco.abstract_overlay import AbstractOverlay diff --git a/chaco/tools/better_zoom.py b/chaco/tools/better_zoom.py index a21c93ab3..12cb0dfa5 100644 --- a/chaco/tools/better_zoom.py +++ b/chaco/tools/better_zoom.py @@ -1,13 +1,12 @@ -# Copyright (c) 2005-2014, Enthought, Inc. +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD -# license included in LICENSE.txt and may be redistributed only -# under the conditions described in the aforementioned license. The license +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license # is also available online at http://www.enthought.com/licenses/BSD.txt -# Thanks for using Enthought open source! # -# Author: Enthought, Inc. +# Thanks for using Enthought open source! from chaco.grid_mapper import GridMapper from enable.api import BaseTool, KeySpec diff --git a/chaco/tools/broadcaster.py b/chaco/tools/broadcaster.py index 92af2ed52..ae3d9a0d5 100644 --- a/chaco/tools/broadcaster.py +++ b/chaco/tools/broadcaster.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the BroadcasterTool class. """ from enable.api import BaseTool diff --git a/chaco/tools/cursor_tool.py b/chaco/tools/cursor_tool.py index 4002861d1..3bdfb499d 100644 --- a/chaco/tools/cursor_tool.py +++ b/chaco/tools/cursor_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines some chaco tools to provide draggable cursor functionality diff --git a/chaco/tools/data_label_tool.py b/chaco/tools/data_label_tool.py index dabf0242f..2579ee6e5 100644 --- a/chaco/tools/data_label_tool.py +++ b/chaco/tools/data_label_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the DataLabelTool class. """ # Major library imports diff --git a/chaco/tools/dataprinter.py b/chaco/tools/dataprinter.py index 0c5ffedfb..cbb024944 100644 --- a/chaco/tools/dataprinter.py +++ b/chaco/tools/dataprinter.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the DataPrinter tool class. """ diff --git a/chaco/tools/drag_zoom.py b/chaco/tools/drag_zoom.py index 2663b42c7..78c01b761 100644 --- a/chaco/tools/drag_zoom.py +++ b/chaco/tools/drag_zoom.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines a the DragZoom tool class """ diff --git a/chaco/tools/draw_points_tool.py b/chaco/tools/draw_points_tool.py index 27382bb88..99787e7ad 100644 --- a/chaco/tools/draw_points_tool.py +++ b/chaco/tools/draw_points_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the DrawPointsTool class. """ # Major library imports diff --git a/chaco/tools/highlight_tool.py b/chaco/tools/highlight_tool.py index bf508a762..39ebff5ba 100644 --- a/chaco/tools/highlight_tool.py +++ b/chaco/tools/highlight_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the HighlightTool class. """ # Major library imports diff --git a/chaco/tools/image_inspector_tool.py b/chaco/tools/image_inspector_tool.py index 0efeac7c2..9fad9a8bb 100644 --- a/chaco/tools/image_inspector_tool.py +++ b/chaco/tools/image_inspector_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ImageInspectorTool, ImageInspectorOverlay, and ImageInspectorColorbarOverlay classes. """ diff --git a/chaco/tools/lasso_selection.py b/chaco/tools/lasso_selection.py index cab3f9209..87b30a11b 100644 --- a/chaco/tools/lasso_selection.py +++ b/chaco/tools/lasso_selection.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LassoSelection controller class. """ # Major library imports diff --git a/chaco/tools/legend_highlighter.py b/chaco/tools/legend_highlighter.py index 7bc77b288..4387bd1fe 100644 --- a/chaco/tools/legend_highlighter.py +++ b/chaco/tools/legend_highlighter.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from itertools import chain # ETS imports diff --git a/chaco/tools/legend_tool.py b/chaco/tools/legend_tool.py index 294f372ca..6eb1f9cb2 100644 --- a/chaco/tools/legend_tool.py +++ b/chaco/tools/legend_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LegendTool class. """ diff --git a/chaco/tools/line_inspector.py b/chaco/tools/line_inspector.py index a356a53cd..c4b87d616 100644 --- a/chaco/tools/line_inspector.py +++ b/chaco/tools/line_inspector.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LineInspector tool class. """ diff --git a/chaco/tools/line_segment_tool.py b/chaco/tools/line_segment_tool.py index 9f1c328de..4e03c89d4 100644 --- a/chaco/tools/line_segment_tool.py +++ b/chaco/tools/line_segment_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the LineSegmentTool class. """ diff --git a/chaco/tools/move_tool.py b/chaco/tools/move_tool.py index bb0e0e377..928ed6e71 100644 --- a/chaco/tools/move_tool.py +++ b/chaco/tools/move_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the MoveTool class. """ # Enthought library imports diff --git a/chaco/tools/pan_tool.py b/chaco/tools/pan_tool.py index db055009a..61f2e28bd 100644 --- a/chaco/tools/pan_tool.py +++ b/chaco/tools/pan_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PanTool class. """ diff --git a/chaco/tools/pan_tool2.py b/chaco/tools/pan_tool2.py index 1a539b8c7..7ac006b29 100644 --- a/chaco/tools/pan_tool2.py +++ b/chaco/tools/pan_tool2.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import inf from enable.api import Pointer diff --git a/chaco/tools/point_marker.py b/chaco/tools/point_marker.py index 7e5d3733b..f8e7c4b8e 100755 --- a/chaco/tools/point_marker.py +++ b/chaco/tools/point_marker.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the PointMarker tool class. """ diff --git a/chaco/tools/range_selection.py b/chaco/tools/range_selection.py index 82475bbcd..7d7cc9210 100644 --- a/chaco/tools/range_selection.py +++ b/chaco/tools/range_selection.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the RangeSelection controller class. """ # Major library imports diff --git a/chaco/tools/range_selection_2d.py b/chaco/tools/range_selection_2d.py index 82834961b..d6b7b65cf 100644 --- a/chaco/tools/range_selection_2d.py +++ b/chaco/tools/range_selection_2d.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the RangeSelection controller class. """ # Major library imports diff --git a/chaco/tools/range_selection_overlay.py b/chaco/tools/range_selection_overlay.py index 3665c318d..a3fd87a66 100644 --- a/chaco/tools/range_selection_overlay.py +++ b/chaco/tools/range_selection_overlay.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the RangeSelectionOverlay class. """ diff --git a/chaco/tools/rect_zoom.py b/chaco/tools/rect_zoom.py index 83463daee..c1deb6f60 100644 --- a/chaco/tools/rect_zoom.py +++ b/chaco/tools/rect_zoom.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the RectZoomTool class. """ from .zoom_tool import ZoomTool diff --git a/chaco/tools/rectangular_selection.py b/chaco/tools/rectangular_selection.py index eaf500ca1..32d3956fd 100644 --- a/chaco/tools/rectangular_selection.py +++ b/chaco/tools/rectangular_selection.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the RectangularSelection controller class. """ import numpy as np diff --git a/chaco/tools/regression_lasso.py b/chaco/tools/regression_lasso.py index 632e0e782..48586b3da 100644 --- a/chaco/tools/regression_lasso.py +++ b/chaco/tools/regression_lasso.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the RegressionLasso class. """ diff --git a/chaco/tools/save_tool.py b/chaco/tools/save_tool.py index d5c67ada4..a9d0741b5 100755 --- a/chaco/tools/save_tool.py +++ b/chaco/tools/save_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the SaveTool class. """ diff --git a/chaco/tools/scatter_inspector.py b/chaco/tools/scatter_inspector.py index 60541f05a..0798922a3 100644 --- a/chaco/tools/scatter_inspector.py +++ b/chaco/tools/scatter_inspector.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ScatterInspector tool class. """ diff --git a/chaco/tools/select_tool.py b/chaco/tools/select_tool.py index 19572befb..dfbd5ddca 100644 --- a/chaco/tools/select_tool.py +++ b/chaco/tools/select_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # Enthought library imports from enable.api import BaseTool, KeySpec from traits.api import Enum, Float, Instance diff --git a/chaco/tools/simple_inspector.py b/chaco/tools/simple_inspector.py index 065d4171f..c032e9b5d 100644 --- a/chaco/tools/simple_inspector.py +++ b/chaco/tools/simple_inspector.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """Simple Inspector tool for plots This module provides a simple tool that reports the data-space coordinates of diff --git a/chaco/tools/tests/test_better_zoom_tool.py b/chaco/tools/tests/test_better_zoom_tool.py index 23d1f3758..80ec14f1c 100644 --- a/chaco/tools/tests/test_better_zoom_tool.py +++ b/chaco/tools/tests/test_better_zoom_tool.py @@ -1,13 +1,12 @@ -# Copyright (c) 2014, Enthought, Inc. +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD -# license included in LICENSE.txt and may be redistributed only -# under the conditions described in the aforementioned license. The license +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license # is also available online at http://www.enthought.com/licenses/BSD.txt -# Thanks for using Enthought open source! # -# Author: Enthought, Inc. +# Thanks for using Enthought open source! """ Tests for the BetterZoom Chaco tool """ diff --git a/chaco/tools/tests/test_image_inspector.py b/chaco/tools/tests/test_image_inspector.py index a33fff9a2..bdc793c04 100644 --- a/chaco/tools/tests/test_image_inspector.py +++ b/chaco/tools/tests/test_image_inspector.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Tests for the ImageInspectorTool and ImageInspectorOverlay tools. """ diff --git a/chaco/tools/tests/test_pan_tool.py b/chaco/tools/tests/test_pan_tool.py index ec29ab30b..c5c97da55 100644 --- a/chaco/tools/tests/test_pan_tool.py +++ b/chaco/tools/tests/test_pan_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest import numpy as np diff --git a/chaco/tools/tests/test_range_selection.py b/chaco/tools/tests/test_range_selection.py index 225eeee5d..976f1579e 100644 --- a/chaco/tools/tests/test_range_selection.py +++ b/chaco/tools/tests/test_range_selection.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest import warnings diff --git a/chaco/tools/tests/test_range_zoom.py b/chaco/tools/tests/test_range_zoom.py index 6df7e139d..731602794 100644 --- a/chaco/tools/tests/test_range_zoom.py +++ b/chaco/tools/tests/test_range_zoom.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from unittest import TestCase from unittest.mock import call diff --git a/chaco/tools/tests/test_rectangular_selection_tool.py b/chaco/tools/tests/test_rectangular_selection_tool.py index 8888041e5..74be023ab 100644 --- a/chaco/tools/tests/test_rectangular_selection_tool.py +++ b/chaco/tools/tests/test_rectangular_selection_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import unittest import numpy as np diff --git a/chaco/tools/tests/test_scatter_inspector.py b/chaco/tools/tests/test_scatter_inspector.py index e9b860235..0637f854d 100644 --- a/chaco/tools/tests/test_scatter_inspector.py +++ b/chaco/tools/tests/test_scatter_inspector.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Tests for the ScatterInspector Chaco tool """ diff --git a/chaco/tools/tool_history_mixin.py b/chaco/tools/tool_history_mixin.py index cad20bd92..414b3d07a 100644 --- a/chaco/tools/tool_history_mixin.py +++ b/chaco/tools/tool_history_mixin.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the ToolHistoryMixin class. """ from traits.api import HasTraits, Instance, Int, List diff --git a/chaco/tools/tool_states.py b/chaco/tools/tool_states.py index 70e70647c..5c27afba8 100644 --- a/chaco/tools/tool_states.py +++ b/chaco/tools/tool_states.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from chaco.grid_mapper import GridMapper from traits.api import HasTraits diff --git a/chaco/tools/toolbars/plot_toolbar.py b/chaco/tools/toolbars/plot_toolbar.py index 2db1ae485..4498fe555 100644 --- a/chaco/tools/toolbars/plot_toolbar.py +++ b/chaco/tools/toolbars/plot_toolbar.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import numpy from chaco.abstract_overlay import AbstractOverlay diff --git a/chaco/tools/toolbars/toolbar_buttons.py b/chaco/tools/toolbars/toolbar_buttons.py index ac07c2146..f0c281802 100644 --- a/chaco/tools/toolbars/toolbar_buttons.py +++ b/chaco/tools/toolbars/toolbar_buttons.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import numpy from traits.etsconfig.api import ETSConfig diff --git a/chaco/tools/tracking_pan_tool.py b/chaco/tools/tracking_pan_tool.py index cce1e50f9..456a0275c 100644 --- a/chaco/tools/tracking_pan_tool.py +++ b/chaco/tools/tracking_pan_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the TrackingPanTool class. """ # Chaco imports diff --git a/chaco/tools/tracking_zoom.py b/chaco/tools/tracking_zoom.py index 54ce1bd98..d69e0c486 100644 --- a/chaco/tools/tracking_zoom.py +++ b/chaco/tools/tracking_zoom.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the TrackingZoom class. """ diff --git a/chaco/tools/traits_tool.py b/chaco/tools/traits_tool.py index eef0013ed..af251d455 100755 --- a/chaco/tools/traits_tool.py +++ b/chaco/tools/traits_tool.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ Defines the TraitsTool and Fifo classes, and get_nested_components90 function. """ diff --git a/chaco/tools/zoom_tool.py b/chaco/tools/zoom_tool.py index 023ba7786..7c389d0d9 100644 --- a/chaco/tools/zoom_tool.py +++ b/chaco/tools/zoom_tool.py @@ -1 +1,11 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from .better_selecting_zoom import BetterSelectingZoom as ZoomTool diff --git a/chaco/tooltip.py b/chaco/tooltip.py index 4351b032e..734b513a2 100644 --- a/chaco/tooltip.py +++ b/chaco/tooltip.py @@ -1,4 +1,4 @@ -# (C) Copyright 2006-2021 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -7,6 +7,7 @@ # is also available online at http://www.enthought.com/licenses/BSD.txt # # Thanks for using Enthought open source! + import warnings from chaco.overlays.tooltip import ToolTip # noqa: F401 diff --git a/chaco/transform_color_mapper.py b/chaco/transform_color_mapper.py index 8f18ad44e..3da627fac 100644 --- a/chaco/transform_color_mapper.py +++ b/chaco/transform_color_mapper.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + from numpy import clip, isinf, ones_like, empty from chaco.color_mapper import ColorMapper diff --git a/chaco/ui/axis_ui.py b/chaco/ui/axis_ui.py index 45f6c2755..2393447d2 100644 --- a/chaco/ui/axis_ui.py +++ b/chaco/ui/axis_ui.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + """ This file contains the ui specifications for the chaco.axis.Axis objects. Much of it is defined in re-usable chunks so that elements of it can be diff --git a/chaco/ui/plot_window.py b/chaco/ui/plot_window.py index 4671e676d..54bc195c4 100644 --- a/chaco/ui/plot_window.py +++ b/chaco/ui/plot_window.py @@ -1,3 +1,13 @@ +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX +# All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + # Enthought library imports from traits.api import Instance, HasTraits from traitsui.api import View, Item diff --git a/setup.py b/setup.py index 0e54adbac..84e21dafa 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,13 @@ -# Copyright (c) 2008-2019 by Enthought, Inc. +# (C) Copyright 2005-2021 Enthought, Inc., Austin, TX # All rights reserved. +# +# This software is provided without warranty under the terms of the BSD +# license included in LICENSE.txt and may be redistributed only under +# the conditions described in the aforementioned license. The license +# is also available online at http://www.enthought.com/licenses/BSD.txt +# +# Thanks for using Enthought open source! + import os import re import runpy From 6e80358cf42c2b0e82ce5bc5313279fac408a573 Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Thu, 3 Jun 2021 21:45:56 +0530 Subject: [PATCH 2/2] DEV : Update year range in license file modified: LICENSE.txt --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 4c0736786..df9c2af32 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative. -Copyright (c) 2006-2021, Enthought, Inc. +Copyright (c) 2005-2021, Enthought, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without