Add copyright

This commit is contained in:
Fahad Zubair 2024-09-09 10:05:30 +01:00
parent 91d80a4264
commit d51cc7813b
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package software.amazon.smithy.rust.codegen.server.smithy.customizations
import software.amazon.smithy.model.shapes.BlobShape

View File

@ -1,3 +1,7 @@
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package software.amazon.smithy.rust.codegen.server.smithy.transformers
import software.amazon.smithy.model.Model

View File

@ -1,3 +1,7 @@
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package software.amazon.smithy.rust.codegen.server.smithy.protocols.serialize
import org.junit.jupiter.api.Test