Skip to content

Commit 70c37e3

Browse files
committed
Add missing copyrights.
1 parent dedb3ac commit 70c37e3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

examples/basic/python_object_keys.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at
3+
# https://oss.oracle.com/licenses/upl.
4+
15
import asyncio
26
from dataclasses import dataclass
37

examples/basic/python_object_values.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at
3+
# https://oss.oracle.com/licenses/upl.
4+
15
import asyncio
6+
27
from dataclasses import dataclass
38

49
from coherence import NamedMap, Processors, Session

0 commit comments

Comments
 (0)