mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-20 19:05:46 +00:00
Merge pull request #3505 from Abogical/new-year-1.1-maint
Celebrate the new year with 1.1-maint
This commit is contained in:
commit
3549736ec4
3 changed files with 3 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue