comparison buf_clear.3 @ 28:dbdc17e11648

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Sun, 02 Jan 2022 10:15:18 +0100
parents d87e84936795
children 5493466d6e56
comparison
equal deleted inserted replaced
27:4c5538271f2b 28:dbdc17e11648
1 .\" 1 .\"
2 .\" buf_clear.3 -- simple string buffer for C 2 .\" buf_clear.3 -- simple string buffer for C
3 .\" 3 .\"
4 .\" Copyright (c) 2019-2021 David Demelier <markand@malikania.fr> 4 .\" Copyright (c) 2019-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 .\"
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .\" 17 .\"
18 .Dd October 29, 2019-2021 18 .Dd October 29, 2019-2022
19 .Dt BUF_CLEAR 3 19 .Dt BUF_CLEAR 3
20 .Os 20 .Os
21 .\" NAME 21 .\" NAME
22 .Sh NAME 22 .Sh NAME
23 .Nm buf_clear 23 .Nm buf_clear