Skip to content

Commit 544a761

Browse files
committed
docs: update license notice to new location
1 parent 1c5100c commit 544a761

20 files changed

+20
-20
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
# This file is for unifying the coding style for different editors and IDEs.
55
# More information at http://EditorConfig.org

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Licensed under the Apache 2.0 License
22
# - http://www.apache.org/licenses/LICENSE-2.0
3-
# - https://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
3+
# - https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
44

55
include *.txt
66
include .editorconfig

Makefile

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
# Makefile for django_coverage_plugin
55

django_coverage_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
"""Django Template Coverage Plugin"""
55

django_coverage_plugin/plugin.py

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
"""The Django template coverage plugin."""
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
[build-system]
55
requires = ["setuptools>=77.0", "wheel"]

tests/__init__.py

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
"""The tests for the Django Coverage Plugin."""
55

tests/banner.py

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
"""For printing the versions from tox.ini."""
55

tests/conftest.py

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
"""
55
Pytest auto configuration.

tests/plugin_test.py

Lines changed: 1 addition & 1 deletion
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://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
"""Base classes and helpers for testing the plugin."""
55

0 commit comments

Comments
 (0)