syzler@52: -- Copyright (c) 2015, Syzler syzler@14: -- All rights reserved. syzler@1: -- syzler@14: -- Redistribution and use in source and binary forms, with or without syzler@14: -- modification, are permitted provided that the following conditions syzler@14: -- are met: syzler@1: -- syzler@14: -- * Redistributions of source code must retain the above copyright syzler@14: -- notice, this list of conditions and the following disclaimer. syzler@14: -- * Redistributions in binary form must reproduce the above copyright syzler@14: -- notice, this list of conditions and the following disclaimer in syzler@14: -- the documentation and/or other materials provided with the syzler@14: -- distribution. syzler@14: -- * Neither the name of the MyLilPony Project nor the names of its syzler@14: -- contributors may be used to endorse or promote products derived syzler@14: -- from this software without specific prior written permission. syzler@1: -- syzler@14: -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS syzler@14: -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT syzler@14: -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS syzler@14: -- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE syzler@14: -- COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, syzler@14: -- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, syzler@14: -- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; syzler@14: -- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER syzler@14: -- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT syzler@14: -- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN syzler@14: -- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE syzler@14: -- POSSIBILITY OF SUCH DAMAGE. syzler@1: syzler@15: ------------------------------------------------------------------------ syzler@15: -- Project: libMyLilPony syzler@15: -- Project Version: @project-version@ syzler@15: -- Last Author: @file-author@ syzler@15: -- Last Updated: @file-date-iso@ syzler@15: -- syzler@1: -- This file contains initial declarations for the library syzler@1: -- Make sure it loads first :P syzler@15: ------------------------------------------------------------------------ syzler@1: syzler@1: MyLilPony = {} syzler@1: syzler@15: MYLILPONY_VERSION = "@project-version@"; syzler@1: MYLILPONY_DEBUG_LOGGING = false; syzler@56: syzler@56: --@debug@ syzler@56: MYLILPONY_VERSION = "(Development)"; syzler@56: MYLILPONY_DEBUG_LOGGING = true; syzler@56: --@end-debug@