summaryrefslogtreecommitdiff
path: root/lab
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-24 11:43:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-24 11:43:28 -0400
commit11998ee5ee43b334744123f820b488091728ae52 (patch)
treea90234a68fd193415a10b7dfdcab5b01982ba8f6 /lab
parenta1ae430c3cd952478e677ca396db1c9e560eaa8f (diff)
downloadpython-coveragepy-git-11998ee5ee43b334744123f820b488091728ae52.tar.gz
Update NOTICE link to GitHub.
Diffstat (limited to 'lab')
-rw-r--r--lab/branches.py2
-rw-r--r--lab/hack_pyc.py2
-rw-r--r--lab/parser.py2
-rw-r--r--lab/platform_info.py2
-rw-r--r--lab/run_trace.py2
-rw-r--r--lab/show_pyc.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/lab/branches.py b/lab/branches.py
index d1908d0f..5a35f1bd 100644
--- a/lab/branches.py
+++ b/lab/branches.py
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Demonstrate some issues with coverage.py branch testing.
diff --git a/lab/hack_pyc.py b/lab/hack_pyc.py
index 0ebd9948..d63da8fa 100644
--- a/lab/hack_pyc.py
+++ b/lab/hack_pyc.py
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
""" Wicked hack to get .pyc files to do bytecode tracing instead of
line tracing.
diff --git a/lab/parser.py b/lab/parser.py
index 0393d209..b3560506 100644
--- a/lab/parser.py
+++ b/lab/parser.py
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
"""Parser.py: a main for invoking code in coverage/parser.py"""
diff --git a/lab/platform_info.py b/lab/platform_info.py
index 8caea50f..61e02dd2 100644
--- a/lab/platform_info.py
+++ b/lab/platform_info.py
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
"""Dump information so we can get a quick look at what's available."""
diff --git a/lab/run_trace.py b/lab/run_trace.py
index ea0a6cb7..ea9d9bb4 100644
--- a/lab/run_trace.py
+++ b/lab/run_trace.py
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
"""Run a simple trace function on a file of Python code."""
diff --git a/lab/show_pyc.py b/lab/show_pyc.py
index 525797a8..7573c1c3 100644
--- a/lab/show_pyc.py
+++ b/lab/show_pyc.py
@@ -1,5 +1,5 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
import binascii
import dis