From 11998ee5ee43b334744123f820b488091728ae52 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 24 Jun 2018 11:43:01 -0400 Subject: Update NOTICE link to GitHub. --- perf/perf_measure.py | 2 +- perf/solve_poly.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'perf') diff --git a/perf/perf_measure.py b/perf/perf_measure.py index 2125251a..a8f2ffaa 100644 --- a/perf/perf_measure.py +++ b/perf/perf_measure.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 like this: # .tox/py36/bin/python perf/perf_measure.py diff --git a/perf/solve_poly.py b/perf/solve_poly.py index 41365f48..66231725 100644 --- a/perf/solve_poly.py +++ b/perf/solve_poly.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 # Given empirical data from perf_measure.py, calculate the coefficients of the # polynomials for file, call, and line operation counts. -- cgit v1.2.1