From 27e7c85f4f97d9eff095c681dc33e6ab8daf2586 Mon Sep 17 00:00:00 2001 From: Phan Trung Thanh Date: Fri, 8 Dec 2023 18:22:29 +0100 Subject: [PATCH] Update lib/charms/operator_libs_linux/v2/snap.py Temporary fix copyright header in lib Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- lib/charms/operator_libs_linux/v2/snap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/charms/operator_libs_linux/v2/snap.py b/lib/charms/operator_libs_linux/v2/snap.py index 38c88cf..aee1429 100644 --- a/lib/charms/operator_libs_linux/v2/snap.py +++ b/lib/charms/operator_libs_linux/v2/snap.py @@ -1,3 +1,6 @@ +# Copyright 2023 Canonical Ltd. +# Licensed under the Apache2.0. See LICENSE file in charm source for details. + # Copyright 2021 Canonical Ltd. # # Licensed under the Apache License, Version 2.0 (the "License");