Move copyright notice to header [skip appveyor][skip travis]

This commit is contained in:
halx99 2020-08-31 17:35:01 +08:00
parent 5cfc6fe7ed
commit c119bee507
1 changed files with 7 additions and 7 deletions

View File

@ -3,6 +3,12 @@
Copyright (c) 2013-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
Copyright (c) 2020 c4games.com
//
// Copyright 2013 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
http://www.cocos2d-x.org
@ -82,13 +88,7 @@ etc2_uint32 etc2_pkm_get_format(const uint8_t* pHeader) {
return readBEUint16(pHeader + ETC2_PKM_FORMAT_OFFSET);
}
/// The etc2 software decode implementation is modified from angleproject
/// only support ETC2_RGB and ETC2_RGBA
//
// Copyright 2013 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// The etc2 software decode implementation is modified from angleproject, and only support ETC2_RGB and ETC2_RGBA
#define UNREACHABLE()
namespace {