Skip to content

Commit b26d5c6

Browse files
authored
Updates copyright notices to 2025 (#1616)
# Description Updates all copyright notices to 2025. This should make pre-commit checks happy. My local system is still in 2024, but apparently github is in 2025. Happy New Year! (I did not enter an issue, but happy to do so if you like me to.) ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - _I don't think it's needed._ - [x] My changes generate no new warnings - _As far as I can tell._ - [ ] I have added tests that prove my fix is effective or that my feature works - _Not a feature._ - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - _n/a?_ - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
1 parent fae5c7a commit b26d5c6

File tree

674 files changed

+676
-675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

674 files changed

+676
-675
lines changed

.github/LICENSE_HEADER.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022-2024, The Isaac Lab Project Developers.
1+
Copyright (c) 2022-2025, The Isaac Lab Project Developers.
22
All rights reserved.
33

44
SPDX-License-Identifier: BSD-3-Clause

.vscode/tools/setup_vscode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024, The Isaac Lab Project Developers.
1+
# Copyright (c) 2022-2025, The Isaac Lab Project Developers.
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022-2024, The Isaac Lab Project Developers.
1+
Copyright (c) 2022-2025, The Isaac Lab Project Developers.
22

33
All rights reserved.
44

docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024, The Isaac Lab Project Developers.
1+
# Copyright (c) 2022-2025, The Isaac Lab Project Developers.
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

docker/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2022-2024, The Isaac Lab Project Developers.
3+
# Copyright (c) 2022-2025, The Isaac Lab Project Developers.
44
# All rights reserved.
55
#
66
# SPDX-License-Identifier: BSD-3-Clause

docker/container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2022-2024, The Isaac Lab Project Developers.
3+
# Copyright (c) 2022-2025, The Isaac Lab Project Developers.
44
# All rights reserved.
55
#
66
# SPDX-License-Identifier: BSD-3-Clause

docker/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024, The Isaac Lab Project Developers.
1+
# Copyright (c) 2022-2025, The Isaac Lab Project Developers.
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

docker/utils/container_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024, The Isaac Lab Project Developers.
1+
# Copyright (c) 2022-2025, The Isaac Lab Project Developers.
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

docker/utils/state_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024, The Isaac Lab Project Developers.
1+
# Copyright (c) 2022-2025, The Isaac Lab Project Developers.
22
# All rights reserved.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause

0 commit comments

Comments
 (0)