Skip to content

Commit 8a6ace8

Browse files
committed
updated copyright
1 parent 2174ae5 commit 8a6ace8

61 files changed

Lines changed: 63 additions & 61 deletions

Some content is hidden

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

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2023 Norman Fomferra
1+
# Copyright © 2024, 2025 Brockmann Consult
22
# Permission granted under conditions of the MIT license,
33
# see https://mit-license.org/
44

CHANGES.md

Lines changed: 3 additions & 1 deletion

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: zappend
22
repo_url: https://github.com/bcdev/zappend
33
repo_name: bcdev/zappend
44

5-
copyright: Copyright © 2024 Brockmann Consult
5+
copyright: Copyright © 2024, 2025 Brockmann Consult and contributors
66

77
nav:
88
- Overview: index.md

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Copyright © 2024 Norman Fomferra and contributors
1+
# Copyright © 2024, 2025 Brockmann Consult and contributors
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.

tests/config/test_attrs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Norman Fomferra and contributors
1+
# Copyright © 2024, 2025 Brockmann Consult and contributors
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

tests/config/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Norman Fomferra and contributors
1+
# Copyright © 2024, 2025 Brockmann Consult and contributors
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

tests/config/test_normalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Norman Fomferra and contributors
1+
# Copyright © 2024, 2025 Brockmann Consult and contributors
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

tests/config/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Norman Fomferra and contributors
1+
# Copyright © 2024, 2025 Brockmann Consult and contributors
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

tests/config/test_validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2024 Norman Fomferra and contributors
1+
# Copyright © 2024, 2025 Brockmann Consult and contributors
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

tests/contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Copyright © 2024 Norman Fomferra and contributors
1+
# Copyright © 2024, 2025 Brockmann Consult and contributors
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.

0 commit comments

Comments
 (0)