X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=d0.c;h=29b0aed1e76de5458941551d3400ee25fc3f7af8;hb=f2b0d6c053d9ecf2c45ec8d889b0d7f0e1d11d6a;hp=fd61cdb3cdfdd572267a6cd94c8d8689b4054965;hpb=b38fa6331d39d835a284697bd1c0906b3326d18e;p=xonotic%2Fd0_blind_id.git diff --git a/d0.c b/d0.c index fd61cdb..29b0aed 100644 --- a/d0.c +++ b/d0.c @@ -1,3 +1,44 @@ +/* + * include the license notice into the dynamic library to "reproduce the + * copyright notice" automatically, so the application developer does not have + * to care about this term + */ +const char *d0_bsd_license_notice = "\n" +"/*\n" +" * FILE: d0.c\n" +" * AUTHOR: Rudolf Polzer - divVerent@xonotic.org\n" +" * \n" +" * Copyright (c) 2010, Rudolf Polzer\n" +" * All rights reserved.\n" +" *\n" +" * Redistribution and use in source and binary forms, with or without\n" +" * modification, are permitted provided that the following conditions\n" +" * are met:\n" +" * 1. Redistributions of source code must retain the above copyright\n" +" * notice, this list of conditions and the following disclaimer.\n" +" * 2. Redistributions in binary form must reproduce the above copyright\n" +" * notice, this list of conditions and the following disclaimer in the\n" +" * documentation and/or other materials provided with the distribution.\n" +" * 3. Neither the name of the copyright holder nor the names of contributors\n" +" * may be used to endorse or promote products derived from this software\n" +" * without specific prior written permission.\n" +" * \n" +" * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND\n" +" * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n" +" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n" +" * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE\n" +" * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n" +" * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n" +" * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n" +" * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n" +" * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n" +" * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n" +" * SUCH DAMAGE.\n" +" *\n" +" * $Format:commit %H$\n" +" * $Id$\n" +" */\n"; + #include "d0.h" #include