From fb009a8aaeed8c09369aec1ac8a99c891e3baf40 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Thu, 1 Feb 2024 14:04:15 +0000 Subject: [PATCH] Update copyright headers for the new year --- LICENSE.txt | 2 +- docs/source/conf.py | 4 ++-- docs/source/traits_user_manual/index.rst | 2 +- etstool.py | 2 +- examples/tutorials/doc_examples/__init__.py | 2 +- examples/tutorials/doc_examples/examples/__init__.py | 2 +- examples/tutorials/doc_examples/examples/adapt_metadata.py | 2 +- examples/tutorials/doc_examples/examples/add_class_trait.py | 2 +- .../tutorials/doc_examples/examples/all_traits_features.py | 2 +- examples/tutorials/doc_examples/examples/all_wildcard.py | 2 +- examples/tutorials/doc_examples/examples/bad_self_ref.py | 2 +- examples/tutorials/doc_examples/examples/cached_prop.py | 2 +- .../tutorials/doc_examples/examples/circular_definition.py | 2 +- examples/tutorials/doc_examples/examples/compound.py | 2 +- examples/tutorials/doc_examples/examples/configure_traits.py | 2 +- .../tutorials/doc_examples/examples/custom_traithandler.py | 2 +- .../tutorials/doc_examples/examples/deferring_notification.py | 2 +- examples/tutorials/doc_examples/examples/delegate.py | 2 +- examples/tutorials/doc_examples/examples/disallow.py | 2 +- .../tutorials/doc_examples/examples/dynamic_notification.py | 2 +- examples/tutorials/doc_examples/examples/event.py | 2 +- .../doc_examples/examples/instance_trait_defaults.py | 2 +- .../tutorials/doc_examples/examples/interface_definition.py | 2 +- .../doc_examples/examples/interface_implementation.py | 2 +- examples/tutorials/doc_examples/examples/keywords.py | 2 +- examples/tutorials/doc_examples/examples/list_notifier.py | 2 +- examples/tutorials/doc_examples/examples/mapped.py | 2 +- examples/tutorials/doc_examples/examples/metadata.py | 2 +- examples/tutorials/doc_examples/examples/minimal.py | 2 +- .../tutorials/doc_examples/examples/object_trait_attrs.py | 2 +- examples/tutorials/doc_examples/examples/observe_decorator.py | 2 +- .../doc_examples/examples/observe_different_events.py | 2 +- examples/tutorials/doc_examples/examples/observe_method.py | 2 +- examples/tutorials/doc_examples/examples/observe_optional.py | 2 +- examples/tutorials/doc_examples/examples/observe_post_init.py | 2 +- examples/tutorials/doc_examples/examples/override_default.py | 2 +- .../tutorials/doc_examples/examples/post_init_notification.py | 2 +- examples/tutorials/doc_examples/examples/prototype_prefix.py | 2 +- examples/tutorials/doc_examples/examples/simple_adapter.py | 2 +- .../tutorials/doc_examples/examples/static_notification.py | 2 +- examples/tutorials/doc_examples/examples/temp_wildcard.py | 2 +- examples/tutorials/doc_examples/examples/this.py | 2 +- examples/tutorials/doc_examples/examples/trait_reuse.py | 2 +- examples/tutorials/doc_examples/examples/trait_subclass.py | 2 +- .../tutorials/doc_examples/examples/transient_metadata.py | 2 +- examples/tutorials/doc_examples/examples/use_custom_th.py | 2 +- examples/tutorials/doc_examples/examples/widget.py | 2 +- examples/tutorials/doc_examples/examples/wildcard.py | 2 +- examples/tutorials/doc_examples/examples/wildcard_all.py | 2 +- examples/tutorials/doc_examples/examples/wildcard_name.py | 2 +- examples/tutorials/doc_examples/examples/wildcard_rules.py | 2 +- examples/tutorials/doc_examples/examples/wizard.py | 2 +- examples/tutorials/traits_4.0/decorators/cached_property.py | 2 +- examples/tutorials/traits_4.0/decorators/on_trait_change.py | 2 +- examples/tutorials/traits_4.0/delegation/delegation.py | 2 +- .../traits_4.0/extended_trait_change/extended_trait_change.py | 2 +- .../tutorials/traits_4.0/extended_trait_change/properties.py | 2 +- examples/tutorials/traits_4.0/getstate_setstate/getstate.py | 2 +- examples/tutorials/traits_4.0/interfaces/interfaces.py | 2 +- examples/tutorials/traits_4.0/trait_types/core_traits.py | 2 +- examples/tutorials/traits_4.0/trait_types/new_types.py | 2 +- examples/tutorials/traits_4.0/trait_types/trait_types.py | 2 +- examples/tutorials/tutor.py | 2 +- setup.py | 4 ++-- traits/__init__.py | 2 +- traits/adaptation/__init__.py | 2 +- traits/adaptation/adaptation_error.py | 2 +- traits/adaptation/adaptation_manager.py | 2 +- traits/adaptation/adaptation_offer.py | 2 +- traits/adaptation/adapter.py | 2 +- traits/adaptation/api.py | 2 +- traits/adaptation/tests/abc_examples.py | 2 +- traits/adaptation/tests/benchmark.py | 2 +- traits/adaptation/tests/interface_examples.py | 2 +- traits/adaptation/tests/lazy_examples.py | 2 +- traits/adaptation/tests/test_adaptation_manager.py | 2 +- traits/adaptation/tests/test_adaptation_offer.py | 2 +- traits/adaptation/tests/test_adapter.py | 2 +- traits/adaptation/tests/test_global_adaptation_manager.py | 2 +- traits/api.py | 2 +- traits/api.pyi | 2 +- traits/base_trait_handler.py | 2 +- traits/base_trait_handler.pyi | 2 +- traits/constants.py | 2 +- traits/constants.pyi | 2 +- traits/ctrait.py | 2 +- traits/ctrait.pyi | 2 +- traits/ctraits.c | 2 +- traits/ctraits.pyi | 2 +- traits/editor_factories.py | 2 +- traits/editor_factories.pyi | 2 +- traits/etsconfig/__init__.py | 2 +- traits/etsconfig/api.py | 2 +- traits/etsconfig/etsconfig.py | 2 +- traits/etsconfig/tests/test_etsconfig.py | 2 +- traits/examples/__init__.py | 2 +- traits/examples/_etsdemo_info.py | 2 +- traits/examples/introduction/0_introduction.py | 2 +- traits/examples/introduction/1_validation.py | 2 +- traits/examples/introduction/2_initialization.py | 2 +- traits/examples/introduction/3_observation.py | 2 +- traits/examples/introduction/4_properties.py | 2 +- traits/examples/introduction/5_documentation.py | 2 +- traits/examples/introduction/6_visualization.py | 2 +- traits/examples/tests/test_etsdemo_info.py | 2 +- traits/has_traits.py | 2 +- traits/has_traits.pyi | 2 +- traits/interface_checker.py | 2 +- traits/observation/_anytrait_filter.py | 2 +- traits/observation/_dict_change_event.py | 2 +- traits/observation/_dict_item_observer.py | 2 +- traits/observation/_filtered_trait_observer.py | 2 +- traits/observation/_has_traits_helpers.py | 2 +- traits/observation/_i_notifier.py | 2 +- traits/observation/_i_observer.py | 2 +- traits/observation/_list_change_event.py | 2 +- traits/observation/_list_item_observer.py | 2 +- traits/observation/_metadata_filter.py | 2 +- traits/observation/_named_trait_observer.py | 2 +- traits/observation/_observe.py | 2 +- traits/observation/_observer_change_notifier.py | 2 +- traits/observation/_observer_graph.py | 2 +- traits/observation/_set_change_event.py | 2 +- traits/observation/_set_item_observer.py | 2 +- traits/observation/_testing.py | 2 +- traits/observation/_trait_added_observer.py | 2 +- traits/observation/_trait_change_event.py | 2 +- traits/observation/_trait_event_notifier.py | 2 +- traits/observation/api.py | 2 +- traits/observation/events.py | 2 +- traits/observation/exception_handling.py | 2 +- traits/observation/exceptions.py | 2 +- traits/observation/expression.py | 2 +- traits/observation/i_observable.py | 2 +- traits/observation/observe.py | 2 +- traits/observation/parsing.py | 2 +- traits/observation/tests/test_dict_change_event.py | 2 +- traits/observation/tests/test_dict_item_observer.py | 2 +- traits/observation/tests/test_exception_handling.py | 2 +- traits/observation/tests/test_expression.py | 2 +- traits/observation/tests/test_filtered_trait_observer.py | 2 +- traits/observation/tests/test_generated_parser.py | 2 +- traits/observation/tests/test_has_traits_helpers.py | 2 +- traits/observation/tests/test_list_change_event.py | 2 +- traits/observation/tests/test_list_item_observer.py | 2 +- traits/observation/tests/test_metadata_filter.py | 2 +- traits/observation/tests/test_named_trait_observer.py | 2 +- traits/observation/tests/test_observe.py | 2 +- traits/observation/tests/test_observer_change_notifier.py | 2 +- traits/observation/tests/test_observer_graph.py | 2 +- traits/observation/tests/test_parsing.py | 2 +- traits/observation/tests/test_set_change_event.py | 2 +- traits/observation/tests/test_set_item_observer.py | 2 +- traits/observation/tests/test_trait_added_observer.py | 2 +- traits/observation/tests/test_trait_change_event.py | 2 +- traits/observation/tests/test_trait_event_notifier.py | 2 +- traits/stubs_tests/examples/Any.py | 2 +- traits/stubs_tests/examples/BaseClass.py | 2 +- traits/stubs_tests/examples/Bool.py | 2 +- traits/stubs_tests/examples/CInt.py | 2 +- traits/stubs_tests/examples/Callable.py | 2 +- traits/stubs_tests/examples/Complex.py | 2 +- traits/stubs_tests/examples/Date.py | 2 +- traits/stubs_tests/examples/Datetime.py | 2 +- traits/stubs_tests/examples/Dict.py | 2 +- traits/stubs_tests/examples/Enum.py | 2 +- traits/stubs_tests/examples/File.py | 2 +- traits/stubs_tests/examples/Float.py | 2 +- traits/stubs_tests/examples/HasStrictTraits.py | 2 +- traits/stubs_tests/examples/HasTraits.py | 2 +- traits/stubs_tests/examples/Instance.py | 2 +- traits/stubs_tests/examples/Int.py | 2 +- traits/stubs_tests/examples/Interface.py | 2 +- traits/stubs_tests/examples/List.py | 2 +- traits/stubs_tests/examples/Map.py | 2 +- traits/stubs_tests/examples/PrefixList.py | 2 +- traits/stubs_tests/examples/PrefixMap.py | 2 +- traits/stubs_tests/examples/Property.py | 2 +- traits/stubs_tests/examples/Range.py | 2 +- traits/stubs_tests/examples/Set.py | 2 +- traits/stubs_tests/examples/Str.py | 2 +- traits/stubs_tests/examples/String.py | 2 +- traits/stubs_tests/examples/Time.py | 2 +- traits/stubs_tests/examples/Tuple.py | 2 +- traits/stubs_tests/examples/UUID.py | 2 +- traits/stubs_tests/examples/WeakRef.py | 2 +- traits/stubs_tests/examples/completeness.py | 2 +- traits/stubs_tests/numpy_examples/Array.py | 2 +- traits/stubs_tests/test_all.py | 2 +- traits/stubs_tests/util.py | 2 +- traits/testing/__init__.py | 2 +- traits/testing/api.py | 2 +- traits/testing/doctest_tools.py | 2 +- traits/testing/optional_dependencies.py | 2 +- traits/testing/tests/test_optional_dependencies.py | 2 +- traits/testing/tests/test_unittest_tools.py | 2 +- traits/testing/unittest_tools.py | 2 +- traits/tests/__init__.py | 2 +- traits/tests/check_observe_timing.py | 2 +- traits/tests/check_timing.py | 2 +- traits/tests/test-data/historical-pickles/generate_pickles.py | 2 +- traits/tests/test_abc.py | 2 +- traits/tests/test_any.py | 2 +- traits/tests/test_anytrait_static_notifiers.py | 2 +- traits/tests/test_array.py | 2 +- traits/tests/test_array_or_none.py | 2 +- traits/tests/test_automatic_adaptation.py | 2 +- traits/tests/test_bool.py | 2 +- traits/tests/test_callable.py | 2 +- traits/tests/test_class_traits.py | 2 +- traits/tests/test_clone.py | 2 +- traits/tests/test_comparison_mode.py | 2 +- traits/tests/test_complex.py | 2 +- traits/tests/test_configure_traits.py | 2 +- traits/tests/test_constant.py | 2 +- traits/tests/test_constants.py | 2 +- traits/tests/test_container_events.py | 2 +- traits/tests/test_copy_traits.py | 2 +- traits/tests/test_copyable_trait_names.py | 2 +- traits/tests/test_ctraits.py | 2 +- traits/tests/test_cythonized_traits.py | 2 +- traits/tests/test_date.py | 2 +- traits/tests/test_datetime.py | 2 +- traits/tests/test_delegate.py | 2 +- traits/tests/test_dict.py | 2 +- traits/tests/test_directory.py | 2 +- traits/tests/test_dynamic_notifiers.py | 2 +- traits/tests/test_dynamic_trait_definition.py | 2 +- traits/tests/test_editor_factories.py | 2 +- traits/tests/test_enum.py | 2 +- traits/tests/test_event_order.py | 2 +- traits/tests/test_expression.py | 2 +- traits/tests/test_extended_notifiers.py | 2 +- traits/tests/test_extended_trait_change.py | 2 +- traits/tests/test_file.py | 2 +- traits/tests/test_float.py | 2 +- traits/tests/test_float_range.py | 2 +- traits/tests/test_get_traits.py | 2 +- traits/tests/test_has_required_traits.py | 2 +- traits/tests/test_has_traits.py | 2 +- traits/tests/test_historical_unpickling.py | 2 +- traits/tests/test_instance.py | 2 +- traits/tests/test_int_range_long.py | 2 +- traits/tests/test_integer.py | 2 +- traits/tests/test_integer_range.py | 2 +- traits/tests/test_interface_checker.py | 2 +- traits/tests/test_interfaces.py | 2 +- traits/tests/test_keyword_args.py | 2 +- traits/tests/test_list.py | 2 +- traits/tests/test_list_events.py | 2 +- traits/tests/test_listeners.py | 2 +- traits/tests/test_map.py | 2 +- traits/tests/test_new_notifiers.py | 2 +- traits/tests/test_none.py | 2 +- traits/tests/test_observe.py | 2 +- traits/tests/test_pickle_validated_dict.py | 2 +- traits/tests/test_prefix_list.py | 2 +- traits/tests/test_prefix_map.py | 2 +- traits/tests/test_property_delete.py | 2 +- traits/tests/test_property_notifications.py | 2 +- traits/tests/test_python_properties.py | 2 +- traits/tests/test_range.py | 2 +- traits/tests/test_readonly.py | 2 +- traits/tests/test_regression.py | 2 +- traits/tests/test_special_event_handlers.py | 2 +- traits/tests/test_static_notifiers.py | 2 +- traits/tests/test_str_handler.py | 2 +- traits/tests/test_string.py | 2 +- traits/tests/test_sync_traits.py | 2 +- traits/tests/test_target.py | 2 +- traits/tests/test_time.py | 2 +- traits/tests/test_trait_base.py | 2 +- traits/tests/test_trait_change_event_tracer.py | 2 +- traits/tests/test_trait_converters.py | 2 +- traits/tests/test_trait_cycle.py | 2 +- traits/tests/test_trait_default_initializer.py | 2 +- traits/tests/test_trait_dict_list_set_event.py | 2 +- traits/tests/test_trait_dict_object.py | 2 +- traits/tests/test_trait_exceptions.py | 2 +- traits/tests/test_trait_get_set.py | 2 +- traits/tests/test_trait_list_dict.py | 2 +- traits/tests/test_trait_list_object.py | 2 +- traits/tests/test_trait_notifiers.py | 2 +- traits/tests/test_trait_set_object.py | 2 +- traits/tests/test_trait_types.py | 2 +- traits/tests/test_traits.py | 2 +- traits/tests/test_traits_listener.py | 2 +- traits/tests/test_tuple.py | 2 +- traits/tests/test_type.py | 2 +- traits/tests/test_ui_notifiers.py | 2 +- traits/tests/test_undefined.py | 2 +- traits/tests/test_unicode_traits.py | 2 +- traits/tests/test_union.py | 2 +- traits/tests/test_uuid.py | 2 +- traits/tests/test_validated_tuple.py | 2 +- traits/tests/test_version.py | 2 +- traits/tests/test_view_elements.py | 2 +- traits/tests/test_weak_ref.py | 2 +- traits/tests/tuple_test_mixin.py | 2 +- traits/trait_base.py | 2 +- traits/trait_converters.py | 2 +- traits/trait_dict_object.py | 2 +- traits/trait_errors.py | 2 +- traits/trait_factory.py | 2 +- traits/trait_handler.py | 2 +- traits/trait_handler.pyi | 2 +- traits/trait_handlers.py | 2 +- traits/trait_handlers.pyi | 2 +- traits/trait_list_object.py | 2 +- traits/trait_notifiers.py | 2 +- traits/trait_numeric.py | 2 +- traits/trait_numeric.pyi | 2 +- traits/trait_set_object.py | 2 +- traits/trait_type.py | 2 +- traits/trait_type.pyi | 2 +- traits/trait_types.py | 2 +- traits/trait_types.pyi | 2 +- traits/traits.py | 2 +- traits/traits.pyi | 2 +- traits/traits_listener.py | 2 +- traits/util/__init__.py | 2 +- traits/util/api.py | 2 +- traits/util/async_trait_wait.py | 2 +- traits/util/camel_case.py | 2 +- traits/util/clean_strings.py | 2 +- traits/util/deprecated.py | 2 +- traits/util/event_tracer.py | 2 +- traits/util/home_directory.py | 2 +- traits/util/import_symbol.py | 2 +- traits/util/resource.py | 2 +- traits/util/tests/test_async_trait_wait.py | 2 +- traits/util/tests/test_camel_case.py | 2 +- traits/util/tests/test_clean_strings.py | 2 +- traits/util/tests/test_deprecated.py | 2 +- traits/util/tests/test_import_symbol.py | 2 +- traits/util/tests/test_message_records.py | 2 +- traits/util/tests/test_record_containers.py | 2 +- traits/util/tests/test_record_events.py | 2 +- traits/util/tests/test_trait_documenter.py | 2 +- traits/util/tests/test_weakidddict.py | 2 +- traits/util/toposort.py | 2 +- traits/util/trait_documenter.py | 2 +- traits/util/weakiddict.py | 2 +- 343 files changed, 345 insertions(+), 345 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2fd29646c..013412315 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. -(C) Copyright 2005-2023 Enthought, Inc., Austin, TX +(C) Copyright 2005-2024 Enthought, Inc., Austin, TX All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/source/conf.py b/docs/source/conf.py index b26d390ac..5f95c16d1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -62,7 +62,7 @@ # General substitutions. project = "traits" copyright = """\ -(C) Copyright 2005-2023 Enthought, Inc., Austin, TX +(C) Copyright 2005-2024 Enthought, Inc., Austin, TX All rights reserved. """ diff --git a/docs/source/traits_user_manual/index.rst b/docs/source/traits_user_manual/index.rst index 7f1a7cb18..b951e083a 100644 --- a/docs/source/traits_user_manual/index.rst +++ b/docs/source/traits_user_manual/index.rst @@ -3,7 +3,7 @@ Traits |version| User Manual ============================ :Authors: David C. Morrill, Janet M. Swisher, and Enthought developers -:Copyright: | (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +:Copyright: | (C) Copyright 2005-2024 Enthought, Inc., Austin, TX | All rights reserved. Contents diff --git a/etstool.py b/etstool.py index 7b29615b7..1aa8b4384 100644 --- a/etstool.py +++ b/etstool.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/__init__.py b/examples/tutorials/doc_examples/__init__.py index 187be6713..ee0ea2586 100644 --- a/examples/tutorials/doc_examples/__init__.py +++ b/examples/tutorials/doc_examples/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/__init__.py b/examples/tutorials/doc_examples/examples/__init__.py index f145071ad..591ccf0c4 100644 --- a/examples/tutorials/doc_examples/examples/__init__.py +++ b/examples/tutorials/doc_examples/examples/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/adapt_metadata.py b/examples/tutorials/doc_examples/examples/adapt_metadata.py index 3965390d8..6e09cb799 100644 --- a/examples/tutorials/doc_examples/examples/adapt_metadata.py +++ b/examples/tutorials/doc_examples/examples/adapt_metadata.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/add_class_trait.py b/examples/tutorials/doc_examples/examples/add_class_trait.py index 8b9bcd525..88a876678 100644 --- a/examples/tutorials/doc_examples/examples/add_class_trait.py +++ b/examples/tutorials/doc_examples/examples/add_class_trait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/all_traits_features.py b/examples/tutorials/doc_examples/examples/all_traits_features.py index 6db25d580..5324ba590 100644 --- a/examples/tutorials/doc_examples/examples/all_traits_features.py +++ b/examples/tutorials/doc_examples/examples/all_traits_features.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/all_wildcard.py b/examples/tutorials/doc_examples/examples/all_wildcard.py index 2a83621b2..03fafd836 100644 --- a/examples/tutorials/doc_examples/examples/all_wildcard.py +++ b/examples/tutorials/doc_examples/examples/all_wildcard.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/bad_self_ref.py b/examples/tutorials/doc_examples/examples/bad_self_ref.py index c496fb6af..3db403eaf 100644 --- a/examples/tutorials/doc_examples/examples/bad_self_ref.py +++ b/examples/tutorials/doc_examples/examples/bad_self_ref.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/cached_prop.py b/examples/tutorials/doc_examples/examples/cached_prop.py index 84beed5d6..76a41aa3e 100644 --- a/examples/tutorials/doc_examples/examples/cached_prop.py +++ b/examples/tutorials/doc_examples/examples/cached_prop.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/circular_definition.py b/examples/tutorials/doc_examples/examples/circular_definition.py index fff5d4f55..2b43a926f 100644 --- a/examples/tutorials/doc_examples/examples/circular_definition.py +++ b/examples/tutorials/doc_examples/examples/circular_definition.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/compound.py b/examples/tutorials/doc_examples/examples/compound.py index de483dc91..01e1dd777 100644 --- a/examples/tutorials/doc_examples/examples/compound.py +++ b/examples/tutorials/doc_examples/examples/compound.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/configure_traits.py b/examples/tutorials/doc_examples/examples/configure_traits.py index e667fe133..bca7b419f 100644 --- a/examples/tutorials/doc_examples/examples/configure_traits.py +++ b/examples/tutorials/doc_examples/examples/configure_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/custom_traithandler.py b/examples/tutorials/doc_examples/examples/custom_traithandler.py index 16a6c83d8..991ec6f3d 100644 --- a/examples/tutorials/doc_examples/examples/custom_traithandler.py +++ b/examples/tutorials/doc_examples/examples/custom_traithandler.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/deferring_notification.py b/examples/tutorials/doc_examples/examples/deferring_notification.py index 2d1197426..f0ebe0176 100644 --- a/examples/tutorials/doc_examples/examples/deferring_notification.py +++ b/examples/tutorials/doc_examples/examples/deferring_notification.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/delegate.py b/examples/tutorials/doc_examples/examples/delegate.py index c756b5636..87526d846 100644 --- a/examples/tutorials/doc_examples/examples/delegate.py +++ b/examples/tutorials/doc_examples/examples/delegate.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/disallow.py b/examples/tutorials/doc_examples/examples/disallow.py index feac98dcd..0a9dbe927 100644 --- a/examples/tutorials/doc_examples/examples/disallow.py +++ b/examples/tutorials/doc_examples/examples/disallow.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/dynamic_notification.py b/examples/tutorials/doc_examples/examples/dynamic_notification.py index ff2b38e9d..40c570a57 100644 --- a/examples/tutorials/doc_examples/examples/dynamic_notification.py +++ b/examples/tutorials/doc_examples/examples/dynamic_notification.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/event.py b/examples/tutorials/doc_examples/examples/event.py index 48fbd8b01..69034c12f 100644 --- a/examples/tutorials/doc_examples/examples/event.py +++ b/examples/tutorials/doc_examples/examples/event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/instance_trait_defaults.py b/examples/tutorials/doc_examples/examples/instance_trait_defaults.py index eb73ff4ac..002a80e9d 100644 --- a/examples/tutorials/doc_examples/examples/instance_trait_defaults.py +++ b/examples/tutorials/doc_examples/examples/instance_trait_defaults.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/interface_definition.py b/examples/tutorials/doc_examples/examples/interface_definition.py index 25133a619..4b13c4c40 100644 --- a/examples/tutorials/doc_examples/examples/interface_definition.py +++ b/examples/tutorials/doc_examples/examples/interface_definition.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/interface_implementation.py b/examples/tutorials/doc_examples/examples/interface_implementation.py index 9fdef6b3f..e748ee2f5 100644 --- a/examples/tutorials/doc_examples/examples/interface_implementation.py +++ b/examples/tutorials/doc_examples/examples/interface_implementation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/keywords.py b/examples/tutorials/doc_examples/examples/keywords.py index 07e69f2c9..6dae328e8 100644 --- a/examples/tutorials/doc_examples/examples/keywords.py +++ b/examples/tutorials/doc_examples/examples/keywords.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/list_notifier.py b/examples/tutorials/doc_examples/examples/list_notifier.py index 6ba7e0c69..6393766fe 100644 --- a/examples/tutorials/doc_examples/examples/list_notifier.py +++ b/examples/tutorials/doc_examples/examples/list_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/mapped.py b/examples/tutorials/doc_examples/examples/mapped.py index 67ef5d99c..d97ae20ea 100644 --- a/examples/tutorials/doc_examples/examples/mapped.py +++ b/examples/tutorials/doc_examples/examples/mapped.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/metadata.py b/examples/tutorials/doc_examples/examples/metadata.py index 525c99c1a..f5e84ca06 100644 --- a/examples/tutorials/doc_examples/examples/metadata.py +++ b/examples/tutorials/doc_examples/examples/metadata.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/minimal.py b/examples/tutorials/doc_examples/examples/minimal.py index a5832c5a1..81e92f290 100644 --- a/examples/tutorials/doc_examples/examples/minimal.py +++ b/examples/tutorials/doc_examples/examples/minimal.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/object_trait_attrs.py b/examples/tutorials/doc_examples/examples/object_trait_attrs.py index 48c45b4f2..8c0a79322 100644 --- a/examples/tutorials/doc_examples/examples/object_trait_attrs.py +++ b/examples/tutorials/doc_examples/examples/object_trait_attrs.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/observe_decorator.py b/examples/tutorials/doc_examples/examples/observe_decorator.py index 8c1e02070..bc4948f2f 100644 --- a/examples/tutorials/doc_examples/examples/observe_decorator.py +++ b/examples/tutorials/doc_examples/examples/observe_decorator.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/observe_different_events.py b/examples/tutorials/doc_examples/examples/observe_different_events.py index 5ced99917..e9ae24c8f 100644 --- a/examples/tutorials/doc_examples/examples/observe_different_events.py +++ b/examples/tutorials/doc_examples/examples/observe_different_events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/observe_method.py b/examples/tutorials/doc_examples/examples/observe_method.py index bb39ec6bd..ea8a7fac2 100644 --- a/examples/tutorials/doc_examples/examples/observe_method.py +++ b/examples/tutorials/doc_examples/examples/observe_method.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/observe_optional.py b/examples/tutorials/doc_examples/examples/observe_optional.py index 7bbe05f9b..c5fbc0dca 100644 --- a/examples/tutorials/doc_examples/examples/observe_optional.py +++ b/examples/tutorials/doc_examples/examples/observe_optional.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/observe_post_init.py b/examples/tutorials/doc_examples/examples/observe_post_init.py index 899b071ed..2b6c81701 100644 --- a/examples/tutorials/doc_examples/examples/observe_post_init.py +++ b/examples/tutorials/doc_examples/examples/observe_post_init.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/override_default.py b/examples/tutorials/doc_examples/examples/override_default.py index d81a854a8..7ac4a1a3d 100644 --- a/examples/tutorials/doc_examples/examples/override_default.py +++ b/examples/tutorials/doc_examples/examples/override_default.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/post_init_notification.py b/examples/tutorials/doc_examples/examples/post_init_notification.py index 37edacc2f..236c5211f 100644 --- a/examples/tutorials/doc_examples/examples/post_init_notification.py +++ b/examples/tutorials/doc_examples/examples/post_init_notification.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/prototype_prefix.py b/examples/tutorials/doc_examples/examples/prototype_prefix.py index bba04a9dd..6c95285ca 100644 --- a/examples/tutorials/doc_examples/examples/prototype_prefix.py +++ b/examples/tutorials/doc_examples/examples/prototype_prefix.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/simple_adapter.py b/examples/tutorials/doc_examples/examples/simple_adapter.py index 4ffa9d3e1..6efbf394f 100644 --- a/examples/tutorials/doc_examples/examples/simple_adapter.py +++ b/examples/tutorials/doc_examples/examples/simple_adapter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/static_notification.py b/examples/tutorials/doc_examples/examples/static_notification.py index 3b1ecb512..afe125ffe 100644 --- a/examples/tutorials/doc_examples/examples/static_notification.py +++ b/examples/tutorials/doc_examples/examples/static_notification.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/temp_wildcard.py b/examples/tutorials/doc_examples/examples/temp_wildcard.py index 92260ed62..0f9bfb33f 100644 --- a/examples/tutorials/doc_examples/examples/temp_wildcard.py +++ b/examples/tutorials/doc_examples/examples/temp_wildcard.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/this.py b/examples/tutorials/doc_examples/examples/this.py index 055e1b4c4..80e1c6a20 100644 --- a/examples/tutorials/doc_examples/examples/this.py +++ b/examples/tutorials/doc_examples/examples/this.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/trait_reuse.py b/examples/tutorials/doc_examples/examples/trait_reuse.py index dca23ca5a..b70cde00d 100644 --- a/examples/tutorials/doc_examples/examples/trait_reuse.py +++ b/examples/tutorials/doc_examples/examples/trait_reuse.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/trait_subclass.py b/examples/tutorials/doc_examples/examples/trait_subclass.py index 8d8796e1c..9cb336cdc 100644 --- a/examples/tutorials/doc_examples/examples/trait_subclass.py +++ b/examples/tutorials/doc_examples/examples/trait_subclass.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/transient_metadata.py b/examples/tutorials/doc_examples/examples/transient_metadata.py index ff8152395..9b5a8ccbf 100644 --- a/examples/tutorials/doc_examples/examples/transient_metadata.py +++ b/examples/tutorials/doc_examples/examples/transient_metadata.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/use_custom_th.py b/examples/tutorials/doc_examples/examples/use_custom_th.py index b41db117a..89952066c 100644 --- a/examples/tutorials/doc_examples/examples/use_custom_th.py +++ b/examples/tutorials/doc_examples/examples/use_custom_th.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/widget.py b/examples/tutorials/doc_examples/examples/widget.py index 062c5496d..01bfe377c 100644 --- a/examples/tutorials/doc_examples/examples/widget.py +++ b/examples/tutorials/doc_examples/examples/widget.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/wildcard.py b/examples/tutorials/doc_examples/examples/wildcard.py index b8619c5b8..490c5337c 100644 --- a/examples/tutorials/doc_examples/examples/wildcard.py +++ b/examples/tutorials/doc_examples/examples/wildcard.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/wildcard_all.py b/examples/tutorials/doc_examples/examples/wildcard_all.py index 2367b4bbb..d77e0c4bb 100644 --- a/examples/tutorials/doc_examples/examples/wildcard_all.py +++ b/examples/tutorials/doc_examples/examples/wildcard_all.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/wildcard_name.py b/examples/tutorials/doc_examples/examples/wildcard_name.py index ae5a5e3ed..364efde38 100644 --- a/examples/tutorials/doc_examples/examples/wildcard_name.py +++ b/examples/tutorials/doc_examples/examples/wildcard_name.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/wildcard_rules.py b/examples/tutorials/doc_examples/examples/wildcard_rules.py index 56624241f..3eabe3c74 100644 --- a/examples/tutorials/doc_examples/examples/wildcard_rules.py +++ b/examples/tutorials/doc_examples/examples/wildcard_rules.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/doc_examples/examples/wizard.py b/examples/tutorials/doc_examples/examples/wizard.py index 2c20c2b72..8c8cc1b2d 100644 --- a/examples/tutorials/doc_examples/examples/wizard.py +++ b/examples/tutorials/doc_examples/examples/wizard.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/decorators/cached_property.py b/examples/tutorials/traits_4.0/decorators/cached_property.py index 29e2b8864..191d37389 100644 --- a/examples/tutorials/traits_4.0/decorators/cached_property.py +++ b/examples/tutorials/traits_4.0/decorators/cached_property.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/decorators/on_trait_change.py b/examples/tutorials/traits_4.0/decorators/on_trait_change.py index 061f34602..d9740bd8e 100644 --- a/examples/tutorials/traits_4.0/decorators/on_trait_change.py +++ b/examples/tutorials/traits_4.0/decorators/on_trait_change.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/delegation/delegation.py b/examples/tutorials/traits_4.0/delegation/delegation.py index f29a165fc..8429faca1 100644 --- a/examples/tutorials/traits_4.0/delegation/delegation.py +++ b/examples/tutorials/traits_4.0/delegation/delegation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/extended_trait_change/extended_trait_change.py b/examples/tutorials/traits_4.0/extended_trait_change/extended_trait_change.py index 1d479bf54..cdf7983a3 100644 --- a/examples/tutorials/traits_4.0/extended_trait_change/extended_trait_change.py +++ b/examples/tutorials/traits_4.0/extended_trait_change/extended_trait_change.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/extended_trait_change/properties.py b/examples/tutorials/traits_4.0/extended_trait_change/properties.py index f3bdbac7f..b0e233cdb 100644 --- a/examples/tutorials/traits_4.0/extended_trait_change/properties.py +++ b/examples/tutorials/traits_4.0/extended_trait_change/properties.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/getstate_setstate/getstate.py b/examples/tutorials/traits_4.0/getstate_setstate/getstate.py index 808608007..c53014a32 100644 --- a/examples/tutorials/traits_4.0/getstate_setstate/getstate.py +++ b/examples/tutorials/traits_4.0/getstate_setstate/getstate.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/interfaces/interfaces.py b/examples/tutorials/traits_4.0/interfaces/interfaces.py index 9504771d8..e814c7418 100644 --- a/examples/tutorials/traits_4.0/interfaces/interfaces.py +++ b/examples/tutorials/traits_4.0/interfaces/interfaces.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/trait_types/core_traits.py b/examples/tutorials/traits_4.0/trait_types/core_traits.py index c4d41963b..57c786b39 100644 --- a/examples/tutorials/traits_4.0/trait_types/core_traits.py +++ b/examples/tutorials/traits_4.0/trait_types/core_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/trait_types/new_types.py b/examples/tutorials/traits_4.0/trait_types/new_types.py index d2c93b226..ce78db1b5 100644 --- a/examples/tutorials/traits_4.0/trait_types/new_types.py +++ b/examples/tutorials/traits_4.0/trait_types/new_types.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/traits_4.0/trait_types/trait_types.py b/examples/tutorials/traits_4.0/trait_types/trait_types.py index 3c6ef913b..8fdd7504b 100644 --- a/examples/tutorials/traits_4.0/trait_types/trait_types.py +++ b/examples/tutorials/traits_4.0/trait_types/trait_types.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/examples/tutorials/tutor.py b/examples/tutorials/tutor.py index bfad23c37..c67de8652 100644 --- a/examples/tutorials/tutor.py +++ b/examples/tutorials/tutor.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/setup.py b/setup.py index 7f519c770..cdef17aac 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -40,7 +40,7 @@ # Template for the autogenerated version file. VERSION_FILE_TEMPLATE = '''\ -# (C) Copyright 2005-2023 {company}, Inc., Austin, TX +# (C) Copyright 2005-2024 {company}, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/__init__.py b/traits/__init__.py index 1e428e562..eea994aa7 100644 --- a/traits/__init__.py +++ b/traits/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/__init__.py b/traits/adaptation/__init__.py index 36f6a8b66..4c32f5969 100644 --- a/traits/adaptation/__init__.py +++ b/traits/adaptation/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/adaptation_error.py b/traits/adaptation/adaptation_error.py index 92e678bc2..10292a25d 100644 --- a/traits/adaptation/adaptation_error.py +++ b/traits/adaptation/adaptation_error.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/adaptation_manager.py b/traits/adaptation/adaptation_manager.py index 463d4d80e..944f40605 100644 --- a/traits/adaptation/adaptation_manager.py +++ b/traits/adaptation/adaptation_manager.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/adaptation_offer.py b/traits/adaptation/adaptation_offer.py index 7108f5991..5a060b0e5 100644 --- a/traits/adaptation/adaptation_offer.py +++ b/traits/adaptation/adaptation_offer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/adapter.py b/traits/adaptation/adapter.py index 81cfea36d..bce02d2c6 100644 --- a/traits/adaptation/adapter.py +++ b/traits/adaptation/adapter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/api.py b/traits/adaptation/api.py index a1d79b792..763f7c197 100644 --- a/traits/adaptation/api.py +++ b/traits/adaptation/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/abc_examples.py b/traits/adaptation/tests/abc_examples.py index 1697304ac..32ad962bf 100644 --- a/traits/adaptation/tests/abc_examples.py +++ b/traits/adaptation/tests/abc_examples.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/benchmark.py b/traits/adaptation/tests/benchmark.py index 5bdbd42db..31294bc8e 100644 --- a/traits/adaptation/tests/benchmark.py +++ b/traits/adaptation/tests/benchmark.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/interface_examples.py b/traits/adaptation/tests/interface_examples.py index c34c1e018..d7c507b37 100644 --- a/traits/adaptation/tests/interface_examples.py +++ b/traits/adaptation/tests/interface_examples.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/lazy_examples.py b/traits/adaptation/tests/lazy_examples.py index 5457ca352..66e12e380 100644 --- a/traits/adaptation/tests/lazy_examples.py +++ b/traits/adaptation/tests/lazy_examples.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/test_adaptation_manager.py b/traits/adaptation/tests/test_adaptation_manager.py index fa6460b23..5956a3ed8 100644 --- a/traits/adaptation/tests/test_adaptation_manager.py +++ b/traits/adaptation/tests/test_adaptation_manager.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/test_adaptation_offer.py b/traits/adaptation/tests/test_adaptation_offer.py index ce2bfae05..5df54ccf6 100644 --- a/traits/adaptation/tests/test_adaptation_offer.py +++ b/traits/adaptation/tests/test_adaptation_offer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/test_adapter.py b/traits/adaptation/tests/test_adapter.py index 25ebc95ab..79aeb01a5 100644 --- a/traits/adaptation/tests/test_adapter.py +++ b/traits/adaptation/tests/test_adapter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/adaptation/tests/test_global_adaptation_manager.py b/traits/adaptation/tests/test_global_adaptation_manager.py index 1d666f4c8..35c4ca314 100644 --- a/traits/adaptation/tests/test_global_adaptation_manager.py +++ b/traits/adaptation/tests/test_global_adaptation_manager.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/api.py b/traits/api.py index 481813a23..5da7d6111 100644 --- a/traits/api.py +++ b/traits/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/api.pyi b/traits/api.pyi index 0d9ff9ac5..473a7571e 100644 --- a/traits/api.pyi +++ b/traits/api.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/base_trait_handler.py b/traits/base_trait_handler.py index 2b689e1a3..cb8d63ac3 100644 --- a/traits/base_trait_handler.py +++ b/traits/base_trait_handler.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/base_trait_handler.pyi b/traits/base_trait_handler.pyi index 177858ab9..5656d0d40 100644 --- a/traits/base_trait_handler.pyi +++ b/traits/base_trait_handler.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/constants.py b/traits/constants.py index f92df003f..78e8d3454 100644 --- a/traits/constants.py +++ b/traits/constants.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/constants.pyi b/traits/constants.pyi index 88cde46d1..33ca88808 100644 --- a/traits/constants.pyi +++ b/traits/constants.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/ctrait.py b/traits/ctrait.py index 1b1480243..6cc66bbbf 100644 --- a/traits/ctrait.py +++ b/traits/ctrait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/ctrait.pyi b/traits/ctrait.pyi index 0bf9f9989..afe4829ed 100644 --- a/traits/ctrait.pyi +++ b/traits/ctrait.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/ctraits.c b/traits/ctraits.c index d2dd54366..6fda77071 100644 --- a/traits/ctraits.c +++ b/traits/ctraits.c @@ -1,4 +1,4 @@ -// (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +// (C) Copyright 2005-2024 Enthought, Inc., Austin, TX // All rights reserved. // // This software is provided without warranty under the terms of the BSD diff --git a/traits/ctraits.pyi b/traits/ctraits.pyi index e746bb3a2..4071b343d 100644 --- a/traits/ctraits.pyi +++ b/traits/ctraits.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/editor_factories.py b/traits/editor_factories.py index b4c99874f..9a9dafebc 100644 --- a/traits/editor_factories.py +++ b/traits/editor_factories.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/editor_factories.pyi b/traits/editor_factories.pyi index 236d21e77..103274335 100644 --- a/traits/editor_factories.pyi +++ b/traits/editor_factories.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/etsconfig/__init__.py b/traits/etsconfig/__init__.py index fea4b43a3..b132752b8 100644 --- a/traits/etsconfig/__init__.py +++ b/traits/etsconfig/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/etsconfig/api.py b/traits/etsconfig/api.py index 24975701d..cc318c304 100644 --- a/traits/etsconfig/api.py +++ b/traits/etsconfig/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/etsconfig/etsconfig.py b/traits/etsconfig/etsconfig.py index 561a63aa2..dabfcd889 100644 --- a/traits/etsconfig/etsconfig.py +++ b/traits/etsconfig/etsconfig.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/etsconfig/tests/test_etsconfig.py b/traits/etsconfig/tests/test_etsconfig.py index 3d415933e..42a7152f1 100644 --- a/traits/etsconfig/tests/test_etsconfig.py +++ b/traits/etsconfig/tests/test_etsconfig.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/__init__.py b/traits/examples/__init__.py index aa2218ef6..66fc17bc3 100644 --- a/traits/examples/__init__.py +++ b/traits/examples/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/_etsdemo_info.py b/traits/examples/_etsdemo_info.py index 3572e02e2..f2a200df4 100644 --- a/traits/examples/_etsdemo_info.py +++ b/traits/examples/_etsdemo_info.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/introduction/0_introduction.py b/traits/examples/introduction/0_introduction.py index 8ed63ecf4..2844000ca 100644 --- a/traits/examples/introduction/0_introduction.py +++ b/traits/examples/introduction/0_introduction.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/introduction/1_validation.py b/traits/examples/introduction/1_validation.py index 2719bdca0..39a8dc072 100644 --- a/traits/examples/introduction/1_validation.py +++ b/traits/examples/introduction/1_validation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/introduction/2_initialization.py b/traits/examples/introduction/2_initialization.py index 6042b3410..4233041e3 100644 --- a/traits/examples/introduction/2_initialization.py +++ b/traits/examples/introduction/2_initialization.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/introduction/3_observation.py b/traits/examples/introduction/3_observation.py index 71e496f28..44cd40ef8 100644 --- a/traits/examples/introduction/3_observation.py +++ b/traits/examples/introduction/3_observation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/introduction/4_properties.py b/traits/examples/introduction/4_properties.py index 672e7b92a..07cfa1adb 100644 --- a/traits/examples/introduction/4_properties.py +++ b/traits/examples/introduction/4_properties.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/introduction/5_documentation.py b/traits/examples/introduction/5_documentation.py index aa5fb4568..779ceead3 100644 --- a/traits/examples/introduction/5_documentation.py +++ b/traits/examples/introduction/5_documentation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/introduction/6_visualization.py b/traits/examples/introduction/6_visualization.py index dc2a789e5..1b21b986a 100644 --- a/traits/examples/introduction/6_visualization.py +++ b/traits/examples/introduction/6_visualization.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/examples/tests/test_etsdemo_info.py b/traits/examples/tests/test_etsdemo_info.py index 3f0c6a85a..5d81612d0 100644 --- a/traits/examples/tests/test_etsdemo_info.py +++ b/traits/examples/tests/test_etsdemo_info.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/has_traits.py b/traits/has_traits.py index 606c646d0..58d056a84 100644 --- a/traits/has_traits.py +++ b/traits/has_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/has_traits.pyi b/traits/has_traits.pyi index 409c8a7b9..899a711d7 100644 --- a/traits/has_traits.pyi +++ b/traits/has_traits.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/interface_checker.py b/traits/interface_checker.py index 732fe955d..c5a9c1b17 100644 --- a/traits/interface_checker.py +++ b/traits/interface_checker.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_anytrait_filter.py b/traits/observation/_anytrait_filter.py index 89475c2db..5e34970d9 100644 --- a/traits/observation/_anytrait_filter.py +++ b/traits/observation/_anytrait_filter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_dict_change_event.py b/traits/observation/_dict_change_event.py index 48f5e509d..0a75f7dab 100644 --- a/traits/observation/_dict_change_event.py +++ b/traits/observation/_dict_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_dict_item_observer.py b/traits/observation/_dict_item_observer.py index 47c789270..00844d02b 100644 --- a/traits/observation/_dict_item_observer.py +++ b/traits/observation/_dict_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_filtered_trait_observer.py b/traits/observation/_filtered_trait_observer.py index fbc0f6bee..d2ea5bf3d 100644 --- a/traits/observation/_filtered_trait_observer.py +++ b/traits/observation/_filtered_trait_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_has_traits_helpers.py b/traits/observation/_has_traits_helpers.py index f0c660d1c..49328a32b 100644 --- a/traits/observation/_has_traits_helpers.py +++ b/traits/observation/_has_traits_helpers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_i_notifier.py b/traits/observation/_i_notifier.py index 77203785a..0f523b446 100644 --- a/traits/observation/_i_notifier.py +++ b/traits/observation/_i_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_i_observer.py b/traits/observation/_i_observer.py index 9d234c4f7..e61e5918f 100644 --- a/traits/observation/_i_observer.py +++ b/traits/observation/_i_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_list_change_event.py b/traits/observation/_list_change_event.py index 8669c5019..815be5a73 100644 --- a/traits/observation/_list_change_event.py +++ b/traits/observation/_list_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_list_item_observer.py b/traits/observation/_list_item_observer.py index 371f269f4..e2798dd18 100644 --- a/traits/observation/_list_item_observer.py +++ b/traits/observation/_list_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_metadata_filter.py b/traits/observation/_metadata_filter.py index 65e53a530..048983004 100644 --- a/traits/observation/_metadata_filter.py +++ b/traits/observation/_metadata_filter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_named_trait_observer.py b/traits/observation/_named_trait_observer.py index cfce7c32d..02eec35a6 100644 --- a/traits/observation/_named_trait_observer.py +++ b/traits/observation/_named_trait_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_observe.py b/traits/observation/_observe.py index de33c1c28..88d7934f7 100644 --- a/traits/observation/_observe.py +++ b/traits/observation/_observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_observer_change_notifier.py b/traits/observation/_observer_change_notifier.py index 020fc91e3..a7b2c728e 100644 --- a/traits/observation/_observer_change_notifier.py +++ b/traits/observation/_observer_change_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_observer_graph.py b/traits/observation/_observer_graph.py index 7f935b4e2..3438ab7a1 100644 --- a/traits/observation/_observer_graph.py +++ b/traits/observation/_observer_graph.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_set_change_event.py b/traits/observation/_set_change_event.py index 3f03da726..e8fd18215 100644 --- a/traits/observation/_set_change_event.py +++ b/traits/observation/_set_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_set_item_observer.py b/traits/observation/_set_item_observer.py index 7f857158f..3d9fd4f8c 100644 --- a/traits/observation/_set_item_observer.py +++ b/traits/observation/_set_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_testing.py b/traits/observation/_testing.py index 709dec3c5..92692f5f9 100644 --- a/traits/observation/_testing.py +++ b/traits/observation/_testing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_trait_added_observer.py b/traits/observation/_trait_added_observer.py index 64c09f463..74cc3cc09 100644 --- a/traits/observation/_trait_added_observer.py +++ b/traits/observation/_trait_added_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_trait_change_event.py b/traits/observation/_trait_change_event.py index 8e39709d5..2d3e7d16d 100644 --- a/traits/observation/_trait_change_event.py +++ b/traits/observation/_trait_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/_trait_event_notifier.py b/traits/observation/_trait_event_notifier.py index 21e3a0ea2..a3e208704 100644 --- a/traits/observation/_trait_event_notifier.py +++ b/traits/observation/_trait_event_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/api.py b/traits/observation/api.py index c03cf441c..28e855df8 100644 --- a/traits/observation/api.py +++ b/traits/observation/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/events.py b/traits/observation/events.py index 7d4669f30..6ecb13baf 100644 --- a/traits/observation/events.py +++ b/traits/observation/events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/exception_handling.py b/traits/observation/exception_handling.py index bcee8ea61..606b299a6 100644 --- a/traits/observation/exception_handling.py +++ b/traits/observation/exception_handling.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/exceptions.py b/traits/observation/exceptions.py index 5d05fdcca..8b2d8e37f 100644 --- a/traits/observation/exceptions.py +++ b/traits/observation/exceptions.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/expression.py b/traits/observation/expression.py index 7f651041b..9b59e4a8f 100644 --- a/traits/observation/expression.py +++ b/traits/observation/expression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/i_observable.py b/traits/observation/i_observable.py index 95e474f96..b13c540d0 100644 --- a/traits/observation/i_observable.py +++ b/traits/observation/i_observable.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/observe.py b/traits/observation/observe.py index b8fc153c8..dfab99761 100644 --- a/traits/observation/observe.py +++ b/traits/observation/observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/parsing.py b/traits/observation/parsing.py index 468085adc..2e22e0263 100644 --- a/traits/observation/parsing.py +++ b/traits/observation/parsing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_dict_change_event.py b/traits/observation/tests/test_dict_change_event.py index 3e02260a2..6a23d5aa2 100644 --- a/traits/observation/tests/test_dict_change_event.py +++ b/traits/observation/tests/test_dict_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_dict_item_observer.py b/traits/observation/tests/test_dict_item_observer.py index 59d782483..5b31cb88e 100644 --- a/traits/observation/tests/test_dict_item_observer.py +++ b/traits/observation/tests/test_dict_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_exception_handling.py b/traits/observation/tests/test_exception_handling.py index f637f139f..e0c5123d4 100644 --- a/traits/observation/tests/test_exception_handling.py +++ b/traits/observation/tests/test_exception_handling.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_expression.py b/traits/observation/tests/test_expression.py index 356f8fa25..f26f09f66 100644 --- a/traits/observation/tests/test_expression.py +++ b/traits/observation/tests/test_expression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_filtered_trait_observer.py b/traits/observation/tests/test_filtered_trait_observer.py index 7b9ea6bb3..53c533481 100644 --- a/traits/observation/tests/test_filtered_trait_observer.py +++ b/traits/observation/tests/test_filtered_trait_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_generated_parser.py b/traits/observation/tests/test_generated_parser.py index 23d7c0af3..6fd52f910 100644 --- a/traits/observation/tests/test_generated_parser.py +++ b/traits/observation/tests/test_generated_parser.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_has_traits_helpers.py b/traits/observation/tests/test_has_traits_helpers.py index e62824558..ae6638b1a 100644 --- a/traits/observation/tests/test_has_traits_helpers.py +++ b/traits/observation/tests/test_has_traits_helpers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_list_change_event.py b/traits/observation/tests/test_list_change_event.py index c41d647f7..a5422bb3d 100644 --- a/traits/observation/tests/test_list_change_event.py +++ b/traits/observation/tests/test_list_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_list_item_observer.py b/traits/observation/tests/test_list_item_observer.py index f143ca24e..b67e65304 100644 --- a/traits/observation/tests/test_list_item_observer.py +++ b/traits/observation/tests/test_list_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_metadata_filter.py b/traits/observation/tests/test_metadata_filter.py index e69b36a1e..354e61d75 100644 --- a/traits/observation/tests/test_metadata_filter.py +++ b/traits/observation/tests/test_metadata_filter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_named_trait_observer.py b/traits/observation/tests/test_named_trait_observer.py index 9dbfba429..69369254f 100644 --- a/traits/observation/tests/test_named_trait_observer.py +++ b/traits/observation/tests/test_named_trait_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_observe.py b/traits/observation/tests/test_observe.py index dd80db270..29f00b2c5 100644 --- a/traits/observation/tests/test_observe.py +++ b/traits/observation/tests/test_observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_observer_change_notifier.py b/traits/observation/tests/test_observer_change_notifier.py index 8f0214613..1824accf4 100644 --- a/traits/observation/tests/test_observer_change_notifier.py +++ b/traits/observation/tests/test_observer_change_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_observer_graph.py b/traits/observation/tests/test_observer_graph.py index cca8fd86b..42227f81d 100644 --- a/traits/observation/tests/test_observer_graph.py +++ b/traits/observation/tests/test_observer_graph.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_parsing.py b/traits/observation/tests/test_parsing.py index 67efb209d..bcb2b76e8 100644 --- a/traits/observation/tests/test_parsing.py +++ b/traits/observation/tests/test_parsing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_set_change_event.py b/traits/observation/tests/test_set_change_event.py index 3090a5ce3..134e4b161 100644 --- a/traits/observation/tests/test_set_change_event.py +++ b/traits/observation/tests/test_set_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_set_item_observer.py b/traits/observation/tests/test_set_item_observer.py index 5c6006ec9..7005d531a 100644 --- a/traits/observation/tests/test_set_item_observer.py +++ b/traits/observation/tests/test_set_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_trait_added_observer.py b/traits/observation/tests/test_trait_added_observer.py index e84edfe64..5a80d27ab 100644 --- a/traits/observation/tests/test_trait_added_observer.py +++ b/traits/observation/tests/test_trait_added_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_trait_change_event.py b/traits/observation/tests/test_trait_change_event.py index 16081841e..a39aa5ff1 100644 --- a/traits/observation/tests/test_trait_change_event.py +++ b/traits/observation/tests/test_trait_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/observation/tests/test_trait_event_notifier.py b/traits/observation/tests/test_trait_event_notifier.py index 2565b70ae..23a95553c 100644 --- a/traits/observation/tests/test_trait_event_notifier.py +++ b/traits/observation/tests/test_trait_event_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Any.py b/traits/stubs_tests/examples/Any.py index ed4c200bf..8153a652b 100644 --- a/traits/stubs_tests/examples/Any.py +++ b/traits/stubs_tests/examples/Any.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/BaseClass.py b/traits/stubs_tests/examples/BaseClass.py index e2d39acb1..c8d59d9ff 100644 --- a/traits/stubs_tests/examples/BaseClass.py +++ b/traits/stubs_tests/examples/BaseClass.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Bool.py b/traits/stubs_tests/examples/Bool.py index 3e8c97837..a4a687dac 100644 --- a/traits/stubs_tests/examples/Bool.py +++ b/traits/stubs_tests/examples/Bool.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/CInt.py b/traits/stubs_tests/examples/CInt.py index e0a6cfa7e..a87e4c883 100644 --- a/traits/stubs_tests/examples/CInt.py +++ b/traits/stubs_tests/examples/CInt.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Callable.py b/traits/stubs_tests/examples/Callable.py index 1a173e9ee..15773c9af 100644 --- a/traits/stubs_tests/examples/Callable.py +++ b/traits/stubs_tests/examples/Callable.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Complex.py b/traits/stubs_tests/examples/Complex.py index babcfec8b..9f6ab919d 100644 --- a/traits/stubs_tests/examples/Complex.py +++ b/traits/stubs_tests/examples/Complex.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Date.py b/traits/stubs_tests/examples/Date.py index c6ed648eb..4e2cdbbce 100644 --- a/traits/stubs_tests/examples/Date.py +++ b/traits/stubs_tests/examples/Date.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Datetime.py b/traits/stubs_tests/examples/Datetime.py index 36419dc6e..4e54e8eeb 100644 --- a/traits/stubs_tests/examples/Datetime.py +++ b/traits/stubs_tests/examples/Datetime.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Dict.py b/traits/stubs_tests/examples/Dict.py index 3c4a52209..eb9a475a7 100644 --- a/traits/stubs_tests/examples/Dict.py +++ b/traits/stubs_tests/examples/Dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Enum.py b/traits/stubs_tests/examples/Enum.py index 7b7e20290..557624310 100644 --- a/traits/stubs_tests/examples/Enum.py +++ b/traits/stubs_tests/examples/Enum.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/File.py b/traits/stubs_tests/examples/File.py index 0c1f885c7..7672292d7 100644 --- a/traits/stubs_tests/examples/File.py +++ b/traits/stubs_tests/examples/File.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Float.py b/traits/stubs_tests/examples/Float.py index fe836be1a..77b9ad677 100644 --- a/traits/stubs_tests/examples/Float.py +++ b/traits/stubs_tests/examples/Float.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/HasStrictTraits.py b/traits/stubs_tests/examples/HasStrictTraits.py index c9124b13d..9d8fa8f8d 100644 --- a/traits/stubs_tests/examples/HasStrictTraits.py +++ b/traits/stubs_tests/examples/HasStrictTraits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/HasTraits.py b/traits/stubs_tests/examples/HasTraits.py index cd37d8222..37395f826 100644 --- a/traits/stubs_tests/examples/HasTraits.py +++ b/traits/stubs_tests/examples/HasTraits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Instance.py b/traits/stubs_tests/examples/Instance.py index 32f2e8c17..f3262604b 100644 --- a/traits/stubs_tests/examples/Instance.py +++ b/traits/stubs_tests/examples/Instance.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Int.py b/traits/stubs_tests/examples/Int.py index 12975912b..f5661dc79 100644 --- a/traits/stubs_tests/examples/Int.py +++ b/traits/stubs_tests/examples/Int.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Interface.py b/traits/stubs_tests/examples/Interface.py index 5e4772f80..105dea11a 100644 --- a/traits/stubs_tests/examples/Interface.py +++ b/traits/stubs_tests/examples/Interface.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/List.py b/traits/stubs_tests/examples/List.py index 2c4af3477..086fc7436 100644 --- a/traits/stubs_tests/examples/List.py +++ b/traits/stubs_tests/examples/List.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Map.py b/traits/stubs_tests/examples/Map.py index 8627cca58..85b68b6df 100644 --- a/traits/stubs_tests/examples/Map.py +++ b/traits/stubs_tests/examples/Map.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/PrefixList.py b/traits/stubs_tests/examples/PrefixList.py index 035984039..9aa8e03e0 100644 --- a/traits/stubs_tests/examples/PrefixList.py +++ b/traits/stubs_tests/examples/PrefixList.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/PrefixMap.py b/traits/stubs_tests/examples/PrefixMap.py index 026cf6960..d23e9151c 100644 --- a/traits/stubs_tests/examples/PrefixMap.py +++ b/traits/stubs_tests/examples/PrefixMap.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Property.py b/traits/stubs_tests/examples/Property.py index 6111e0be3..735b0532b 100644 --- a/traits/stubs_tests/examples/Property.py +++ b/traits/stubs_tests/examples/Property.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Range.py b/traits/stubs_tests/examples/Range.py index 9dc50f860..d5a30a92e 100644 --- a/traits/stubs_tests/examples/Range.py +++ b/traits/stubs_tests/examples/Range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Set.py b/traits/stubs_tests/examples/Set.py index 906532f6e..74a4d87ab 100644 --- a/traits/stubs_tests/examples/Set.py +++ b/traits/stubs_tests/examples/Set.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Str.py b/traits/stubs_tests/examples/Str.py index cb3b24c47..a4294bd6e 100644 --- a/traits/stubs_tests/examples/Str.py +++ b/traits/stubs_tests/examples/Str.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/String.py b/traits/stubs_tests/examples/String.py index cf2dc382e..c2e4e6390 100644 --- a/traits/stubs_tests/examples/String.py +++ b/traits/stubs_tests/examples/String.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Time.py b/traits/stubs_tests/examples/Time.py index 34b1cb7ab..2a03e2c9e 100644 --- a/traits/stubs_tests/examples/Time.py +++ b/traits/stubs_tests/examples/Time.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/Tuple.py b/traits/stubs_tests/examples/Tuple.py index 9f133e691..e8ddb8147 100644 --- a/traits/stubs_tests/examples/Tuple.py +++ b/traits/stubs_tests/examples/Tuple.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/UUID.py b/traits/stubs_tests/examples/UUID.py index 58f946b15..78f24ec01 100644 --- a/traits/stubs_tests/examples/UUID.py +++ b/traits/stubs_tests/examples/UUID.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/WeakRef.py b/traits/stubs_tests/examples/WeakRef.py index b4bcec871..9fed071f3 100644 --- a/traits/stubs_tests/examples/WeakRef.py +++ b/traits/stubs_tests/examples/WeakRef.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/examples/completeness.py b/traits/stubs_tests/examples/completeness.py index ba4557466..b56ee94c5 100644 --- a/traits/stubs_tests/examples/completeness.py +++ b/traits/stubs_tests/examples/completeness.py @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/numpy_examples/Array.py b/traits/stubs_tests/numpy_examples/Array.py index 5ae58a7cf..9d6627245 100644 --- a/traits/stubs_tests/numpy_examples/Array.py +++ b/traits/stubs_tests/numpy_examples/Array.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/test_all.py b/traits/stubs_tests/test_all.py index d81f12324..d277e2e8f 100644 --- a/traits/stubs_tests/test_all.py +++ b/traits/stubs_tests/test_all.py @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/stubs_tests/util.py b/traits/stubs_tests/util.py index e3dbcb32f..f97ddf999 100644 --- a/traits/stubs_tests/util.py +++ b/traits/stubs_tests/util.py @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/testing/__init__.py b/traits/testing/__init__.py index a20f661c4..649e657f1 100644 --- a/traits/testing/__init__.py +++ b/traits/testing/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/testing/api.py b/traits/testing/api.py index 78564d016..b73c79b4b 100644 --- a/traits/testing/api.py +++ b/traits/testing/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/testing/doctest_tools.py b/traits/testing/doctest_tools.py index d134466d2..2b280c5b6 100644 --- a/traits/testing/doctest_tools.py +++ b/traits/testing/doctest_tools.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/testing/optional_dependencies.py b/traits/testing/optional_dependencies.py index e978b0353..87c565c18 100644 --- a/traits/testing/optional_dependencies.py +++ b/traits/testing/optional_dependencies.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/testing/tests/test_optional_dependencies.py b/traits/testing/tests/test_optional_dependencies.py index 9c7953a2d..dbc28719f 100644 --- a/traits/testing/tests/test_optional_dependencies.py +++ b/traits/testing/tests/test_optional_dependencies.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/testing/tests/test_unittest_tools.py b/traits/testing/tests/test_unittest_tools.py index e6a2acdb3..52b733c0f 100644 --- a/traits/testing/tests/test_unittest_tools.py +++ b/traits/testing/tests/test_unittest_tools.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/testing/unittest_tools.py b/traits/testing/unittest_tools.py index 27242456d..16b69af32 100644 --- a/traits/testing/unittest_tools.py +++ b/traits/testing/unittest_tools.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/__init__.py b/traits/tests/__init__.py index 8b3f371f2..3a0315824 100644 --- a/traits/tests/__init__.py +++ b/traits/tests/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/check_observe_timing.py b/traits/tests/check_observe_timing.py index c552977d9..eddb4ab94 100644 --- a/traits/tests/check_observe_timing.py +++ b/traits/tests/check_observe_timing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/check_timing.py b/traits/tests/check_timing.py index cb1650919..7146e3cdb 100644 --- a/traits/tests/check_timing.py +++ b/traits/tests/check_timing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test-data/historical-pickles/generate_pickles.py b/traits/tests/test-data/historical-pickles/generate_pickles.py index fd1e2e142..9a4f99b4b 100644 --- a/traits/tests/test-data/historical-pickles/generate_pickles.py +++ b/traits/tests/test-data/historical-pickles/generate_pickles.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_abc.py b/traits/tests/test_abc.py index bcfe0e0c7..8eabf449a 100644 --- a/traits/tests/test_abc.py +++ b/traits/tests/test_abc.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_any.py b/traits/tests/test_any.py index 2580979c5..2b8f869d9 100644 --- a/traits/tests/test_any.py +++ b/traits/tests/test_any.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_anytrait_static_notifiers.py b/traits/tests/test_anytrait_static_notifiers.py index 9f9e41f8b..aeefc9ddc 100644 --- a/traits/tests/test_anytrait_static_notifiers.py +++ b/traits/tests/test_anytrait_static_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_array.py b/traits/tests/test_array.py index d94f431b5..4ca1150ff 100644 --- a/traits/tests/test_array.py +++ b/traits/tests/test_array.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_array_or_none.py b/traits/tests/test_array_or_none.py index 6c6815dc3..4189139d8 100644 --- a/traits/tests/test_array_or_none.py +++ b/traits/tests/test_array_or_none.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_automatic_adaptation.py b/traits/tests/test_automatic_adaptation.py index d23a1ed00..768f9b63f 100644 --- a/traits/tests/test_automatic_adaptation.py +++ b/traits/tests/test_automatic_adaptation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_bool.py b/traits/tests/test_bool.py index 177e9d5e2..d7034b55d 100644 --- a/traits/tests/test_bool.py +++ b/traits/tests/test_bool.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_callable.py b/traits/tests/test_callable.py index b863fa2d0..b3d0f2a8c 100644 --- a/traits/tests/test_callable.py +++ b/traits/tests/test_callable.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_class_traits.py b/traits/tests/test_class_traits.py index 3d11f3b9b..c269569c2 100644 --- a/traits/tests/test_class_traits.py +++ b/traits/tests/test_class_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_clone.py b/traits/tests/test_clone.py index 33f6da680..1c6a3ce65 100644 --- a/traits/tests/test_clone.py +++ b/traits/tests/test_clone.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_comparison_mode.py b/traits/tests/test_comparison_mode.py index 83702bb37..dcbce2a66 100644 --- a/traits/tests/test_comparison_mode.py +++ b/traits/tests/test_comparison_mode.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_complex.py b/traits/tests/test_complex.py index cedb50e45..99be4ad97 100644 --- a/traits/tests/test_complex.py +++ b/traits/tests/test_complex.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_configure_traits.py b/traits/tests/test_configure_traits.py index 28dfca975..dbc940df3 100644 --- a/traits/tests/test_configure_traits.py +++ b/traits/tests/test_configure_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_constant.py b/traits/tests/test_constant.py index 045321f30..b77948482 100644 --- a/traits/tests/test_constant.py +++ b/traits/tests/test_constant.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_constants.py b/traits/tests/test_constants.py index 123ea3d6b..9c966d725 100644 --- a/traits/tests/test_constants.py +++ b/traits/tests/test_constants.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_container_events.py b/traits/tests/test_container_events.py index 11b451fbd..5bfd4d9bc 100644 --- a/traits/tests/test_container_events.py +++ b/traits/tests/test_container_events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_copy_traits.py b/traits/tests/test_copy_traits.py index 626271d3e..97ef81acc 100644 --- a/traits/tests/test_copy_traits.py +++ b/traits/tests/test_copy_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_copyable_trait_names.py b/traits/tests/test_copyable_trait_names.py index 1f9445c8b..5fe332f37 100644 --- a/traits/tests/test_copyable_trait_names.py +++ b/traits/tests/test_copyable_trait_names.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_ctraits.py b/traits/tests/test_ctraits.py index ea9d40bd7..072cfebd8 100644 --- a/traits/tests/test_ctraits.py +++ b/traits/tests/test_ctraits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_cythonized_traits.py b/traits/tests/test_cythonized_traits.py index 810fb2b3f..a9b462a60 100644 --- a/traits/tests/test_cythonized_traits.py +++ b/traits/tests/test_cythonized_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_date.py b/traits/tests/test_date.py index a1aa731e6..57b32ca0f 100644 --- a/traits/tests/test_date.py +++ b/traits/tests/test_date.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_datetime.py b/traits/tests/test_datetime.py index 75001cc67..f8d615356 100644 --- a/traits/tests/test_datetime.py +++ b/traits/tests/test_datetime.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_delegate.py b/traits/tests/test_delegate.py index 3481a5d09..6f7496617 100644 --- a/traits/tests/test_delegate.py +++ b/traits/tests/test_delegate.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_dict.py b/traits/tests/test_dict.py index 7ba2dda13..a77fe3c97 100644 --- a/traits/tests/test_dict.py +++ b/traits/tests/test_dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_directory.py b/traits/tests/test_directory.py index 45d415d89..645f9c440 100644 --- a/traits/tests/test_directory.py +++ b/traits/tests/test_directory.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_dynamic_notifiers.py b/traits/tests/test_dynamic_notifiers.py index a16447617..7140268cd 100644 --- a/traits/tests/test_dynamic_notifiers.py +++ b/traits/tests/test_dynamic_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_dynamic_trait_definition.py b/traits/tests/test_dynamic_trait_definition.py index 7341d8892..d779924fa 100644 --- a/traits/tests/test_dynamic_trait_definition.py +++ b/traits/tests/test_dynamic_trait_definition.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_editor_factories.py b/traits/tests/test_editor_factories.py index ca7264345..304b49fed 100644 --- a/traits/tests/test_editor_factories.py +++ b/traits/tests/test_editor_factories.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_enum.py b/traits/tests/test_enum.py index 271d7f823..ff2e274bf 100644 --- a/traits/tests/test_enum.py +++ b/traits/tests/test_enum.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_event_order.py b/traits/tests/test_event_order.py index 1102d68ed..883a47627 100644 --- a/traits/tests/test_event_order.py +++ b/traits/tests/test_event_order.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_expression.py b/traits/tests/test_expression.py index 1b8021355..48b5cd817 100644 --- a/traits/tests/test_expression.py +++ b/traits/tests/test_expression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_extended_notifiers.py b/traits/tests/test_extended_notifiers.py index c56bed271..6a68482e0 100644 --- a/traits/tests/test_extended_notifiers.py +++ b/traits/tests/test_extended_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_extended_trait_change.py b/traits/tests/test_extended_trait_change.py index b3526b105..6ff0c2045 100644 --- a/traits/tests/test_extended_trait_change.py +++ b/traits/tests/test_extended_trait_change.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_file.py b/traits/tests/test_file.py index bd23873a4..4ffed55ba 100644 --- a/traits/tests/test_file.py +++ b/traits/tests/test_file.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_float.py b/traits/tests/test_float.py index a08c92905..86b1921c0 100644 --- a/traits/tests/test_float.py +++ b/traits/tests/test_float.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_float_range.py b/traits/tests/test_float_range.py index 43a5fa6d8..66d76e2eb 100644 --- a/traits/tests/test_float_range.py +++ b/traits/tests/test_float_range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_get_traits.py b/traits/tests/test_get_traits.py index d50c785cb..929dee8c4 100644 --- a/traits/tests/test_get_traits.py +++ b/traits/tests/test_get_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_has_required_traits.py b/traits/tests/test_has_required_traits.py index a3c33b839..cec5497da 100644 --- a/traits/tests/test_has_required_traits.py +++ b/traits/tests/test_has_required_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_has_traits.py b/traits/tests/test_has_traits.py index 02bec8854..9a2d0856f 100644 --- a/traits/tests/test_has_traits.py +++ b/traits/tests/test_has_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_historical_unpickling.py b/traits/tests/test_historical_unpickling.py index fa966f932..c6669e94e 100644 --- a/traits/tests/test_historical_unpickling.py +++ b/traits/tests/test_historical_unpickling.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_instance.py b/traits/tests/test_instance.py index 85df663ff..1d5f860f8 100644 --- a/traits/tests/test_instance.py +++ b/traits/tests/test_instance.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_int_range_long.py b/traits/tests/test_int_range_long.py index a102f941b..b59340451 100644 --- a/traits/tests/test_int_range_long.py +++ b/traits/tests/test_int_range_long.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_integer.py b/traits/tests/test_integer.py index feb096e31..92ade6f63 100644 --- a/traits/tests/test_integer.py +++ b/traits/tests/test_integer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_integer_range.py b/traits/tests/test_integer_range.py index fde0a1225..a3efe6c06 100644 --- a/traits/tests/test_integer_range.py +++ b/traits/tests/test_integer_range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_interface_checker.py b/traits/tests/test_interface_checker.py index 1eb29a93e..2ae07d026 100644 --- a/traits/tests/test_interface_checker.py +++ b/traits/tests/test_interface_checker.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_interfaces.py b/traits/tests/test_interfaces.py index f8c9c5296..070b4940f 100644 --- a/traits/tests/test_interfaces.py +++ b/traits/tests/test_interfaces.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_keyword_args.py b/traits/tests/test_keyword_args.py index 540a1011a..ce358c8e9 100644 --- a/traits/tests/test_keyword_args.py +++ b/traits/tests/test_keyword_args.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_list.py b/traits/tests/test_list.py index 2aa3768cc..cb0636424 100644 --- a/traits/tests/test_list.py +++ b/traits/tests/test_list.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_list_events.py b/traits/tests/test_list_events.py index 5f8234b66..a3b5ccce1 100644 --- a/traits/tests/test_list_events.py +++ b/traits/tests/test_list_events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_listeners.py b/traits/tests/test_listeners.py index 8cd03d5e3..0d8dc0c51 100644 --- a/traits/tests/test_listeners.py +++ b/traits/tests/test_listeners.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_map.py b/traits/tests/test_map.py index 0960f3943..2d59511ae 100644 --- a/traits/tests/test_map.py +++ b/traits/tests/test_map.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_new_notifiers.py b/traits/tests/test_new_notifiers.py index de52348f7..db4356d2a 100644 --- a/traits/tests/test_new_notifiers.py +++ b/traits/tests/test_new_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_none.py b/traits/tests/test_none.py index 91314b70b..92562b2d3 100644 --- a/traits/tests/test_none.py +++ b/traits/tests/test_none.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_observe.py b/traits/tests/test_observe.py index b92b432a3..bd0460f8f 100644 --- a/traits/tests/test_observe.py +++ b/traits/tests/test_observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_pickle_validated_dict.py b/traits/tests/test_pickle_validated_dict.py index 14ace8871..6bd1d15f8 100644 --- a/traits/tests/test_pickle_validated_dict.py +++ b/traits/tests/test_pickle_validated_dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_prefix_list.py b/traits/tests/test_prefix_list.py index 90aa7ac36..9895b4de7 100644 --- a/traits/tests/test_prefix_list.py +++ b/traits/tests/test_prefix_list.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_prefix_map.py b/traits/tests/test_prefix_map.py index 3f848a7a9..414f3b97c 100644 --- a/traits/tests/test_prefix_map.py +++ b/traits/tests/test_prefix_map.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_property_delete.py b/traits/tests/test_property_delete.py index 41ef1003b..11d7446e7 100644 --- a/traits/tests/test_property_delete.py +++ b/traits/tests/test_property_delete.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_property_notifications.py b/traits/tests/test_property_notifications.py index c8f543c7f..d02b3dc65 100644 --- a/traits/tests/test_property_notifications.py +++ b/traits/tests/test_property_notifications.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_python_properties.py b/traits/tests/test_python_properties.py index a55f6fb29..2e8c3e1c7 100644 --- a/traits/tests/test_python_properties.py +++ b/traits/tests/test_python_properties.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_range.py b/traits/tests/test_range.py index 8908e8042..c40a57db0 100644 --- a/traits/tests/test_range.py +++ b/traits/tests/test_range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_readonly.py b/traits/tests/test_readonly.py index 93a0957d4..0adfc27f3 100644 --- a/traits/tests/test_readonly.py +++ b/traits/tests/test_readonly.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_regression.py b/traits/tests/test_regression.py index ee6601d90..96a43a227 100644 --- a/traits/tests/test_regression.py +++ b/traits/tests/test_regression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_special_event_handlers.py b/traits/tests/test_special_event_handlers.py index 150a76412..067cd2287 100644 --- a/traits/tests/test_special_event_handlers.py +++ b/traits/tests/test_special_event_handlers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_static_notifiers.py b/traits/tests/test_static_notifiers.py index ecc2fd6af..4fc9c8020 100644 --- a/traits/tests/test_static_notifiers.py +++ b/traits/tests/test_static_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_str_handler.py b/traits/tests/test_str_handler.py index d06ace1fd..5fefd4a2a 100644 --- a/traits/tests/test_str_handler.py +++ b/traits/tests/test_str_handler.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_string.py b/traits/tests/test_string.py index f9f4916f1..a199706c8 100644 --- a/traits/tests/test_string.py +++ b/traits/tests/test_string.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_sync_traits.py b/traits/tests/test_sync_traits.py index 6c4ce01d7..71d6e5d9c 100644 --- a/traits/tests/test_sync_traits.py +++ b/traits/tests/test_sync_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_target.py b/traits/tests/test_target.py index 278d054b8..2d3ad08a6 100644 --- a/traits/tests/test_target.py +++ b/traits/tests/test_target.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_time.py b/traits/tests/test_time.py index fba69508b..ab6d446ac 100644 --- a/traits/tests/test_time.py +++ b/traits/tests/test_time.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_base.py b/traits/tests/test_trait_base.py index ad0be92cc..5cc171640 100644 --- a/traits/tests/test_trait_base.py +++ b/traits/tests/test_trait_base.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_change_event_tracer.py b/traits/tests/test_trait_change_event_tracer.py index b1f716f50..ffc0b04c7 100644 --- a/traits/tests/test_trait_change_event_tracer.py +++ b/traits/tests/test_trait_change_event_tracer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_converters.py b/traits/tests/test_trait_converters.py index 66dcd8346..23ee7444b 100644 --- a/traits/tests/test_trait_converters.py +++ b/traits/tests/test_trait_converters.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_cycle.py b/traits/tests/test_trait_cycle.py index 45da2a118..3fc7cddce 100644 --- a/traits/tests/test_trait_cycle.py +++ b/traits/tests/test_trait_cycle.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_default_initializer.py b/traits/tests/test_trait_default_initializer.py index 41885cf30..31adaf144 100644 --- a/traits/tests/test_trait_default_initializer.py +++ b/traits/tests/test_trait_default_initializer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_dict_list_set_event.py b/traits/tests/test_trait_dict_list_set_event.py index 7e721b4af..17f9e8b8b 100644 --- a/traits/tests/test_trait_dict_list_set_event.py +++ b/traits/tests/test_trait_dict_list_set_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_dict_object.py b/traits/tests/test_trait_dict_object.py index d033df5d8..79db8b0d0 100644 --- a/traits/tests/test_trait_dict_object.py +++ b/traits/tests/test_trait_dict_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_exceptions.py b/traits/tests/test_trait_exceptions.py index 07c8caa2a..969d87610 100644 --- a/traits/tests/test_trait_exceptions.py +++ b/traits/tests/test_trait_exceptions.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_get_set.py b/traits/tests/test_trait_get_set.py index b4b3ad030..daea4fcfb 100644 --- a/traits/tests/test_trait_get_set.py +++ b/traits/tests/test_trait_get_set.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_list_dict.py b/traits/tests/test_trait_list_dict.py index 153d00fd1..91a9b9cf5 100644 --- a/traits/tests/test_trait_list_dict.py +++ b/traits/tests/test_trait_list_dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_list_object.py b/traits/tests/test_trait_list_object.py index 46e68be0c..af6a76992 100644 --- a/traits/tests/test_trait_list_object.py +++ b/traits/tests/test_trait_list_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_notifiers.py b/traits/tests/test_trait_notifiers.py index f03f3b471..8f472c616 100644 --- a/traits/tests/test_trait_notifiers.py +++ b/traits/tests/test_trait_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_set_object.py b/traits/tests/test_trait_set_object.py index 94e358114..f8ba01e2c 100644 --- a/traits/tests/test_trait_set_object.py +++ b/traits/tests/test_trait_set_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_trait_types.py b/traits/tests/test_trait_types.py index 84dd8d990..a8f8f7330 100644 --- a/traits/tests/test_trait_types.py +++ b/traits/tests/test_trait_types.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_traits.py b/traits/tests/test_traits.py index 37127e583..948a53190 100644 --- a/traits/tests/test_traits.py +++ b/traits/tests/test_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_traits_listener.py b/traits/tests/test_traits_listener.py index fdd3e7383..7eaa9054e 100644 --- a/traits/tests/test_traits_listener.py +++ b/traits/tests/test_traits_listener.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_tuple.py b/traits/tests/test_tuple.py index ecd478d59..f4c8a9beb 100644 --- a/traits/tests/test_tuple.py +++ b/traits/tests/test_tuple.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_type.py b/traits/tests/test_type.py index e4a138d01..0198d8dbd 100644 --- a/traits/tests/test_type.py +++ b/traits/tests/test_type.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_ui_notifiers.py b/traits/tests/test_ui_notifiers.py index ea019f7e8..fbc1f3f72 100644 --- a/traits/tests/test_ui_notifiers.py +++ b/traits/tests/test_ui_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_undefined.py b/traits/tests/test_undefined.py index abaae5c58..05316a2a3 100644 --- a/traits/tests/test_undefined.py +++ b/traits/tests/test_undefined.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_unicode_traits.py b/traits/tests/test_unicode_traits.py index 5fee58f12..c04c769a4 100644 --- a/traits/tests/test_unicode_traits.py +++ b/traits/tests/test_unicode_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_union.py b/traits/tests/test_union.py index c093fb004..d394d933d 100644 --- a/traits/tests/test_union.py +++ b/traits/tests/test_union.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_uuid.py b/traits/tests/test_uuid.py index 71288504b..38728556d 100644 --- a/traits/tests/test_uuid.py +++ b/traits/tests/test_uuid.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_validated_tuple.py b/traits/tests/test_validated_tuple.py index 2ca7961c4..6b4d4e90b 100644 --- a/traits/tests/test_validated_tuple.py +++ b/traits/tests/test_validated_tuple.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_version.py b/traits/tests/test_version.py index 4943e2d2a..1eb80ebf7 100644 --- a/traits/tests/test_version.py +++ b/traits/tests/test_version.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_view_elements.py b/traits/tests/test_view_elements.py index c2627b7c5..2576e07e0 100644 --- a/traits/tests/test_view_elements.py +++ b/traits/tests/test_view_elements.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/test_weak_ref.py b/traits/tests/test_weak_ref.py index 05a3035e5..a5e53a9a5 100644 --- a/traits/tests/test_weak_ref.py +++ b/traits/tests/test_weak_ref.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/tests/tuple_test_mixin.py b/traits/tests/tuple_test_mixin.py index e8b192aad..b90c175fb 100644 --- a/traits/tests/tuple_test_mixin.py +++ b/traits/tests/tuple_test_mixin.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_base.py b/traits/trait_base.py index dd9593f54..fca5c5991 100644 --- a/traits/trait_base.py +++ b/traits/trait_base.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_converters.py b/traits/trait_converters.py index 33a442e46..3bc6d5cd7 100644 --- a/traits/trait_converters.py +++ b/traits/trait_converters.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_dict_object.py b/traits/trait_dict_object.py index d39a41ba4..0f0cea646 100644 --- a/traits/trait_dict_object.py +++ b/traits/trait_dict_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_errors.py b/traits/trait_errors.py index b4c7e7d7d..2f851d3bf 100644 --- a/traits/trait_errors.py +++ b/traits/trait_errors.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_factory.py b/traits/trait_factory.py index 0519460e6..82e11f5b4 100644 --- a/traits/trait_factory.py +++ b/traits/trait_factory.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_handler.py b/traits/trait_handler.py index af6264e6b..c9460e590 100644 --- a/traits/trait_handler.py +++ b/traits/trait_handler.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_handler.pyi b/traits/trait_handler.pyi index 8f10dfdcb..298957eda 100644 --- a/traits/trait_handler.pyi +++ b/traits/trait_handler.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_handlers.py b/traits/trait_handlers.py index e6b8d824f..f4eff44c6 100644 --- a/traits/trait_handlers.py +++ b/traits/trait_handlers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_handlers.pyi b/traits/trait_handlers.pyi index 9aabd073f..1629d568e 100644 --- a/traits/trait_handlers.pyi +++ b/traits/trait_handlers.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_list_object.py b/traits/trait_list_object.py index d8db6c571..951d9ddf8 100644 --- a/traits/trait_list_object.py +++ b/traits/trait_list_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_notifiers.py b/traits/trait_notifiers.py index fcd114eca..ed6b2ec12 100644 --- a/traits/trait_notifiers.py +++ b/traits/trait_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_numeric.py b/traits/trait_numeric.py index 7b723774a..7f26de63f 100644 --- a/traits/trait_numeric.py +++ b/traits/trait_numeric.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_numeric.pyi b/traits/trait_numeric.pyi index 54b6d2751..2f7bc00c9 100644 --- a/traits/trait_numeric.pyi +++ b/traits/trait_numeric.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_set_object.py b/traits/trait_set_object.py index e608d793e..331cc5d58 100644 --- a/traits/trait_set_object.py +++ b/traits/trait_set_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_type.py b/traits/trait_type.py index 504335de5..b5e552fb7 100644 --- a/traits/trait_type.py +++ b/traits/trait_type.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_type.pyi b/traits/trait_type.pyi index 20540c7b5..ac65869f6 100644 --- a/traits/trait_type.pyi +++ b/traits/trait_type.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_types.py b/traits/trait_types.py index e981fccdd..74695ee28 100644 --- a/traits/trait_types.py +++ b/traits/trait_types.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/trait_types.pyi b/traits/trait_types.pyi index fb0545725..a6d2e8793 100644 --- a/traits/trait_types.pyi +++ b/traits/trait_types.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/traits.py b/traits/traits.py index db2957b2e..481de0d5c 100644 --- a/traits/traits.py +++ b/traits/traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/traits.pyi b/traits/traits.pyi index 60f8b924d..3daf3a9a9 100644 --- a/traits/traits.pyi +++ b/traits/traits.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/traits_listener.py b/traits/traits_listener.py index 070ae6153..47de7f9f6 100644 --- a/traits/traits_listener.py +++ b/traits/traits_listener.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/__init__.py b/traits/util/__init__.py index d69f34b9e..dc07a93ec 100644 --- a/traits/util/__init__.py +++ b/traits/util/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/api.py b/traits/util/api.py index 32df8d203..081248093 100644 --- a/traits/util/api.py +++ b/traits/util/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/async_trait_wait.py b/traits/util/async_trait_wait.py index e7cc8e476..4e9eaf68a 100644 --- a/traits/util/async_trait_wait.py +++ b/traits/util/async_trait_wait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/camel_case.py b/traits/util/camel_case.py index 48369b6aa..c99674916 100644 --- a/traits/util/camel_case.py +++ b/traits/util/camel_case.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/clean_strings.py b/traits/util/clean_strings.py index 1276c60b8..d2a245a08 100644 --- a/traits/util/clean_strings.py +++ b/traits/util/clean_strings.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/deprecated.py b/traits/util/deprecated.py index f834ece53..0601335ec 100644 --- a/traits/util/deprecated.py +++ b/traits/util/deprecated.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/event_tracer.py b/traits/util/event_tracer.py index acb226c70..d9055b634 100644 --- a/traits/util/event_tracer.py +++ b/traits/util/event_tracer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/home_directory.py b/traits/util/home_directory.py index 4c7bf7081..56b04bb28 100644 --- a/traits/util/home_directory.py +++ b/traits/util/home_directory.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/import_symbol.py b/traits/util/import_symbol.py index f0545c7e5..0ecdbb55c 100644 --- a/traits/util/import_symbol.py +++ b/traits/util/import_symbol.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/resource.py b/traits/util/resource.py index a3f09415c..859918281 100644 --- a/traits/util/resource.py +++ b/traits/util/resource.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_async_trait_wait.py b/traits/util/tests/test_async_trait_wait.py index 457c12106..4ba1e1c1a 100644 --- a/traits/util/tests/test_async_trait_wait.py +++ b/traits/util/tests/test_async_trait_wait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_camel_case.py b/traits/util/tests/test_camel_case.py index 72e880a80..ad15f9f5e 100644 --- a/traits/util/tests/test_camel_case.py +++ b/traits/util/tests/test_camel_case.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_clean_strings.py b/traits/util/tests/test_clean_strings.py index c4b0595e1..dcb04ea4d 100644 --- a/traits/util/tests/test_clean_strings.py +++ b/traits/util/tests/test_clean_strings.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_deprecated.py b/traits/util/tests/test_deprecated.py index b569d920a..df7afd103 100644 --- a/traits/util/tests/test_deprecated.py +++ b/traits/util/tests/test_deprecated.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_import_symbol.py b/traits/util/tests/test_import_symbol.py index f20f93b1b..9da549b49 100644 --- a/traits/util/tests/test_import_symbol.py +++ b/traits/util/tests/test_import_symbol.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_message_records.py b/traits/util/tests/test_message_records.py index b6100aeca..d374a420e 100644 --- a/traits/util/tests/test_message_records.py +++ b/traits/util/tests/test_message_records.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_record_containers.py b/traits/util/tests/test_record_containers.py index 93f3ce492..dfc26aafa 100644 --- a/traits/util/tests/test_record_containers.py +++ b/traits/util/tests/test_record_containers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_record_events.py b/traits/util/tests/test_record_events.py index ace22b77c..89d485a8f 100644 --- a/traits/util/tests/test_record_events.py +++ b/traits/util/tests/test_record_events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_trait_documenter.py b/traits/util/tests/test_trait_documenter.py index b51430719..dc13df3b6 100644 --- a/traits/util/tests/test_trait_documenter.py +++ b/traits/util/tests/test_trait_documenter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/tests/test_weakidddict.py b/traits/util/tests/test_weakidddict.py index 2a629b361..be09320b5 100644 --- a/traits/util/tests/test_weakidddict.py +++ b/traits/util/tests/test_weakidddict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/toposort.py b/traits/util/toposort.py index 6190be715..d011a4cc4 100644 --- a/traits/util/toposort.py +++ b/traits/util/toposort.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/trait_documenter.py b/traits/util/trait_documenter.py index 853c83bed..68b80f0ca 100644 --- a/traits/util/trait_documenter.py +++ b/traits/util/trait_documenter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/traits/util/weakiddict.py b/traits/util/weakiddict.py index 74293183e..4896d51ce 100644 --- a/traits/util/weakiddict.py +++ b/traits/util/weakiddict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD