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
* its licensors.
*
* 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.
*
*/
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
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
* its licensors.
*
* 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.
*
*/
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
// 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
// its licensors.
// Copyright (c) Contributors to the Open 3D Engine Project.
// 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}"
@ -16,7 +12,7 @@ ${SIGNING_CONFIGS}
compileSdkVersion sdkVer
buildToolsVersion buildToolsVer
ndkVersion ndkPlatformVer
lintOptions {
lintOptions {
abortOnError false
checkReleaseBuilds false
}

@ -1,12 +1,8 @@
###
### All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
### its licensors.
### Copyright (c) Contributors to the Open 3D Engine Project.
### 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
### 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.
### SPDX-License-Identifier: Apache-2.0 OR MIT
###
# 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
### its licensors.
### Copyright (c) Contributors to the Open 3D Engine Project.
### 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
### 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.
### SPDX-License-Identifier: Apache-2.0 OR MIT
###
## 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
// its licensors.
// Copyright (c) Contributors to the Open 3D Engine Project.
// 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 {
repositories {

Loading…
Cancel
Save