Merge pull request #3503 from Abogical/new-year

Happy new year!
This commit is contained in:
TW 2018-01-02 16:46:23 +01:00 committed by GitHub
commit dc7eea1e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2015-2017 The Borg Collective (see AUTHORS file)
Copyright (C) 2015-2018 The Borg Collective (see AUTHORS file)
Copyright (C) 2010-2014 Jonas Borgström <jonas@borgstrom.se>
All rights reserved.

View File

@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = 'Borg - Deduplicating Archiver'
copyright = '2010-2014 Jonas Borgström, 2015-2017 The Borg Collective (see AUTHORS file)'
copyright = '2010-2014 Jonas Borgström, 2015-2018 The Borg Collective (see AUTHORS file)'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

@ -15,7 +15,7 @@ def translate(pat, match_end=r"\Z"):
This function is derived from the "fnmatch" module distributed with the Python standard library.
Copyright (C) 2001-2017 Python Software Foundation. All rights reserved.
Copyright (C) 2001-2016 Python Software Foundation. All rights reserved.
TODO: support {alt1,alt2} shell-style alternatives