diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-11-06 14:40:11 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-11-06 14:40:11 +0000 |
commit | 4a779f069d0280f2ad531526086e898a1c05e7d7 (patch) | |
tree | bac709a8aaff32c8a3385d85b0b2afcf79e68f35 /vectors/cryptography_vectors/__about__.py | |
parent | ec60e31c37a04f773e65d98e83ba9d5b05d4950f (diff) | |
parent | d2cb974e4503198dd4149be2ca3da61b7fa7a48c (diff) | |
download | cryptography-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__.py | 2 |
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__ |