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

update copyright

This commit is contained in:
Antony Polukhin
2020-01-18 13:52:29 +03:00
parent abb467c0e2
commit 74c460fd18
64 changed files with 65 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/python
# Copyright (c) 2016-2019 Antony Polukhin
# Copyright (c) 2016-2020 Antony Polukhin
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -13,7 +13,7 @@ import string
# Skipping some letters that may produce keywords or are hard to read, or shadow template parameters
ascii_letters = string.ascii_letters.replace("o", "").replace("O", "").replace("i", "").replace("I", "").replace("T", "")
PROLOGUE = """// Copyright (c) 2016-2019 Antony Polukhin
PROLOGUE = """// Copyright (c) 2016-2020 Antony Polukhin
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)