diff --git a/LICENSE b/LICENSE index 43e6413..96cabcb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2023 Two Sigma Open Source, LLC +Copyright (c) 2018-2024 Two Sigma Open Source, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/docs/conf.py b/docs/conf.py index e55d8de..d6c4dc2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # General information about the project. project = 'marbles' -copyright = '2018-2023, Two Sigma Open Source, LLC' +copyright = '2018-2024, Two Sigma Open Source, LLC' author = 'Jane Adams and Leif Walsh' # The version info for the project you're documenting, acts as replacement for diff --git a/marbles/core/LICENSE b/marbles/core/LICENSE index 43e6413..96cabcb 100644 --- a/marbles/core/LICENSE +++ b/marbles/core/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2023 Two Sigma Open Source, LLC +Copyright (c) 2018-2024 Two Sigma Open Source, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/marbles/core/marbles/__init__.py b/marbles/core/marbles/__init__.py index e53f923..4db82e7 100644 --- a/marbles/core/marbles/__init__.py +++ b/marbles/core/marbles/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/marbles/__main__.py b/marbles/core/marbles/__main__.py index b9bc47b..e75ba60 100644 --- a/marbles/core/marbles/__main__.py +++ b/marbles/core/marbles/__main__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/marbles/core/__init__.py b/marbles/core/marbles/core/__init__.py index e6ebf56..d005608 100644 --- a/marbles/core/marbles/core/__init__.py +++ b/marbles/core/marbles/core/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/marbles/core/_stack.py b/marbles/core/marbles/core/_stack.py index b34fed3..8e85e79 100644 --- a/marbles/core/marbles/core/_stack.py +++ b/marbles/core/marbles/core/_stack.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/marbles/core/_version.py b/marbles/core/marbles/core/_version.py index e5e5bfe..43a64d5 100644 --- a/marbles/core/marbles/core/_version.py +++ b/marbles/core/marbles/core/_version.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/marbles/core/log.py b/marbles/core/marbles/core/log.py index 6034b99..99dab78 100644 --- a/marbles/core/marbles/core/log.py +++ b/marbles/core/marbles/core/log.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/marbles/core/main.py b/marbles/core/marbles/core/main.py index fbf4a7d..7487f11 100644 --- a/marbles/core/marbles/core/main.py +++ b/marbles/core/marbles/core/main.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/marbles/core/marbles.py b/marbles/core/marbles/core/marbles.py index 5c747fa..e313faa 100644 --- a/marbles/core/marbles/core/marbles.py +++ b/marbles/core/marbles/core/marbles.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/setup.py b/marbles/core/setup.py index 09b82fd..35bfb3e 100644 --- a/marbles/core/setup.py +++ b/marbles/core/setup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/tests/examples/example_error.py b/marbles/core/tests/examples/example_error.py index 5b5f595..7de4e31 100644 --- a/marbles/core/tests/examples/example_error.py +++ b/marbles/core/tests/examples/example_error.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/tests/examples/example_marbles.py b/marbles/core/tests/examples/example_marbles.py index fb59055..dd1a6ee 100644 --- a/marbles/core/tests/examples/example_marbles.py +++ b/marbles/core/tests/examples/example_marbles.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/tests/examples/example_unittest.py b/marbles/core/tests/examples/example_unittest.py index abd8065..4c7ecf0 100644 --- a/marbles/core/tests/examples/example_unittest.py +++ b/marbles/core/tests/examples/example_unittest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/tests/test_log.py b/marbles/core/tests/test_log.py index a1836e0..5136ad9 100644 --- a/marbles/core/tests/test_log.py +++ b/marbles/core/tests/test_log.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/tests/test_main.py b/marbles/core/tests/test_main.py index d565499..1a9ab3f 100644 --- a/marbles/core/tests/test_main.py +++ b/marbles/core/tests/test_main.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/tests/test_marbles.py b/marbles/core/tests/test_marbles.py index d46c8e9..1c04479 100644 --- a/marbles/core/tests/test_marbles.py +++ b/marbles/core/tests/test_marbles.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/core/tests/test_setuptools.py b/marbles/core/tests/test_setuptools.py index 5a56911..28b430a 100644 --- a/marbles/core/tests/test_setuptools.py +++ b/marbles/core/tests/test_setuptools.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/mixins/LICENSE b/marbles/mixins/LICENSE index 43e6413..96cabcb 100644 --- a/marbles/mixins/LICENSE +++ b/marbles/mixins/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2023 Two Sigma Open Source, LLC +Copyright (c) 2018-2024 Two Sigma Open Source, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/marbles/mixins/marbles/__init__.py b/marbles/mixins/marbles/__init__.py index 36cdb1d..23ca6da 100644 --- a/marbles/mixins/marbles/__init__.py +++ b/marbles/mixins/marbles/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/mixins/marbles/mixins/__init__.py b/marbles/mixins/marbles/mixins/__init__.py index 246303e..75d777e 100644 --- a/marbles/mixins/marbles/mixins/__init__.py +++ b/marbles/mixins/marbles/mixins/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/mixins/marbles/mixins/_version.py b/marbles/mixins/marbles/mixins/_version.py index e5e5bfe..43a64d5 100644 --- a/marbles/mixins/marbles/mixins/_version.py +++ b/marbles/mixins/marbles/mixins/_version.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/mixins/marbles/mixins/mixins.py b/marbles/mixins/marbles/mixins/mixins.py index 97a9aff..3d3eea2 100644 --- a/marbles/mixins/marbles/mixins/mixins.py +++ b/marbles/mixins/marbles/mixins/mixins.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/mixins/setup.py b/marbles/mixins/setup.py index 09b82fd..35bfb3e 100644 --- a/marbles/mixins/setup.py +++ b/marbles/mixins/setup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/marbles/mixins/tests/test_mixins.py b/marbles/mixins/tests/test_mixins.py index 90c46bc..9a13003 100644 --- a/marbles/mixins/tests/test_mixins.py +++ b/marbles/mixins/tests/test_mixins.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/setup.py b/setup.py index 09b82fd..35bfb3e 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2023 Two Sigma Open Source, LLC +# Copyright (c) 2018-2024 Two Sigma Open Source, LLC # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to