Skip to content

Commit 8932139

Browse files
committed
Add copyright header to Python auth example
1 parent f8b0fb5 commit 8932139

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/authentication/src/generate_token.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Python SDK examples for generating Aurora DSQL authentication tokens
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
# SPDX-License-Identifier: Apache-2.0
24

35
# --8<-- [start:python-generate-token]
46
def generate_token(your_cluster_endpoint, region):

0 commit comments

Comments
 (0)