README

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 390
d345541018fa
     1.1 --- a/README	Sat Oct 28 11:25:27 2017 +0200
     1.2 +++ b/README	Sat Oct 28 15:43:51 2017 +0200
     1.3 @@ -15,12 +15,12 @@
     1.4  1. Introduction
     1.5  ---------------
     1.6  
     1.7 -UAP Common eXtensions provide useful data structures and algorithms for common
     1.8 -programmatic tasks in C language. By design the features are divided into
     1.9 +With this library we provide useful data structures and algorithms for common
    1.10 +programmatic tasks in the C language. By design the features are divided into
    1.11  modules to minimize the library footprint. Using the build files you can create
    1.12 -a static and a shared lib containing all modules, but you might also want use
    1.13 -the UCX sources in your project and compile specific modules to further minimize
    1.14 -the footprint. Feel free to do so.
    1.15 +a static and a shared lib containing all modules, but you may also use the UCX
    1.16 +sources in your project and compile specific modules by yourself to further
    1.17 +minimize the footprint.
    1.18  
    1.19  
    1.20  2. Build
    1.21 @@ -69,7 +69,7 @@
    1.22  6. License
    1.23  ----------
    1.24  
    1.25 -Copyright 2017 Olaf Wintermann. All rights reserved.
    1.26 +Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved.
    1.27  
    1.28  Redistribution and use in source and binary forms, with or without
    1.29  modification, are permitted provided that the following conditions are met:

mercurial