Skip to content

Commit

Permalink
update 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 16, 2023
1 parent e3bc836 commit 0d6b20f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2020-2021 Jiri Borovec
Copyright 2020-2023 Jiri Borovec

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
"""Copyright (C) 2020-2021 Jiri Borovec <...>."""
"""Copyright (C) 2020-2023 Jiri Borovec <...>."""
import os
from importlib.util import module_from_spec, spec_from_file_location

Expand Down
2 changes: 1 addition & 1 deletion src/deprecate/deprecation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Deprecated wrapper.
Copyright (C) 2020-2021 Jiri Borovec <...>
Copyright (C) 2020-2023 Jiri Borovec <...>
"""
import inspect
from functools import partial, wraps
Expand Down
2 changes: 1 addition & 1 deletion src/deprecate/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Handy tools for deprecations.
Copyright (C) 2020-2021 Jiri Borovec <...>
Copyright (C) 2020-2023 Jiri Borovec <...>
"""
import warnings
from contextlib import contextmanager
Expand Down
2 changes: 1 addition & 1 deletion tests/collection_deprecate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Copyright (C) 2020-2021 Jiri Borovec <...>."""
"""Copyright (C) 2020-2023 Jiri Borovec <...>."""

from sklearn.metrics import accuracy_score

Expand Down
2 changes: 1 addition & 1 deletion tests/collection_targets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Copyright (C) 2020-2021 Jiri Borovec <...>."""
"""Copyright (C) 2020-2023 Jiri Borovec <...>."""
from typing import Any


Expand Down
2 changes: 1 addition & 1 deletion tests/test_classes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Copyright (C) 2020-2021 Jiri Borovec <...>."""
"""Copyright (C) 2020-2023 Jiri Borovec <...>."""
from functools import partial
from typing import Any
from warnings import warn
Expand Down
2 changes: 1 addition & 1 deletion tests/test_functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Copyright (C) 2020-2021 Jiri Borovec <...>."""
"""Copyright (C) 2020-2023 Jiri Borovec <...>."""
import pytest

from deprecate.utils import no_warning_call
Expand Down

0 comments on commit 0d6b20f

Please sign in to comment.