瀏覽代碼

Revert copyright year change in shellpattern

Abogical 7 年之前
父節點
當前提交
7638085b28
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/shellpattern.py

+ 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