diff --git a/LICENSE.txt b/LICENSE.txt index 013412315..64eddccc1 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-2024 Enthought, Inc., Austin, TX +(C) Copyright 2005-2025 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 5f95c16d1..298d8c590 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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-2024 Enthought, Inc., Austin, TX +(C) Copyright 2005-2025 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 b951e083a..d00caa2db 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-2024 Enthought, Inc., Austin, TX +:Copyright: | (C) Copyright 2005-2025 Enthought, Inc., Austin, TX | All rights reserved. Contents diff --git a/etstool.py b/etstool.py index 74f470afb..02ca3a35f 100644 --- a/etstool.py +++ b/etstool.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ee0ea2586..34c9eaf7b 100644 --- a/examples/tutorials/doc_examples/__init__.py +++ b/examples/tutorials/doc_examples/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 591ccf0c4..e892c178c 100644 --- a/examples/tutorials/doc_examples/examples/__init__.py +++ b/examples/tutorials/doc_examples/examples/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6e09cb799..bea4a7c3c 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 88a876678..764ea3af7 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5324ba590..84f6ce9bf 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 03fafd836..e90d494cd 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3db403eaf..34a28ddc3 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 76a41aa3e..059e0a15c 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2b43a926f..b45639991 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 01e1dd777..3fd252f1a 100644 --- a/examples/tutorials/doc_examples/examples/compound.py +++ b/examples/tutorials/doc_examples/examples/compound.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 bca7b419f..1d744018b 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 991ec6f3d..314940f27 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f0ebe0176..409826a82 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 87526d846..5cfb3c3e9 100644 --- a/examples/tutorials/doc_examples/examples/delegate.py +++ b/examples/tutorials/doc_examples/examples/delegate.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0a9dbe927..eb2589f23 100644 --- a/examples/tutorials/doc_examples/examples/disallow.py +++ b/examples/tutorials/doc_examples/examples/disallow.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 40c570a57..ef72fc17d 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 69034c12f..731c0b9e1 100644 --- a/examples/tutorials/doc_examples/examples/event.py +++ b/examples/tutorials/doc_examples/examples/event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 002a80e9d..6000ae331 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4b13c4c40..524748a4b 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e748ee2f5..1b21a210f 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6dae328e8..a0967b245 100644 --- a/examples/tutorials/doc_examples/examples/keywords.py +++ b/examples/tutorials/doc_examples/examples/keywords.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6393766fe..917ceff95 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d97ae20ea..56d48f8b4 100644 --- a/examples/tutorials/doc_examples/examples/mapped.py +++ b/examples/tutorials/doc_examples/examples/mapped.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f5e84ca06..230c34489 100644 --- a/examples/tutorials/doc_examples/examples/metadata.py +++ b/examples/tutorials/doc_examples/examples/metadata.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 81e92f290..2ff9d9190 100644 --- a/examples/tutorials/doc_examples/examples/minimal.py +++ b/examples/tutorials/doc_examples/examples/minimal.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8c0a79322..17de32ec6 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 bc4948f2f..baff5a695 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e9ae24c8f..827daa5d6 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ea8a7fac2..09e136c97 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c5fbc0dca..703b2ba7c 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2b6c81701..9a1971573 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7ac4a1a3d..520d70093 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 236c5211f..b2b62d12e 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6c95285ca..0d8cf729e 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6efbf394f..0c8a5aed8 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 afe125ffe..642d7b5bf 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0f9bfb33f..c332ee4ce 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 80e1c6a20..ff3dbf79b 100644 --- a/examples/tutorials/doc_examples/examples/this.py +++ b/examples/tutorials/doc_examples/examples/this.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b70cde00d..2af7549e3 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9cb336cdc..bcb13b827 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9b5a8ccbf..90972f4c5 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 89952066c..3fb4dec17 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 01bfe377c..7b6b434ee 100644 --- a/examples/tutorials/doc_examples/examples/widget.py +++ b/examples/tutorials/doc_examples/examples/widget.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 490c5337c..398fea12c 100644 --- a/examples/tutorials/doc_examples/examples/wildcard.py +++ b/examples/tutorials/doc_examples/examples/wildcard.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d77e0c4bb..5993ea4da 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 364efde38..b6e2063e1 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3eabe3c74..ed436a7f1 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8c8cc1b2d..52a7a3aea 100644 --- a/examples/tutorials/doc_examples/examples/wizard.py +++ b/examples/tutorials/doc_examples/examples/wizard.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 191d37389..e0899a154 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d9740bd8e..e91cc27d0 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8429faca1..d84933a55 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 cdf7983a3..69223144d 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b0e233cdb..7d35ec7a9 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c53014a32..29c713c44 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e814c7418..eb7b274cb 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 57c786b39..09f40f7d6 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ce78db1b5..1e39908b2 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8fdd7504b..7d6b976bd 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c67de8652..3579aa8c7 100644 --- a/examples/tutorials/tutor.py +++ b/examples/tutorials/tutor.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c94787781..5a931da87 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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-2024 {company}, Inc., Austin, TX +# (C) Copyright 2005-2025 {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 eea994aa7..72e4f1639 100644 --- a/traits/__init__.py +++ b/traits/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4c32f5969..0569e35a4 100644 --- a/traits/adaptation/__init__.py +++ b/traits/adaptation/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 10292a25d..1a36b903a 100644 --- a/traits/adaptation/adaptation_error.py +++ b/traits/adaptation/adaptation_error.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 944f40605..75b4556a9 100644 --- a/traits/adaptation/adaptation_manager.py +++ b/traits/adaptation/adaptation_manager.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5a060b0e5..b97c06675 100644 --- a/traits/adaptation/adaptation_offer.py +++ b/traits/adaptation/adaptation_offer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 bce02d2c6..07e2efc2e 100644 --- a/traits/adaptation/adapter.py +++ b/traits/adaptation/adapter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 763f7c197..d39646309 100644 --- a/traits/adaptation/api.py +++ b/traits/adaptation/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 32ad962bf..37f6132ca 100644 --- a/traits/adaptation/tests/abc_examples.py +++ b/traits/adaptation/tests/abc_examples.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 31294bc8e..f7b1ebc0d 100644 --- a/traits/adaptation/tests/benchmark.py +++ b/traits/adaptation/tests/benchmark.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d7c507b37..6db43bf41 100644 --- a/traits/adaptation/tests/interface_examples.py +++ b/traits/adaptation/tests/interface_examples.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 66e12e380..f3c83ac40 100644 --- a/traits/adaptation/tests/lazy_examples.py +++ b/traits/adaptation/tests/lazy_examples.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5956a3ed8..08ee320f4 100644 --- a/traits/adaptation/tests/test_adaptation_manager.py +++ b/traits/adaptation/tests/test_adaptation_manager.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5df54ccf6..7c646072f 100644 --- a/traits/adaptation/tests/test_adaptation_offer.py +++ b/traits/adaptation/tests/test_adaptation_offer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 79aeb01a5..568a9ddf4 100644 --- a/traits/adaptation/tests/test_adapter.py +++ b/traits/adaptation/tests/test_adapter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 35c4ca314..18c754757 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 441891274..c9c658b51 100644 --- a/traits/api.py +++ b/traits/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9a2df5a3d..702e8c75e 100644 --- a/traits/api.pyi +++ b/traits/api.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 cb8d63ac3..4b3668e0a 100644 --- a/traits/base_trait_handler.py +++ b/traits/base_trait_handler.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5656d0d40..b4fe93c5e 100644 --- a/traits/base_trait_handler.pyi +++ b/traits/base_trait_handler.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 78e8d3454..a3bfb63a5 100644 --- a/traits/constants.py +++ b/traits/constants.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 33ca88808..5ee099e63 100644 --- a/traits/constants.pyi +++ b/traits/constants.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 6cc66bbbf..acfc8db06 100644 --- a/traits/ctrait.py +++ b/traits/ctrait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 afe4829ed..6bc75f072 100644 --- a/traits/ctrait.pyi +++ b/traits/ctrait.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 25639bdef..faf7c4996 100644 --- a/traits/ctraits.c +++ b/traits/ctraits.c @@ -1,4 +1,4 @@ -// (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +// (C) Copyright 2005-2025 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 4071b343d..78d70897a 100644 --- a/traits/ctraits.pyi +++ b/traits/ctraits.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 9a9dafebc..c273f1d38 100644 --- a/traits/editor_factories.py +++ b/traits/editor_factories.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 103274335..eccd20734 100644 --- a/traits/editor_factories.pyi +++ b/traits/editor_factories.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 b132752b8..7487be716 100644 --- a/traits/etsconfig/__init__.py +++ b/traits/etsconfig/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 cc318c304..e3acdf926 100644 --- a/traits/etsconfig/api.py +++ b/traits/etsconfig/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dabfcd889..5f47f9859 100644 --- a/traits/etsconfig/etsconfig.py +++ b/traits/etsconfig/etsconfig.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 42a7152f1..ee3552c52 100644 --- a/traits/etsconfig/tests/test_etsconfig.py +++ b/traits/etsconfig/tests/test_etsconfig.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 66fc17bc3..6e2e4434f 100644 --- a/traits/examples/__init__.py +++ b/traits/examples/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f2a200df4..25ec9d00b 100644 --- a/traits/examples/_etsdemo_info.py +++ b/traits/examples/_etsdemo_info.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2844000ca..db8d1d298 100644 --- a/traits/examples/introduction/0_introduction.py +++ b/traits/examples/introduction/0_introduction.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 39a8dc072..5ab77c074 100644 --- a/traits/examples/introduction/1_validation.py +++ b/traits/examples/introduction/1_validation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4233041e3..a71767dc9 100644 --- a/traits/examples/introduction/2_initialization.py +++ b/traits/examples/introduction/2_initialization.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 44cd40ef8..b79b4bf33 100644 --- a/traits/examples/introduction/3_observation.py +++ b/traits/examples/introduction/3_observation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 07cfa1adb..a7ce369ec 100644 --- a/traits/examples/introduction/4_properties.py +++ b/traits/examples/introduction/4_properties.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 779ceead3..957ce4be2 100644 --- a/traits/examples/introduction/5_documentation.py +++ b/traits/examples/introduction/5_documentation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 1b21b986a..7e7f901a2 100644 --- a/traits/examples/introduction/6_visualization.py +++ b/traits/examples/introduction/6_visualization.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5d81612d0..091e24b8d 100644 --- a/traits/examples/tests/test_etsdemo_info.py +++ b/traits/examples/tests/test_etsdemo_info.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 1c57020cb..9e72885ea 100644 --- a/traits/has_traits.py +++ b/traits/has_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 819e55b27..35a218c27 100644 --- a/traits/has_traits.pyi +++ b/traits/has_traits.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 c5a9c1b17..150fdd99a 100644 --- a/traits/interface_checker.py +++ b/traits/interface_checker.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5e34970d9..678ab5e29 100644 --- a/traits/observation/_anytrait_filter.py +++ b/traits/observation/_anytrait_filter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0a75f7dab..0462d939a 100644 --- a/traits/observation/_dict_change_event.py +++ b/traits/observation/_dict_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 00844d02b..bd4d19477 100644 --- a/traits/observation/_dict_item_observer.py +++ b/traits/observation/_dict_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d2ea5bf3d..b760ad532 100644 --- a/traits/observation/_filtered_trait_observer.py +++ b/traits/observation/_filtered_trait_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 49328a32b..de3cfe03c 100644 --- a/traits/observation/_has_traits_helpers.py +++ b/traits/observation/_has_traits_helpers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0f523b446..7ac289b44 100644 --- a/traits/observation/_i_notifier.py +++ b/traits/observation/_i_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e61e5918f..f94bd90cd 100644 --- a/traits/observation/_i_observer.py +++ b/traits/observation/_i_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 815be5a73..a84d143ac 100644 --- a/traits/observation/_list_change_event.py +++ b/traits/observation/_list_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e2798dd18..6f4c54c27 100644 --- a/traits/observation/_list_item_observer.py +++ b/traits/observation/_list_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 048983004..9fd9b797b 100644 --- a/traits/observation/_metadata_filter.py +++ b/traits/observation/_metadata_filter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 02eec35a6..43a099b28 100644 --- a/traits/observation/_named_trait_observer.py +++ b/traits/observation/_named_trait_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 88d7934f7..887c48b9a 100644 --- a/traits/observation/_observe.py +++ b/traits/observation/_observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a7b2c728e..b7d3fa4a7 100644 --- a/traits/observation/_observer_change_notifier.py +++ b/traits/observation/_observer_change_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3438ab7a1..58b461c73 100644 --- a/traits/observation/_observer_graph.py +++ b/traits/observation/_observer_graph.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e8fd18215..7870379ee 100644 --- a/traits/observation/_set_change_event.py +++ b/traits/observation/_set_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3d9fd4f8c..b2dad4c4d 100644 --- a/traits/observation/_set_item_observer.py +++ b/traits/observation/_set_item_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 92692f5f9..c7f75a6b6 100644 --- a/traits/observation/_testing.py +++ b/traits/observation/_testing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 74cc3cc09..c419e4011 100644 --- a/traits/observation/_trait_added_observer.py +++ b/traits/observation/_trait_added_observer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2d3e7d16d..f36fc7b13 100644 --- a/traits/observation/_trait_change_event.py +++ b/traits/observation/_trait_change_event.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a3e208704..e2e6c8d26 100644 --- a/traits/observation/_trait_event_notifier.py +++ b/traits/observation/_trait_event_notifier.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9101eec16..8cea7e260 100644 --- a/traits/observation/api.py +++ b/traits/observation/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6ecb13baf..26c69a268 100644 --- a/traits/observation/events.py +++ b/traits/observation/events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 606b299a6..a79224d16 100644 --- a/traits/observation/exception_handling.py +++ b/traits/observation/exception_handling.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8b2d8e37f..d04268043 100644 --- a/traits/observation/exceptions.py +++ b/traits/observation/exceptions.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9b59e4a8f..128fc9989 100644 --- a/traits/observation/expression.py +++ b/traits/observation/expression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b13c540d0..d65eeb2f7 100644 --- a/traits/observation/i_observable.py +++ b/traits/observation/i_observable.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 eeb3a8e75..aff9f6994 100644 --- a/traits/observation/observe.py +++ b/traits/observation/observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2e22e0263..4126935d1 100644 --- a/traits/observation/parsing.py +++ b/traits/observation/parsing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c342dd3a1..903580c2b 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5b31cb88e..5209190d5 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e0c5123d4..5fef44d11 100644 --- a/traits/observation/tests/test_exception_handling.py +++ b/traits/observation/tests/test_exception_handling.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f26f09f66..2d47ae33a 100644 --- a/traits/observation/tests/test_expression.py +++ b/traits/observation/tests/test_expression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 53c533481..33ce7ea65 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6fd52f910..252cad1f3 100644 --- a/traits/observation/tests/test_generated_parser.py +++ b/traits/observation/tests/test_generated_parser.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ae6638b1a..c4548e25f 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7f1a0ebee..766829ff3 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b67e65304..f7ed17d32 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 354e61d75..cde4300c4 100644 --- a/traits/observation/tests/test_metadata_filter.py +++ b/traits/observation/tests/test_metadata_filter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 69369254f..9bfdd19d7 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 436987965..be2e6f342 100644 --- a/traits/observation/tests/test_observe.py +++ b/traits/observation/tests/test_observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 1824accf4..4692a4550 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 42227f81d..d1ea03021 100644 --- a/traits/observation/tests/test_observer_graph.py +++ b/traits/observation/tests/test_observer_graph.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 bcb2b76e8..cf02919e0 100644 --- a/traits/observation/tests/test_parsing.py +++ b/traits/observation/tests/test_parsing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7554de003..0077a2ce8 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7005d531a..73d6be7f4 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5a80d27ab..5b1469701 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d87e4e6ad..05d0bca14 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 23a95553c..1e20044d5 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8153a652b..91d2383fa 100644 --- a/traits/stubs_tests/examples/Any.py +++ b/traits/stubs_tests/examples/Any.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c8d59d9ff..8520f4950 100644 --- a/traits/stubs_tests/examples/BaseClass.py +++ b/traits/stubs_tests/examples/BaseClass.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a4a687dac..da1100974 100644 --- a/traits/stubs_tests/examples/Bool.py +++ b/traits/stubs_tests/examples/Bool.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a87e4c883..ce07a8ec8 100644 --- a/traits/stubs_tests/examples/CInt.py +++ b/traits/stubs_tests/examples/CInt.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 15773c9af..4a1b7a867 100644 --- a/traits/stubs_tests/examples/Callable.py +++ b/traits/stubs_tests/examples/Callable.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9f6ab919d..abd3232b8 100644 --- a/traits/stubs_tests/examples/Complex.py +++ b/traits/stubs_tests/examples/Complex.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4e2cdbbce..a8f941bd7 100644 --- a/traits/stubs_tests/examples/Date.py +++ b/traits/stubs_tests/examples/Date.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4e54e8eeb..b8530a9a2 100644 --- a/traits/stubs_tests/examples/Datetime.py +++ b/traits/stubs_tests/examples/Datetime.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 eb9a475a7..0b1732103 100644 --- a/traits/stubs_tests/examples/Dict.py +++ b/traits/stubs_tests/examples/Dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 557624310..cf96c030f 100644 --- a/traits/stubs_tests/examples/Enum.py +++ b/traits/stubs_tests/examples/Enum.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7672292d7..d928bfa2d 100644 --- a/traits/stubs_tests/examples/File.py +++ b/traits/stubs_tests/examples/File.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 77b9ad677..f03fef6ab 100644 --- a/traits/stubs_tests/examples/Float.py +++ b/traits/stubs_tests/examples/Float.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9d8fa8f8d..801d69028 100644 --- a/traits/stubs_tests/examples/HasStrictTraits.py +++ b/traits/stubs_tests/examples/HasStrictTraits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 37395f826..8354fbe17 100644 --- a/traits/stubs_tests/examples/HasTraits.py +++ b/traits/stubs_tests/examples/HasTraits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f3262604b..419962a72 100644 --- a/traits/stubs_tests/examples/Instance.py +++ b/traits/stubs_tests/examples/Instance.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f5661dc79..756a445a9 100644 --- a/traits/stubs_tests/examples/Int.py +++ b/traits/stubs_tests/examples/Int.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 105dea11a..15f67ebf4 100644 --- a/traits/stubs_tests/examples/Interface.py +++ b/traits/stubs_tests/examples/Interface.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 086fc7436..3be87de25 100644 --- a/traits/stubs_tests/examples/List.py +++ b/traits/stubs_tests/examples/List.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 85b68b6df..7e1f549e7 100644 --- a/traits/stubs_tests/examples/Map.py +++ b/traits/stubs_tests/examples/Map.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9aa8e03e0..1f5dd562e 100644 --- a/traits/stubs_tests/examples/PrefixList.py +++ b/traits/stubs_tests/examples/PrefixList.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d23e9151c..af043b0f8 100644 --- a/traits/stubs_tests/examples/PrefixMap.py +++ b/traits/stubs_tests/examples/PrefixMap.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 735b0532b..6e002f262 100644 --- a/traits/stubs_tests/examples/Property.py +++ b/traits/stubs_tests/examples/Property.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d5a30a92e..0a9f6880b 100644 --- a/traits/stubs_tests/examples/Range.py +++ b/traits/stubs_tests/examples/Range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 74a4d87ab..a73a6e306 100644 --- a/traits/stubs_tests/examples/Set.py +++ b/traits/stubs_tests/examples/Set.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a4294bd6e..ea3413a27 100644 --- a/traits/stubs_tests/examples/Str.py +++ b/traits/stubs_tests/examples/Str.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c2e4e6390..4ce03ed4f 100644 --- a/traits/stubs_tests/examples/String.py +++ b/traits/stubs_tests/examples/String.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2a03e2c9e..a56d513dd 100644 --- a/traits/stubs_tests/examples/Time.py +++ b/traits/stubs_tests/examples/Time.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 e8ddb8147..ca6ce4e35 100644 --- a/traits/stubs_tests/examples/Tuple.py +++ b/traits/stubs_tests/examples/Tuple.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 78f24ec01..9d7321927 100644 --- a/traits/stubs_tests/examples/UUID.py +++ b/traits/stubs_tests/examples/UUID.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9fed071f3..d789b1e7e 100644 --- a/traits/stubs_tests/examples/WeakRef.py +++ b/traits/stubs_tests/examples/WeakRef.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b56ee94c5..17c4491e8 100644 --- a/traits/stubs_tests/examples/completeness.py +++ b/traits/stubs_tests/examples/completeness.py @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 9d6627245..8a45ab97d 100644 --- a/traits/stubs_tests/numpy_examples/Array.py +++ b/traits/stubs_tests/numpy_examples/Array.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d277e2e8f..70d4295c7 100644 --- a/traits/stubs_tests/test_all.py +++ b/traits/stubs_tests/test_all.py @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 f97ddf999..cfc34aba4 100644 --- a/traits/stubs_tests/util.py +++ b/traits/stubs_tests/util.py @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 649e657f1..e81235bda 100644 --- a/traits/testing/__init__.py +++ b/traits/testing/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b73c79b4b..6a92b3546 100644 --- a/traits/testing/api.py +++ b/traits/testing/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2b280c5b6..a0631b9f3 100644 --- a/traits/testing/doctest_tools.py +++ b/traits/testing/doctest_tools.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 00c649f7b..d4332c533 100644 --- a/traits/testing/optional_dependencies.py +++ b/traits/testing/optional_dependencies.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dbc28719f..2c57b4302 100644 --- a/traits/testing/tests/test_optional_dependencies.py +++ b/traits/testing/tests/test_optional_dependencies.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 52b733c0f..c9ec38896 100644 --- a/traits/testing/tests/test_unittest_tools.py +++ b/traits/testing/tests/test_unittest_tools.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 16b69af32..1ea826302 100644 --- a/traits/testing/unittest_tools.py +++ b/traits/testing/unittest_tools.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3a0315824..c484ff064 100644 --- a/traits/tests/__init__.py +++ b/traits/tests/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 eddb4ab94..3d56e3488 100644 --- a/traits/tests/check_observe_timing.py +++ b/traits/tests/check_observe_timing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7146e3cdb..d40a292bd 100644 --- a/traits/tests/check_timing.py +++ b/traits/tests/check_timing.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9a4f99b4b..834878123 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8eabf449a..f5aa73e5f 100644 --- a/traits/tests/test_abc.py +++ b/traits/tests/test_abc.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2b8f869d9..8f48a4982 100644 --- a/traits/tests/test_any.py +++ b/traits/tests/test_any.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 aeefc9ddc..7d7a83abd 100644 --- a/traits/tests/test_anytrait_static_notifiers.py +++ b/traits/tests/test_anytrait_static_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4ca1150ff..6cf34e5ea 100644 --- a/traits/tests/test_array.py +++ b/traits/tests/test_array.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4189139d8..96a8cd8ad 100644 --- a/traits/tests/test_array_or_none.py +++ b/traits/tests/test_array_or_none.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 768f9b63f..b7a202ad6 100644 --- a/traits/tests/test_automatic_adaptation.py +++ b/traits/tests/test_automatic_adaptation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d7034b55d..eee743776 100644 --- a/traits/tests/test_bool.py +++ b/traits/tests/test_bool.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b3d0f2a8c..581ebb93d 100644 --- a/traits/tests/test_callable.py +++ b/traits/tests/test_callable.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c269569c2..ebf255c19 100644 --- a/traits/tests/test_class_traits.py +++ b/traits/tests/test_class_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 1c6a3ce65..fd11d86f0 100644 --- a/traits/tests/test_clone.py +++ b/traits/tests/test_clone.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dcbce2a66..dadb11b04 100644 --- a/traits/tests/test_comparison_mode.py +++ b/traits/tests/test_comparison_mode.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 990c97849..c55dc7428 100644 --- a/traits/tests/test_complex.py +++ b/traits/tests/test_complex.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dbc940df3..0bc789f64 100644 --- a/traits/tests/test_configure_traits.py +++ b/traits/tests/test_configure_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b77948482..85f9631a6 100644 --- a/traits/tests/test_constant.py +++ b/traits/tests/test_constant.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9c966d725..1f11a5e15 100644 --- a/traits/tests/test_constants.py +++ b/traits/tests/test_constants.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5bfd4d9bc..9b684e038 100644 --- a/traits/tests/test_container_events.py +++ b/traits/tests/test_container_events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 97ef81acc..3f420bf13 100644 --- a/traits/tests/test_copy_traits.py +++ b/traits/tests/test_copy_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5fe332f37..2c0b86a75 100644 --- a/traits/tests/test_copyable_trait_names.py +++ b/traits/tests/test_copyable_trait_names.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 072cfebd8..2eacac06f 100644 --- a/traits/tests/test_ctraits.py +++ b/traits/tests/test_ctraits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 57b32ca0f..d8521f839 100644 --- a/traits/tests/test_date.py +++ b/traits/tests/test_date.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f8d615356..7c7c33f07 100644 --- a/traits/tests/test_datetime.py +++ b/traits/tests/test_datetime.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6f7496617..b554768fe 100644 --- a/traits/tests/test_delegate.py +++ b/traits/tests/test_delegate.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a77fe3c97..d2a72614b 100644 --- a/traits/tests/test_dict.py +++ b/traits/tests/test_dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 645f9c440..429746b0a 100644 --- a/traits/tests/test_directory.py +++ b/traits/tests/test_directory.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7140268cd..8e0d4d4f5 100644 --- a/traits/tests/test_dynamic_notifiers.py +++ b/traits/tests/test_dynamic_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d779924fa..5cec74848 100644 --- a/traits/tests/test_dynamic_trait_definition.py +++ b/traits/tests/test_dynamic_trait_definition.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 304b49fed..f1ada52b7 100644 --- a/traits/tests/test_editor_factories.py +++ b/traits/tests/test_editor_factories.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ea6a69d49..f42fca948 100644 --- a/traits/tests/test_enum.py +++ b/traits/tests/test_enum.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 883a47627..2ce788f1b 100644 --- a/traits/tests/test_event_order.py +++ b/traits/tests/test_event_order.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 48b5cd817..ca8205f42 100644 --- a/traits/tests/test_expression.py +++ b/traits/tests/test_expression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6a68482e0..a147f712d 100644 --- a/traits/tests/test_extended_notifiers.py +++ b/traits/tests/test_extended_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a3cba3505..1bf313d2b 100644 --- a/traits/tests/test_extended_trait_change.py +++ b/traits/tests/test_extended_trait_change.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4ffed55ba..d6fa875e1 100644 --- a/traits/tests/test_file.py +++ b/traits/tests/test_file.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 43ae67b4b..91f0678fb 100644 --- a/traits/tests/test_float.py +++ b/traits/tests/test_float.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 66d76e2eb..b47bc33d5 100644 --- a/traits/tests/test_float_range.py +++ b/traits/tests/test_float_range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 929dee8c4..94d7afaa1 100644 --- a/traits/tests/test_get_traits.py +++ b/traits/tests/test_get_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 cec5497da..23d06aa54 100644 --- a/traits/tests/test_has_required_traits.py +++ b/traits/tests/test_has_required_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c9fa860b7..6ed2b1109 100644 --- a/traits/tests/test_has_traits.py +++ b/traits/tests/test_has_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c6669e94e..13b2e8a37 100644 --- a/traits/tests/test_historical_unpickling.py +++ b/traits/tests/test_historical_unpickling.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 1d5f860f8..8c0240c05 100644 --- a/traits/tests/test_instance.py +++ b/traits/tests/test_instance.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b59340451..4d46e0f33 100644 --- a/traits/tests/test_int_range_long.py +++ b/traits/tests/test_int_range_long.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 92ade6f63..3c0509b92 100644 --- a/traits/tests/test_integer.py +++ b/traits/tests/test_integer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a3efe6c06..5680064f6 100644 --- a/traits/tests/test_integer_range.py +++ b/traits/tests/test_integer_range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2ae07d026..1b8661554 100644 --- a/traits/tests/test_interface_checker.py +++ b/traits/tests/test_interface_checker.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 070b4940f..c527989e0 100644 --- a/traits/tests/test_interfaces.py +++ b/traits/tests/test_interfaces.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ce358c8e9..d56762f96 100644 --- a/traits/tests/test_keyword_args.py +++ b/traits/tests/test_keyword_args.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 cb0636424..cc2efddd7 100644 --- a/traits/tests/test_list.py +++ b/traits/tests/test_list.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a3b5ccce1..c957e87f9 100644 --- a/traits/tests/test_list_events.py +++ b/traits/tests/test_list_events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0d8dc0c51..b428349c5 100644 --- a/traits/tests/test_listeners.py +++ b/traits/tests/test_listeners.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7601b03cc..eb02eae87 100644 --- a/traits/tests/test_map.py +++ b/traits/tests/test_map.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 61101a591..3096563d9 100644 --- a/traits/tests/test_new_notifiers.py +++ b/traits/tests/test_new_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 92562b2d3..c1e15f9aa 100644 --- a/traits/tests/test_none.py +++ b/traits/tests/test_none.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 266f5daa1..911fcee09 100644 --- a/traits/tests/test_observe.py +++ b/traits/tests/test_observe.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6bd1d15f8..148a5078e 100644 --- a/traits/tests/test_pickle_validated_dict.py +++ b/traits/tests/test_pickle_validated_dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9895b4de7..247bf4608 100644 --- a/traits/tests/test_prefix_list.py +++ b/traits/tests/test_prefix_list.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 378f4e844..bd4ef8f07 100644 --- a/traits/tests/test_prefix_map.py +++ b/traits/tests/test_prefix_map.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 11d7446e7..a432051d7 100644 --- a/traits/tests/test_property_delete.py +++ b/traits/tests/test_property_delete.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d02b3dc65..c5777d29f 100644 --- a/traits/tests/test_property_notifications.py +++ b/traits/tests/test_property_notifications.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2e8c3e1c7..752a2617b 100644 --- a/traits/tests/test_python_properties.py +++ b/traits/tests/test_python_properties.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c40a57db0..c6121c5ba 100644 --- a/traits/tests/test_range.py +++ b/traits/tests/test_range.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0adfc27f3..e0da7fe0d 100644 --- a/traits/tests/test_readonly.py +++ b/traits/tests/test_readonly.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 fc51ff0a8..624711d3a 100644 --- a/traits/tests/test_regression.py +++ b/traits/tests/test_regression.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 067cd2287..bf4f20e38 100644 --- a/traits/tests/test_special_event_handlers.py +++ b/traits/tests/test_special_event_handlers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4fc9c8020..268bf55a9 100644 --- a/traits/tests/test_static_notifiers.py +++ b/traits/tests/test_static_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5fefd4a2a..1858d3bba 100644 --- a/traits/tests/test_str_handler.py +++ b/traits/tests/test_str_handler.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a199706c8..0b9278097 100644 --- a/traits/tests/test_string.py +++ b/traits/tests/test_string.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 71d6e5d9c..403aead34 100644 --- a/traits/tests/test_sync_traits.py +++ b/traits/tests/test_sync_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2d3ad08a6..bc6785f43 100644 --- a/traits/tests/test_target.py +++ b/traits/tests/test_target.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ab6d446ac..8e1bfe84f 100644 --- a/traits/tests/test_time.py +++ b/traits/tests/test_time.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 5cc171640..e51be6ad8 100644 --- a/traits/tests/test_trait_base.py +++ b/traits/tests/test_trait_base.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ffc0b04c7..9a7d43a9e 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 23ee7444b..25a40a79b 100644 --- a/traits/tests/test_trait_converters.py +++ b/traits/tests/test_trait_converters.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3fc7cddce..16b68ec64 100644 --- a/traits/tests/test_trait_cycle.py +++ b/traits/tests/test_trait_cycle.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 31adaf144..b2dc74cbd 100644 --- a/traits/tests/test_trait_default_initializer.py +++ b/traits/tests/test_trait_default_initializer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 17f9e8b8b..e15160782 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 79db8b0d0..5949ee9a6 100644 --- a/traits/tests/test_trait_dict_object.py +++ b/traits/tests/test_trait_dict_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 969d87610..5e3b6df99 100644 --- a/traits/tests/test_trait_exceptions.py +++ b/traits/tests/test_trait_exceptions.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 daea4fcfb..be606a685 100644 --- a/traits/tests/test_trait_get_set.py +++ b/traits/tests/test_trait_get_set.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 91a9b9cf5..b467df891 100644 --- a/traits/tests/test_trait_list_dict.py +++ b/traits/tests/test_trait_list_dict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 af6a76992..48fdf6d28 100644 --- a/traits/tests/test_trait_list_object.py +++ b/traits/tests/test_trait_list_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 8f472c616..9c7796435 100644 --- a/traits/tests/test_trait_notifiers.py +++ b/traits/tests/test_trait_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f8ba01e2c..2ac501340 100644 --- a/traits/tests/test_trait_set_object.py +++ b/traits/tests/test_trait_set_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a8f8f7330..0688ec994 100644 --- a/traits/tests/test_trait_types.py +++ b/traits/tests/test_trait_types.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 948a53190..ca76e0d16 100644 --- a/traits/tests/test_traits.py +++ b/traits/tests/test_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7eaa9054e..0133fb85c 100644 --- a/traits/tests/test_traits_listener.py +++ b/traits/tests/test_traits_listener.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 f4c8a9beb..6ae862a6d 100644 --- a/traits/tests/test_tuple.py +++ b/traits/tests/test_tuple.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0198d8dbd..309a41df0 100644 --- a/traits/tests/test_type.py +++ b/traits/tests/test_type.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a2ca52564..e07eb6d4b 100644 --- a/traits/tests/test_ui_notifiers.py +++ b/traits/tests/test_ui_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 05316a2a3..d89d2df6b 100644 --- a/traits/tests/test_undefined.py +++ b/traits/tests/test_undefined.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c04c769a4..7a4ebca7d 100644 --- a/traits/tests/test_unicode_traits.py +++ b/traits/tests/test_unicode_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d394d933d..0d42b2a38 100644 --- a/traits/tests/test_union.py +++ b/traits/tests/test_union.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 38728556d..c3604f73e 100644 --- a/traits/tests/test_uuid.py +++ b/traits/tests/test_uuid.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 6b4d4e90b..9ad1bac2f 100644 --- a/traits/tests/test_validated_tuple.py +++ b/traits/tests/test_validated_tuple.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 1eb80ebf7..2798bf21b 100644 --- a/traits/tests/test_version.py +++ b/traits/tests/test_version.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2576e07e0..baa42f71b 100644 --- a/traits/tests/test_view_elements.py +++ b/traits/tests/test_view_elements.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 a5e53a9a5..49d725e59 100644 --- a/traits/tests/test_weak_ref.py +++ b/traits/tests/test_weak_ref.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b90c175fb..3ed963aef 100644 --- a/traits/tests/tuple_test_mixin.py +++ b/traits/tests/tuple_test_mixin.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b5161e120..79e591ff1 100644 --- a/traits/trait_base.py +++ b/traits/trait_base.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3bc6d5cd7..314163c47 100644 --- a/traits/trait_converters.py +++ b/traits/trait_converters.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0f0cea646..779610116 100644 --- a/traits/trait_dict_object.py +++ b/traits/trait_dict_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2f851d3bf..579f8c4eb 100644 --- a/traits/trait_errors.py +++ b/traits/trait_errors.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 82e11f5b4..8494479de 100644 --- a/traits/trait_factory.py +++ b/traits/trait_factory.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c9460e590..c90a90fcd 100644 --- a/traits/trait_handler.py +++ b/traits/trait_handler.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 298957eda..d468c394d 100644 --- a/traits/trait_handler.pyi +++ b/traits/trait_handler.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 f4eff44c6..946cd8bc5 100644 --- a/traits/trait_handlers.py +++ b/traits/trait_handlers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 1629d568e..67a7bff29 100644 --- a/traits/trait_handlers.pyi +++ b/traits/trait_handlers.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 951d9ddf8..edb40a0a7 100644 --- a/traits/trait_list_object.py +++ b/traits/trait_list_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2f18a0430..ab7143d9e 100644 --- a/traits/trait_notifiers.py +++ b/traits/trait_notifiers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 7f26de63f..cf913669d 100644 --- a/traits/trait_numeric.py +++ b/traits/trait_numeric.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 2f7bc00c9..8c9726c6a 100644 --- a/traits/trait_numeric.pyi +++ b/traits/trait_numeric.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 331cc5d58..afc961c37 100644 --- a/traits/trait_set_object.py +++ b/traits/trait_set_object.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 b5e552fb7..b6615ac15 100644 --- a/traits/trait_type.py +++ b/traits/trait_type.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ac65869f6..e8a02860b 100644 --- a/traits/trait_type.pyi +++ b/traits/trait_type.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 4198dbda9..c3c995ac7 100644 --- a/traits/trait_types.py +++ b/traits/trait_types.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 88f95685d..f71f3fe1f 100644 --- a/traits/trait_types.pyi +++ b/traits/trait_types.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 481de0d5c..f8af489b9 100644 --- a/traits/traits.py +++ b/traits/traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 3daf3a9a9..5cfa16a5b 100644 --- a/traits/traits.pyi +++ b/traits/traits.pyi @@ -1,4 +1,4 @@ -# (C) Copyright 2020-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2020-2025 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 47de7f9f6..e667448d9 100644 --- a/traits/traits_listener.py +++ b/traits/traits_listener.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dc07a93ec..1ac0a01c3 100644 --- a/traits/util/__init__.py +++ b/traits/util/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 081248093..f1b0e3b79 100644 --- a/traits/util/api.py +++ b/traits/util/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4e9eaf68a..9fee12a6d 100644 --- a/traits/util/async_trait_wait.py +++ b/traits/util/async_trait_wait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 c99674916..fe6eba660 100644 --- a/traits/util/camel_case.py +++ b/traits/util/camel_case.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d2a245a08..786dc7082 100644 --- a/traits/util/clean_strings.py +++ b/traits/util/clean_strings.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0601335ec..7ccd3fdf4 100644 --- a/traits/util/deprecated.py +++ b/traits/util/deprecated.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d9055b634..32562b8f4 100644 --- a/traits/util/event_tracer.py +++ b/traits/util/event_tracer.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 56b04bb28..df1d7401d 100644 --- a/traits/util/home_directory.py +++ b/traits/util/home_directory.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 0ecdbb55c..096549b07 100644 --- a/traits/util/import_symbol.py +++ b/traits/util/import_symbol.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 859918281..27cb53b66 100644 --- a/traits/util/resource.py +++ b/traits/util/resource.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4ba1e1c1a..c777be4d3 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-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 ad15f9f5e..85c5339be 100644 --- a/traits/util/tests/test_camel_case.py +++ b/traits/util/tests/test_camel_case.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dcb04ea4d..e87ff525d 100644 --- a/traits/util/tests/test_clean_strings.py +++ b/traits/util/tests/test_clean_strings.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 df7afd103..a04d446d7 100644 --- a/traits/util/tests/test_deprecated.py +++ b/traits/util/tests/test_deprecated.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 9da549b49..153808901 100644 --- a/traits/util/tests/test_import_symbol.py +++ b/traits/util/tests/test_import_symbol.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d374a420e..c1efd8260 100644 --- a/traits/util/tests/test_message_records.py +++ b/traits/util/tests/test_message_records.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dfc26aafa..e8f36a489 100644 --- a/traits/util/tests/test_record_containers.py +++ b/traits/util/tests/test_record_containers.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 89d485a8f..4974cd18b 100644 --- a/traits/util/tests/test_record_events.py +++ b/traits/util/tests/test_record_events.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 dc13df3b6..fcef1a6e5 100644 --- a/traits/util/tests/test_trait_documenter.py +++ b/traits/util/tests/test_trait_documenter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 be09320b5..4944fbe58 100644 --- a/traits/util/tests/test_weakidddict.py +++ b/traits/util/tests/test_weakidddict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 d011a4cc4..b0d81b552 100644 --- a/traits/util/toposort.py +++ b/traits/util/toposort.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 68b80f0ca..00048249c 100644 --- a/traits/util/trait_documenter.py +++ b/traits/util/trait_documenter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 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 4896d51ce..e86f9ac1b 100644 --- a/traits/util/weakiddict.py +++ b/traits/util/weakiddict.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2025 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD