Skip to content

Commit

Permalink
chore: tbp copyright (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanls authored Jan 1, 2025
1 parent fc2f7a6 commit 4fc72e7
Show file tree
Hide file tree
Showing 150 changed files with 168 additions and 8 deletions.
19 changes: 16 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Copyright 2025 Thousand Brains Project
Copyright 2021-2024 Numenta Inc.

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:
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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 1 addition & 0 deletions benchmarks/configs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions benchmarks/configs/follow_ups/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions benchmarks/configs/monty_world_experiments.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions benchmarks/configs/pretraining_experiments.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions benchmarks/configs/ycb_experiments.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions benchmarks/make_detailed_follow_up_configs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions benchmarks/run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions benchmarks/run_parallel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
4 changes: 2 additions & 2 deletions docs/contributing/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can read more about our views on deep learning in Monty in our [FAQ](../how-
All source code files must have a copyright and license header. The header must be placed at the top of the file, on the first line, before any other code. For example, in Python:

```python
# Copyright <YEARS> Numenta Inc.
# Copyright <YEARS> Thousand Brains Project
#
# Copyright may exist in Contributors' modifications
# and/or contributions to the work.
Expand All @@ -46,7 +46,7 @@ All source code files must have a copyright and license header. The header must
# https://opensource.org/licenses/MIT.
```

The `<YEARS>` is the year of the file's creation, and an optional sequence or range of years if the file has been modified over time. For example, if a file was created in 2024 and not modified again, the first line of the header should be `# Copyright 2024 Numenta Inc.`. If the file has been modified in consecutive years between 2022 and 2024, the header should be `# Copyright 2022-2024 Numenta Inc.`. If the file has been modified in multiple non-consecutive years in 2022, then in 2024 and 2025, the header should be `# Copyright 2022,2024-2025 Numenta Inc.`.
The `<YEARS>` is the year of the file's creation, and an optional sequence or range of years if the file has been modified over time. For example, if a file was created in 2024 and not modified again, the first line of the header should be `# Copyright 2024 Thousand Brains Project`. If the file has been modified in consecutive years between 2022 and 2024, the header should be `# Copyright 2022-2024 Thousand Brains Project`. If the file has been modified in multiple non-consecutive years in 2022, then in 2024 and 2025, the header should be `# Copyright 2022,2024-2025 Thousand Brains Project`.

In other words, if you are creating a new file, add the copyright and license header with the current year. If you are modifying an existing file and the header does not include the current year, then add the current year to the header. You should never need to modify anything aside from the year in the very first line of the header.

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
authors = [
{ name = 'Numenta' }
{ name = 'Thousand Brains Project' }
]
classifiers = [
'Development Status :: 3 - Alpha', # Update to Beta when we start using semver
Expand All @@ -29,7 +29,7 @@ dependencies = [
'tqdm',
'wandb',
]
description = 'Numenta Monty'
description = 'Thousand Brains Project Monty'
dynamic = ['version']
license = { file = 'LICENSE' }
name = 'tbp.monty'
Expand Down Expand Up @@ -338,7 +338,7 @@ ignore = [
]

[tool.ruff.lint.flake8-copyright]
author = "Numenta"
author = "Thousand Brains Project"

[tool.ruff.lint.mccabe]
max-complexity = 18
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2021-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/actions/action_samplers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/actions/actions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/actions/actuator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/config_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/config_utils/cmd_parser.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/config_utils/config_args.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environment_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2021-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environment_utils/graph_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environment_utils/server.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environment_utils/transforms.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2021-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environments/embodied_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environments/habitat.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environments/real_robots.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environments/two_d_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/environments/ycb.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/experiments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/experiments/monty_experiment.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2021-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/experiments/profile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/loggers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/loggers/exp_logger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/loggers/graph_matching_loggers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/loggers/monty_handlers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/loggers/wandb_handlers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2021-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/abstract_monty_classes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2021-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/buffer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/displacement_matching.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/evidence_matching.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/evidence_sdr_matching.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/goal_state_generation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/graph_matching.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/monty_base.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/motor_policies.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2021-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/object_model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/sensor_modules.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/models/states.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/run_env.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/run_parallel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/utils/communication_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/utils/dataclass_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/utils/follow_up_configs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2022-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/utils/graph_matching_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/utils/logging_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
1 change: 1 addition & 0 deletions src/tbp/monty/frameworks/utils/object_model_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2025 Thousand Brains Project
# Copyright 2023-2024 Numenta Inc.
#
# Copyright may exist in Contributors' modifications
Expand Down
Loading

0 comments on commit 4fc72e7

Please sign in to comment.