diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:50:49 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:50:49 +0200 |
| commit | 9cf4bc1d047cb05aee6239d0c423878736c49f71 (patch) | |
| tree | 15056641b96c90e30b0f35749375bff9426649de | |
| parent | db78508f43ff26d413a720b3a3be47535901e7ca (diff) | |
fix
| -rw-r--r-- | xerl.buetow.org/content/99.license.xml | 55 |
1 files changed, 6 insertions, 49 deletions
diff --git a/xerl.buetow.org/content/99.license.xml b/xerl.buetow.org/content/99.license.xml index af37330..9428b29 100644 --- a/xerl.buetow.org/content/99.license.xml +++ b/xerl.buetow.org/content/99.license.xml @@ -1,54 +1,11 @@ <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> <content> <pagetitle>License</pagetitle> - <text> - <noop>Xerl is (C) by Paul Buetow.</noop> - </text> - <text> - <noop> - All rights reserved. - </noop> - <newline /> - <newline /> - <noop> - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - </noop> - <newline /> - <newline /> - <noop> - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - </noop> - <newline /> - <newline /> - <noop> - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - </noop> - <newline /> - <newline /> - <noop> - * Neither the name of buetow.org nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - </noop> - <newline /> - <newline /> - <noop> -THIS SOFTWARE IS PROVIDED BY Paul Buetow ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL Paul Buetow BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - </noop> - </text> + <code> + <perl> + use LWP::Simple; + get 'http://web.buetow.org/git/?p=xerl.git;a=blob;f=COPYING;hb=HEAD'; + </perl> + </code> </content> |
