src/cx/common.h

changeset 485
6a86ad3d8c03
parent 484
9e6900b1cf9d
child 487
4bd19279778c
     1.1 --- a/src/cx/common.h	Mon Dec 27 17:02:32 2021 +0100
     1.2 +++ b/src/cx/common.h	Mon Dec 27 17:16:32 2021 +0100
     1.3 @@ -35,6 +35,46 @@
     1.4   * \author Olaf Wintermann
     1.5   * \version 3.0
     1.6   * \copyright 2-Clause BSD License
     1.7 + *
     1.8 + * \mainpage UAP Common Extensions
     1.9 + * Library with common and useful functions, macros and data structures.
    1.10 + * <p>
    1.11 + * Latest available source:<br>
    1.12 + * <a href="https://sourceforge.net/projects/ucx/files/">https://sourceforge.net/projects/ucx/files/</a>
    1.13 + * </p>
    1.14 + *
    1.15 + * <p>
    1.16 + * Repositories:<br>
    1.17 + * <a href="https://sourceforge.net/p/ucx/code">https://sourceforge.net/p/ucx/code</a>
    1.18 + * -&nbsp;or&nbsp;-
    1.19 + * <a href="https://develop.uap-core.de/hg/ucx">https://develop.uap-core.de/hg/ucx</a>
    1.20 + * </p>
    1.21 + *
    1.22 + * <h2>LICENCE</h2>
    1.23 + *
    1.24 + * Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved.
    1.25 + *
    1.26 + * Redistribution and use in source and binary forms, with or without
    1.27 + * modification, are permitted provided that the following conditions are met:
    1.28 + *
    1.29 + *   1. Redistributions of source code must retain the above copyright
    1.30 + *      notice, this list of conditions and the following disclaimer.
    1.31 + *
    1.32 + *   2. Redistributions in binary form must reproduce the above copyright
    1.33 + *      notice, this list of conditions and the following disclaimer in the
    1.34 + *      documentation and/or other materials provided with the distribution.
    1.35 + *
    1.36 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.37 + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.38 + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    1.39 + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
    1.40 + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    1.41 + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    1.42 + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    1.43 + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    1.44 + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    1.45 + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.46 + * POSSIBILITY OF SUCH DAMAGE.
    1.47   */
    1.48  
    1.49  #ifndef UCX_COMMON_H

mercurial