Browse Source

Update copyright for 2012.

tags/v0.2
Ben Kurtovic 12 years ago
parent
commit
ce50561a81
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      LICENSE
  2. +1
    -1
      gitup.py
  3. +1
    -1
      setup.py

+ 1
- 1
LICENSE View File

@@ -1,4 +1,4 @@
Copyright (c) 2011 by Ben Kurtovic <ben.kurtovic@verizon.net>
Copyright (c) 2011-2012 Ben Kurtovic <ben.kurtovic@verizon.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal


+ 1
- 1
gitup.py View File

@@ -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"


+ 1
- 1
setup.py View File

@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
import os
import sys



Loading…
Cancel
Save