Fix remain copyright header issues for .in files (#4177)

Signed-off-by: Steve Pham <spham@amazon.com>
monroegm-disable-blank-issue-2
Steve Pham 4 years ago committed by GitHub
parent ac5cc04b59
commit 2d156364da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,9 @@
/* /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * Copyright (c) Contributors to the Open 3D Engine Project.
* its licensors. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
* *
* For complete copyright and license terms please see the LICENSE at the root of this * SPDX-License-Identifier: Apache-2.0 OR MIT
* distribution (the "License"). All use of this software is governed by the License, *
* or, if provided, by the license below or the license accompanying this file. Do not */
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
IDI_ICON1 ICON DISCARDABLE "@ICON_FILE@" IDI_ICON1 ICON DISCARDABLE "@ICON_FILE@"

@ -1,14 +1,10 @@
/* /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * Copyright (c) Contributors to the Open 3D Engine Project.
* its licensors. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
* *
* For complete copyright and license terms please see the LICENSE at the root of this * SPDX-License-Identifier: Apache-2.0 OR MIT
* distribution (the "License"). All use of this software is governed by the License, *
* or, if provided, by the license below or the license accompanying this file. Do not */
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
// THIS CODE IS AUTOGENERATED, DO NOT MODIFY // THIS CODE IS AUTOGENERATED, DO NOT MODIFY

@ -1,13 +1,9 @@
// //
// All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or // Copyright (c) Contributors to the Open 3D Engine Project.
// its licensors. // For complete copyright and license terms please see the LICENSE at the root of this distribution.
//
// SPDX-License-Identifier: Apache-2.0 OR MIT
// //
// For complete copyright and license terms please see the LICENSE at the root of this
// distribution (the "License"). All use of this software is governed by the License,
// or, if provided, by the license below or the license accompanying this file. Do not
// remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
apply plugin: "com.android.${TARGET_TYPE}" apply plugin: "com.android.${TARGET_TYPE}"
@ -16,7 +12,7 @@ ${SIGNING_CONFIGS}
compileSdkVersion sdkVer compileSdkVersion sdkVer
buildToolsVersion buildToolsVer buildToolsVersion buildToolsVer
ndkVersion ndkPlatformVer ndkVersion ndkPlatformVer
lintOptions { lintOptions {
abortOnError false abortOnError false
checkReleaseBuilds false checkReleaseBuilds false
} }

@ -1,12 +1,8 @@
### ###
### All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or ### Copyright (c) Contributors to the Open 3D Engine Project.
### its licensors. ### For complete copyright and license terms please see the LICENSE at the root of this distribution.
### ###
### For complete copyright and license terms please see the LICENSE at the root of this ### SPDX-License-Identifier: Apache-2.0 OR MIT
### distribution (the "License"). All use of this software is governed by the License,
### or, if provided, by the license below or the license accompanying this file. Do not
### remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
### ###
# For more details on how to configure your build environment visit # For more details on how to configure your build environment visit

@ -1,12 +1,8 @@
### ###
### All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or ### Copyright (c) Contributors to the Open 3D Engine Project.
### its licensors. ### For complete copyright and license terms please see the LICENSE at the root of this distribution.
### ###
### For complete copyright and license terms please see the LICENSE at the root of this ### SPDX-License-Identifier: Apache-2.0 OR MIT
### distribution (the "License"). All use of this software is governed by the License,
### or, if provided, by the license below or the license accompanying this file. Do not
### remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
### ###
## This file must *NOT* be checked into Version Control Systems, ## This file must *NOT* be checked into Version Control Systems,

@ -1,12 +1,9 @@
// //
// All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or // Copyright (c) Contributors to the Open 3D Engine Project.
// its licensors. // For complete copyright and license terms please see the LICENSE at the root of this distribution.
//
// SPDX-License-Identifier: Apache-2.0 OR MIT
// //
// For complete copyright and license terms please see the LICENSE at the root of this
// distribution (the "License"). All use of this software is governed by the License,
// or, if provided, by the license below or the license accompanying this file. Do not
// remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
buildscript { buildscript {
repositories { repositories {

Loading…
Cancel
Save