diff --git a/LICENSE b/LICENSE index aef9ae4..2aa36be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2011-2015 Ben Kurtovic +Copyright (C) 2011-2016 Ben Kurtovic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/gitup/__init__.py b/gitup/__init__.py index dd0412e..2bbd655 100644 --- a/gitup/__init__.py +++ b/gitup/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2015 Ben Kurtovic +# Copyright (C) 2011-2016 Ben Kurtovic # Released under the terms of the MIT License. See LICENSE for details. """ @@ -8,7 +8,7 @@ gitup: the git repository updater """ __author__ = "Ben Kurtovic" -__copyright__ = "Copyright (C) 2011-2015 Ben Kurtovic" +__copyright__ = "Copyright (C) 2011-2016 Ben Kurtovic" __license__ = "MIT License" __version__ = "0.3.1.dev0" __email__ = "ben.kurtovic@gmail.com" diff --git a/gitup/config.py b/gitup/config.py index ac13208..d5dc1b9 100644 --- a/gitup/config.py +++ b/gitup/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2015 Ben Kurtovic +# Copyright (C) 2011-2016 Ben Kurtovic # Released under the terms of the MIT License. See LICENSE for details. from __future__ import print_function diff --git a/gitup/script.py b/gitup/script.py index 1bd7dc7..2126142 100644 --- a/gitup/script.py +++ b/gitup/script.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2015 Ben Kurtovic +# Copyright (C) 2011-2016 Ben Kurtovic # Released under the terms of the MIT License. See LICENSE for details. from __future__ import print_function diff --git a/gitup/update.py b/gitup/update.py index 80a5f04..acea96c 100644 --- a/gitup/update.py +++ b/gitup/update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2015 Ben Kurtovic +# Copyright (C) 2011-2016 Ben Kurtovic # Released under the terms of the MIT License. See LICENSE for details. from __future__ import print_function diff --git a/setup.py b/setup.py index 2098ffd..a26c7c3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2015 Ben Kurtovic +# Copyright (C) 2011-2016 Ben Kurtovic # Released under the terms of the MIT License. See LICENSE for details. import sys