2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Update copyright years

This commit is contained in:
Antony Polukhin
2025-01-08 20:27:31 +03:00
parent f09e6aeae9
commit 3fe5ce61ee
96 changed files with 97 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/python
# Copyright (c) 2016-2024 Antony Polukhin
# Copyright (c) 2016-2025 Antony Polukhin
# Copyright (c) 2023 Denis Mikhailov
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
@@ -15,7 +15,7 @@ import string
ascii_letters = string.ascii_letters.replace("o", "").replace("O", "").replace("i", "").replace("I", "").replace("T", "")
WORKAROUND_CAST_EXPRESSIONS_LIMIT_PER_LINE = 3
PROLOGUE = """// Copyright (c) 2016-2024 Antony Polukhin
PROLOGUE = """// Copyright (c) 2016-2025 Antony Polukhin
// Copyright (c) 2023 Denis Mikhailov
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying