From ce50561a81a551ef58c15e36bd9b680d554c1f7d Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 7 Jul 2012 00:14:36 -0400 Subject: [PATCH] Update copyright for 2012. --- LICENSE | 2 +- gitup.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 6572aa7..14ecd56 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011 by Ben Kurtovic +Copyright (c) 2011-2012 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.py b/gitup.py index 4675dd0..694b584 100644 --- a/gitup.py +++ b/gitup.py @@ -13,7 +13,7 @@ import shlex import subprocess __author__ = "Ben Kurtovic" -__copyright__ = "Copyright (c) 2011 by Ben Kurtovic" +__copyright__ = "Copyright (c) 2011-2012 Ben Kurtovic" __license__ = "MIT License" __version__ = "0.1" __email__ = "ben.kurtovic@verizon.net" diff --git a/setup.py b/setup.py index 0052eff..250316e 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup +from setuptools import setup import os import sys