diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-03 07:23:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-03 07:23:23 -0400 |
commit | 311d16a4fe6274dedcf0ade8a68e1b010833a341 (patch) | |
tree | 2e7e49d4966d125d51877f1814b95ef18f1b032e /lab/goals.py | |
parent | 87987b1237a85001965385875b3eaddb02da43be (diff) | |
download | python-coveragepy-git-311d16a4fe6274dedcf0ade8a68e1b010833a341.tar.gz |
docs: add a license notice to the top of goals.py
Diffstat (limited to 'lab/goals.py')
-rw-r--r-- | lab/goals.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lab/goals.py b/lab/goals.py index d4054607..8d8acdc6 100644 --- a/lab/goals.py +++ b/lab/goals.py @@ -1,3 +1,6 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt + """\ Check coverage goals. |