Skip to content

Commit 10ceb30

Browse files
committed
chore: update copyright notice
1 parent 745b582 commit 10ceb30

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ If you use Heretic for your research, please cite it using the following BibTeX
263263

264264
## License
265265

266-
Copyright &copy; 2025 Philipp Emanuel Weidmann (<pew@worldwidemann.com>)
266+
Copyright &copy; 2025-2026 Philipp Emanuel Weidmann (<pew@worldwidemann.com>) + contributors
267267

268268
This program is free software: you can redistribute it and/or modify
269269
it under the terms of the GNU Affero General Public License as published by

src/heretic/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2-
# Copyright (C) 2025 Philipp Emanuel Weidmann <pew@worldwidemann.com>
2+
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <pew@worldwidemann.com> + contributors
33

44
from pathlib import Path
55

src/heretic/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2-
# Copyright (C) 2025 Philipp Emanuel Weidmann <pew@worldwidemann.com>
2+
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <pew@worldwidemann.com> + contributors
33

44
from enum import Enum
55
from typing import Dict

src/heretic/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2-
# Copyright (C) 2025 Philipp Emanuel Weidmann <pew@worldwidemann.com>
2+
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <pew@worldwidemann.com> + contributors
33

44
import torch.nn.functional as F
55
from torch import Tensor

src/heretic/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2-
# Copyright (C) 2025 Philipp Emanuel Weidmann <pew@worldwidemann.com>
2+
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <pew@worldwidemann.com> + contributors
33

44
import math
55
import os

src/heretic/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2-
# Copyright (C) 2025 Philipp Emanuel Weidmann <pew@worldwidemann.com>
2+
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <pew@worldwidemann.com> + contributors
33

44
import math
55
from contextlib import suppress

src/heretic/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: AGPL-3.0-or-later
2-
# Copyright (C) 2025 Philipp Emanuel Weidmann <pew@worldwidemann.com>
2+
# Copyright (C) 2025-2026 Philipp Emanuel Weidmann <pew@worldwidemann.com> + contributors
33

44
import gc
55
import getpass

0 commit comments

Comments
 (0)