summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 15:29:23 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 15:29:23 +0100
commit0f9f3ea4a92619cccd35481c0fdb112f29a1b570 (patch)
tree4533ac5ae96908837623ecab1ebdacd8933ed615
parent3c8b886cce706f480462e1e4e45b71e0269ef556 (diff)
downloadpyiso8601-0f9f3ea4a92619cccd35481c0fdb112f29a1b570.tar.gz
Updating license
-rw-r--r--LICENSE2
-rw-r--r--setup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 5ca93da..471acb7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2007 Michael Twomey
+Copyright (c) 2007 - 2013 Michael Twomey
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
diff --git a/setup.py b/setup.py
index 52e6937..6bc2d31 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ setup(
packages=["iso8601"],
license="MIT",
classifiers=[
+ "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
],