Skip to content

Commit ad576db

Browse files
committed
Add Apache-2.0 headers to smithy-json
1 parent 32f6f62 commit ad576db

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/smithy-json/tests/unit/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
13
from dataclasses import dataclass
24
from datetime import UTC, datetime
35
from decimal import Decimal

packages/smithy-json/tests/unit/test_deserializers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
13
from datetime import datetime
24
from decimal import Decimal
35
from typing import Any

packages/smithy-json/tests/unit/test_serializers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
13
from datetime import datetime
24
from decimal import Decimal
35
from io import BytesIO

0 commit comments

Comments
 (0)