From 4e8dab5aab032d50186bc0200415ec6436be51c3 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 29 May 2015 21:12:20 -0400 Subject: [PATCH] Copyright update for 2015; dev version up for 0.2.5. --- LICENSE | 2 +- gitup/__init__.py | 6 +++--- gitup/config.py | 2 +- gitup/script.py | 2 +- gitup/update.py | 2 +- setup.py | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index b755367..aef9ae4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2011-2014 Ben Kurtovic +Copyright (C) 2011-2015 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 48be6a3..d259d59 100644 --- a/gitup/__init__.py +++ b/gitup/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Ben Kurtovic +# Copyright (C) 2011-2015 Ben Kurtovic # See the LICENSE file for details. """ @@ -8,7 +8,7 @@ gitup: the git repository updater """ __author__ = "Ben Kurtovic" -__copyright__ = "Copyright (C) 2011-2014 Ben Kurtovic" +__copyright__ = "Copyright (C) 2011-2015 Ben Kurtovic" __license__ = "MIT License" -__version__ = "0.2.4" +__version__ = "0.2.5.dev0" __email__ = "ben.kurtovic@gmail.com" diff --git a/gitup/config.py b/gitup/config.py index 59f3c68..9fed6f4 100644 --- a/gitup/config.py +++ b/gitup/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Ben Kurtovic +# Copyright (C) 2011-2015 Ben Kurtovic # See the LICENSE file for details. from __future__ import print_function diff --git a/gitup/script.py b/gitup/script.py index a29982f..42e78a5 100644 --- a/gitup/script.py +++ b/gitup/script.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Ben Kurtovic +# Copyright (C) 2011-2015 Ben Kurtovic # See the LICENSE file for details. from __future__ import print_function diff --git a/gitup/update.py b/gitup/update.py index 9feb875..e58f850 100644 --- a/gitup/update.py +++ b/gitup/update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Ben Kurtovic +# Copyright (C) 2011-2015 Ben Kurtovic # See the LICENSE file for details. from __future__ import print_function diff --git a/setup.py b/setup.py index 5bec3dd..4c6f565 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2011-2014 Ben Kurtovic +# Copyright (C) 2011-2015 Ben Kurtovic # See the LICENSE file for details. import sys