From f50a006b371802f78468e40bca0ebabbdbc42b40 Mon Sep 17 00:00:00 2001 From: Christoph Held Date: Tue, 19 Dec 2017 13:48:51 +0100 Subject: [PATCH] added license comments Change-Id: I60856fab2112f88ac24fa5812207c41e0c8844f4 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index abf50ec3..13c5abea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ oslo.vmware>=2.17.0 # Apache-2.0 PyYAML>=3.10 # MIT httplib2>=0.9.1 # MIT netaddr>=0.7.18 # BSD -ntplib>=0.3.2,<0.4 +ntplib>=0.3.2,<0.4 # MIT psutil>=3.2.2 # BSD pymongo!=3.1,>=3.0.2 # Apache-2.0 python-memcached>=1.56 # PSF @@ -19,9 +19,9 @@ python-monascaclient>=1.7.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 redis>=2.10.0 # MIT six>=1.9.0 # MIT -supervisor>=3.1.3,<3.4 +supervisor>=3.1.3,<3.4 # BSD-derived stevedore>=1.20.0 # Apache-2.0 -tornado>=4.3 +tornado>=4.3 # Apache-2.0 futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD # NOTE(sdague): before allowing in >= 0.21 please be sure # https://github.com/eventlet/eventlet/issues/401 is resolved