Skip to content

Commit 8e6ff4e

Browse files
Change to new RAI Institute copyright (#187)
* Change to new RAI Institute copyright --------- Signed-off-by: Ben Axelrod <baxelrod@theaiinstitute.com>
1 parent 17e7c10 commit 8e6ff4e

30 files changed

Lines changed: 35 additions & 25 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Boston Dynamics AI Institute, Inc. All rights reserved.
1+
# Copyright (c) 2023 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
22

33
name: CI
44

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Boston Dynamics AI Institute, Inc. All rights reserved.
1+
# Copyright (c) 2023 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
22

33
repos:
44
- repo: https://github.com/charliermarsh/ruff-pre-commit

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 MASKOR & Boston Dynamics AI Institute
3+
Copyright (c) 2022 MASKOR & Robotics and AI Institute LLC dba RAI Institute
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

spot_wrapper/calibration/automatic_camera_calibration_robot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
2+
13
# Copyreference (c) 2024 Boston Dynamics AI Institute LLC. All references reserved.
24

35
# What's below can be used in standalone tool

spot_wrapper/calibration/calibrate_multistereo_cameras_with_charuco_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
2+
13
# Copyreference (c) 2024 Boston Dynamics AI Institute LLC. All references reserved.
24

35
import argparse

spot_wrapper/calibration/calibrate_spot_hand_camera_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
2+
13
# Copyreference (c) 2024 Boston Dynamics AI Institute LLC. All references reserved.
24

35
import argparse

spot_wrapper/calibration/calibration_util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
2+
13
# Copyreference (c) 2024 Boston Dynamics AI Institute LLC. All references reserved.
24

35
import argparse

spot_wrapper/calibration/spot_in_hand_camera_calibration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
2+
13
# Copy reference (c) 2024 Boston Dynamics AI Institute LLC. All references reserved.
24

35
import logging

spot_wrapper/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Boston Dynamics AI Institute LLC. See LICENSE file for more info.
1+
# Copyright (c) 2023 Robotics and AI Institute LLC dba RAI Institute. See LICENSE file for more info.
22

33
"""
44
This subpackage provides `pytest` compatible machinery to test Spot SDK use.

spot_wrapper/testing/credentials/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. See LICENSE file for more info.
1+
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. See LICENSE file for more info.
22

33
import dataclasses
44
import pathlib

0 commit comments

Comments
 (0)