Skip to content

Commit 04944d9

Browse files
committed
pbio: Update copyright year.
1 parent bb3714d commit 04944d9

30 files changed

+116
-30
lines changed

lib/pbio/include/pbio/angle.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2022 The Pybricks Authors
2+
// Copyright (c) 2022-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2022-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Angle pbio/angle: Long high resolution position type

lib/pbio/include/pbio/battery.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2021-2022 The Pybricks Authors
2+
// Copyright (c) 2021-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2021-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Battery pbio/battery: Battery functions

lib/pbio/include/pbio/control.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2022 The Pybricks Authors
2+
// Copyright (c) 2018-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2020-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Control pbio/control: PID-like control

lib/pbio/include/pbio/control_settings.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2022 The Pybricks Authors
2+
// Copyright (c) 2018-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2020-2023 LEGO System A/S
36

47
#ifndef _PBIO_CONTROL_SETTINGS_H_
58
#define _PBIO_CONTROL_SETTINGS_H_

lib/pbio/include/pbio/dcmotor.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2022 The Pybricks Authors
2+
// Copyright (c) 2018-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2020-2023 LEGO System A/S
36

47
/**
58
* @addtogroup DCMotor pbio/dcmotor: DC Motor

lib/pbio/include/pbio/differentiator.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2022 The Pybricks Authors
2+
// Copyright (c) 2022-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2022-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Differentiator pbio/differentiator: Differentiation of angle signals.

lib/pbio/include/pbio/drivebase.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2022 The Pybricks Authors
2+
// Copyright (c) 2018-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2020-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Drivebase pbio/drivebase: Drivebase motion control

lib/pbio/include/pbio/int_math.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2022 The Pybricks Authors
2+
// Copyright (c) 2018-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2020-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Math pbio/math: Integer math utilities

lib/pbio/include/pbio/integrator.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2022 The Pybricks Authors
2+
// Copyright (c) 2018-2023 The Pybricks Authors
3+
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
// Copyright (c) 2020-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Integrator pbio/integrator: Integration of speed and angle signals

lib/pbio/include/pbio/observer.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
// SPDX-License-Identifier: MIT
2+
// Copyright (c) 2019-2023 The Pybricks Authors
3+
14
// SPDX-License-Identifier: BSD-3-Clause
2-
// Copyright (c) 2018-2022 The Pybricks Authors
5+
// Copyright (c) 2020-2023 LEGO System A/S
36

47
/**
58
* @addtogroup Observer pbio/observer: Servo state observer

0 commit comments

Comments
 (0)