Skip to content

Commit bfdb857

Browse files
committed
Run pre-commit routine for 2025
1 parent 28f9fe6 commit bfdb857

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

feeding_web_app_ros2_test/feeding_web_app_ros2_test/MoveFromMouthToRestingPosition.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/MoveFromMouthToStagingConfiguration.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/MoveToDummy.py

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
import rclpy

feeding_web_app_ros2_test/feeding_web_app_ros2_test/MoveToMouth.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 MoveToMouth

feeding_web_app_ros2_test/feeding_web_app_ros2_test/MoveToRestingPosition.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/MoveToStagingConfiguration.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/MoveToStowLocation.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/SegmentFromPoint.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
import array

feeding_web_app_ros2_test/feeding_web_app_ros2_test/TableDetection.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 builtin_interfaces.msg import Time
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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.

feeding_web_app_ros2_test/feeding_web_app_ros2_test/publisher.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
import rclpy

feeding_web_app_ros2_test/feeding_web_app_ros2_test/reverse_string_service.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 feeding_web_app_ros2_msgs.srv import ReverseString

feeding_web_app_ros2_test/feeding_web_app_ros2_test/sort_by_character_frequency_action.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
import time

feeding_web_app_ros2_test/feeding_web_app_ros2_test/subscriber.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
import rclpy

feeding_web_app_ros2_test/launch/feeding_dummy_acquirefood_launch.py

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
from launch_ros.substitutions import FindPackageShare

feeding_web_app_ros2_test/launch/feeding_web_app_dummy_nodes_launch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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

feeding_web_app_ros2_test/setup.py

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
from glob import glob

feeding_web_app_ros2_test/test/test_copyright.py

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
# Copyright 2015 Open Source Robotics Foundation, Inc.

feeding_web_app_ros2_test/test/test_flake8.py

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
# Copyright 2017 Open Source Robotics Foundation, Inc.

feeding_web_app_ros2_test/test/test_pep257.py

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
# Copyright 2015 Open Source Robotics Foundation, Inc.

feedingwebapp/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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

feedingwebapp/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Footer/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/GlobalState.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Header/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Header/InfoModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Header/TeleopSubcomponent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/BiteSelectionUIStates/BiteSelectionButtonOverlay.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/BiteSelectionUIStates/BiteSelectionName.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/BiteSelectionUIStates/BiteSelectionPointMask.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/BiteSelectionUIStates/ImageWithButtonName.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/BiteSelectionUIStates/ImageWithButtonOverlay.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/BiteSelectionUIStates/ImageWithPointMask.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/Button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/Home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/BiteAcquisitionCheck.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/BiteDone.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/BiteSelection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/CircleProgressBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/DetectingFace.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/DetectingFaceSubcomponent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/PostMeal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

feedingwebapp/src/Pages/Home/MealStates/PreMeal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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

0 commit comments

Comments
 (0)