added license to readme + added underlines to chapter titles

Fri, 17 Jan 2014 12:44:54 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 17 Jan 2014 12:44:54 +0100
changeset 159
a22b6da0587e
parent 158
81d580042da1
child 160
302dddaf741d

added license to readme + added underlines to chapter titles

README file | annotate | diff | comparison | revisions
     1.1 --- a/README	Sat Dec 21 12:31:31 2013 +0100
     1.2 +++ b/README	Fri Jan 17 12:44:54 2014 +0100
     1.3 @@ -6,13 +6,15 @@
     1.4  0. Table of Contents:
     1.5  
     1.6    1. Introduction  ........................................................ 15
     1.7 -  2. Build  ............................................................... 25
     1.8 -  3. Install  ............................................................. 56
     1.9 -  4. Documentation  ....................................................... 68
    1.10 -  5. Contact  ............................................................. 76
    1.11 +  2. Build  ............................................................... 26
    1.12 +  3. Install  ............................................................. 58
    1.13 +  4. Documentation  ....................................................... 71
    1.14 +  5. Contact  ............................................................. 80
    1.15 +  6. License  ............................................................. 89
    1.16  
    1.17  
    1.18  1. Introduction
    1.19 +---------------
    1.20  
    1.21  UAP Common eXtensions provide useful data structures and algorithms for common
    1.22  programmatic tasks in C language. By design the features are divided into
    1.23 @@ -23,6 +25,7 @@
    1.24  
    1.25  
    1.26  2. Build
    1.27 +--------
    1.28  
    1.29  Untar the source archive and run
    1.30  
    1.31 @@ -54,6 +57,7 @@
    1.32  Again, you can omit the CONF parameter, when using the gcc.
    1.33  
    1.34  3. Install
    1.35 +----------
    1.36  
    1.37  Build the binaries as described in chapter two. Then install UCX, by running
    1.38  
    1.39 @@ -66,6 +70,7 @@
    1.40  The default prefix is /usr/local.
    1.41  
    1.42  4. Documentation
    1.43 +----------------
    1.44  
    1.45  The code uses doxygen source code documentation. A html version of the
    1.46  documentation is also available here:
    1.47 @@ -74,8 +79,34 @@
    1.48  
    1.49  
    1.50  5. Contact
    1.51 -
    1.52 -Copyright (c) 2013 Olaf Wintermann
    1.53 +----------
    1.54  
    1.55    Mike "UniversE" Becker        (universe@uap-core.de)
    1.56    Olaf "Prometheus" Wintermann  (prometheus@uap-core.de)
    1.57 +
    1.58 +6. License
    1.59 +----------
    1.60 +
    1.61 +Copyright 2013 Olaf Wintermann. All rights reserved.
    1.62 +
    1.63 +Redistribution and use in source and binary forms, with or without
    1.64 +modification, are permitted provided that the following conditions are met:
    1.65 +
    1.66 +  1. Redistributions of source code must retain the above copyright
    1.67 +     notice, this list of conditions and the following disclaimer.
    1.68 +
    1.69 +  2. Redistributions in binary form must reproduce the above copyright
    1.70 +     notice, this list of conditions and the following disclaimer in the
    1.71 +     documentation and/or other materials provided with the distribution.
    1.72 +
    1.73 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.74 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.75 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    1.76 +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
    1.77 +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    1.78 +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    1.79 +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    1.80 +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    1.81 +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    1.82 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.83 +POSSIBILITY OF SUCH DAMAGE.

mercurial