2
0
Abogical 8 жил өмнө
parent
commit
f043b966da
3 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      LICENSE
  2. 1 1
      docs/conf.py
  3. 1 1
      src/borg/shellpattern.py

+ 1 - 1
LICENSE

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

+ 1 - 1
docs/conf.py

@@ -44,7 +44,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'Borg - Deduplicating Archiver'
-copyright = '2010-2014 Jonas Borgström, 2015-2016 The Borg Collective (see AUTHORS file)'
+copyright = '2010-2014 Jonas Borgström, 2015-2017 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

+ 1 - 1
src/borg/shellpattern.py

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