Skip to content

Commit e178c85

Browse files
committed
tree-wide: add license identifier for StackOverflow code
https://stackoverflow.com/help/licensing
1 parent 97ed222 commit e178c85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pybricks/util_mp/pb_kwarg_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// SPDX-License-Identifier: CC-BY-SA-4.0
23
// Copyright (c) 2018-2020 The Pybricks Authors
34

45
#ifndef PYBRICKS_INCLUDED_PBKWARG_H

tools/checksum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python3
22

33
# SPDX-License-Identifier: MIT
4+
# SPDX-License-Identifier: CC-BY-SA-4.0
45
# Copyright (c) 2019-2020 The Pybricks Authors
56

67
"""Calculate checksum of firmware file in the same way that the bootloader on

0 commit comments

Comments
 (0)