Skip to content

Commit

Permalink
Run "tox -e format", bumping copyright headers (#931)
Browse files Browse the repository at this point in the history
We need to bump the copyright headers as expected by the tox
"format" job:

   Copyright 2025 Canonical, Ltd.
  • Loading branch information
petrutlucian94 authored Jan 8, 2025
1 parent e706ed3 commit 66772d6
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion tests/integration/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import itertools
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_annotations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from typing import List
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_bootstrap.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
from typing import List

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_cilium_e2e.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_cleanup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_clustering.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import datetime
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_clustering_race.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
from typing import List

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_config_propagation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from typing import List
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_control_plane_taints.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
import time
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_dns.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from typing import List
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_etcd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_gateway.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_ingress.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_loadbalancer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_metrics_server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from typing import List
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_network.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_networking.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from ipaddress import IPv4Address, IPv6Address, ip_address
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_smoke.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_storage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_strict_interfaces.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from typing import List
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/etcd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from string import Template
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/harness/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
from test_util.harness.base import Harness, HarnessError, Instance
from test_util.harness.juju import JujuHarness
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/harness/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import subprocess
from functools import cached_property, partial
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/harness/juju.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/harness/lxd.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/harness/multipass.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/registry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/snap.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/tags.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
from pytest_tagging import combine_tags

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import ipaddress
import json
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/test_version_upgrades.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2024 Canonical, Ltd.
# Copyright 2025 Canonical, Ltd.
#
import logging
from typing import List
Expand Down

0 comments on commit 66772d6

Please sign in to comment.