summaryrefslogtreecommitdiff
path: root/license.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-12 12:19:41 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-12 12:19:41 +0300
commit6ac5907a8e88e8a4a5ca348ed1f528a43d258f81 (patch)
tree1e3cda844aa2668cc879b971a536af9b14bd4ef7 /license.mdwn
parent54040bf60eb9da01676b345b0bdccfe736bec9a2 (diff)
downloadsubplot.liw.fi-6ac5907a8e88e8a4a5ca348ed1f528a43d258f81.tar.gz
Change: use new name everywhere
Diffstat (limited to 'license.mdwn')
-rw-r--r--license.mdwn26
1 files changed, 13 insertions, 13 deletions
diff --git a/license.mdwn b/license.mdwn
index e93c07b..a69a660 100644
--- a/license.mdwn
+++ b/license.mdwn
@@ -8,34 +8,34 @@
We have chosen software licenses for this project following these
principles:
-* XXX itself is free software, meaning it provides all the [four
+* Subplot itself is free software, meaning it provides all the [four
freedoms][] as defined by the Free Software Foundation: use (for
whatever purpose), study and change, share, share modified versions.
-* XXX should have little effect on the licensing of the outputs.
+* Subplot should have little effect on the licensing of the outputs.
While we would prefer it if everyone only produced free software, we
don't want to mandate it, and thus we've chosen to use a mix of
permissive and copyleft licenses for different parts of the project.
-As long as you only run XXX, you don't need to care about the
+As long as you only run Subplot, you don't need to care about the
licences, and you can use the outputs as you wish.
-* The XXX tooling (document and test program generators) are
+* The Subplot tooling (document and test program generators) are
licensed under the [GNU General Public Licence, version 3 or
later][].
-* The documents and test programs generated by XXX have whatever
- licence the input documents have. XXX has no effect on their
+* The documents and test programs generated by Subplot have whatever
+ licence the input documents have. Subplot has no effect on their
licences.
-* XXX uses templates, libraries, and scaffolding to produce the test
- programs. These are licensed under the [Apache 2.0][] licence, but
- with the extra permission that when they're used to generate outputs
- by XXX, they don't affect the licence of the generated test
- programs. The programs generated by XXX have the license of the
- inputs.
+* Subplot uses templates, libraries, and scaffolding to produce the
+ test programs. These are licensed under the [Apache 2.0][] licence,
+ but with the extra permission that when they're used to generate
+ outputs by Subplot, they don't affect the licence of the generated
+ test programs. The programs generated by Subplot have the license of
+ the inputs.
-* The XXX documentation, inluding examples, are licensed under the
+* The Subplot documentation, inluding examples, are licensed under the
[CC-BY-SA 4.0 (International)][] licence. This is better suited for
documentation than the code licences above.