aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors/__about__.py
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-11-06 14:40:11 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-11-06 14:40:11 +0000
commit4a779f069d0280f2ad531526086e898a1c05e7d7 (patch)
treebac709a8aaff32c8a3385d85b0b2afcf79e68f35 /vectors/cryptography_vectors/__about__.py
parentec60e31c37a04f773e65d98e83ba9d5b05d4950f (diff)
parentd2cb974e4503198dd4149be2ca3da61b7fa7a48c (diff)
downloadcryptography-4a779f069d0280f2ad531526086e898a1c05e7d7.tar.gz
cryptography-4a779f069d0280f2ad531526086e898a1c05e7d7.tar.bz2
cryptography-4a779f069d0280f2ad531526086e898a1c05e7d7.zip
Merge pull request #1458 from alex/setup-py-license
Update the license in setup.py
Diffstat (limited to 'vectors/cryptography_vectors/__about__.py')
-rw-r--r--vectors/cryptography_vectors/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index fb89b01c..328a797c 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -27,5 +27,5 @@ __version__ = "0.7.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
-__license__ = "Apache License, Version 2.0"
+__license__ = "BSD or Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2014 %s" % __author__