comparison http.h @ 25:b74c1f165e51

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Sun, 02 Jan 2022 10:24:45 +0100
parents f19f5f9fee56
children 3e01d0147294
comparison
equal deleted inserted replaced
24:468236e1ef94 25:b74c1f165e51
1 /* 1 /*
2 * http.h -- HTTP parsing and rendering 2 * http.h -- HTTP parsing and rendering
3 * 3 *
4 * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr> 4 * Copyright (c) 2020-2022 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 *