Skip to content

Commit 863f925

Browse files
FoamyGuytannewt
andauthored
change license
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 109ebf9 commit 863f925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/board_stubs/build_board_specific_stubs/board_stub_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def create_board_stubs(board_id, records, mappings, board_filename):
130130
frozen_libraries = ", ".join(libraries["frozen_libraries"])
131131

132132
with open(board_filename, "w") as boards_file:
133-
boards_file.write("# SPDX-FileCopyrightText: 2024 Justin Myers for Adafruit Industries\n")
133+
boards_file.write("# SPDX-FileCopyrightText: 2024 Justin Myers\n")
134134
boards_file.write("#\n")
135135
boards_file.write("# SPDX-License-Identifier: MIT\n")
136136
boards_file.write('"""\n')

0 commit comments

Comments
 (0)