Skip to content

Commit 08e2538

Browse files
committed
Make copyright notices in Python files consistent
And add a missing one.
1 parent 5ebe4f2 commit 08e2538

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

nancy/warnings_util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Warning and error routines.
22
3-
Copyright (c) Reuben Thomas 2023.
3+
© Reuben Thomas <rrt@sc3d.org> 2023.
4+
45
Released under the GPL version 3, or (at your option) any later version.
56
"""
67

tests/conftest.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""Pytest configuration.
2+
3+
© Reuben Thomas <rrt@sc3d.org> 2024.
4+
5+
Released under the GPL version 3, or (at your option) any later version.
6+
"""
7+
18
from pytest import FixtureRequest, Parser, fixture
29

310

tests/test_nancy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Nancy tests.
22
3-
Copyright (c) Reuben Thomas 2024-2025.
3+
© Reuben Thomas <rrt@sc3d.org> 2024-2025.
4+
45
Released under the GPL version 3, or (at your option) any later version.
56
"""
67

tests/testutils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Nancy tests utility routines.
22
3-
Copyright (c) Reuben Thomas 2023-2025.
3+
© Reuben Thomas <rrt@sc3d.org> 2023-2025.
4+
45
Released under the GPL version 3, or (at your option) any later version.
56
"""
67

0 commit comments

Comments
 (0)