drbotzo-idlerpg/.reuse/dep5
Brian S. Stephan d862aa16d8
implement the bones of character management
this provides character-level operations such as character creation,
logging in/out, leveling them, and penalizing them. this isn't a game,
yet, but it does implement and test a lot of the core functionality,
just without triggers or bulk operations

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-05-06 00:16:16 -05:00

30 lines
973 B
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dr.botzo-idlerpg
Upstream-Contact: Brian S. Stephan <bss@incorporeal.org>
Source: https://git.incorporeal.org/bss/dr.botzo-idlerpg
# Trivial files
Files: .gitignore
Copyright: © 2024 Brian S. Stephan <bss@incorporeal.org>
License: AGPL-3.0-or-later
# High level repo docs
Files: *.md
Copyright: © 2024 Brian S. Stephan <bss@incorporeal.org>
License: AGPL-3.0-or-later
# Python packaging, scaffolding, and errata
Files: MANIFEST.in pyproject.toml tox.ini requirements/*
Copyright: © 2024 Brian S. Stephan <bss@incorporeal.org>
License: AGPL-3.0-or-later
# Django-generated files and testing errata
Files: idlerpg/migrations/* tests/fixtures/*
Copyright: © 2024 Brian S. Stephan <bss@incorporeal.org>
License: AGPL-3.0-or-later
# Testing apparatus stuff from dr.botzo
Files: tests/test_project/*
Copyright: © 2014 Brian S. Stephan <bss@incorporeal.org>
License: GPL-3.0-only