comparison C++/Pack.cpp @ 299:24085fae3162

Update licenses
author David Demelier <markand@malikania.fr>
date Sat, 15 Nov 2014 13:11:38 +0100
parents 7433ebe6a8b0
children
comparison
equal deleted inserted replaced
298:8af39c019eb6 299:24085fae3162
1 /* 1 /*
2 * Pack.cpp -- binary data serialization 2 * Pack.cpp -- binary data serialization
3 * 3 *
4 * Copyright (c) 2013 David Demelier <markand@malikania.fr> 4 * Copyright (c) 2013, 2014 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 *