Skip to content

Commit fd38dec

Browse files
AWS-LanDingrlhagerm
authored andcommitted
Fix license header for the javascript files
1 parent 2f20369 commit fd38dec

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js/animations.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
53

64
// Global animation handler for the entire website
75
(function() {

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js/auth-core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
* AUTH-CORE.JS - Configuration & OAuth Authentication
32
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43
* SPDX-License-Identifier: Apache-2.0
54
*/

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js/flow-visualizer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
* FLOW-VISUALIZER.JS - API Flow Visualization Engine
32
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43
* SPDX-License-Identifier: Apache-2.0
54
*/

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js/ui-display.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
53

64
// Global variable to store current result - make it globally accessible
75
window.currentAuthResult = null;

0 commit comments

Comments
 (0)