add SPDX-FileCopyrightText

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-01-02 15:15:55 -06:00
parent 39cd3754f3
commit 23cb5c9e5a
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
12 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,6 @@
"""Initialize the package and get dependencies.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import argparse

View File

@ -1,5 +1,6 @@
"""Build binary files for a GP2040-CE board.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import argparse

View File

@ -1,5 +1,6 @@
"""GUI applications for working with binary files.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import argparse

View File

@ -2,6 +2,7 @@
Much of this code is a partial Python implementation of picotool.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import logging

View File

@ -1,5 +1,6 @@
"""Interact with the protobuf config from a picotool flash dump of a GP2040-CE board.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import argparse

View File

@ -1,5 +1,6 @@
"""Create the test fixtures and other data.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import os

View File

@ -1,5 +1,6 @@
"""Tests for the image builder module.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import os

View File

@ -1,5 +1,6 @@
"""Test our tools themselves to make sure they adhere to certain flags.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import json

View File

@ -1,5 +1,6 @@
"""Test the Textual GUI.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import os

View File

@ -1,5 +1,6 @@
"""Test high level package capabilities.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import os

View File

@ -1,5 +1,6 @@
"""Test operations for interfacing directly with a Pico.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import os

View File

@ -1,5 +1,6 @@
"""Unit tests for the storage module.
SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
SPDX-License-Identifier: MIT
"""
import os