mirror of https://github.com/smithy-lang/smithy-rs
Add copyright
This commit is contained in:
parent
91d80a4264
commit
d51cc7813b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue