From f043b966dae7ca6e6cb0257a215723400dbd19ca Mon Sep 17 00:00:00 2001 From: Abogical Date: Sat, 31 Dec 2016 16:53:30 +0200 Subject: [PATCH] It's 2017 --- LICENSE | 2 +- docs/conf.py | 2 +- src/borg/shellpattern.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 251e7027d..e99401240 100644 --- a/LICENSE +++ b/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 All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index 1910e3a76..8e51e4eac 100644 --- a/docs/conf.py +++ b/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 diff --git a/src/borg/shellpattern.py b/src/borg/shellpattern.py index e0ead38c8..b8d958343 100644 --- a/src/borg/shellpattern.py +++ b/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