Add license and drop extra WS from tox.ini 75/1475/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 11 Nov 2019 18:11:59 +0000 (13:11 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 11 Nov 2019 18:11:59 +0000 (13:11 -0500)
Change-Id: I6588f5cff2d2723e0523b3d4ed7afcff55823687
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 72742cf..00d06df 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,8 @@
+# This work is licensed under a Creative Commons Attribution 4.0 International License.
+# SPDX-License-Identifier: CC-BY-4.0
+# Copyright (C) 2019 AT&T Intellectual Property
 # documentation only
+
 [tox]
 minversion = 2.0
 envlist =
@@ -8,13 +12,13 @@ skipsdist = true
 
 [testenv:docs]
 basepython = python3
-deps = 
+deps =
     sphinx
     sphinx-rtd-theme
     sphinxcontrib-httpdomain
     recommonmark
     lfdocs-conf
-    
+
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
     echo "Generated docs available in {toxinidir}/docs/_build/html"