summaryrefslogtreecommitdiff
path: root/src/chroot-tools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-27 19:39:02 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-27 19:39:02 -0400
commit0c445419dde3f421e1db1a63ba8395e5f81369e4 (patch)
tree6c8b4930fc66a56a7166b2af4daf1693af5715e4 /src/chroot-tools
parentdf6fdceab0e120c6512ced21d0e07bcc48999368 (diff)
Add some HACKING documentation
Diffstat (limited to 'src/chroot-tools')
-rw-r--r--src/chroot-tools/HACKING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/chroot-tools/HACKING.md b/src/chroot-tools/HACKING.md
new file mode 100644
index 0000000..e50aa11
--- /dev/null
+++ b/src/chroot-tools/HACKING.md
@@ -0,0 +1,3 @@
+Unfortunately, `makechrootpkg.sh` is GPLv2 ONLY. This means that
+everything that uses it must be held to GPLv2+ instead of GPLv3+. I'm
+calling this anything that gets loaded into the same process as it.