Brian S. Stephan d4c4bbde96
update the repository for v0.7.10
note that the google protobuf project does not recommend shipping
generated _pb2.py files, so that functionality has been removed from the
project. this also partially undoes the previous commit since using the
provided .proto files is less of an issue and also the default now, so
maybe don't spam the console as much

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-09-30 09:58:07 -05:00

35 lines
1.1 KiB
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GP2040-CE Binary Tools
Upstream-Contact: Brian S. Stephan <bss@incorporeal.org>
Source: https://github.com/OpenStickCommunity/gp2040ce-binary-tools
# Trivial files
Files: .gitignore .gitattributes
Copyright: © 2023 Brian S. Stephan <bss@incorporeal.org>
License: GPL-3.0-or-later
# Protobuf from GP2040-CE (MIT) and derived compilations
Files: gp2040ce_bintools/proto_snapshot/*
Copyright: (c) 2024 OpenStickCommunity (gp2040-ce.info)
License: MIT
# High level repo docs
Files: *.md
Copyright: © 2023 Brian S. Stephan <bss@incorporeal.org>
License: GPL-3.0-or-later
# Test data (GP2040-CE-derived)
Files: tests/test-files/proto-files/*
Copyright: (c) 2024 OpenStickCommunity (gp2040-ce.info)
License: MIT
# Test data
Files: tests/test-files/*
Copyright: © 2023 Brian S. Stephan <bss@incorporeal.org>
License: GPL-3.0-or-later
# Python packaging, scaffolding, and errata
Files: pyproject.toml tox.ini requirements/*
Copyright: © 2023 Brian S. Stephan <bss@incorporeal.org>
License: GPL-3.0-or-later