diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T12·33+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T12·33+0200 |
commit | f271b946523463645be849fd0e114a9b827b5b30 (patch) | |
tree | 4270da8f5c1ae0df98fa00ba4f7091f6e0041ecc /doc/manual/introduction/nix-license.xml | |
parent | 7a68b4e4d3fb8940e43640c0c446e8496a2305af (diff) |
Remove pointless "license" section
Diffstat (limited to 'doc/manual/introduction/nix-license.xml')
-rw-r--r-- | doc/manual/introduction/nix-license.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/manual/introduction/nix-license.xml b/doc/manual/introduction/nix-license.xml deleted file mode 100644 index af9cef70eef9..000000000000 --- a/doc/manual/introduction/nix-license.xml +++ /dev/null @@ -1,20 +0,0 @@ -<chapter xmlns="http://docbook.org/ns/docbook" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:xi="http://www.w3.org/2001/XInclude" - version="5.0" - xml:id="ch-nix-license"> - -<title>License</title> - -<para>Nix is free software; you can redistribute it and/or modify it -under the terms of the <link -xlink:href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General -Public License</link> as published by the <link -xlink:href="http://www.fsf.org/">Free Software Foundation</link>; -either version 2.1 of the License, or (at your option) any later -version. Nix is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details.</para> - -</chapter> \ No newline at end of file |