Bläddra i källkod

Merge pull request #3503 from Abogical/new-year

Happy new year!
TW 7 år sedan
förälder
incheckning
dc7eea1e14
3 ändrade filer med 3 tillägg och 3 borttagningar
  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-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>
 Copyright (C) 2010-2014 Jonas Borgström <jonas@borgstrom.se>
 All rights reserved.
 All rights reserved.
 
 

+ 1 - 1
docs/conf.py

@@ -42,7 +42,7 @@ master_doc = 'index'
 
 
 # General information about the project.
 # General information about the project.
 project = 'Borg - Deduplicating Archiver'
 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
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the

+ 1 - 1
src/borg/shellpattern.py

@@ -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.
     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
     TODO: support {alt1,alt2} shell-style alternatives