Skip to content

Commit e33331d

Browse files
authored
Merge pull request #69 from giolaq/main
Changing inherited wrong header
2 parents 90cb2b3 + 164f9ad commit e33331d

5 files changed

Lines changed: 10 additions & 15 deletions

File tree

apps/vega/babel.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
* Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All rights reserved.
3-
*
4-
* PROPRIETARY/CONFIDENTIAL. USE IS SUBJECT TO LICENSE TERMS.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: MIT-0
54
*/
65
module.exports = {
76
presets: ['module:metro-react-native-babel-preset'],

apps/vega/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
* Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All rights reserved.
3-
*
4-
* PROPRIETARY/CONFIDENTIAL. USE IS SUBJECT TO LICENSE TERMS.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: MIT-0
54
*/
65

76
import { AppRegistry, LogBox } from 'react-native';

apps/vega/manifest.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#
2-
# Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All rights reserved.
3-
#
4-
# PROPRIETARY/CONFIDENTIAL. USE IS SUBJECT TO LICENSE TERMS.
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
# SPDX-License-Identifier: MIT-0
54
#
65
schema-version = 1
76

apps/vega/src/components/Link.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
* Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All rights reserved.
3-
*
4-
* PROPRIETARY/CONFIDENTIAL. USE IS SUBJECT TO LICENSE TERMS.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: MIT-0
54
*/
65

76
import React, {useState} from 'react';

apps/vega/test/App.spec.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
2-
* Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All rights reserved.
3-
*
4-
* PROPRIETARY/CONFIDENTIAL. USE IS SUBJECT TO LICENSE TERMS.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: MIT-0
54
*/
65

76
import 'react-native';

0 commit comments

Comments
 (0)