Skip to content

Commit 657f8d7

Browse files
committed
Add copyright headers to files the script caught
1 parent a2cde4b commit 657f8d7

5 files changed

Lines changed: 13 additions & 0 deletions

File tree

examples/add_secrets_backend.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2023 Canonical Ltd.
2+
# Licensed under the Apache V2, see LICENCE file for details.
3+
14
from juju import jasyncio
25
from juju.model import Model
36

examples/deploy_with_revision.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2023 Canonical Ltd.
2+
# Licensed under the Apache V2, see LICENCE file for details.
3+
14
from juju import jasyncio
25
from juju.model import Model
36

examples/list_secrets.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2023 Canonical Ltd.
2+
# Licensed under the Apache V2, see LICENCE file for details.
3+
14
from juju import jasyncio
25
from juju.model import Model
36

examples/run_action.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright 2023 Canonical Ltd.
2+
# Licensed under the Apache V2, see LICENCE file for details.
13

24
from juju import jasyncio
35
from juju.model import Model

juju/access.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright 2023 Canonical Ltd.
2+
# Licensed under the Apache V2, see LICENCE file for details.
13

24
from .errors import JujuNotValid
35

0 commit comments

Comments
 (0)