comparison C++/SocketListener.h @ 299:24085fae3162

Update licenses
author David Demelier <markand@malikania.fr>
date Sat, 15 Nov 2014 13:11:38 +0100
parents adcae2bde2f0
children c019f194475a
comparison
equal deleted inserted replaced
298:8af39c019eb6 299:24085fae3162
1 /* 1 /*
2 * SocketListener.h -- portable select() wrapper 2 * SocketListener.h -- portable select() wrapper
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 *