comparison ini.c @ 97:0321fc3c0972

Update license
author David Demelier <markand@malikania.fr>
date Fri, 13 Jan 2012 19:25:24 +0100
parents dcaf2c61c902
children 85ddc81848bd
comparison
equal deleted inserted replaced
96:dcaf2c61c902 97:0321fc3c0972
1 /* 1 /*
2 * ini.c -- parse .ini like files 2 * ini.c -- parse .ini like files
3 * 3 *
4 * Copyright (c) 2011, David Demelier <markand@malikania.fr> 4 * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
5 * 5 *
6 * Permission to use, copy, modify, and/or distribute this software for any 6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above 7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies. 8 * copyright notice and this permission notice appear in all copies.
9 * 9 *