comparison cpp/is_number/is_number.hpp @ 628:b327391f6a62

Misc: update copyrights
author David Demelier <markand@malikania.fr>
date Wed, 03 Jan 2018 09:13:20 +0100
parents 4baec6555b02
children cba9782e10a7
comparison
equal deleted inserted replaced
627:b1bfc23d33fe 628:b327391f6a62
1 /* 1 /*
2 * is_number.hpp -- check if string is a number 2 * is_number.hpp -- check if string is a number
3 * 3 *
4 * Copyright (c) 2016-2017 David Demelier <markand@malikania.fr> 4 * Copyright (c) 2016-2018 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 *