Skip to content

Commit 97ed222

Browse files
committed
tree-wide: use (c) consistently in copyright statement
There were a few cases where we had upper-case or missing (c).
1 parent 78069d2 commit 97ed222

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

bricks/ev3dev/modules/pybricks/bluetooth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MIT
2-
# Copyright (C) 2020 The Pybricks Authors
2+
# Copyright (c) 2020 The Pybricks Authors
33

44
"""
55
:class:`RFCOMMServer` can be used to communicate with other Bluetooth RFCOMM

bricks/ev3dev/modules/pybricks/messaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MIT
2-
# Copyright (C) 2020 The Pybricks Authors
2+
# Copyright (c) 2020 The Pybricks Authors
33

44
from _thread import allocate_lock
55
from uerrno import ECONNRESET

bricks/nxt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (c) 2013, 2014 Damien P. George
3-
# Copyright (C) 2019-2020 The Pybricks Authors
3+
# Copyright (c) 2019-2020 The Pybricks Authors
44

55
PBIO_PLATFORM = nxt
66

bricks/stm32/stm32.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (c) 2013, 2014 Damien P. George
3-
# Copyright (C) 2019-2020 The Pybricks Authors
3+
# Copyright (c) 2019-2020 The Pybricks Authors
44

55
# This file is shared by all STM32-based Pybricks ports
66
# Other ports should not use this file

lib/pbio/src/uartdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Based on:
66
* LEGO MINDSTORMS EV3 UART Sensor tty line discipline
77
*
8-
* Copyright (C) 2014-2016,2018-2019 David Lechner <[email protected]>
8+
* Copyright (c) 2014-2016,2018-2019 David Lechner <[email protected]>
99
*
1010
* This program is free software; you can redistribute it and/or modify
1111
* it under the terms of the GNU General Public License version 2 as

lib/pbio/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MIT
2-
# Copyright 2019-2020 The Pybricks Authors
2+
# Copyright (c) 2019-2020 The Pybricks Authors
33

44
# output
55
ifeq ($(COVERAGE),1)

lib/pbio/test/drv/battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright 2020 The Pybricks Authors
2+
// Copyright (c) 2020 The Pybricks Authors
33

44
// Software battery implementation for simulating battery in tests
55

lib/pbio/test/drv/button.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright 2020 The Pybricks Authors
2+
// Copyright (c) 2020 The Pybricks Authors
33

44
// Software button implementation for simulating buttons in tests
55

lib/pbio/test/drv/counter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright 2020 The Pybricks Authors
2+
// Copyright (c) 2020 The Pybricks Authors
33

44
#include <stdio.h>
55

lib/pbio/test/drv/pwm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright 2020 The Pybricks Authors
2+
// Copyright (c) 2020 The Pybricks Authors
33

44
#include <stdio.h>
55

0 commit comments

Comments
 (0)