src/ucx.c

changeset 251
fae240d633fc
parent 250
b7d1317b138e
child 259
2f5dea574a75
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/ucx.c	Tue Oct 17 16:15:41 2017 +0200
     1.3 @@ -0,0 +1,37 @@
     1.4 +/**
     1.5 + * @mainpage UAP Common Extensions
     1.6 + * Library with common and useful functions, macros and data structures.
     1.7 + * <p>
     1.8 + * Latest available source:<br/>
     1.9 + * <a href="https://develop.uap-core.de/hg/ucx">
    1.10 + * https://develop.uap-core.de/hg/ucx</a>
    1.11 + * </p>
    1.12 + * 
    1.13 + * <h2>LICENCE</h2>
    1.14 + * 
    1.15 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    1.16 + *
    1.17 + * Redistribution and use in source and binary forms, with or without
    1.18 + * modification, are permitted provided that the following conditions are met:
    1.19 + *
    1.20 + *   1. Redistributions of source code must retain the above copyright
    1.21 + *      notice, this list of conditions and the following disclaimer.
    1.22 + *
    1.23 + *   2. Redistributions in binary form must reproduce the above copyright
    1.24 + *      notice, this list of conditions and the following disclaimer in the
    1.25 + *      documentation and/or other materials provided with the distribution.
    1.26 + *
    1.27 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.28 + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.29 + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    1.30 + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
    1.31 + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    1.32 + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    1.33 + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    1.34 + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    1.35 + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    1.36 + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.37 + * POSSIBILITY OF SUCH DAMAGE.
    1.38 + */
    1.39 +
    1.40 +#include "ucx/ucx.h"

mercurial