smflite

diff src/fake_glib.c @ 2:d9e0d0500a78

added COPYING and README
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 26 Jan 2012 15:51:53 +0200
parents 8e535ca4bb86
children
line diff
     1.1 --- a/src/fake_glib.c	Thu Jan 26 15:35:18 2012 +0200
     1.2 +++ b/src/fake_glib.c	Thu Jan 26 15:51:53 2012 +0200
     1.3 @@ -1,3 +1,29 @@
     1.4 +/* reimplementation of the subset of glib used by libsmf
     1.5 + *
     1.6 + * Copyright (C) 2012 John Tsiombikas <nuclear@mutantstargoat.com>
     1.7 + * All rights reserved.
     1.8 + *
     1.9 + * Redistribution and use in source and binary forms, with or without
    1.10 + * modification, are permitted provided that the following conditions are met:
    1.11 + *
    1.12 + * 1. Redistributions of source code must retain the above copyright notice, this
    1.13 + *    list of conditions and the following disclaimer.
    1.14 + * 2. Redistributions in binary form must reproduce the above copyright notice,
    1.15 + *    this list of conditions and the following disclaimer in the documentation
    1.16 + *    and/or other materials provided with the distribution.
    1.17 + *
    1.18 + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    1.19 + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    1.20 + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    1.21 + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
    1.22 + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    1.23 + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    1.24 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    1.25 + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    1.26 + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    1.27 + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.28 + */
    1.29 +
    1.30  #include <stdio.h>
    1.31  #include <stdlib.h>
    1.32  #include <string.h>