From 73b6b72c023da93f47fce6ddbbf2dc79d890ad74 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 8 Mar 2024 08:27:12 +0000 Subject: [PATCH] Update copyright headers (#181) This PR updates the copyright header end year to 2024 in all relevant files. --- LICENSE.txt | 2 +- docs/source/conf.py | 2 +- docs/source/units/about.rst | 2 +- etstool.py | 2 +- scimath/__init__.py | 2 +- scimath/interpolate/__init__.py | 2 +- scimath/interpolate/_interpolate.cpp | 2 +- scimath/interpolate/api.py | 2 +- scimath/interpolate/fitting.py | 2 +- scimath/interpolate/interpolate.h | 2 +- scimath/interpolate/interpolate.py | 2 +- scimath/interpolate/tests/test_basic.py | 2 +- scimath/mathematics/__init__.py | 2 +- scimath/mathematics/api.py | 2 +- scimath/mathematics/quaternion.py | 2 +- scimath/physical_quantities/dimensions.py | 2 +- scimath/physical_quantities/tests/test_dimensions.py | 2 +- scimath/physical_quantities/tests/test_units.py | 2 +- scimath/physical_quantities/tests/test_utils.py | 2 +- scimath/physical_quantities/units.py | 2 +- scimath/physical_quantities/util.py | 2 +- scimath/units/SI.py | 2 +- scimath/units/__init__.py | 2 +- scimath/units/acceleration.py | 2 +- scimath/units/angle.py | 2 +- scimath/units/api.py | 2 +- scimath/units/area.py | 2 +- scimath/units/convert.py | 2 +- scimath/units/density.py | 2 +- scimath/units/dimensionless.py | 2 +- scimath/units/electromagnetism.py | 2 +- scimath/units/energy.py | 2 +- scimath/units/family_name_trait.py | 2 +- scimath/units/force.py | 2 +- scimath/units/frequency.py | 2 +- scimath/units/function_signature.py | 2 +- scimath/units/geo_units.py | 2 +- scimath/units/has_units.py | 2 +- scimath/units/length.py | 2 +- scimath/units/mass.py | 2 +- scimath/units/meta_quantity.py | 2 +- scimath/units/power.py | 2 +- scimath/units/pressure.py | 2 +- scimath/units/quantity.py | 2 +- scimath/units/quantity_trait.py | 2 +- scimath/units/quantity_traits.py | 2 +- scimath/units/scalar.py | 2 +- scimath/units/smart_unit.py | 2 +- scimath/units/speed.py | 2 +- scimath/units/style_manager.py | 2 +- scimath/units/substance.py | 2 +- scimath/units/temperature.py | 2 +- scimath/units/tests/sample_units.py | 2 +- scimath/units/tests/test_available_imports.py | 2 +- scimath/units/tests/test_custom_unit_parser.py | 2 +- scimath/units/tests/test_dimensionless_units.py | 2 +- scimath/units/tests/test_function_signature.py | 2 +- scimath/units/tests/test_has_units.py | 2 +- scimath/units/tests/test_meta_quantity.py | 2 +- scimath/units/tests/test_scalar_unit.py | 2 +- scimath/units/tests/test_traits.py | 2 +- scimath/units/tests/test_unit.py | 2 +- scimath/units/tests/test_unit_array.py | 2 +- scimath/units/tests/test_unit_manipulation.py | 2 +- scimath/units/tests/test_units.py | 2 +- scimath/units/time.py | 2 +- scimath/units/ui/meta_quantity_view.py | 2 +- scimath/units/ui/quantity_view.py | 2 +- scimath/units/unit.py | 2 +- scimath/units/unit_array.py | 2 +- scimath/units/unit_converter.py | 2 +- scimath/units/unit_db.py | 2 +- scimath/units/unit_manager.py | 2 +- scimath/units/unit_manipulation.py | 2 +- scimath/units/unit_parser.py | 2 +- scimath/units/unit_scalar.py | 2 +- scimath/units/unit_system.py | 2 +- scimath/units/unit_traits.py | 2 +- scimath/units/variable.py | 2 +- scimath/units/volume.py | 2 +- scimath/units/wx/quantity_editor.py | 2 +- setup.py | 4 ++-- 82 files changed, 83 insertions(+), 83 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index cf895cc..a476f44 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative. -Copyright (c) 2005-2022, Enthought, Inc. +Copyright (c) 2005-2024, Enthought, Inc., Austin, TX All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/source/conf.py b/docs/source/conf.py index 80d0012..e933684 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,7 +46,7 @@ # General substitutions. project = 'scimath' -copyright = '2005-{date.year}, Enthought Inc'.format(date=datetime.date.today()) +copyright = '2005-2024, Enthought Inc., Austin, TX' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. diff --git a/docs/source/units/about.rst b/docs/source/units/about.rst index 930fa05..c220ad8 100644 --- a/docs/source/units/about.rst +++ b/docs/source/units/about.rst @@ -4,7 +4,7 @@ SciMath Units User Manual Copyright Notice :Authors: Tim Diller :Version: Document Version 1 -:Copyright: 2011-2022 Enthought, Inc. All Rights Reserved. +:Copyright: 2005-2024 Enthought, Inc. All Rights Reserved. Redistribution and use of this document in source and derived forms, with or without modification, are permitted provided that the following conditions are diff --git a/etstool.py b/etstool.py index 7400dd4..97512d9 100644 --- a/etstool.py +++ b/etstool.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/__init__.py b/scimath/__init__.py index 01b578c..d576272 100644 --- a/scimath/__init__.py +++ b/scimath/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/interpolate/__init__.py b/scimath/interpolate/__init__.py index 2b52a2b..f50200d 100644 --- a/scimath/interpolate/__init__.py +++ b/scimath/interpolate/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/interpolate/_interpolate.cpp b/scimath/interpolate/_interpolate.cpp index a6cd46c..80b26f2 100644 --- a/scimath/interpolate/_interpolate.cpp +++ b/scimath/interpolate/_interpolate.cpp @@ -1,5 +1,5 @@ /* - (C) Copyright 2005-2022 Enthought, Inc., Austin, TX + (C) Copyright 2005-2024 Enthought, Inc., Austin, TX All rights reserved. This software is provided without warranty under the terms of the BSD diff --git a/scimath/interpolate/api.py b/scimath/interpolate/api.py index 68afcb5..4bd7767 100644 --- a/scimath/interpolate/api.py +++ b/scimath/interpolate/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/interpolate/fitting.py b/scimath/interpolate/fitting.py index 5e04c67..9717c05 100644 --- a/scimath/interpolate/fitting.py +++ b/scimath/interpolate/fitting.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/interpolate/interpolate.h b/scimath/interpolate/interpolate.h index a0ab3f0..6ddb5d0 100644 --- a/scimath/interpolate/interpolate.h +++ b/scimath/interpolate/interpolate.h @@ -1,5 +1,5 @@ /* - (C) Copyright 2005-2022 Enthought, Inc., Austin, TX + (C) Copyright 2005-2024 Enthought, Inc., Austin, TX All rights reserved. This software is provided without warranty under the terms of the BSD diff --git a/scimath/interpolate/interpolate.py b/scimath/interpolate/interpolate.py index d961753..6017ab0 100644 --- a/scimath/interpolate/interpolate.py +++ b/scimath/interpolate/interpolate.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/interpolate/tests/test_basic.py b/scimath/interpolate/tests/test_basic.py index 53b179b..3342ec2 100644 --- a/scimath/interpolate/tests/test_basic.py +++ b/scimath/interpolate/tests/test_basic.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/mathematics/__init__.py b/scimath/mathematics/__init__.py index f52773a..d3512c4 100644 --- a/scimath/mathematics/__init__.py +++ b/scimath/mathematics/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/mathematics/api.py b/scimath/mathematics/api.py index c1e7c4a..d3dc03c 100644 --- a/scimath/mathematics/api.py +++ b/scimath/mathematics/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/mathematics/quaternion.py b/scimath/mathematics/quaternion.py index b87ef41..6a0a3a1 100644 --- a/scimath/mathematics/quaternion.py +++ b/scimath/mathematics/quaternion.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/physical_quantities/dimensions.py b/scimath/physical_quantities/dimensions.py index a77b63f..4f5982f 100644 --- a/scimath/physical_quantities/dimensions.py +++ b/scimath/physical_quantities/dimensions.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/physical_quantities/tests/test_dimensions.py b/scimath/physical_quantities/tests/test_dimensions.py index 353f08a..cdfcb40 100644 --- a/scimath/physical_quantities/tests/test_dimensions.py +++ b/scimath/physical_quantities/tests/test_dimensions.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/physical_quantities/tests/test_units.py b/scimath/physical_quantities/tests/test_units.py index b33a566..6aaaa43 100644 --- a/scimath/physical_quantities/tests/test_units.py +++ b/scimath/physical_quantities/tests/test_units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/physical_quantities/tests/test_utils.py b/scimath/physical_quantities/tests/test_utils.py index 3fcce75..f31b526 100644 --- a/scimath/physical_quantities/tests/test_utils.py +++ b/scimath/physical_quantities/tests/test_utils.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/physical_quantities/units.py b/scimath/physical_quantities/units.py index 1466fdb..a4898d7 100644 --- a/scimath/physical_quantities/units.py +++ b/scimath/physical_quantities/units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/physical_quantities/util.py b/scimath/physical_quantities/util.py index a4e962a..90b04d4 100644 --- a/scimath/physical_quantities/util.py +++ b/scimath/physical_quantities/util.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/SI.py b/scimath/units/SI.py index 1bbb778..afe0a2d 100644 --- a/scimath/units/SI.py +++ b/scimath/units/SI.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/__init__.py b/scimath/units/__init__.py index 41d114c..d7d1253 100644 --- a/scimath/units/__init__.py +++ b/scimath/units/__init__.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/acceleration.py b/scimath/units/acceleration.py index be26d41..718fa08 100644 --- a/scimath/units/acceleration.py +++ b/scimath/units/acceleration.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/angle.py b/scimath/units/angle.py index 84bdaca..ade5aac 100644 --- a/scimath/units/angle.py +++ b/scimath/units/angle.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/api.py b/scimath/units/api.py index b9b1353..0d99ee8 100644 --- a/scimath/units/api.py +++ b/scimath/units/api.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/area.py b/scimath/units/area.py index 6eaaf4a..2359bfa 100644 --- a/scimath/units/area.py +++ b/scimath/units/area.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/convert.py b/scimath/units/convert.py index 829ce05..fca552f 100644 --- a/scimath/units/convert.py +++ b/scimath/units/convert.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/density.py b/scimath/units/density.py index e105350..d423ded 100644 --- a/scimath/units/density.py +++ b/scimath/units/density.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/dimensionless.py b/scimath/units/dimensionless.py index 17407ac..9247aa0 100644 --- a/scimath/units/dimensionless.py +++ b/scimath/units/dimensionless.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/electromagnetism.py b/scimath/units/electromagnetism.py index a65f339..7e48a33 100644 --- a/scimath/units/electromagnetism.py +++ b/scimath/units/electromagnetism.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/energy.py b/scimath/units/energy.py index 8d68258..3d0fa97 100644 --- a/scimath/units/energy.py +++ b/scimath/units/energy.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/family_name_trait.py b/scimath/units/family_name_trait.py index 3bd5c4d..04f26e1 100644 --- a/scimath/units/family_name_trait.py +++ b/scimath/units/family_name_trait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/force.py b/scimath/units/force.py index 126f32e..2776cfb 100644 --- a/scimath/units/force.py +++ b/scimath/units/force.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/frequency.py b/scimath/units/frequency.py index bc041a6..f30c375 100644 --- a/scimath/units/frequency.py +++ b/scimath/units/frequency.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/function_signature.py b/scimath/units/function_signature.py index d4f09c2..e297611 100644 --- a/scimath/units/function_signature.py +++ b/scimath/units/function_signature.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/geo_units.py b/scimath/units/geo_units.py index 6732b9f..aaa0671 100644 --- a/scimath/units/geo_units.py +++ b/scimath/units/geo_units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/has_units.py b/scimath/units/has_units.py index 5e2fb23..7019897 100644 --- a/scimath/units/has_units.py +++ b/scimath/units/has_units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/length.py b/scimath/units/length.py index 9b527dd..8061317 100644 --- a/scimath/units/length.py +++ b/scimath/units/length.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/mass.py b/scimath/units/mass.py index f07d68d..5d9fe20 100644 --- a/scimath/units/mass.py +++ b/scimath/units/mass.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/meta_quantity.py b/scimath/units/meta_quantity.py index 4f126a7..663aaa7 100644 --- a/scimath/units/meta_quantity.py +++ b/scimath/units/meta_quantity.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/power.py b/scimath/units/power.py index 56abf76..e919628 100644 --- a/scimath/units/power.py +++ b/scimath/units/power.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/pressure.py b/scimath/units/pressure.py index 6a0caf6..1b4e02f 100644 --- a/scimath/units/pressure.py +++ b/scimath/units/pressure.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/quantity.py b/scimath/units/quantity.py index 53ceedd..0851ba2 100644 --- a/scimath/units/quantity.py +++ b/scimath/units/quantity.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/quantity_trait.py b/scimath/units/quantity_trait.py index e811479..b6f6c71 100644 --- a/scimath/units/quantity_trait.py +++ b/scimath/units/quantity_trait.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/quantity_traits.py b/scimath/units/quantity_traits.py index c6e240a..7f7c064 100644 --- a/scimath/units/quantity_traits.py +++ b/scimath/units/quantity_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/scalar.py b/scimath/units/scalar.py index fd0abe6..a6a03a0 100644 --- a/scimath/units/scalar.py +++ b/scimath/units/scalar.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/smart_unit.py b/scimath/units/smart_unit.py index 946d06a..182070e 100644 --- a/scimath/units/smart_unit.py +++ b/scimath/units/smart_unit.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/speed.py b/scimath/units/speed.py index a766f7b..48fdd6d 100644 --- a/scimath/units/speed.py +++ b/scimath/units/speed.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/style_manager.py b/scimath/units/style_manager.py index 4b8cd13..1eab73f 100644 --- a/scimath/units/style_manager.py +++ b/scimath/units/style_manager.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/substance.py b/scimath/units/substance.py index b259390..6fb6e8a 100644 --- a/scimath/units/substance.py +++ b/scimath/units/substance.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/temperature.py b/scimath/units/temperature.py index a337600..bcc19c6 100644 --- a/scimath/units/temperature.py +++ b/scimath/units/temperature.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/sample_units.py b/scimath/units/tests/sample_units.py index 760c8b9..4295f06 100644 --- a/scimath/units/tests/sample_units.py +++ b/scimath/units/tests/sample_units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_available_imports.py b/scimath/units/tests/test_available_imports.py index 5fd604f..ef572a4 100644 --- a/scimath/units/tests/test_available_imports.py +++ b/scimath/units/tests/test_available_imports.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_custom_unit_parser.py b/scimath/units/tests/test_custom_unit_parser.py index fbe487f..3e456ba 100644 --- a/scimath/units/tests/test_custom_unit_parser.py +++ b/scimath/units/tests/test_custom_unit_parser.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_dimensionless_units.py b/scimath/units/tests/test_dimensionless_units.py index b1435a6..800e3d1 100644 --- a/scimath/units/tests/test_dimensionless_units.py +++ b/scimath/units/tests/test_dimensionless_units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_function_signature.py b/scimath/units/tests/test_function_signature.py index 3f16c91..577a2ac 100644 --- a/scimath/units/tests/test_function_signature.py +++ b/scimath/units/tests/test_function_signature.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_has_units.py b/scimath/units/tests/test_has_units.py index 588f305..53f2272 100644 --- a/scimath/units/tests/test_has_units.py +++ b/scimath/units/tests/test_has_units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_meta_quantity.py b/scimath/units/tests/test_meta_quantity.py index 12c3945..87ad51d 100644 --- a/scimath/units/tests/test_meta_quantity.py +++ b/scimath/units/tests/test_meta_quantity.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_scalar_unit.py b/scimath/units/tests/test_scalar_unit.py index 78c5792..4255349 100644 --- a/scimath/units/tests/test_scalar_unit.py +++ b/scimath/units/tests/test_scalar_unit.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_traits.py b/scimath/units/tests/test_traits.py index 59eb8a0..067e6f0 100644 --- a/scimath/units/tests/test_traits.py +++ b/scimath/units/tests/test_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_unit.py b/scimath/units/tests/test_unit.py index a3f8765..c662b36 100644 --- a/scimath/units/tests/test_unit.py +++ b/scimath/units/tests/test_unit.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_unit_array.py b/scimath/units/tests/test_unit_array.py index d10ebf9..7d5cbc3 100644 --- a/scimath/units/tests/test_unit_array.py +++ b/scimath/units/tests/test_unit_array.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_unit_manipulation.py b/scimath/units/tests/test_unit_manipulation.py index 1b292f2..ae30035 100644 --- a/scimath/units/tests/test_unit_manipulation.py +++ b/scimath/units/tests/test_unit_manipulation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/tests/test_units.py b/scimath/units/tests/test_units.py index 82e5de3..43d101f 100644 --- a/scimath/units/tests/test_units.py +++ b/scimath/units/tests/test_units.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/time.py b/scimath/units/time.py index 079436f..87299a7 100644 --- a/scimath/units/time.py +++ b/scimath/units/time.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/ui/meta_quantity_view.py b/scimath/units/ui/meta_quantity_view.py index afad78d..8879470 100644 --- a/scimath/units/ui/meta_quantity_view.py +++ b/scimath/units/ui/meta_quantity_view.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/ui/quantity_view.py b/scimath/units/ui/quantity_view.py index 7042607..3ae1fc3 100644 --- a/scimath/units/ui/quantity_view.py +++ b/scimath/units/ui/quantity_view.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit.py b/scimath/units/unit.py index 5e474da..14cb8d4 100644 --- a/scimath/units/unit.py +++ b/scimath/units/unit.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_array.py b/scimath/units/unit_array.py index 867c50d..06c7568 100644 --- a/scimath/units/unit_array.py +++ b/scimath/units/unit_array.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_converter.py b/scimath/units/unit_converter.py index 1b82de6..93715d6 100644 --- a/scimath/units/unit_converter.py +++ b/scimath/units/unit_converter.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_db.py b/scimath/units/unit_db.py index 8140dff..1b62031 100644 --- a/scimath/units/unit_db.py +++ b/scimath/units/unit_db.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_manager.py b/scimath/units/unit_manager.py index 6cbabbc..30f0a39 100644 --- a/scimath/units/unit_manager.py +++ b/scimath/units/unit_manager.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_manipulation.py b/scimath/units/unit_manipulation.py index fb52cf5..0326bf0 100644 --- a/scimath/units/unit_manipulation.py +++ b/scimath/units/unit_manipulation.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_parser.py b/scimath/units/unit_parser.py index d7ca800..fa56d77 100644 --- a/scimath/units/unit_parser.py +++ b/scimath/units/unit_parser.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_scalar.py b/scimath/units/unit_scalar.py index c16dce5..4a8b256 100644 --- a/scimath/units/unit_scalar.py +++ b/scimath/units/unit_scalar.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_system.py b/scimath/units/unit_system.py index 0f87795..c38a827 100644 --- a/scimath/units/unit_system.py +++ b/scimath/units/unit_system.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/unit_traits.py b/scimath/units/unit_traits.py index 4fe66ea..8b64ff0 100644 --- a/scimath/units/unit_traits.py +++ b/scimath/units/unit_traits.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/variable.py b/scimath/units/variable.py index 6f21bb7..3e00075 100644 --- a/scimath/units/variable.py +++ b/scimath/units/variable.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/volume.py b/scimath/units/volume.py index feeb8be..28a5412 100644 --- a/scimath/units/volume.py +++ b/scimath/units/volume.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/scimath/units/wx/quantity_editor.py b/scimath/units/wx/quantity_editor.py index 9e889c2..b830886 100644 --- a/scimath/units/wx/quantity_editor.py +++ b/scimath/units/wx/quantity_editor.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD diff --git a/setup.py b/setup.py index 6f23bc7..73ff29e 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -23,7 +23,7 @@ IS_RELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION_FILE_TEMPLATE = """\ -# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX +# (C) Copyright 2005-2024 Enthought, Inc., Austin, TX # All rights reserved. # # This software is provided without warranty under the terms of the BSD