comparison configmix/_speedups.c @ 593:f454889e41fa

Adjust copyright year (the end) to 2022
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Jan 2022 21:04:11 +0100
parents dc2e2384c8c7
children 1b56b3cd4395
comparison
equal deleted inserted replaced
592:eae394e86e22 593:f454889e41fa
1 /* -*- coding: utf-8 -*- */ 1 /* -*- coding: utf-8 -*- */
2 /* 2 /*
3 * Speedups for configmix. 3 * Speedups for configmix.
4 * 4 *
5 * :Copyright: (c) 2021, Franz Glasner. All rights reserved. 5 * :Copyright: (c) 2021-2022, Franz Glasner. All rights reserved.
6 * :License: BSD-3-Clause. See LICENSE.txt for details. 6 * :License: BSD-3-Clause. See LICENSE.txt for details.
7 */ 7 */
8 8
9 #define PY_SSIZE_T_CLEAN 9 #define PY_SSIZE_T_CLEAN
10 #include "Python.h" 10 #include "Python.h"