From 22b17828a51cc1a59d7cbf21df4b96f0a98c11e3 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Fri, 27 Sep 2019 20:37:44 +1000 Subject: [PATCH] Add license --- LICENSE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ab349cd --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +Treat the license for this code as though it were the Apache-2.0 license, +WITH THE FOLLOWING MODIFICATIONS: + +If you integrate LayeredFS into your launcher of choice, you MUST NOT modify the +existing commandline argument names. + +If you add any commandline arguments, they MUST begin with `--layered-`. + +I'm sure this lax wording is not legally binding, but please don't be an asshole. \ No newline at end of file