From b50c319f1245cdb79e9642719d59e6b9d941249f Mon Sep 17 00:00:00 2001 From: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:14:08 +0100 Subject: [PATCH] Update license headers date (#65) --- actions.yaml | 2 +- charmcraft.yaml | 2 +- config.yaml | 2 +- content-cache_rock/entrypoint.sh | 2 +- content-cache_rock/rockcraft.yaml | 2 +- lib/charms/nginx_ingress_integrator/v0/ingress.py | 2 +- metadata.yaml | 2 +- pyproject.toml | 2 +- src/charm.py | 2 +- src/file_reader.py | 2 +- tests/conftest.py | 2 +- tests/integration/any_charm.py | 2 +- tests/integration/conftest.py | 2 +- tests/integration/test_core.py | 2 +- tests/unit/test_charm.py | 2 +- tox.ini | 2 +- trivy.yaml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/actions.yaml b/actions.yaml index 45d0228..9e9140f 100644 --- a/actions.yaml +++ b/actions.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. report-visits-by-ip: diff --git a/charmcraft.yaml b/charmcraft.yaml index 9127512..4c562bf 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. type: charm diff --git a/config.yaml b/config.yaml index 424d33d..60e1e83 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. options: diff --git a/content-cache_rock/entrypoint.sh b/content-cache_rock/entrypoint.sh index c9f92b4..1bff63b 100755 --- a/content-cache_rock/entrypoint.sh +++ b/content-cache_rock/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. set -eu diff --git a/content-cache_rock/rockcraft.yaml b/content-cache_rock/rockcraft.yaml index babe753..30d69d8 100644 --- a/content-cache_rock/rockcraft.yaml +++ b/content-cache_rock/rockcraft.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. name: content-cache summary: Content-cache-k8s ROCK image. diff --git a/lib/charms/nginx_ingress_integrator/v0/ingress.py b/lib/charms/nginx_ingress_integrator/v0/ingress.py index 08dfe45..84857e7 100644 --- a/lib/charms/nginx_ingress_integrator/v0/ingress.py +++ b/lib/charms/nginx_ingress_integrator/v0/ingress.py @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # Licensed under the Apache2.0. See LICENSE file in charm source for details. """Library for the ingress relation. diff --git a/metadata.yaml b/metadata.yaml index e002a22..bbc26ef 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. name: content-cache-k8s diff --git a/pyproject.toml b/pyproject.toml index 91ace93..65149b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. [tool.bandit] diff --git a/src/charm.py b/src/charm.py index c07fd40..b152b7d 100755 --- a/src/charm.py +++ b/src/charm.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. """Charm for Content-cache on Kubernetes.""" diff --git a/src/file_reader.py b/src/file_reader.py index dc6aa2f..efef6fc 100644 --- a/src/file_reader.py +++ b/src/file_reader.py @@ -1,6 +1,6 @@ """Short module for file reverse reading.""" -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. import os diff --git a/tests/conftest.py b/tests/conftest.py index 5ef2d83..dd75ad3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. """General configuration module for tests.""" diff --git a/tests/integration/any_charm.py b/tests/integration/any_charm.py index 441d219..eae765a 100644 --- a/tests/integration/any_charm.py +++ b/tests/integration/any_charm.py @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. """This code snippet is used to be loaded into any-charm which is used for integration tests.""" diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index d0b24af..55a2000 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. """General configuration module for integration tests.""" diff --git a/tests/integration/test_core.py b/tests/integration/test_core.py index 07ffeab..cdb1f46 100644 --- a/tests/integration/test_core.py +++ b/tests/integration/test_core.py @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. """Integration test module.""" diff --git a/tests/unit/test_charm.py b/tests/unit/test_charm.py index 42d8828..ea6e138 100644 --- a/tests/unit/test_charm.py +++ b/tests/unit/test_charm.py @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. import copy import io diff --git a/tox.ini b/tox.ini index bb5d90c..4cfd376 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. [tox] diff --git a/trivy.yaml b/trivy.yaml index 11603b1..2062a5c 100644 --- a/trivy.yaml +++ b/trivy.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. exit-code: 0 timeout: 20m