From 9c9a2ad476c99bdf507f5f4e61fa4c33fd961b6f Mon Sep 17 00:00:00 2001 From: Dom Chen Date: Sun, 25 Feb 2024 19:53:31 +0800 Subject: [PATCH] Update some comments. --- src/gpu/RenderContext.cpp | 10 +++++----- src/gpu/RenderContext.h | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/gpu/RenderContext.cpp b/src/gpu/RenderContext.cpp index d7051cc4..e95304d8 100644 --- a/src/gpu/RenderContext.cpp +++ b/src/gpu/RenderContext.cpp @@ -1,13 +1,13 @@ ///////////////////////////////////////////////////////////////////////////////////////////////// // -// Tencent is pleased to support the open source community by making libpag available. +// Tencent is pleased to support the open source community by making tgfx available. // -// Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. // -// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file -// except in compliance with the License. You may obtain a copy of the License at +// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except +// in compliance with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://opensource.org/licenses/BSD-3-Clause // // unless required by applicable law or agreed to in writing, software distributed under the // license is distributed on an "as is" basis, without warranties or conditions of any kind, diff --git a/src/gpu/RenderContext.h b/src/gpu/RenderContext.h index c264dc7c..0b981b58 100644 --- a/src/gpu/RenderContext.h +++ b/src/gpu/RenderContext.h @@ -1,13 +1,13 @@ ///////////////////////////////////////////////////////////////////////////////////////////////// // -// Tencent is pleased to support the open source community by making libpag available. +// Tencent is pleased to support the open source community by making tgfx available. // -// Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. +// Copyright (C) 2023 THL A29 Limited, a Tencent company. All rights reserved. // -// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file -// except in compliance with the License. You may obtain a copy of the License at +// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except +// in compliance with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://opensource.org/licenses/BSD-3-Clause // // unless required by applicable law or agreed to in writing, software distributed under the // license is distributed on an "as is" basis, without warranties or conditions of any kind,