Skip to content

Commit 0d50ae2

Browse files
authored
Update copyright date for 2025 (#151)
Run pre-commit routine for 2025
1 parent 28f9fe6 commit 0d50ae2

File tree

86 files changed

+86
-86
lines changed

Some content is hidden

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

86 files changed

+86
-86
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, Personal Robotics Laboratory
1+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
22
# License: BSD 3-Clause. See LICENSE.md file in root directory.
33

44
name: pre-commit

feeding_web_app_ros2_test/feeding_web_app_ros2_test/AcquireFood.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
from ada_feeding_msgs.action import AcquireFood

feeding_web_app_ros2_test/feeding_web_app_ros2_test/AcquireFoodClient.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) 2024, Personal Robotics Laboratory
3+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
44
# License: BSD 3-Clause. See LICENSE.md file in root directory.
55

66
# Standard imports

feeding_web_app_ros2_test/feeding_web_app_ros2_test/DummyRealSense.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) 2024, Personal Robotics Laboratory
3+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
44
# License: BSD 3-Clause. See LICENSE.md file in root directory.
55

66
# Standard imports

feeding_web_app_ros2_test/feeding_web_app_ros2_test/FaceDetection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
from ada_feeding_msgs.msg import FaceDetection

feeding_web_app_ros2_test/feeding_web_app_ros2_test/FoodOnForkDetection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
from ada_feeding_msgs.msg import FoodOnForkDetection

feeding_web_app_ros2_test/feeding_web_app_ros2_test/MoveAbovePlate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
from ada_feeding_msgs.action import MoveTo

feeding_web_app_ros2_test/feeding_web_app_ros2_test/MoveFromMouth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
from ada_feeding_msgs.action import MoveTo

feeding_web_app_ros2_test/feeding_web_app_ros2_test/MoveFromMouthToAbovePlate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2024, Personal Robotics Laboratory
2+
# Copyright (c) 2024-2025, Personal Robotics Laboratory
33
# License: BSD 3-Clause. See LICENSE.md file in root directory.
44

55
from ada_feeding_msgs.action import MoveTo

0 commit comments

Comments
 (0)