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
--- a/README	Sat Dec 21 12:31:31 2013 +0100
+++ b/README	Fri Jan 17 12:44:54 2014 +0100
@@ -6,13 +6,15 @@
 0. Table of Contents:
 
   1. Introduction  ........................................................ 15
-  2. Build  ............................................................... 25
-  3. Install  ............................................................. 56
-  4. Documentation  ....................................................... 68
-  5. Contact  ............................................................. 76
+  2. Build  ............................................................... 26
+  3. Install  ............................................................. 58
+  4. Documentation  ....................................................... 71
+  5. Contact  ............................................................. 80
+  6. License  ............................................................. 89
 
 
 1. Introduction
+---------------
 
 UAP Common eXtensions provide useful data structures and algorithms for common
 programmatic tasks in C language. By design the features are divided into
@@ -23,6 +25,7 @@
 
 
 2. Build
+--------
 
 Untar the source archive and run
 
@@ -54,6 +57,7 @@
 Again, you can omit the CONF parameter, when using the gcc.
 
 3. Install
+----------
 
 Build the binaries as described in chapter two. Then install UCX, by running
 
@@ -66,6 +70,7 @@
 The default prefix is /usr/local.
 
 4. Documentation
+----------------
 
 The code uses doxygen source code documentation. A html version of the
 documentation is also available here:
@@ -74,8 +79,34 @@
 
 
 5. Contact
-
-Copyright (c) 2013 Olaf Wintermann
+----------
 
   Mike "UniversE" Becker        (universe@uap-core.de)
   Olaf "Prometheus" Wintermann  (prometheus@uap-core.de)
+
+6. License
+----------
+
+Copyright 2013 Olaf Wintermann. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+
+  2. 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.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.

mercurial