Skip to content

Commit 11998ee

Browse files
committed
Update NOTICE link to GitHub.
1 parent a1ae430 commit 11998ee

File tree

218 files changed

+218
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+218
-218
lines changed

CHANGES.rst

+1-1

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
# MANIFEST.in file for coverage.py
55

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
# Makefile for utility work on coverage.py.
55

README.rst

+1-1

__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Be able to execute coverage.py by pointing Python at a working tree."""
55

ci/download_appveyor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Use the Appveyor API to download Windows artifacts."""
55

coverage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Code coverage measurement for Python.
55

coverage/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Coverage.py's main entry point."""
55

coverage/annotate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Source file annotation for coverage.py."""
55

coverage/backunittest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Implementations of unittest features from the future."""
55

coverage/backward.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Add things to old Pythons so I can pretend they are newer."""
55

coverage/bytecode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Bytecode manipulation for coverage.py"""
55

coverage/cmdline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Command-line support for coverage.py."""
55

coverage/collector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Raw data collector for coverage.py."""
55

coverage/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Config file for coverage.py"""
55

coverage/control.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Core control stuff for coverage.py."""
55

coverage/ctracer/datastack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#include "util.h"
55
#include "datastack.h"

coverage/ctracer/datastack.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#ifndef _COVERAGE_DATASTACK_H
55
#define _COVERAGE_DATASTACK_H

coverage/ctracer/filedisp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#include "util.h"
55
#include "filedisp.h"

coverage/ctracer/filedisp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#ifndef _COVERAGE_FILEDISP_H
55
#define _COVERAGE_FILEDISP_H

coverage/ctracer/module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#include "util.h"
55
#include "tracer.h"

coverage/ctracer/stats.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#ifndef _COVERAGE_STATS_H
55
#define _COVERAGE_STATS_H

coverage/ctracer/tracer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
/* C-based Tracer for coverage.py. */
55

coverage/ctracer/tracer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#ifndef _COVERAGE_TRACER_H
55
#define _COVERAGE_TRACER_H

coverage/ctracer/util.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
#ifndef _COVERAGE_UTIL_H
55
#define _COVERAGE_UTIL_H

coverage/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Coverage data for coverage.py."""
55

coverage/debug.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Control of and utilities for debugging."""
55

coverage/disposition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Simple value objects for tracking what to do with files."""
55

coverage/env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Determine facts about the environment."""
55

coverage/execfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Execute files of Python code."""
55

coverage/files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""File wrangling."""
55

coverage/fullcoverage/encodings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Imposter encodings module that installs a coverage-style tracer.
55

coverage/html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""HTML reporting for coverage.py."""
55

coverage/htmlfiles/coverage_html.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
// For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
// For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
// Coverage.py HTML report browser code.
55
/*jslint browser: true, sloppy: true, vars: true, plusplus: true, maxerr: 50, indent: 4 */

coverage/htmlfiles/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 #}
2-
{# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt #}
2+
{# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt #}
33

44
<!DOCTYPE html>
55
<html>

coverage/htmlfiles/pyfile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 #}
2-
{# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt #}
2+
{# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt #}
33

44
<!DOCTYPE html>
55
<html>

coverage/htmlfiles/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */
2-
/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */
2+
/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */
33

44
/* CSS styles for coverage.py. */
55

coverage/inorout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Determining whether files are being measured/reported or not."""
55

coverage/misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Miscellaneous stuff for coverage.py."""
55

coverage/multiproc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Monkey-patching to add multiprocessing support for coverage.py"""
55

coverage/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Code parsing for coverage.py."""
55

coverage/phystokens.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Better tokenizing for coverage.py."""
55

coverage/pickle2json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Convert pickle to JSON for coverage.py."""
55

coverage/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""
55
.. versionadded:: 4.0

coverage/plugin_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Support for plugins."""
55

coverage/python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Python source expertise for coverage.py"""
55

coverage/pytracer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Raw data collector for coverage.py."""
55

coverage/report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Reporter foundation for coverage.py."""
55

coverage/results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Results of coverage measurement."""
55

coverage/summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""Summary reporting"""
55

coverage/templite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""A simple Python template renderer, for a nano-subset of Django syntax.
55

coverage/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""The version and URL for coverage.py"""
55
# This file is exec'ed in setup.py, don't import anything!

coverage/xmlreport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
"""XML reporting for coverage.py"""
55

doc/api.rst

+1-1

doc/api_coverage.rst

+1-1

doc/api_coveragedata.rst

+1-1

doc/api_plugin.rst

+1-1

0 commit comments

Comments
 (0)