]> git.corax.cc Git - foundry/commit
Add COPYING file and GPLv3 license notice to source files
authorMatthias Kruk <m@m10k.eu>
Mon, 14 Feb 2022 12:38:47 +0000 (21:38 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 14 Feb 2022 12:38:47 +0000 (21:38 +0900)
commit6dea5bdffad3b2495fa939d0c78b10fdb148fb87
treef3122e1180b420c03677c612352e27d382573a1c
parent2f430242c5eb1ccd397b7ebe4c42d4d42d4dbd94
Add COPYING file and GPLv3 license notice to source files

There is no indication in the source tree, what license the sources
are published under, making it unclear if and how the code may be used.

This commit adds a COPYING file with the full GPLv3 license text to the
root directory of the source tree, and a license notice to all source
files.
14 files changed:
COPYING [new file with mode: 0644]
include/foundry/context.sh
include/foundry/msg.sh
include/foundry/msg/artifact.sh
include/foundry/msg/build.sh
include/foundry/msg/commit.sh
include/foundry/msg/dist.sh
include/foundry/msg/merge.sh
include/foundry/msg/sign.sh
include/foundry/msg/test.sh
src/buildbot.sh
src/distbot.sh
src/signbot.sh
src/watchbot.sh