32 #ifndef _CLI_LIB_INFO_H_ 33 #define _CLI_LIB_INFO_H_ 40 static const char*
const LIB_VERSION =
"2.9";
41 static const char*
const LIB_COPYRIGHT =
"Copyright (c) 2006-2018, Alexis Royer, http://alexis.royer.free.fr/CLI";
42 static const char*
const LIB_LICENSE =
43 "Copyright (c) 2006-2018, Alexis Royer, http://alexis.royer.free.fr/CLI\n\ 45 All rights reserved.\n\ 47 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\ 49 * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\ 50 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation\n\ 51 and/or other materials provided with the distribution.\n\ 52 * Neither the name of the CLI library project nor the names of its contributors may be used to endorse or promote products derived from this software\n\ 53 without specific prior written permission.\n\ 55 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\ 56 \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\ 57 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\ 58 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\n\ 59 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n\ 60 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n\ 61 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n\ 62 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n\ 63 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n\ 64 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n\ 65 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.";
70 #endif // _CLI_LIB_INFO_H_ Main namespace of the CLI library.
#define CLI_NS_END(__ns)
End a namespace definition.
#define CLI_NS_BEGIN(__ns)
Begin a namespace definition.