diff options
author | Adrian Kummerlaender | 2015-01-10 10:29:35 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-01-10 10:29:35 +0100 |
commit | 1014c07428359cb9c6498315451effe093a5a13a (patch) | |
tree | 976c660beddf0a276b67ee546a3b4828ce4512c8 | |
parent | ea1b360a965d2432e51258e18d9452eb40627682 (diff) | |
download | blog_content-1014c07428359cb9c6498315451effe093a5a13a.tar blog_content-1014c07428359cb9c6498315451effe093a5a13a.tar.gz blog_content-1014c07428359cb9c6498315451effe093a5a13a.tar.bz2 blog_content-1014c07428359cb9c6498315451effe093a5a13a.tar.lz blog_content-1014c07428359cb9c6498315451effe093a5a13a.tar.xz blog_content-1014c07428359cb9c6498315451effe093a5a13a.tar.zst blog_content-1014c07428359cb9c6498315451effe093a5a13a.zip |
Added mention of _Apache License_ to _InputXSLT_
-rw-r--r-- | pages/projects/input_xslt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/projects/input_xslt.md b/pages/projects/input_xslt.md index 70d733e..8cd8eee 100644 --- a/pages/projects/input_xslt.md +++ b/pages/projects/input_xslt.md @@ -2,7 +2,7 @@ …is a Apache Xalan based XSLT extension enabling access to external commands, the filesystem and calling further transformations from inside a transformation. -It is used as the base for the static site generation system used to generate the whole website you are currently viewing and is available via [Github] or [cgit]. +It is used as the base for the static site generation system used to generate the whole website you are currently viewing and is available under the terms of the _Apache License_ via [Github] or [cgit]. ## Why? |