diff --git a/LICENSE.txt b/LICENSE.txt index 4329bd358..181b04b47 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Tencent is pleased to support the open source community by making 腾讯云代码分析(Tencent Cloud Code Analysis) available. -Copyright (C) 2021-2025 THL A29 Limited, a Tencent company. All rights reserved. The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications"). All Tencent Modifications are Copyright (C) THL A29 Limited. +Copyright (C) 2021-2025 Tencent. All rights reserved. The below software in this distribution may have been modified by Tencent ("Tencent Modifications"). All Tencent Modifications are Copyright (C) Tencent. 腾讯云代码分析(Tencent Cloud Code Analysis) is licensed under the MIT License except for the third-party components listed below. diff --git a/README.md b/README.md index fc9250545..c236e57a4 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ Using TCA can help team find normative, structural, security vulnerabilities and ## License -TCA is [MIT licensed](LICENSE.txt) +TCA is [MIT licensed](LICENSE.txt). + +The copyright notice pertaining to the Tencent code in this repo was previously in the name of “THL A29 Limited.” That entity has now been de-registered. You should treat all previously distributed copies of the code as if the copyright notice was in the name of “Tencent.” ### TCA Team Member diff --git a/README_ZH.md b/README_ZH.md index f418f84ef..6dd14a8c3 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -77,7 +77,9 @@ ## 许可 -TCA 使用 [MIT 许可证](LICENSE.txt) +TCA 使用 [MIT 许可证](LICENSE.txt)。 + +本代码库中涉及腾讯代码的版权声明之前归属于“THL A29 Limited”。该实体现已注销。您应将所有之前分发的代码副本视为版权声明归属于“腾讯”。 ### TCA 团队成员 diff --git a/ScriptsAPI.py b/ScriptsAPI.py index 59865cf30..8e9528ad0 100644 --- a/ScriptsAPI.py +++ b/ScriptsAPI.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2024 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/codepuppy.py b/client/codepuppy.py index 51abd92d5..c0d2b86bc 100644 --- a/client/codepuppy.py +++ b/client/codepuppy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/app.py b/client/node/app.py index 4660c1188..4ae1d8ea6 100644 --- a/client/node/app.py +++ b/client/node/app.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/common/cmdarg.py b/client/node/common/cmdarg.py index 364c8a293..de949af67 100644 --- a/client/node/common/cmdarg.py +++ b/client/node/common/cmdarg.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/common/printversion.py b/client/node/common/printversion.py index ebfc311a2..1d5bea14b 100644 --- a/client/node/common/printversion.py +++ b/client/node/common/printversion.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/common/processmgr.py b/client/node/common/processmgr.py index fe961e675..6bdc60740 100644 --- a/client/node/common/processmgr.py +++ b/client/node/common/processmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/common/task.py b/client/node/common/task.py index 34d2d839a..28eb46a34 100644 --- a/client/node/common/task.py +++ b/client/node/common/task.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/common/taskdirmgr.py b/client/node/common/taskdirmgr.py index d4abd95f5..4347c7a63 100644 --- a/client/node/common/taskdirmgr.py +++ b/client/node/common/taskdirmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/common/userinput.py b/client/node/common/userinput.py index a9b2464b7..d5595278e 100644 --- a/client/node/common/userinput.py +++ b/client/node/common/userinput.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/codecounttask.py b/client/node/localtask/codecounttask.py index 5508625c2..b56a5311a 100644 --- a/client/node/localtask/codecounttask.py +++ b/client/node/localtask/codecounttask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/filtermgr.py b/client/node/localtask/filtermgr.py index 874cd7de4..9e5761ecc 100644 --- a/client/node/localtask/filtermgr.py +++ b/client/node/localtask/filtermgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/initjob.py b/client/node/localtask/initjob.py index ea5f7875f..57266da71 100644 --- a/client/node/localtask/initjob.py +++ b/client/node/localtask/initjob.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/jobheartbeat.py b/client/node/localtask/jobheartbeat.py index 6fb90a0a0..6cd3fdace 100644 --- a/client/node/localtask/jobheartbeat.py +++ b/client/node/localtask/jobheartbeat.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/langmgr.py b/client/node/localtask/langmgr.py index e9c51eda4..32cc0603a 100644 --- a/client/node/localtask/langmgr.py +++ b/client/node/localtask/langmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/localconfig.py b/client/node/localtask/localconfig.py index 788e84c0c..9b3393a51 100644 --- a/client/node/localtask/localconfig.py +++ b/client/node/localtask/localconfig.py @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/localreport.py b/client/node/localtask/localreport.py index 4fd0f5c16..a1ad27ef4 100644 --- a/client/node/localtask/localreport.py +++ b/client/node/localtask/localreport.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/localrunner.py b/client/node/localtask/localrunner.py index bcf90fffa..24a47e89b 100644 --- a/client/node/localtask/localrunner.py +++ b/client/node/localtask/localrunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/localsrccheck.py b/client/node/localtask/localsrccheck.py index 18b52b4b2..9dc928d7f 100644 --- a/client/node/localtask/localsrccheck.py +++ b/client/node/localtask/localsrccheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/projectmgr.py b/client/node/localtask/projectmgr.py index 422d0e03b..1b0e86c09 100644 --- a/client/node/localtask/projectmgr.py +++ b/client/node/localtask/projectmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/requestgenerator.py b/client/node/localtask/requestgenerator.py index 2d9be811b..95c39a5f1 100644 --- a/client/node/localtask/requestgenerator.py +++ b/client/node/localtask/requestgenerator.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/requestmodify.py b/client/node/localtask/requestmodify.py index 052a3389e..206b1606a 100644 --- a/client/node/localtask/requestmodify.py +++ b/client/node/localtask/requestmodify.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/resultsender.py b/client/node/localtask/resultsender.py index e54967ade..989be1af2 100644 --- a/client/node/localtask/resultsender.py +++ b/client/node/localtask/resultsender.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/runlocaltask.py b/client/node/localtask/runlocaltask.py index c6a939213..dc77ffac8 100644 --- a/client/node/localtask/runlocaltask.py +++ b/client/node/localtask/runlocaltask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/runtask.py b/client/node/localtask/runtask.py index bc641f471..57c09c938 100644 --- a/client/node/localtask/runtask.py +++ b/client/node/localtask/runtask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/scanmodule.py b/client/node/localtask/scanmodule.py index 4c8f29702..729cbe2df 100644 --- a/client/node/localtask/scanmodule.py +++ b/client/node/localtask/scanmodule.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/schememgr.py b/client/node/localtask/schememgr.py index 6171d5070..87f9d19d5 100644 --- a/client/node/localtask/schememgr.py +++ b/client/node/localtask/schememgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/scmauthcheck.py b/client/node/localtask/scmauthcheck.py index 98177e374..151848315 100644 --- a/client/node/localtask/scmauthcheck.py +++ b/client/node/localtask/scmauthcheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/scminfo.py b/client/node/localtask/scminfo.py index f63ae1327..ccc4b6df5 100644 --- a/client/node/localtask/scminfo.py +++ b/client/node/localtask/scminfo.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/scmrevision.py b/client/node/localtask/scmrevision.py index 7c77359b1..77c361602 100644 --- a/client/node/localtask/scmrevision.py +++ b/client/node/localtask/scmrevision.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/scmtoolcheck.py b/client/node/localtask/scmtoolcheck.py index 061dc82bb..02748d8d2 100644 --- a/client/node/localtask/scmtoolcheck.py +++ b/client/node/localtask/scmtoolcheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/serverquery.py b/client/node/localtask/serverquery.py index 0b38f76f5..c4b6c26cd 100644 --- a/client/node/localtask/serverquery.py +++ b/client/node/localtask/serverquery.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/setincrscan.py b/client/node/localtask/setincrscan.py index 06d7a8eb0..f6bfffa2b 100644 --- a/client/node/localtask/setincrscan.py +++ b/client/node/localtask/setincrscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/status.py b/client/node/localtask/status.py index 319351e6b..4226da316 100644 --- a/client/node/localtask/status.py +++ b/client/node/localtask/status.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/taskprocessmgr.py b/client/node/localtask/taskprocessmgr.py index 603d9a18c..6bda87d27 100644 --- a/client/node/localtask/taskprocessmgr.py +++ b/client/node/localtask/taskprocessmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/urlclient.py b/client/node/localtask/urlclient.py index 782bd3830..7c08a8a07 100644 --- a/client/node/localtask/urlclient.py +++ b/client/node/localtask/urlclient.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/localtask/urlmgr.py b/client/node/localtask/urlmgr.py index 96ca3b075..9dec2361a 100644 --- a/client/node/localtask/urlmgr.py +++ b/client/node/localtask/urlmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/quicktask/configloader.py b/client/node/quicktask/configloader.py index 2729df5c6..4656ca815 100644 --- a/client/node/quicktask/configloader.py +++ b/client/node/quicktask/configloader.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/quicktask/params.py b/client/node/quicktask/params.py index 8e66dc6c7..762f287ce 100644 --- a/client/node/quicktask/params.py +++ b/client/node/quicktask/params.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/quicktask/quickrunner.py b/client/node/quicktask/quickrunner.py index 58bf114c1..081e4fe1c 100644 --- a/client/node/quicktask/quickrunner.py +++ b/client/node/quicktask/quickrunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/quicktask/quickscan.py b/client/node/quicktask/quickscan.py index ce0905b0b..70770f3e1 100644 --- a/client/node/quicktask/quickscan.py +++ b/client/node/quicktask/quickscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/quicktask/toolloader.py b/client/node/quicktask/toolloader.py index 262bc5de3..1dcc36d3f 100644 --- a/client/node/quicktask/toolloader.py +++ b/client/node/quicktask/toolloader.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/servertask/looprunner.py b/client/node/servertask/looprunner.py index 9efd5731f..a57d8c9f1 100644 --- a/client/node/servertask/looprunner.py +++ b/client/node/servertask/looprunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/servertask/nodemgr.py b/client/node/servertask/nodemgr.py index bf5ca9f5e..89ac97fe5 100644 --- a/client/node/servertask/nodemgr.py +++ b/client/node/servertask/nodemgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/testrunner.py b/client/node/testrunner.py index 85493e1c2..7d07fa8bd 100644 --- a/client/node/testrunner.py +++ b/client/node/testrunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/toolloader/gitload.py b/client/node/toolloader/gitload.py index 6547c21a9..a4566a6eb 100644 --- a/client/node/toolloader/gitload.py +++ b/client/node/toolloader/gitload.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/toolloader/httploadtool.py b/client/node/toolloader/httploadtool.py index 3bb507561..ea12dba0d 100644 --- a/client/node/toolloader/httploadtool.py +++ b/client/node/toolloader/httploadtool.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/toolloader/loadconfig.py b/client/node/toolloader/loadconfig.py index dcfa005d8..9ade2e862 100644 --- a/client/node/toolloader/loadconfig.py +++ b/client/node/toolloader/loadconfig.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/node/toolloader/loadtool.py b/client/node/toolloader/loadtool.py index 3f2cad28a..295f2187c 100644 --- a/client/node/toolloader/loadtool.py +++ b/client/node/toolloader/loadtool.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/settings/base.py b/client/settings/base.py index 12938e310..3a3077827 100644 --- a/client/settings/base.py +++ b/client/settings/base.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/settings/edition.py b/client/settings/edition.py index 24116933f..6ccdde4f7 100644 --- a/client/settings/edition.py +++ b/client/settings/edition.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/settings/settingtype.py b/client/settings/settingtype.py index 9778c666b..b5faf4f7e 100644 --- a/client/settings/settingtype.py +++ b/client/settings/settingtype.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/cachebase.py b/client/task/basic/cachebase.py index 20dd17d1a..74b2c3300 100644 --- a/client/task/basic/cachebase.py +++ b/client/task/basic/cachebase.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/common.py b/client/task/basic/common.py index 9cdc6e330..54b9029f7 100644 --- a/client/task/basic/common.py +++ b/client/task/basic/common.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/addfileinfo.py b/client/task/basic/datahandler/addfileinfo.py index a9e40b0b3..fdf05c7fc 100644 --- a/client/task/basic/datahandler/addfileinfo.py +++ b/client/task/basic/datahandler/addfileinfo.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/addpersoninfo.py b/client/task/basic/datahandler/addpersoninfo.py index 18a32f349..de7464e54 100644 --- a/client/task/basic/datahandler/addpersoninfo.py +++ b/client/task/basic/datahandler/addpersoninfo.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/blamer.py b/client/task/basic/datahandler/blamer.py index bfcd727b1..773b05166 100644 --- a/client/task/basic/datahandler/blamer.py +++ b/client/task/basic/datahandler/blamer.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/filter.py b/client/task/basic/datahandler/filter.py index 69b74bb43..b968b31df 100644 --- a/client/task/basic/datahandler/filter.py +++ b/client/task/basic/datahandler/filter.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/formater.py b/client/task/basic/datahandler/formater.py index d4f82df05..2310a41e8 100644 --- a/client/task/basic/datahandler/formater.py +++ b/client/task/basic/datahandler/formater.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/handlerbase.py b/client/task/basic/datahandler/handlerbase.py index 8aacaf99b..b25cc89c6 100644 --- a/client/task/basic/datahandler/handlerbase.py +++ b/client/task/basic/datahandler/handlerbase.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/issueignore.py b/client/task/basic/datahandler/issueignore.py index 0190bd7e0..007060fa6 100644 --- a/client/task/basic/datahandler/issueignore.py +++ b/client/task/basic/datahandler/issueignore.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/packdiffinfo.py b/client/task/basic/datahandler/packdiffinfo.py index da68073d9..3ec5927a3 100644 --- a/client/task/basic/datahandler/packdiffinfo.py +++ b/client/task/basic/datahandler/packdiffinfo.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/datahandler/submodulehandle.py b/client/task/basic/datahandler/submodulehandle.py index 9ca613bf8..25143d15a 100644 --- a/client/task/basic/datahandler/submodulehandle.py +++ b/client/task/basic/datahandler/submodulehandle.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/downloader.py b/client/task/basic/downloader.py index 3f61c298a..4fe2d4518 100644 --- a/client/task/basic/downloader.py +++ b/client/task/basic/downloader.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/incsourcemgr.py b/client/task/basic/incsourcemgr.py index ad3a3275c..4d37311bb 100644 --- a/client/task/basic/incsourcemgr.py +++ b/client/task/basic/incsourcemgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/localcache.py b/client/task/basic/localcache.py index 70d0ac7f5..0b26040b1 100644 --- a/client/task/basic/localcache.py +++ b/client/task/basic/localcache.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/basic/remotecache.py b/client/task/basic/remotecache.py index 4f49c236b..03c369ede 100644 --- a/client/task/basic/remotecache.py +++ b/client/task/basic/remotecache.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/codelintmodel.py b/client/task/codelintmodel.py index ffce89f5a..ded01018e 100644 --- a/client/task/codelintmodel.py +++ b/client/task/codelintmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/codemetricmodel.py b/client/task/codemetricmodel.py index 3a33b60ba..315cd3664 100644 --- a/client/task/codemetricmodel.py +++ b/client/task/codemetricmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/model/analyze.py b/client/task/model/analyze.py index cb460daf5..d1a71919e 100644 --- a/client/task/model/analyze.py +++ b/client/task/model/analyze.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/model/compile.py b/client/task/model/compile.py index 3c32f9308..fff0b0514 100644 --- a/client/task/model/compile.py +++ b/client/task/model/compile.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/model/datahandle.py b/client/task/model/datahandle.py index 675234ac9..33030a972 100644 --- a/client/task/model/datahandle.py +++ b/client/task/model/datahandle.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/puppytask.py b/client/task/puppytask.py index 8974d865f..b90c7bfad 100644 --- a/client/task/puppytask.py +++ b/client/task/puppytask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/request.py b/client/task/request.py index 134588d97..42a393b6a 100644 --- a/client/task/request.py +++ b/client/task/request.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/response.py b/client/task/response.py index 2802e2485..d64512445 100644 --- a/client/task/response.py +++ b/client/task/response.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/sourcemgr.py b/client/task/sourcemgr.py index 9b2d505ed..dd9e45d87 100644 --- a/client/task/sourcemgr.py +++ b/client/task/sourcemgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/taskmgr.py b/client/task/taskmgr.py index d40416dd3..c435996b5 100644 --- a/client/task/taskmgr.py +++ b/client/task/taskmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/taskmodel.py b/client/task/taskmodel.py index 1d1adba08..5dfe4f645 100644 --- a/client/task/taskmodel.py +++ b/client/task/taskmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/toolmodel.py b/client/task/toolmodel.py index 3d173b96e..28d37e760 100644 --- a/client/task/toolmodel.py +++ b/client/task/toolmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/task/transfermgr.py b/client/task/transfermgr.py index 495ff2459..6b2a62b71 100644 --- a/client/task/transfermgr.py +++ b/client/task/transfermgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/amani.py b/client/tool/amani.py index 0f96ac0b6..9cd109fe0 100644 --- a/client/tool/amani.py +++ b/client/tool/amani.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/androidlint.py b/client/tool/androidlint.py index b74b5b668..f785dbace 100644 --- a/client/tool/androidlint.py +++ b/client/tool/androidlint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/checkstyle.py b/client/tool/checkstyle.py index b931b2c17..cf4cf4ac0 100644 --- a/client/tool/checkstyle.py +++ b/client/tool/checkstyle.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/clang.py b/client/tool/clang.py index dd52ae014..af7888e58 100644 --- a/client/tool/clang.py +++ b/client/tool/clang.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/clangwarning.py b/client/tool/clangwarning.py index 9391825fa..ba7833be2 100644 --- a/client/tool/clangwarning.py +++ b/client/tool/clangwarning.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/cobra.py b/client/tool/cobra.py index e32b4e1ad..a352055e3 100644 --- a/client/tool/cobra.py +++ b/client/tool/cobra.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/codecount.py b/client/tool/codecount.py index af207bdc1..f7288fa4b 100644 --- a/client/tool/codecount.py +++ b/client/tool/codecount.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/collie.py b/client/tool/collie.py index e5762985c..e7210a219 100644 --- a/client/tool/collie.py +++ b/client/tool/collie.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/compass.py b/client/tool/compass.py index 9c40e44b0..774d9d808 100644 --- a/client/tool/compass.py +++ b/client/tool/compass.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/cppcheck.py b/client/tool/cppcheck.py index ba058467c..77f73eed4 100644 --- a/client/tool/cppcheck.py +++ b/client/tool/cppcheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/cppcheck2.py b/client/tool/cppcheck2.py index d5ad1eba6..54903a8c4 100644 --- a/client/tool/cppcheck2.py +++ b/client/tool/cppcheck2.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/cpplint.py b/client/tool/cpplint.py index 4b3620ca8..3141c2fb6 100644 --- a/client/tool/cpplint.py +++ b/client/tool/cpplint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/customfilescan.py b/client/tool/customfilescan.py index 3e95dd089..270e6003e 100644 --- a/client/tool/customfilescan.py +++ b/client/tool/customfilescan.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/dart_code_metrics.py b/client/tool/dart_code_metrics.py index 630278f8e..9879484e3 100644 --- a/client/tool/dart_code_metrics.py +++ b/client/tool/dart_code_metrics.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/dartanalyzer.py b/client/tool/dartanalyzer.py index b76b66c14..d82d443e7 100644 --- a/client/tool/dartanalyzer.py +++ b/client/tool/dartanalyzer.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/detekt.py b/client/tool/detekt.py index 846e96234..24ff3f9d3 100644 --- a/client/tool/detekt.py +++ b/client/tool/detekt.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/eslint.py b/client/tool/eslint.py index 30e617568..9e9ff595e 100644 --- a/client/tool/eslint.py +++ b/client/tool/eslint.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/eslint_typescript.py b/client/tool/eslint_typescript.py index 8fcd1005d..54c3ad12b 100644 --- a/client/tool/eslint_typescript.py +++ b/client/tool/eslint_typescript.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/eslint_vue.py b/client/tool/eslint_vue.py index 5abc56e10..235bfc09b 100644 --- a/client/tool/eslint_vue.py +++ b/client/tool/eslint_vue.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/fbrjs.py b/client/tool/fbrjs.py index fa4e7cdee..d99a491be 100644 --- a/client/tool/fbrjs.py +++ b/client/tool/fbrjs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/findbugs.py b/client/tool/findbugs.py index ef3bc8c5e..424d93881 100644 --- a/client/tool/findbugs.py +++ b/client/tool/findbugs.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/flake8.py b/client/tool/flake8.py index 654087baf..c97cf78fa 100644 --- a/client/tool/flake8.py +++ b/client/tool/flake8.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/flow.py b/client/tool/flow.py index 12a946a67..0fcebac76 100644 --- a/client/tool/flow.py +++ b/client/tool/flow.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/golangcilint.py b/client/tool/golangcilint.py index 7708f77b3..278b1ba76 100644 --- a/client/tool/golangcilint.py +++ b/client/tool/golangcilint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/gometalinter.py b/client/tool/gometalinter.py index 8ff900274..5090ec073 100644 --- a/client/tool/gometalinter.py +++ b/client/tool/gometalinter.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/htmlcs.py b/client/tool/htmlcs.py index 6a3e7251f..eef1c382a 100644 --- a/client/tool/htmlcs.py +++ b/client/tool/htmlcs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/infer_cpp.py b/client/tool/infer_cpp.py index 80750c0cb..a5a6b5643 100644 --- a/client/tool/infer_cpp.py +++ b/client/tool/infer_cpp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/infer_java.py b/client/tool/infer_java.py index 438280d1a..3e5453c94 100644 --- a/client/tool/infer_java.py +++ b/client/tool/infer_java.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/infer_objectivec.py b/client/tool/infer_objectivec.py index 6e6128971..f2573c40c 100644 --- a/client/tool/infer_objectivec.py +++ b/client/tool/infer_objectivec.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/jaaf.py b/client/tool/jaaf.py index 03d350dd4..4b376cc74 100644 --- a/client/tool/jaaf.py +++ b/client/tool/jaaf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/jafc.py b/client/tool/jafc.py index 8a8ba68f5..e31ca2195 100644 --- a/client/tool/jafc.py +++ b/client/tool/jafc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/jafc_beta.py b/client/tool/jafc_beta.py index d32cecaf9..53e222c3d 100644 --- a/client/tool/jafc_beta.py +++ b/client/tool/jafc_beta.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/jaff.py b/client/tool/jaff.py index 267629909..662721054 100644 --- a/client/tool/jaff.py +++ b/client/tool/jaff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/jaff_beta.py b/client/tool/jaff_beta.py index e9439c449..f09411198 100644 --- a/client/tool/jaff_beta.py +++ b/client/tool/jaff_beta.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/javawarning.py b/client/tool/javawarning.py index 98b3a5db5..0c22164a7 100644 --- a/client/tool/javawarning.py +++ b/client/tool/javawarning.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/linecount.py b/client/tool/linecount.py index 7f9f6a75a..e686328d0 100644 --- a/client/tool/linecount.py +++ b/client/tool/linecount.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/luacheck.py b/client/tool/luacheck.py index 2aa6a7efa..72fb96eb7 100644 --- a/client/tool/luacheck.py +++ b/client/tool/luacheck.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/pmd.py b/client/tool/pmd.py index 00dab3785..f62eb6fee 100644 --- a/client/tool/pmd.py +++ b/client/tool/pmd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/pylint.py b/client/tool/pylint.py index 44c9d43e3..5fd21df10 100644 --- a/client/tool/pylint.py +++ b/client/tool/pylint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/regexfilescan.py b/client/tool/regexfilescan.py index ce4b91dd0..6cf3b0e51 100644 --- a/client/tool/regexfilescan.py +++ b/client/tool/regexfilescan.py @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/regexscan.py b/client/tool/regexscan.py index 86d023184..61ef97f60 100644 --- a/client/tool/regexscan.py +++ b/client/tool/regexscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/regexscanner.py b/client/tool/regexscanner.py index 9cc63c36a..d63ff3b1f 100644 --- a/client/tool/regexscanner.py +++ b/client/tool/regexscanner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/scalastyle.py b/client/tool/scalastyle.py index 348cece0c..4d7c73cb3 100644 --- a/client/tool/scalastyle.py +++ b/client/tool/scalastyle.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/spotbugs.py b/client/tool/spotbugs.py index b6869925b..422bc5083 100644 --- a/client/tool/spotbugs.py +++ b/client/tool/spotbugs.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/stylecop.py b/client/tool/stylecop.py index 8e9bc9b7d..51b41dc34 100644 --- a/client/tool/stylecop.py +++ b/client/tool/stylecop.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/stylelint.py b/client/tool/stylelint.py index f6f4be37d..0ac2ae304 100644 --- a/client/tool/stylelint.py +++ b/client/tool/stylelint.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/swiftlint.py b/client/tool/swiftlint.py index b3e19117e..f9f404ce1 100644 --- a/client/tool/swiftlint.py +++ b/client/tool/swiftlint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tca_ql_cpp.py b/client/tool/tca_ql_cpp.py index c4ebb5404..314f76236 100644 --- a/client/tool/tca_ql_cpp.py +++ b/client/tool/tca_ql_cpp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tca_ql_go.py b/client/tool/tca_ql_go.py index 7769d1fb7..8ce12bbd7 100644 --- a/client/tool/tca_ql_go.py +++ b/client/tool/tca_ql_go.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tca_ql_js.py b/client/tool/tca_ql_js.py index db6224af1..67ea33748 100644 --- a/client/tool/tca_ql_js.py +++ b/client/tool/tca_ql_js.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tca_ql_php.py b/client/tool/tca_ql_php.py index 10f7ff1d0..98e065925 100644 --- a/client/tool/tca_ql_php.py +++ b/client/tool/tca_ql_php.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tca_ql_python.py b/client/tool/tca_ql_python.py index a409ce088..7f2f51109 100644 --- a/client/tool/tca_ql_python.py +++ b/client/tool/tca_ql_python.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tscan_cpp.py b/client/tool/tscan_cpp.py index 697addafc..f19a78424 100644 --- a/client/tool/tscan_cpp.py +++ b/client/tool/tscan_cpp.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tscan_csharp.py b/client/tool/tscan_csharp.py index c43ff9053..6a21769a8 100644 --- a/client/tool/tscan_csharp.py +++ b/client/tool/tscan_csharp.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/tscan_lua.py b/client/tool/tscan_lua.py index 7e77f2061..7da1eedef 100644 --- a/client/tool/tscan_lua.py +++ b/client/tool/tscan_lua.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/unusedresource.py b/client/tool/unusedresource.py index 3a571860d..ae589f008 100644 --- a/client/tool/unusedresource.py +++ b/client/tool/unusedresource.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/amani.py b/client/tool/util/amani.py index b68758ca1..de842d22e 100644 --- a/client/tool/util/amani.py +++ b/client/tool/util/amani.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/collie.py b/client/tool/util/collie.py index d8184f4c8..2d1fe15c9 100644 --- a/client/tool/util/collie.py +++ b/client/tool/util/collie.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/compass.py b/client/tool/util/compass.py index 37b6b83a5..667cf5f01 100644 --- a/client/tool/util/compass.py +++ b/client/tool/util/compass.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/compile.py b/client/tool/util/compile.py index cb5de02fa..dcb588b4c 100644 --- a/client/tool/util/compile.py +++ b/client/tool/util/compile.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/checkers.py b/client/tool/util/customcheckers/checkers.py index b6ff4fa95..5396221a4 100644 --- a/client/tool/util/customcheckers/checkers.py +++ b/client/tool/util/customcheckers/checkers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/copyright_check.py b/client/tool/util/customcheckers/copyright_check.py index cea9b6644..a978ad09c 100644 --- a/client/tool/util/customcheckers/copyright_check.py +++ b/client/tool/util/customcheckers/copyright_check.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/encodingcheck.py b/client/tool/util/customcheckers/encodingcheck.py index 371d357cc..92250ae01 100644 --- a/client/tool/util/customcheckers/encodingcheck.py +++ b/client/tool/util/customcheckers/encodingcheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/file_too_long.py b/client/tool/util/customcheckers/file_too_long.py index 0b58eb099..f1e60c50a 100644 --- a/client/tool/util/customcheckers/file_too_long.py +++ b/client/tool/util/customcheckers/file_too_long.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/files_found.py b/client/tool/util/customcheckers/files_found.py index a7f0ce601..af23593ba 100644 --- a/client/tool/util/customcheckers/files_found.py +++ b/client/tool/util/customcheckers/files_found.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/files_not_found.py b/client/tool/util/customcheckers/files_not_found.py index 4ca8114d8..9c69be0a2 100644 --- a/client/tool/util/customcheckers/files_not_found.py +++ b/client/tool/util/customcheckers/files_not_found.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/function_too_long.py b/client/tool/util/customcheckers/function_too_long.py index da00b61b3..b4dfd71b8 100644 --- a/client/tool/util/customcheckers/function_too_long.py +++ b/client/tool/util/customcheckers/function_too_long.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/lfs_check.py b/client/tool/util/customcheckers/lfs_check.py index 9baefeb52..d0ca51c42 100644 --- a/client/tool/util/customcheckers/lfs_check.py +++ b/client/tool/util/customcheckers/lfs_check.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/low_comment_ratio.py b/client/tool/util/customcheckers/low_comment_ratio.py index 59a1d05f1..0be414498 100644 --- a/client/tool/util/customcheckers/low_comment_ratio.py +++ b/client/tool/util/customcheckers/low_comment_ratio.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/newline_check.py b/client/tool/util/customcheckers/newline_check.py index 87dde1449..a4c1eb6a9 100644 --- a/client/tool/util/customcheckers/newline_check.py +++ b/client/tool/util/customcheckers/newline_check.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/no_encoding_format.py b/client/tool/util/customcheckers/no_encoding_format.py index 6e40d6ea4..b2f2c54c6 100644 --- a/client/tool/util/customcheckers/no_encoding_format.py +++ b/client/tool/util/customcheckers/no_encoding_format.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/customcheckers/no_used_import.py b/client/tool/util/customcheckers/no_used_import.py index 995e6a737..a06b21b5c 100644 --- a/client/tool/util/customcheckers/no_used_import.py +++ b/client/tool/util/customcheckers/no_used_import.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/infer.py b/client/tool/util/infer.py index cccbdc871..10703052a 100644 --- a/client/tool/util/infer.py +++ b/client/tool/util/infer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/language_maps.py b/client/tool/util/language_maps.py index 5c3cc1b18..6f1e765b6 100644 --- a/client/tool/util/language_maps.py +++ b/client/tool/util/language_maps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/loong/astparser.py b/client/tool/util/loong/astparser.py index 2db1d0a2f..fdf59a990 100644 --- a/client/tool/util/loong/astparser.py +++ b/client/tool/util/loong/astparser.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/loong/bcparser.py b/client/tool/util/loong/bcparser.py index b3f82bcd8..442dd5e92 100644 --- a/client/tool/util/loong/bcparser.py +++ b/client/tool/util/loong/bcparser.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/loong/javascaner.py b/client/tool/util/loong/javascaner.py index 79a315d0e..c45e7b655 100644 --- a/client/tool/util/loong/javascaner.py +++ b/client/tool/util/loong/javascaner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/loong/loong.py b/client/tool/util/loong/loong.py index 912301013..7f25ee950 100644 --- a/client/tool/util/loong/loong.py +++ b/client/tool/util/loong/loong.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/loong/loong_beta.py b/client/tool/util/loong/loong_beta.py index b073b23c8..6624e5ff4 100644 --- a/client/tool/util/loong/loong_beta.py +++ b/client/tool/util/loong/loong_beta.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/pythontool.py b/client/tool/util/pythontool.py index 65d39db4b..b83c05538 100644 --- a/client/tool/util/pythontool.py +++ b/client/tool/util/pythontool.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/ruleparamer.py b/client/tool/util/ruleparamer.py index 28beba5fa..a40116843 100644 --- a/client/tool/util/ruleparamer.py +++ b/client/tool/util/ruleparamer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/tca_ql.py b/client/tool/util/tca_ql.py index aeed27586..e0c0ae92d 100644 --- a/client/tool/util/tca_ql.py +++ b/client/tool/util/tca_ql.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/toolenvset.py b/client/tool/util/toolenvset.py index 6c848476e..624cdb701 100644 --- a/client/tool/util/toolenvset.py +++ b/client/tool/util/toolenvset.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/tscan.py b/client/tool/util/tscan.py index c52997abd..8deec92b3 100644 --- a/client/tool/util/tscan.py +++ b/client/tool/util/tscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/tool/util/xcodeswitch.py b/client/tool/util/xcodeswitch.py index 100ce67bc..330cd2ff3 100644 --- a/client/tool/util/xcodeswitch.py +++ b/client/tool/util/xcodeswitch.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/_scmbase.py b/client/util/_scmbase.py index a3a87d61c..d980bcfee 100644 --- a/client/util/_scmbase.py +++ b/client/util/_scmbase.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/api/dogapi.py b/client/util/api/dogapi.py index 214ffbc73..9eafcaa5e 100644 --- a/client/util/api/dogapi.py +++ b/client/util/api/dogapi.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/api/dogserver.py b/client/util/api/dogserver.py index 825bcd95e..7d91a8f3c 100644 --- a/client/util/api/dogserver.py +++ b/client/util/api/dogserver.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/api/fileserver.py b/client/util/api/fileserver.py index 95280bd80..bb5c3cf2f 100644 --- a/client/util/api/fileserver.py +++ b/client/util/api/fileserver.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/api/httpclient.py b/client/util/api/httpclient.py index 1209c9c68..aa53919e0 100644 --- a/client/util/api/httpclient.py +++ b/client/util/api/httpclient.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/attrdict.py b/client/util/attrdict.py index 2bd671e1a..28afead80 100644 --- a/client/util/attrdict.py +++ b/client/util/attrdict.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/checklanguage.py b/client/util/checklanguage.py index f215fa3d9..4debbf538 100644 --- a/client/util/checklanguage.py +++ b/client/util/checklanguage.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/cleaner.py b/client/util/cleaner.py index 83a66c8a1..63fc39a39 100644 --- a/client/util/cleaner.py +++ b/client/util/cleaner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/cmdscm.py b/client/util/cmdscm.py index 642b3eb7f..12b33eb13 100644 --- a/client/util/cmdscm.py +++ b/client/util/cmdscm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/codecount/codestat.py b/client/util/codecount/codestat.py index 324f1dc36..e4363638a 100644 --- a/client/util/codecount/codestat.py +++ b/client/util/codecount/codestat.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/codecount/localcount.py b/client/util/codecount/localcount.py index 772b9f416..3bacbaf4c 100644 --- a/client/util/codecount/localcount.py +++ b/client/util/codecount/localcount.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/codecount/repoter.py b/client/util/codecount/repoter.py index 4f6c016f0..d5a215877 100644 --- a/client/util/codecount/repoter.py +++ b/client/util/codecount/repoter.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/codecount/scclanguages.py b/client/util/codecount/scclanguages.py index 284edea8a..3088376c2 100644 --- a/client/util/codecount/scclanguages.py +++ b/client/util/codecount/scclanguages.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/codeyaml/addfilterpath.py b/client/util/codeyaml/addfilterpath.py index 26177f56f..370e414e3 100644 --- a/client/util/codeyaml/addfilterpath.py +++ b/client/util/codeyaml/addfilterpath.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/codeyaml/common.py b/client/util/codeyaml/common.py index d8f94da42..9ca1ade30 100644 --- a/client/util/codeyaml/common.py +++ b/client/util/codeyaml/common.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/codeyaml/fileowner.py b/client/util/codeyaml/fileowner.py index 56714ef6b..b547a09e2 100644 --- a/client/util/codeyaml/fileowner.py +++ b/client/util/codeyaml/fileowner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/configlib.py b/client/util/configlib.py index 07bfc5837..150f5a8d8 100644 --- a/client/util/configlib.py +++ b/client/util/configlib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/envset.py b/client/util/envset.py index 126aee11a..1169373ba 100644 --- a/client/util/envset.py +++ b/client/util/envset.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/errcode.py b/client/util/errcode.py index cf1fdf37a..3ed6ab772 100644 --- a/client/util/errcode.py +++ b/client/util/errcode.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/exceptions.py b/client/util/exceptions.py index 21fdd1909..45c4dc2e2 100644 --- a/client/util/exceptions.py +++ b/client/util/exceptions.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/gitconfig.py b/client/util/gitconfig.py index 74719b1a3..66dc6c5e4 100644 --- a/client/util/gitconfig.py +++ b/client/util/gitconfig.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/jsonclient.py b/client/util/jsonclient.py index dabf4b857..dc050ba47 100644 --- a/client/util/jsonclient.py +++ b/client/util/jsonclient.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/jvmproxy.py b/client/util/jvmproxy.py index 03df86df9..795d74060 100644 --- a/client/util/jvmproxy.py +++ b/client/util/jvmproxy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/languagetype.py b/client/util/languagetype.py index 1ab550548..f7b443ce5 100644 --- a/client/util/languagetype.py +++ b/client/util/languagetype.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/logutil.py b/client/util/logutil.py index c9914d847..e745eac5a 100644 --- a/client/util/logutil.py +++ b/client/util/logutil.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/pyinstallerlib.py b/client/util/pyinstallerlib.py index 04e1f9fad..022b8863c 100644 --- a/client/util/pyinstallerlib.py +++ b/client/util/pyinstallerlib.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2023 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/reporter.py b/client/util/reporter.py index 8e3c10698..7efe6ae14 100644 --- a/client/util/reporter.py +++ b/client/util/reporter.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/retrylib.py b/client/util/retrylib.py index 7a1603153..c785b4de2 100644 --- a/client/util/retrylib.py +++ b/client/util/retrylib.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/scmurlmgr.py b/client/util/scmurlmgr.py index ab47d3673..6ec6b6d3c 100644 --- a/client/util/scmurlmgr.py +++ b/client/util/scmurlmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/smartinput.py b/client/util/smartinput.py index 518fed7c6..dcb084116 100644 --- a/client/util/smartinput.py +++ b/client/util/smartinput.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/taskscene.py b/client/util/taskscene.py index 63b51df6e..0ae6496d8 100644 --- a/client/util/taskscene.py +++ b/client/util/taskscene.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/tooldisplay.py b/client/util/tooldisplay.py index 80e9361f3..edaf1aa73 100644 --- a/client/util/tooldisplay.py +++ b/client/util/tooldisplay.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/yamlib.py b/client/util/yamlib.py index 4fd277069..f92574348 100644 --- a/client/util/yamlib.py +++ b/client/util/yamlib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/ziplib.py b/client/util/ziplib.py index 49bb315df..79150c922 100644 --- a/client/util/ziplib.py +++ b/client/util/ziplib.py @@ -1,5 +1,5 @@ # -*- encoding=utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/client/util/zipmgr.py b/client/util/zipmgr.py index 8fdff8c3d..b617031fa 100644 --- a/client/util/zipmgr.py +++ b/client/util/zipmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ReadJsonFile.java b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ReadJsonFile.java index 88cd73ce7..1295e5ba8 100644 --- a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ReadJsonFile.java +++ b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ReadJsonFile.java @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/StartClient.java b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/StartClient.java index c3227e2d6..68954c964 100644 --- a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/StartClient.java +++ b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/StartClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/TCABuilder.java b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/TCABuilder.java index 2d8b66ac8..c6f4c7f58 100644 --- a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/TCABuilder.java +++ b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/TCABuilder.java @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ViewReportAction.java b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ViewReportAction.java index d584cca92..10bb5ee60 100644 --- a/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ViewReportAction.java +++ b/plugins/jenkins_plugin/src/main/java/io/jenkins/plugins/ViewReportAction.java @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/server/configs/django/local_analysis.py b/server/configs/django/local_analysis.py index 86ca5b6b0..f2e95dfa4 100644 --- a/server/configs/django/local_analysis.py +++ b/server/configs/django/local_analysis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/configs/django/local_file.py b/server/configs/django/local_file.py index 7b947611a..6c302c2c6 100644 --- a/server/configs/django/local_file.py +++ b/server/configs/django/local_file.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/configs/django/local_login.py b/server/configs/django/local_login.py index 0e4495b1f..dbda9fc60 100644 --- a/server/configs/django/local_login.py +++ b/server/configs/django/local_login.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/configs/django/local_main.py b/server/configs/django/local_main.py index ccf17a240..aaf7fdb3e 100644 --- a/server/configs/django/local_main.py +++ b/server/configs/django/local_main.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/analysis.gunicorn.conf.py b/server/projects/analysis/analysis.gunicorn.conf.py index 9810a3c64..12a59c36b 100644 --- a/server/projects/analysis/analysis.gunicorn.conf.py +++ b/server/projects/analysis/analysis.gunicorn.conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/authen/apis.py b/server/projects/analysis/apps/authen/apis.py index 3f843f118..7c1eef4f3 100644 --- a/server/projects/analysis/apps/authen/apis.py +++ b/server/projects/analysis/apps/authen/apis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/authen/apps.py b/server/projects/analysis/apps/authen/apps.py index 581462f4a..92b9d613e 100644 --- a/server/projects/analysis/apps/authen/apps.py +++ b/server/projects/analysis/apps/authen/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/authen/backends.py b/server/projects/analysis/apps/authen/backends.py index 7aec49fc0..294eebbdf 100644 --- a/server/projects/analysis/apps/authen/backends.py +++ b/server/projects/analysis/apps/authen/backends.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/api_urls.py b/server/projects/analysis/apps/base/api_urls.py index 70a7e5a54..9a15e70f5 100644 --- a/server/projects/analysis/apps/base/api_urls.py +++ b/server/projects/analysis/apps/base/api_urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/apimixins.py b/server/projects/analysis/apps/base/apimixins.py index ea0f6b247..14080816c 100644 --- a/server/projects/analysis/apps/base/apimixins.py +++ b/server/projects/analysis/apps/base/apimixins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/apis.py b/server/projects/analysis/apps/base/apis.py index 49b7a225e..13bd491be 100644 --- a/server/projects/analysis/apps/base/apis.py +++ b/server/projects/analysis/apps/base/apis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/apps.py b/server/projects/analysis/apps/base/apps.py index 7786d4f71..7ce05d0c8 100644 --- a/server/projects/analysis/apps/base/apps.py +++ b/server/projects/analysis/apps/base/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/basemodel.py b/server/projects/analysis/apps/base/basemodel.py index 300585ba1..979179f9c 100644 --- a/server/projects/analysis/apps/base/basemodel.py +++ b/server/projects/analysis/apps/base/basemodel.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/management/commands/clear_analysis_data.py b/server/projects/analysis/apps/base/management/commands/clear_analysis_data.py index 20df564af..17cd2d658 100644 --- a/server/projects/analysis/apps/base/management/commands/clear_analysis_data.py +++ b/server/projects/analysis/apps/base/management/commands/clear_analysis_data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/management/commands/initialuser.py b/server/projects/analysis/apps/base/management/commands/initialuser.py index b94b6f7e0..36328ff78 100644 --- a/server/projects/analysis/apps/base/management/commands/initialuser.py +++ b/server/projects/analysis/apps/base/management/commands/initialuser.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/resources.py b/server/projects/analysis/apps/base/resources.py index 3f168a57c..b3c076ce4 100644 --- a/server/projects/analysis/apps/base/resources.py +++ b/server/projects/analysis/apps/base/resources.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/serializers.py b/server/projects/analysis/apps/base/serializers.py index 48e658e76..5bdc49674 100644 --- a/server/projects/analysis/apps/base/serializers.py +++ b/server/projects/analysis/apps/base/serializers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/base/tasks.py b/server/projects/analysis/apps/base/tasks.py index 0c7a23569..d406fa24b 100644 --- a/server/projects/analysis/apps/base/tasks.py +++ b/server/projects/analysis/apps/base/tasks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/api_urls/v1_project.py b/server/projects/analysis/apps/codelint/api_urls/v1_project.py index 26be63a26..9d7c71c1e 100644 --- a/server/projects/analysis/apps/codelint/api_urls/v1_project.py +++ b/server/projects/analysis/apps/codelint/api_urls/v1_project.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/api_urls/v1_pt.py b/server/projects/analysis/apps/codelint/api_urls/v1_pt.py index 63cb134d3..437bab34f 100644 --- a/server/projects/analysis/apps/codelint/api_urls/v1_pt.py +++ b/server/projects/analysis/apps/codelint/api_urls/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/api_urls/v3_pt.py b/server/projects/analysis/apps/codelint/api_urls/v3_pt.py index 181e15d36..40344d262 100644 --- a/server/projects/analysis/apps/codelint/api_urls/v3_pt.py +++ b/server/projects/analysis/apps/codelint/api_urls/v3_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/apis/v1.py b/server/projects/analysis/apps/codelint/apis/v1.py index c09582ef4..1d2184d0d 100644 --- a/server/projects/analysis/apps/codelint/apis/v1.py +++ b/server/projects/analysis/apps/codelint/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/apis/v1_pt.py b/server/projects/analysis/apps/codelint/apis/v1_pt.py index 79c4c1334..12d0eaa0b 100644 --- a/server/projects/analysis/apps/codelint/apis/v1_pt.py +++ b/server/projects/analysis/apps/codelint/apis/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/apis/v2.py b/server/projects/analysis/apps/codelint/apis/v2.py index 93ed453e7..026a3b4bb 100644 --- a/server/projects/analysis/apps/codelint/apis/v2.py +++ b/server/projects/analysis/apps/codelint/apis/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/apis/v3.py b/server/projects/analysis/apps/codelint/apis/v3.py index 550f9ccb0..a103bac81 100644 --- a/server/projects/analysis/apps/codelint/apis/v3.py +++ b/server/projects/analysis/apps/codelint/apis/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/apps.py b/server/projects/analysis/apps/codelint/apps.py index ee4b50463..34d481a5d 100644 --- a/server/projects/analysis/apps/codelint/apps.py +++ b/server/projects/analysis/apps/codelint/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/core/issuemgr.py b/server/projects/analysis/apps/codelint/core/issuemgr.py index 131116642..143da090b 100644 --- a/server/projects/analysis/apps/codelint/core/issuemgr.py +++ b/server/projects/analysis/apps/codelint/core/issuemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/filters/issue.py b/server/projects/analysis/apps/codelint/filters/issue.py index 3c9175188..134748393 100644 --- a/server/projects/analysis/apps/codelint/filters/issue.py +++ b/server/projects/analysis/apps/codelint/filters/issue.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/job/linthandler.py b/server/projects/analysis/apps/codelint/job/linthandler.py index b6e9462d0..380219131 100644 --- a/server/projects/analysis/apps/codelint/job/linthandler.py +++ b/server/projects/analysis/apps/codelint/job/linthandler.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/job/utils.py b/server/projects/analysis/apps/codelint/job/utils.py index 5f84214fe..578eb595d 100644 --- a/server/projects/analysis/apps/codelint/job/utils.py +++ b/server/projects/analysis/apps/codelint/job/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/migrations/0001_initial.py b/server/projects/analysis/apps/codelint/migrations/0001_initial.py index 999f18f28..5d295b00d 100644 --- a/server/projects/analysis/apps/codelint/migrations/0001_initial.py +++ b/server/projects/analysis/apps/codelint/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/models/issue.py b/server/projects/analysis/apps/codelint/models/issue.py index f3a015b58..be02e65aa 100644 --- a/server/projects/analysis/apps/codelint/models/issue.py +++ b/server/projects/analysis/apps/codelint/models/issue.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/resources.py b/server/projects/analysis/apps/codelint/resources.py index c90354cbd..2ff18e338 100644 --- a/server/projects/analysis/apps/codelint/resources.py +++ b/server/projects/analysis/apps/codelint/resources.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/serializers/issue.py b/server/projects/analysis/apps/codelint/serializers/issue.py index 6f3450f66..4f91cd66f 100644 --- a/server/projects/analysis/apps/codelint/serializers/issue.py +++ b/server/projects/analysis/apps/codelint/serializers/issue.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codelint/tasks/datahandler.py b/server/projects/analysis/apps/codelint/tasks/datahandler.py index 972a4c74b..6ba582e68 100644 --- a/server/projects/analysis/apps/codelint/tasks/datahandler.py +++ b/server/projects/analysis/apps/codelint/tasks/datahandler.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/api_urls/v1_pt.py b/server/projects/analysis/apps/codemetric/api_urls/v1_pt.py index 86bf15cc7..d9db28f5f 100644 --- a/server/projects/analysis/apps/codemetric/api_urls/v1_pt.py +++ b/server/projects/analysis/apps/codemetric/api_urls/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/api_urls/v3_pt.py b/server/projects/analysis/apps/codemetric/api_urls/v3_pt.py index 44fb47c6d..2ebb0f09b 100644 --- a/server/projects/analysis/apps/codemetric/api_urls/v3_pt.py +++ b/server/projects/analysis/apps/codemetric/api_urls/v3_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/apis/v2.py b/server/projects/analysis/apps/codemetric/apis/v2.py index f80fbe7fe..1eea6624c 100644 --- a/server/projects/analysis/apps/codemetric/apis/v2.py +++ b/server/projects/analysis/apps/codemetric/apis/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/apis/v3.py b/server/projects/analysis/apps/codemetric/apis/v3.py index 79387e42b..ee4cf5974 100644 --- a/server/projects/analysis/apps/codemetric/apis/v3.py +++ b/server/projects/analysis/apps/codemetric/apis/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/apps.py b/server/projects/analysis/apps/codemetric/apps.py index 8c37d2846..1d7b1e72a 100644 --- a/server/projects/analysis/apps/codemetric/apps.py +++ b/server/projects/analysis/apps/codemetric/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/core/ccmgr.py b/server/projects/analysis/apps/codemetric/core/ccmgr.py index be2230c62..365890b6e 100644 --- a/server/projects/analysis/apps/codemetric/core/ccmgr.py +++ b/server/projects/analysis/apps/codemetric/core/ccmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/core/codecountmgr.py b/server/projects/analysis/apps/codemetric/core/codecountmgr.py index 522c4c563..69aa8613b 100644 --- a/server/projects/analysis/apps/codemetric/core/codecountmgr.py +++ b/server/projects/analysis/apps/codemetric/core/codecountmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/core/duplicatemgr.py b/server/projects/analysis/apps/codemetric/core/duplicatemgr.py index b396e2ded..31729a223 100644 --- a/server/projects/analysis/apps/codemetric/core/duplicatemgr.py +++ b/server/projects/analysis/apps/codemetric/core/duplicatemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/filters/cc.py b/server/projects/analysis/apps/codemetric/filters/cc.py index dcf5c4c28..8a927a918 100644 --- a/server/projects/analysis/apps/codemetric/filters/cc.py +++ b/server/projects/analysis/apps/codemetric/filters/cc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/filters/codecount.py b/server/projects/analysis/apps/codemetric/filters/codecount.py index 18b824194..4310c7261 100644 --- a/server/projects/analysis/apps/codemetric/filters/codecount.py +++ b/server/projects/analysis/apps/codemetric/filters/codecount.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/filters/duplicate.py b/server/projects/analysis/apps/codemetric/filters/duplicate.py index 81e3b989f..2963bd76b 100644 --- a/server/projects/analysis/apps/codemetric/filters/duplicate.py +++ b/server/projects/analysis/apps/codemetric/filters/duplicate.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/job/cchandler.py b/server/projects/analysis/apps/codemetric/job/cchandler.py index 5c9ff26e2..06128cfbf 100644 --- a/server/projects/analysis/apps/codemetric/job/cchandler.py +++ b/server/projects/analysis/apps/codemetric/job/cchandler.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/job/codecounthandler.py b/server/projects/analysis/apps/codemetric/job/codecounthandler.py index 5af7efebb..5a54ea665 100644 --- a/server/projects/analysis/apps/codemetric/job/codecounthandler.py +++ b/server/projects/analysis/apps/codemetric/job/codecounthandler.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/job/duphandler.py b/server/projects/analysis/apps/codemetric/job/duphandler.py index 4369b4d07..c4c6bfdc8 100644 --- a/server/projects/analysis/apps/codemetric/job/duphandler.py +++ b/server/projects/analysis/apps/codemetric/job/duphandler.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/job/utils.py b/server/projects/analysis/apps/codemetric/job/utils.py index a98b10804..e352d6034 100644 --- a/server/projects/analysis/apps/codemetric/job/utils.py +++ b/server/projects/analysis/apps/codemetric/job/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/migrations/0001_initial.py b/server/projects/analysis/apps/codemetric/migrations/0001_initial.py index 6682f41d7..26770ac84 100644 --- a/server/projects/analysis/apps/codemetric/migrations/0001_initial.py +++ b/server/projects/analysis/apps/codemetric/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/models/cc.py b/server/projects/analysis/apps/codemetric/models/cc.py index 62235daa9..99d8a2619 100644 --- a/server/projects/analysis/apps/codemetric/models/cc.py +++ b/server/projects/analysis/apps/codemetric/models/cc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/models/codecount.py b/server/projects/analysis/apps/codemetric/models/codecount.py index bcdbe4820..ac2fe606f 100644 --- a/server/projects/analysis/apps/codemetric/models/codecount.py +++ b/server/projects/analysis/apps/codemetric/models/codecount.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/models/duplicate.py b/server/projects/analysis/apps/codemetric/models/duplicate.py index 2a42839fb..1766cc084 100644 --- a/server/projects/analysis/apps/codemetric/models/duplicate.py +++ b/server/projects/analysis/apps/codemetric/models/duplicate.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/resources.py b/server/projects/analysis/apps/codemetric/resources.py index 61ed690e4..168734f0f 100644 --- a/server/projects/analysis/apps/codemetric/resources.py +++ b/server/projects/analysis/apps/codemetric/resources.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/serializers/cc.py b/server/projects/analysis/apps/codemetric/serializers/cc.py index f23d72df9..f9d7bc769 100644 --- a/server/projects/analysis/apps/codemetric/serializers/cc.py +++ b/server/projects/analysis/apps/codemetric/serializers/cc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/serializers/codecount.py b/server/projects/analysis/apps/codemetric/serializers/codecount.py index 21d217c89..9dae9ad6a 100644 --- a/server/projects/analysis/apps/codemetric/serializers/codecount.py +++ b/server/projects/analysis/apps/codemetric/serializers/codecount.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codemetric/serializers/duplicate.py b/server/projects/analysis/apps/codemetric/serializers/duplicate.py index cc03d57c0..388433cd5 100644 --- a/server/projects/analysis/apps/codemetric/serializers/duplicate.py +++ b/server/projects/analysis/apps/codemetric/serializers/duplicate.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/api_urls/v1_base.py b/server/projects/analysis/apps/codeproj/api_urls/v1_base.py index 750f64625..e757e867d 100644 --- a/server/projects/analysis/apps/codeproj/api_urls/v1_base.py +++ b/server/projects/analysis/apps/codeproj/api_urls/v1_base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/api_urls/v1_project.py b/server/projects/analysis/apps/codeproj/api_urls/v1_project.py index a03eb2181..48c78763d 100644 --- a/server/projects/analysis/apps/codeproj/api_urls/v1_project.py +++ b/server/projects/analysis/apps/codeproj/api_urls/v1_project.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/api_urls/v1_pt.py b/server/projects/analysis/apps/codeproj/api_urls/v1_pt.py index a2d265e4a..eb643ae33 100644 --- a/server/projects/analysis/apps/codeproj/api_urls/v1_pt.py +++ b/server/projects/analysis/apps/codeproj/api_urls/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/api_urls/v1_tiyan_project.py b/server/projects/analysis/apps/codeproj/api_urls/v1_tiyan_project.py index c9b7e2195..4047216b9 100644 --- a/server/projects/analysis/apps/codeproj/api_urls/v1_tiyan_project.py +++ b/server/projects/analysis/apps/codeproj/api_urls/v1_tiyan_project.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/api_urls/v3_pt.py b/server/projects/analysis/apps/codeproj/api_urls/v3_pt.py index c6dc8fb1a..46810f69d 100644 --- a/server/projects/analysis/apps/codeproj/api_urls/v3_pt.py +++ b/server/projects/analysis/apps/codeproj/api_urls/v3_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/apimixins.py b/server/projects/analysis/apps/codeproj/apimixins.py index 6d271c5a8..3d00784f0 100644 --- a/server/projects/analysis/apps/codeproj/apimixins.py +++ b/server/projects/analysis/apps/codeproj/apimixins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/apis/v1.py b/server/projects/analysis/apps/codeproj/apis/v1.py index f9d44812b..421b2f436 100644 --- a/server/projects/analysis/apps/codeproj/apis/v1.py +++ b/server/projects/analysis/apps/codeproj/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/apis/v1_pt.py b/server/projects/analysis/apps/codeproj/apis/v1_pt.py index 392442b9c..bf701d524 100644 --- a/server/projects/analysis/apps/codeproj/apis/v1_pt.py +++ b/server/projects/analysis/apps/codeproj/apis/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/apis/v2.py b/server/projects/analysis/apps/codeproj/apis/v2.py index ce60b821e..78108d279 100644 --- a/server/projects/analysis/apps/codeproj/apis/v2.py +++ b/server/projects/analysis/apps/codeproj/apis/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/apis/v3.py b/server/projects/analysis/apps/codeproj/apis/v3.py index e6a372448..d380c4bc1 100644 --- a/server/projects/analysis/apps/codeproj/apis/v3.py +++ b/server/projects/analysis/apps/codeproj/apis/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/apps.py b/server/projects/analysis/apps/codeproj/apps.py index 0aa0b2790..f200f31fa 100644 --- a/server/projects/analysis/apps/codeproj/apps.py +++ b/server/projects/analysis/apps/codeproj/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/core/base.py b/server/projects/analysis/apps/codeproj/core/base.py index 154599434..1db6a98f6 100644 --- a/server/projects/analysis/apps/codeproj/core/base.py +++ b/server/projects/analysis/apps/codeproj/core/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/filters/scan.py b/server/projects/analysis/apps/codeproj/filters/scan.py index b3305f313..5ef0694a8 100644 --- a/server/projects/analysis/apps/codeproj/filters/scan.py +++ b/server/projects/analysis/apps/codeproj/filters/scan.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/migrations/0001_initial.py b/server/projects/analysis/apps/codeproj/migrations/0001_initial.py index 1d72a3af9..388dafc44 100644 --- a/server/projects/analysis/apps/codeproj/migrations/0001_initial.py +++ b/server/projects/analysis/apps/codeproj/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/models/scan.py b/server/projects/analysis/apps/codeproj/models/scan.py index d6da3c31f..b05ed0fc1 100644 --- a/server/projects/analysis/apps/codeproj/models/scan.py +++ b/server/projects/analysis/apps/codeproj/models/scan.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/serializers/scan.py b/server/projects/analysis/apps/codeproj/serializers/scan.py index 513794d9a..72dde15b7 100644 --- a/server/projects/analysis/apps/codeproj/serializers/scan.py +++ b/server/projects/analysis/apps/codeproj/serializers/scan.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/apps/codeproj/tasks/scanresult.py b/server/projects/analysis/apps/codeproj/tasks/scanresult.py index e476a5160..0bcc4e461 100644 --- a/server/projects/analysis/apps/codeproj/tasks/scanresult.py +++ b/server/projects/analysis/apps/codeproj/tasks/scanresult.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/codedog/celery.py b/server/projects/analysis/codedog/celery.py index 8df48c6d9..b8ecc6042 100644 --- a/server/projects/analysis/codedog/celery.py +++ b/server/projects/analysis/codedog/celery.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/codedog/jinja2.py b/server/projects/analysis/codedog/jinja2.py index e2d04da10..d5fdf5939 100644 --- a/server/projects/analysis/codedog/jinja2.py +++ b/server/projects/analysis/codedog/jinja2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/codedog/open_urls.py b/server/projects/analysis/codedog/open_urls.py index a4e572620..b5ccc1e39 100644 --- a/server/projects/analysis/codedog/open_urls.py +++ b/server/projects/analysis/codedog/open_urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/codedog/settings/open_base.py b/server/projects/analysis/codedog/settings/open_base.py index 5b9ffa501..d79dd8d0f 100644 --- a/server/projects/analysis/codedog/settings/open_base.py +++ b/server/projects/analysis/codedog/settings/open_base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/codedog/settings/open_env.py b/server/projects/analysis/codedog/settings/open_env.py index c609b3902..bc54dfb04 100644 --- a/server/projects/analysis/codedog/settings/open_env.py +++ b/server/projects/analysis/codedog/settings/open_env.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/codedog/wsgi.py b/server/projects/analysis/codedog/wsgi.py index 1c74795c4..c0a8106d6 100644 --- a/server/projects/analysis/codedog/wsgi.py +++ b/server/projects/analysis/codedog/wsgi.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/manage.py b/server/projects/analysis/manage.py index 57a65eecb..868790583 100644 --- a/server/projects/analysis/manage.py +++ b/server/projects/analysis/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding:utf-8 -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/authticket.py b/server/projects/analysis/util/authticket.py index 148b84f11..7e5d4f353 100644 --- a/server/projects/analysis/util/authticket.py +++ b/server/projects/analysis/util/authticket.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/cdcrypto.py b/server/projects/analysis/util/cdcrypto.py index 7bf181372..93bad32d6 100644 --- a/server/projects/analysis/util/cdcrypto.py +++ b/server/projects/analysis/util/cdcrypto.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/encode.py b/server/projects/analysis/util/encode.py index 96889d128..9b046610e 100644 --- a/server/projects/analysis/util/encode.py +++ b/server/projects/analysis/util/encode.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/errcode.py b/server/projects/analysis/util/errcode.py index c4cfa4df1..9e9799a77 100644 --- a/server/projects/analysis/util/errcode.py +++ b/server/projects/analysis/util/errcode.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/exceptions.py b/server/projects/analysis/util/exceptions.py index 1092a8c8e..4340e954b 100644 --- a/server/projects/analysis/util/exceptions.py +++ b/server/projects/analysis/util/exceptions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/filemanager.py b/server/projects/analysis/util/filemanager.py index 6bd6ce022..78a7f7048 100644 --- a/server/projects/analysis/util/filemanager.py +++ b/server/projects/analysis/util/filemanager.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/fileserver.py b/server/projects/analysis/util/fileserver.py index ceca0ba0e..c9fa7d688 100644 --- a/server/projects/analysis/util/fileserver.py +++ b/server/projects/analysis/util/fileserver.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/genkey.py b/server/projects/analysis/util/genkey.py index 835d844d6..8446d3fda 100644 --- a/server/projects/analysis/util/genkey.py +++ b/server/projects/analysis/util/genkey.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/handlers.py b/server/projects/analysis/util/handlers.py index d60e26604..6689c7ef6 100644 --- a/server/projects/analysis/util/handlers.py +++ b/server/projects/analysis/util/handlers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/httpclient.py b/server/projects/analysis/util/httpclient.py index eaa5a9d03..6958819e6 100644 --- a/server/projects/analysis/util/httpclient.py +++ b/server/projects/analysis/util/httpclient.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/ordering.py b/server/projects/analysis/util/ordering.py index 9af002ed9..2fa6d3919 100644 --- a/server/projects/analysis/util/ordering.py +++ b/server/projects/analysis/util/ordering.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/renderers.py b/server/projects/analysis/util/renderers.py index b17c7f582..ca79f44f6 100644 --- a/server/projects/analysis/util/renderers.py +++ b/server/projects/analysis/util/renderers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/retrylib.py b/server/projects/analysis/util/retrylib.py index f8b94236b..86e5bd275 100644 --- a/server/projects/analysis/util/retrylib.py +++ b/server/projects/analysis/util/retrylib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/analysis/util/webclients.py b/server/projects/analysis/util/webclients.py index 23bc2e9c7..472668239 100644 --- a/server/projects/analysis/util/webclients.py +++ b/server/projects/analysis/util/webclients.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/authenmgr/migrations/0001_initial.py b/server/projects/file/apps/authenmgr/migrations/0001_initial.py index 1d5292dd4..a118e79ec 100644 --- a/server/projects/file/apps/authenmgr/migrations/0001_initial.py +++ b/server/projects/file/apps/authenmgr/migrations/0001_initial.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/authenmgr/models.py b/server/projects/file/apps/authenmgr/models.py index d48b32f30..b81ceb5f8 100644 --- a/server/projects/file/apps/authenmgr/models.py +++ b/server/projects/file/apps/authenmgr/models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/base/api_urls.py b/server/projects/file/apps/base/api_urls.py index 653d404cc..8a14f46ab 100644 --- a/server/projects/file/apps/base/api_urls.py +++ b/server/projects/file/apps/base/api_urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/base/apis.py b/server/projects/file/apps/base/apis.py index a7946baa2..188f834e9 100644 --- a/server/projects/file/apps/base/apis.py +++ b/server/projects/file/apps/base/apis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/base/dynamic_models.py b/server/projects/file/apps/base/dynamic_models.py index ea940d9e5..b305b755b 100644 --- a/server/projects/file/apps/base/dynamic_models.py +++ b/server/projects/file/apps/base/dynamic_models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/filemgr/api_urls.py b/server/projects/file/apps/filemgr/api_urls.py index a5e02e489..a7f8d0850 100644 --- a/server/projects/file/apps/filemgr/api_urls.py +++ b/server/projects/file/apps/filemgr/api_urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/filemgr/apis.py b/server/projects/file/apps/filemgr/apis.py index 7437d2a25..b7a6fea6a 100644 --- a/server/projects/file/apps/filemgr/apis.py +++ b/server/projects/file/apps/filemgr/apis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/filemgr/core.py b/server/projects/file/apps/filemgr/core.py index 2cc35a62a..e6f56212b 100644 --- a/server/projects/file/apps/filemgr/core.py +++ b/server/projects/file/apps/filemgr/core.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/filemgr/migrations/0001_initial.py b/server/projects/file/apps/filemgr/migrations/0001_initial.py index 044c56478..32af996c8 100644 --- a/server/projects/file/apps/filemgr/migrations/0001_initial.py +++ b/server/projects/file/apps/filemgr/migrations/0001_initial.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/filemgr/models.py b/server/projects/file/apps/filemgr/models.py index 78d0cff29..7ec7dc898 100644 --- a/server/projects/file/apps/filemgr/models.py +++ b/server/projects/file/apps/filemgr/models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/filemgr/permissions.py b/server/projects/file/apps/filemgr/permissions.py index 60d7016f0..6d55ac60d 100644 --- a/server/projects/file/apps/filemgr/permissions.py +++ b/server/projects/file/apps/filemgr/permissions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/apps/filemgr/utils.py b/server/projects/file/apps/filemgr/utils.py index adc5f445a..63c9cabae 100644 --- a/server/projects/file/apps/filemgr/utils.py +++ b/server/projects/file/apps/filemgr/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/codedog_file_server/asgi.py b/server/projects/file/codedog_file_server/asgi.py index c95e64521..73b99fec5 100644 --- a/server/projects/file/codedog_file_server/asgi.py +++ b/server/projects/file/codedog_file_server/asgi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/codedog_file_server/authentication.py b/server/projects/file/codedog_file_server/authentication.py index ed77cec5a..90067aa56 100644 --- a/server/projects/file/codedog_file_server/authentication.py +++ b/server/projects/file/codedog_file_server/authentication.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/codedog_file_server/celery.py b/server/projects/file/codedog_file_server/celery.py index 4cc479b8b..c5412028e 100644 --- a/server/projects/file/codedog_file_server/celery.py +++ b/server/projects/file/codedog_file_server/celery.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/codedog_file_server/settings.py b/server/projects/file/codedog_file_server/settings.py index c1bd03c90..6de7a4a38 100644 --- a/server/projects/file/codedog_file_server/settings.py +++ b/server/projects/file/codedog_file_server/settings.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/codedog_file_server/urls.py b/server/projects/file/codedog_file_server/urls.py index 100e2d306..eb5cf49f8 100644 --- a/server/projects/file/codedog_file_server/urls.py +++ b/server/projects/file/codedog_file_server/urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/codedog_file_server/wsgi.py b/server/projects/file/codedog_file_server/wsgi.py index 44e01d288..5f77bb0d1 100644 --- a/server/projects/file/codedog_file_server/wsgi.py +++ b/server/projects/file/codedog_file_server/wsgi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/file.gunicorn.conf.py b/server/projects/file/file.gunicorn.conf.py index 578c394e4..a50a4c533 100644 --- a/server/projects/file/file.gunicorn.conf.py +++ b/server/projects/file/file.gunicorn.conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/manage.py b/server/projects/file/manage.py index f975883a8..e254cb1d2 100755 --- a/server/projects/file/manage.py +++ b/server/projects/file/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/utils/cdcrypto.py b/server/projects/file/utils/cdcrypto.py index f3cb11381..797af8c91 100644 --- a/server/projects/file/utils/cdcrypto.py +++ b/server/projects/file/utils/cdcrypto.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/utils/error.py b/server/projects/file/utils/error.py index b41cb2aab..8ee077681 100644 --- a/server/projects/file/utils/error.py +++ b/server/projects/file/utils/error.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/utils/file_storage/base.py b/server/projects/file/utils/file_storage/base.py index 2275b4ebb..ae7f17747 100644 --- a/server/projects/file/utils/file_storage/base.py +++ b/server/projects/file/utils/file_storage/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/utils/file_storage/local_storage.py b/server/projects/file/utils/file_storage/local_storage.py index 38a9201a7..19a16d662 100644 --- a/server/projects/file/utils/file_storage/local_storage.py +++ b/server/projects/file/utils/file_storage/local_storage.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/utils/file_storage/minio.py b/server/projects/file/utils/file_storage/minio.py index 8379e7f33..d43cae686 100644 --- a/server/projects/file/utils/file_storage/minio.py +++ b/server/projects/file/utils/file_storage/minio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/utils/file_storage/qcloud_cos.py b/server/projects/file/utils/file_storage/qcloud_cos.py index 5281a9e3f..242178839 100644 --- a/server/projects/file/utils/file_storage/qcloud_cos.py +++ b/server/projects/file/utils/file_storage/qcloud_cos.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/file/utils/handler.py b/server/projects/file/utils/handler.py index aa012e7ee..015615a26 100644 --- a/server/projects/file/utils/handler.py +++ b/server/projects/file/utils/handler.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/apps/open_urls.py b/server/projects/login/apps/open_urls.py index 1b971b709..fbefbd9d4 100644 --- a/server/projects/login/apps/open_urls.py +++ b/server/projects/login/apps/open_urls.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/apps/settings/open_base.py b/server/projects/login/apps/settings/open_base.py index fb2c35ab3..bdfe33b8b 100644 --- a/server/projects/login/apps/settings/open_base.py +++ b/server/projects/login/apps/settings/open_base.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/apps/settings/open_env.py b/server/projects/login/apps/settings/open_env.py index 9c04c619b..7a1c95b6d 100644 --- a/server/projects/login/apps/settings/open_env.py +++ b/server/projects/login/apps/settings/open_env.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/apps/wsgi.py b/server/projects/login/apps/wsgi.py index 4a485c270..b4d6122b2 100644 --- a/server/projects/login/apps/wsgi.py +++ b/server/projects/login/apps/wsgi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login.gunicorn.conf.py b/server/projects/login/login.gunicorn.conf.py index 4131acfb2..959cf791a 100644 --- a/server/projects/login/login.gunicorn.conf.py +++ b/server/projects/login/login.gunicorn.conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/apis/v1.py b/server/projects/login/login/apis/v1.py index 94ee04b60..180d2397c 100644 --- a/server/projects/login/login/apis/v1.py +++ b/server/projects/login/login/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/apis/v3.py b/server/projects/login/login/apis/v3.py index 03456097a..574ccdb7a 100644 --- a/server/projects/login/login/apis/v3.py +++ b/server/projects/login/login/apis/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/apps.py b/server/projects/login/login/apps.py index 10fe9c487..f8b5cc766 100644 --- a/server/projects/login/login/apps.py +++ b/server/projects/login/login/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/core.py b/server/projects/login/login/core.py index 7976281ad..7ec7fad02 100644 --- a/server/projects/login/login/core.py +++ b/server/projects/login/login/core.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/lib/Cipher.py b/server/projects/login/login/lib/Cipher.py index c26007bbb..1c0fc17f4 100644 --- a/server/projects/login/login/lib/Cipher.py +++ b/server/projects/login/login/lib/Cipher.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/lib/backends.py b/server/projects/login/login/lib/backends.py index 64a6a6e81..60d34eba4 100644 --- a/server/projects/login/login/lib/backends.py +++ b/server/projects/login/login/lib/backends.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/lib/cdcrypto.py b/server/projects/login/login/lib/cdcrypto.py index c031aec1d..d5c252fb0 100644 --- a/server/projects/login/login/lib/cdcrypto.py +++ b/server/projects/login/login/lib/cdcrypto.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/lib/exception.py b/server/projects/login/login/lib/exception.py index d9ba0c238..125883e6b 100644 --- a/server/projects/login/login/lib/exception.py +++ b/server/projects/login/login/lib/exception.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/lib/rendererresponse.py b/server/projects/login/login/lib/rendererresponse.py index eade74600..1ca76bd34 100644 --- a/server/projects/login/login/lib/rendererresponse.py +++ b/server/projects/login/login/lib/rendererresponse.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/lib/snowflake.py b/server/projects/login/login/lib/snowflake.py index 0d9de21a7..451b1796f 100644 --- a/server/projects/login/login/lib/snowflake.py +++ b/server/projects/login/login/lib/snowflake.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/lib/utils.py b/server/projects/login/login/lib/utils.py index 4ac0ea970..12c38db87 100644 --- a/server/projects/login/login/lib/utils.py +++ b/server/projects/login/login/lib/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/management/commands/createuser.py b/server/projects/login/login/management/commands/createuser.py index 2c50daee8..c383e7c00 100644 --- a/server/projects/login/login/management/commands/createuser.py +++ b/server/projects/login/login/management/commands/createuser.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/management/commands/initializedb.py b/server/projects/login/login/management/commands/initializedb.py index 040f3820e..ac611c93d 100644 --- a/server/projects/login/login/management/commands/initializedb.py +++ b/server/projects/login/login/management/commands/initializedb.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/management/commands/refresh_pwd.py b/server/projects/login/login/management/commands/refresh_pwd.py index e41043423..5d8c3c843 100644 --- a/server/projects/login/login/management/commands/refresh_pwd.py +++ b/server/projects/login/login/management/commands/refresh_pwd.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/middleware/loginmiddleware.py b/server/projects/login/login/middleware/loginmiddleware.py index 4528ef8f8..25c6c4716 100644 --- a/server/projects/login/login/middleware/loginmiddleware.py +++ b/server/projects/login/login/middleware/loginmiddleware.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/migrations/0001_initial.py b/server/projects/login/login/migrations/0001_initial.py index bf9e4ee2d..b52043d40 100644 --- a/server/projects/login/login/migrations/0001_initial.py +++ b/server/projects/login/login/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/models.py b/server/projects/login/login/models.py index 99cb29692..536441929 100644 --- a/server/projects/login/login/models.py +++ b/server/projects/login/login/models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/serializers.py b/server/projects/login/login/serializers.py index 435ecec20..9e0815433 100644 --- a/server/projects/login/login/serializers.py +++ b/server/projects/login/login/serializers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/urls/v1.py b/server/projects/login/login/urls/v1.py index 11fe618c6..f3cdcd73a 100644 --- a/server/projects/login/login/urls/v1.py +++ b/server/projects/login/login/urls/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/login/urls/v3.py b/server/projects/login/login/urls/v3.py index 6ecbf95d4..cabde7bc8 100644 --- a/server/projects/login/login/urls/v3.py +++ b/server/projects/login/login/urls/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/login/manage.py b/server/projects/login/manage.py index f38be025c..a8b9a8219 100755 --- a/server/projects/login/manage.py +++ b/server/projects/login/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/__init__.py b/server/projects/main/apps/__init__.py index 38b981625..96b139c29 100644 --- a/server/projects/main/apps/__init__.py +++ b/server/projects/main/apps/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/api_filters/base.py b/server/projects/main/apps/authen/api_filters/base.py index c5a6eb990..ce2b6a61f 100644 --- a/server/projects/main/apps/authen/api_filters/base.py +++ b/server/projects/main/apps/authen/api_filters/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/api_urls/v1.py b/server/projects/main/apps/authen/api_urls/v1.py index 4c1110fed..90b62fd40 100644 --- a/server/projects/main/apps/authen/api_urls/v1.py +++ b/server/projects/main/apps/authen/api_urls/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/api_urls/v2.py b/server/projects/main/apps/authen/api_urls/v2.py index a259212dd..5aab62c8e 100644 --- a/server/projects/main/apps/authen/api_urls/v2.py +++ b/server/projects/main/apps/authen/api_urls/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/api_urls/v2_org.py b/server/projects/main/apps/authen/api_urls/v2_org.py index 5268dd30a..212ec260e 100644 --- a/server/projects/main/apps/authen/api_urls/v2_org.py +++ b/server/projects/main/apps/authen/api_urls/v2_org.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/api_urls/v3.py b/server/projects/main/apps/authen/api_urls/v3.py index 06e9a5139..0abde4cf7 100644 --- a/server/projects/main/apps/authen/api_urls/v3.py +++ b/server/projects/main/apps/authen/api_urls/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/api_urls/v3_org.py b/server/projects/main/apps/authen/api_urls/v3_org.py index c595fc2ef..b218ac8bc 100644 --- a/server/projects/main/apps/authen/api_urls/v3_org.py +++ b/server/projects/main/apps/authen/api_urls/v3_org.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/apis/v1.py b/server/projects/main/apps/authen/apis/v1.py index ffcc57237..1877bb06e 100644 --- a/server/projects/main/apps/authen/apis/v1.py +++ b/server/projects/main/apps/authen/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/apis/v2.py b/server/projects/main/apps/authen/apis/v2.py index 32ff9892b..2e1e4415b 100644 --- a/server/projects/main/apps/authen/apis/v2.py +++ b/server/projects/main/apps/authen/apis/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/apis/v3.py b/server/projects/main/apps/authen/apis/v3.py index de8426d85..7b942f3f1 100644 --- a/server/projects/main/apps/authen/apis/v3.py +++ b/server/projects/main/apps/authen/apis/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/apps.py b/server/projects/main/apps/authen/apps.py index 8c167776d..ae161381b 100644 --- a/server/projects/main/apps/authen/apps.py +++ b/server/projects/main/apps/authen/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/backends/__init__.py b/server/projects/main/apps/authen/backends/__init__.py index 4601e3837..8187f3ddf 100644 --- a/server/projects/main/apps/authen/backends/__init__.py +++ b/server/projects/main/apps/authen/backends/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/backends/base.py b/server/projects/main/apps/authen/backends/base.py index 3d0164d53..25d313452 100644 --- a/server/projects/main/apps/authen/backends/base.py +++ b/server/projects/main/apps/authen/backends/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/backends/internal.py b/server/projects/main/apps/authen/backends/internal.py index ab316a5b9..56bd7499b 100644 --- a/server/projects/main/apps/authen/backends/internal.py +++ b/server/projects/main/apps/authen/backends/internal.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/core/__init__.py b/server/projects/main/apps/authen/core/__init__.py index 30521c8fa..bb7906852 100644 --- a/server/projects/main/apps/authen/core/__init__.py +++ b/server/projects/main/apps/authen/core/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/core/oauthmgr.py b/server/projects/main/apps/authen/core/oauthmgr.py index fbd9663a6..035eae7fd 100644 --- a/server/projects/main/apps/authen/core/oauthmgr.py +++ b/server/projects/main/apps/authen/core/oauthmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/core/orgmgr.py b/server/projects/main/apps/authen/core/orgmgr.py index ccda9e94f..b787ac28d 100644 --- a/server/projects/main/apps/authen/core/orgmgr.py +++ b/server/projects/main/apps/authen/core/orgmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/core/usermgr.py b/server/projects/main/apps/authen/core/usermgr.py index 401c8d406..b32e442ae 100644 --- a/server/projects/main/apps/authen/core/usermgr.py +++ b/server/projects/main/apps/authen/core/usermgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/migrations/0001_initial.py b/server/projects/main/apps/authen/migrations/0001_initial.py index 32ec99f1e..ccfd12f86 100644 --- a/server/projects/main/apps/authen/migrations/0001_initial.py +++ b/server/projects/main/apps/authen/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/migrations/0003_auto_20220518_1019.py b/server/projects/main/apps/authen/migrations/0003_auto_20220518_1019.py index e9b56438d..3c6d66205 100644 --- a/server/projects/main/apps/authen/migrations/0003_auto_20220518_1019.py +++ b/server/projects/main/apps/authen/migrations/0003_auto_20220518_1019.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/migrations/0004_auto_20220608_2345.py b/server/projects/main/apps/authen/migrations/0004_auto_20220608_2345.py index 6380ab2aa..cb427df84 100644 --- a/server/projects/main/apps/authen/migrations/0004_auto_20220608_2345.py +++ b/server/projects/main/apps/authen/migrations/0004_auto_20220608_2345.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/models/__init__.py b/server/projects/main/apps/authen/models/__init__.py index b55efd66a..434ab9998 100644 --- a/server/projects/main/apps/authen/models/__init__.py +++ b/server/projects/main/apps/authen/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/models/scm.py b/server/projects/main/apps/authen/models/scm.py index c3d92ee1d..95e99498f 100644 --- a/server/projects/main/apps/authen/models/scm.py +++ b/server/projects/main/apps/authen/models/scm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/models/user.py b/server/projects/main/apps/authen/models/user.py index b5daf39c2..f8502c3b6 100644 --- a/server/projects/main/apps/authen/models/user.py +++ b/server/projects/main/apps/authen/models/user.py @@ -1,5 +1,5 @@ # # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/permissions.py b/server/projects/main/apps/authen/permissions.py index 6caab88ac..adc7f67bb 100644 --- a/server/projects/main/apps/authen/permissions.py +++ b/server/projects/main/apps/authen/permissions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/serializers/__init__.py b/server/projects/main/apps/authen/serializers/__init__.py index 08883d8e7..3b26435c4 100644 --- a/server/projects/main/apps/authen/serializers/__init__.py +++ b/server/projects/main/apps/authen/serializers/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/serializers/base.py b/server/projects/main/apps/authen/serializers/base.py index 85b14f424..1fce6bde9 100644 --- a/server/projects/main/apps/authen/serializers/base.py +++ b/server/projects/main/apps/authen/serializers/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/serializers/base_org.py b/server/projects/main/apps/authen/serializers/base_org.py index 4aea83929..a680306c3 100644 --- a/server/projects/main/apps/authen/serializers/base_org.py +++ b/server/projects/main/apps/authen/serializers/base_org.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/serializers/v3.py b/server/projects/main/apps/authen/serializers/v3.py index e191cc3ad..9527682f7 100644 --- a/server/projects/main/apps/authen/serializers/v3.py +++ b/server/projects/main/apps/authen/serializers/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/tasks/__init__.py b/server/projects/main/apps/authen/tasks/__init__.py index 16252fb04..6fe16591f 100644 --- a/server/projects/main/apps/authen/tasks/__init__.py +++ b/server/projects/main/apps/authen/tasks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/authen/tasks/authstat.py b/server/projects/main/apps/authen/tasks/authstat.py index 55fa4f3ba..b88e0d942 100644 --- a/server/projects/main/apps/authen/tasks/authstat.py +++ b/server/projects/main/apps/authen/tasks/authstat.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/api_urls/base.py b/server/projects/main/apps/base/api_urls/base.py index 6dd3885d7..92e8bfcae 100644 --- a/server/projects/main/apps/base/api_urls/base.py +++ b/server/projects/main/apps/base/api_urls/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/api_urls/v3.py b/server/projects/main/apps/base/api_urls/v3.py index 3d6b4398a..e0ec22d81 100644 --- a/server/projects/main/apps/base/api_urls/v3.py +++ b/server/projects/main/apps/base/api_urls/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/apimixins.py b/server/projects/main/apps/base/apimixins.py index b283da8cd..3c0101bc8 100644 --- a/server/projects/main/apps/base/apimixins.py +++ b/server/projects/main/apps/base/apimixins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/apis.py b/server/projects/main/apps/base/apis.py index 81581ae80..1ad5adbf9 100644 --- a/server/projects/main/apps/base/apis.py +++ b/server/projects/main/apps/base/apis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/apps.py b/server/projects/main/apps/base/apps.py index ba903d420..dff6ed4f9 100644 --- a/server/projects/main/apps/base/apps.py +++ b/server/projects/main/apps/base/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/basemodel.py b/server/projects/main/apps/base/basemodel.py index 77c14225b..1a7096c67 100644 --- a/server/projects/main/apps/base/basemodel.py +++ b/server/projects/main/apps/base/basemodel.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/filters.py b/server/projects/main/apps/base/filters.py index 54ac34ac4..78ef0905f 100644 --- a/server/projects/main/apps/base/filters.py +++ b/server/projects/main/apps/base/filters.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/management/commands/clear_deleted_project.py b/server/projects/main/apps/base/management/commands/clear_deleted_project.py index fd85522b9..86dad3a1e 100644 --- a/server/projects/main/apps/base/management/commands/clear_deleted_project.py +++ b/server/projects/main/apps/base/management/commands/clear_deleted_project.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/management/commands/initialize_exclude_paths.py b/server/projects/main/apps/base/management/commands/initialize_exclude_paths.py index 184da5850..7c706ccf9 100644 --- a/server/projects/main/apps/base/management/commands/initialize_exclude_paths.py +++ b/server/projects/main/apps/base/management/commands/initialize_exclude_paths.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/management/commands/initializedb_open.py b/server/projects/main/apps/base/management/commands/initializedb_open.py index 52d9c159c..6b4c5edcb 100644 --- a/server/projects/main/apps/base/management/commands/initializedb_open.py +++ b/server/projects/main/apps/base/management/commands/initializedb_open.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/migrations/0001_initial.py b/server/projects/main/apps/base/migrations/0001_initial.py index fb54c03e3..6ad63f641 100644 --- a/server/projects/main/apps/base/migrations/0001_initial.py +++ b/server/projects/main/apps/base/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/models.py b/server/projects/main/apps/base/models.py index f5ef33e3c..b6338df5b 100644 --- a/server/projects/main/apps/base/models.py +++ b/server/projects/main/apps/base/models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/serializers/base.py b/server/projects/main/apps/base/serializers/base.py index 298b40f77..9ee64f7b2 100644 --- a/server/projects/main/apps/base/serializers/base.py +++ b/server/projects/main/apps/base/serializers/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/base/tasks.py b/server/projects/main/apps/base/tasks.py index f39498fdb..f5e7e9684 100644 --- a/server/projects/main/apps/base/tasks.py +++ b/server/projects/main/apps/base/tasks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/api_filters/base.py b/server/projects/main/apps/codeproj/api_filters/base.py index e43fceba1..ff4f8710c 100644 --- a/server/projects/main/apps/codeproj/api_filters/base.py +++ b/server/projects/main/apps/codeproj/api_filters/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/api_filters/v3.py b/server/projects/main/apps/codeproj/api_filters/v3.py index affbdb743..82278114d 100644 --- a/server/projects/main/apps/codeproj/api_filters/v3.py +++ b/server/projects/main/apps/codeproj/api_filters/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/api_urls/v1_org.py b/server/projects/main/apps/codeproj/api_urls/v1_org.py index b292d80dc..964b56d2a 100644 --- a/server/projects/main/apps/codeproj/api_urls/v1_org.py +++ b/server/projects/main/apps/codeproj/api_urls/v1_org.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/api_urls/v1_project.py b/server/projects/main/apps/codeproj/api_urls/v1_project.py index 03d6d3cad..fe3f3e43f 100644 --- a/server/projects/main/apps/codeproj/api_urls/v1_project.py +++ b/server/projects/main/apps/codeproj/api_urls/v1_project.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/api_urls/v2_org.py b/server/projects/main/apps/codeproj/api_urls/v2_org.py index 80f085bf3..5fe347ff3 100644 --- a/server/projects/main/apps/codeproj/api_urls/v2_org.py +++ b/server/projects/main/apps/codeproj/api_urls/v2_org.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/api_urls/v2_pt.py b/server/projects/main/apps/codeproj/api_urls/v2_pt.py index 2c686acd5..bcc544ce8 100644 --- a/server/projects/main/apps/codeproj/api_urls/v2_pt.py +++ b/server/projects/main/apps/codeproj/api_urls/v2_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/api_urls/v3.py b/server/projects/main/apps/codeproj/api_urls/v3.py index 709fbbf0f..214b7d92a 100644 --- a/server/projects/main/apps/codeproj/api_urls/v3.py +++ b/server/projects/main/apps/codeproj/api_urls/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apimixins.py b/server/projects/main/apps/codeproj/apimixins.py index ed52aafa0..02f5ca51b 100644 --- a/server/projects/main/apps/codeproj/apimixins.py +++ b/server/projects/main/apps/codeproj/apimixins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apis/v1.py b/server/projects/main/apps/codeproj/apis/v1.py index 22f8ebbc0..9b155384f 100644 --- a/server/projects/main/apps/codeproj/apis/v1.py +++ b/server/projects/main/apps/codeproj/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apis/v1_pt.py b/server/projects/main/apps/codeproj/apis/v1_pt.py index 00ab05cb0..6aaffc98e 100644 --- a/server/projects/main/apps/codeproj/apis/v1_pt.py +++ b/server/projects/main/apps/codeproj/apis/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apis/v1_scheme.py b/server/projects/main/apps/codeproj/apis/v1_scheme.py index cce9a1789..c0849eea7 100644 --- a/server/projects/main/apps/codeproj/apis/v1_scheme.py +++ b/server/projects/main/apps/codeproj/apis/v1_scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apis/v1_tiyan.py b/server/projects/main/apps/codeproj/apis/v1_tiyan.py index afdf4c828..8a67c141a 100644 --- a/server/projects/main/apps/codeproj/apis/v1_tiyan.py +++ b/server/projects/main/apps/codeproj/apis/v1_tiyan.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apis/v2_scheme.py b/server/projects/main/apps/codeproj/apis/v2_scheme.py index 6b1ca401e..63b6beead 100644 --- a/server/projects/main/apps/codeproj/apis/v2_scheme.py +++ b/server/projects/main/apps/codeproj/apis/v2_scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apis/v3.py b/server/projects/main/apps/codeproj/apis/v3.py index 9221170d9..015411a2d 100644 --- a/server/projects/main/apps/codeproj/apis/v3.py +++ b/server/projects/main/apps/codeproj/apis/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apis/v3_scheme.py b/server/projects/main/apps/codeproj/apis/v3_scheme.py index 3149cf77a..b5ee51d5a 100644 --- a/server/projects/main/apps/codeproj/apis/v3_scheme.py +++ b/server/projects/main/apps/codeproj/apis/v3_scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/apps.py b/server/projects/main/apps/codeproj/apps.py index 275dea882..95cd3dc11 100644 --- a/server/projects/main/apps/codeproj/apps.py +++ b/server/projects/main/apps/codeproj/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/core/__init__.py b/server/projects/main/apps/codeproj/core/__init__.py index edac3e581..ac99633e2 100644 --- a/server/projects/main/apps/codeproj/core/__init__.py +++ b/server/projects/main/apps/codeproj/core/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/core/base.py b/server/projects/main/apps/codeproj/core/base.py index 0b1cf2183..75676e07a 100644 --- a/server/projects/main/apps/codeproj/core/base.py +++ b/server/projects/main/apps/codeproj/core/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/core/jobmgr.py b/server/projects/main/apps/codeproj/core/jobmgr.py index 1e6a51d78..b65f28a05 100644 --- a/server/projects/main/apps/codeproj/core/jobmgr.py +++ b/server/projects/main/apps/codeproj/core/jobmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/core/projmgr.py b/server/projects/main/apps/codeproj/core/projmgr.py index 071e84d86..d67a436b1 100644 --- a/server/projects/main/apps/codeproj/core/projmgr.py +++ b/server/projects/main/apps/codeproj/core/projmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/core/projteammgr.py b/server/projects/main/apps/codeproj/core/projteammgr.py index c6a843087..c3cb31297 100644 --- a/server/projects/main/apps/codeproj/core/projteammgr.py +++ b/server/projects/main/apps/codeproj/core/projteammgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/core/scmmgr.py b/server/projects/main/apps/codeproj/core/scmmgr.py index e31d2a170..4455ef0c4 100644 --- a/server/projects/main/apps/codeproj/core/scmmgr.py +++ b/server/projects/main/apps/codeproj/core/scmmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/management/commands/refresh_project_key.py b/server/projects/main/apps/codeproj/management/commands/refresh_project_key.py index 9c127208f..94f6e4fba 100644 --- a/server/projects/main/apps/codeproj/management/commands/refresh_project_key.py +++ b/server/projects/main/apps/codeproj/management/commands/refresh_project_key.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/migrations/0001_initial.py b/server/projects/main/apps/codeproj/migrations/0001_initial.py index 1c6d4cec7..cee7a0501 100644 --- a/server/projects/main/apps/codeproj/migrations/0001_initial.py +++ b/server/projects/main/apps/codeproj/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/migrations/0003_auto_20220518_1019.py b/server/projects/main/apps/codeproj/migrations/0003_auto_20220518_1019.py index 1fbbdada2..9332ad1a4 100644 --- a/server/projects/main/apps/codeproj/migrations/0003_auto_20220518_1019.py +++ b/server/projects/main/apps/codeproj/migrations/0003_auto_20220518_1019.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/migrations/0004_auto_20220608_2344.py b/server/projects/main/apps/codeproj/migrations/0004_auto_20220608_2344.py index 8f35b0fdf..e0eb01d82 100644 --- a/server/projects/main/apps/codeproj/migrations/0004_auto_20220608_2344.py +++ b/server/projects/main/apps/codeproj/migrations/0004_auto_20220608_2344.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/migrations/0005_auto_20220608_2347.py b/server/projects/main/apps/codeproj/migrations/0005_auto_20220608_2347.py index 7881f8c17..6b59d72a4 100644 --- a/server/projects/main/apps/codeproj/migrations/0005_auto_20220608_2347.py +++ b/server/projects/main/apps/codeproj/migrations/0005_auto_20220608_2347.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/migrations/0006_auto_20220615_2124.py b/server/projects/main/apps/codeproj/migrations/0006_auto_20220615_2124.py index 6fa8db2fe..4a1611f15 100644 --- a/server/projects/main/apps/codeproj/migrations/0006_auto_20220615_2124.py +++ b/server/projects/main/apps/codeproj/migrations/0006_auto_20220615_2124.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/migrations/0007_auto_20220617_1516.py b/server/projects/main/apps/codeproj/migrations/0007_auto_20220617_1516.py index e1509d3b1..d79f9485a 100644 --- a/server/projects/main/apps/codeproj/migrations/0007_auto_20220617_1516.py +++ b/server/projects/main/apps/codeproj/migrations/0007_auto_20220617_1516.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/migrations/0008_auto_20220803_2054.py b/server/projects/main/apps/codeproj/migrations/0008_auto_20220803_2054.py index b42b6710a..7835485fb 100644 --- a/server/projects/main/apps/codeproj/migrations/0008_auto_20220803_2054.py +++ b/server/projects/main/apps/codeproj/migrations/0008_auto_20220803_2054.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/models/__init__.py b/server/projects/main/apps/codeproj/models/__init__.py index f67d21bda..b07af16bf 100644 --- a/server/projects/main/apps/codeproj/models/__init__.py +++ b/server/projects/main/apps/codeproj/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/models/base.py b/server/projects/main/apps/codeproj/models/base.py index 0da367719..e2e863feb 100644 --- a/server/projects/main/apps/codeproj/models/base.py +++ b/server/projects/main/apps/codeproj/models/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/models/config.py b/server/projects/main/apps/codeproj/models/config.py index c6439b58b..29edbee13 100644 --- a/server/projects/main/apps/codeproj/models/config.py +++ b/server/projects/main/apps/codeproj/models/config.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/permissions.py b/server/projects/main/apps/codeproj/permissions.py index 714b937fc..e84d7acc0 100644 --- a/server/projects/main/apps/codeproj/permissions.py +++ b/server/projects/main/apps/codeproj/permissions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/serializers/base.py b/server/projects/main/apps/codeproj/serializers/base.py index 052b08030..547d810b9 100644 --- a/server/projects/main/apps/codeproj/serializers/base.py +++ b/server/projects/main/apps/codeproj/serializers/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/serializers/base_scheme.py b/server/projects/main/apps/codeproj/serializers/base_scheme.py index 3f0072873..2e3f76987 100644 --- a/server/projects/main/apps/codeproj/serializers/base_scheme.py +++ b/server/projects/main/apps/codeproj/serializers/base_scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/serializers/v3.py b/server/projects/main/apps/codeproj/serializers/v3.py index 5ef75a791..28b2198de 100644 --- a/server/projects/main/apps/codeproj/serializers/v3.py +++ b/server/projects/main/apps/codeproj/serializers/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/serializers/v3_scheme.py b/server/projects/main/apps/codeproj/serializers/v3_scheme.py index 95c99c3db..9ac73b4f3 100644 --- a/server/projects/main/apps/codeproj/serializers/v3_scheme.py +++ b/server/projects/main/apps/codeproj/serializers/v3_scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/tasks/__init__.py b/server/projects/main/apps/codeproj/tasks/__init__.py index a786c1078..f19e817a5 100644 --- a/server/projects/main/apps/codeproj/tasks/__init__.py +++ b/server/projects/main/apps/codeproj/tasks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/codeproj/tasks/base.py b/server/projects/main/apps/codeproj/tasks/base.py index 3f9b41c21..6c58624f1 100644 --- a/server/projects/main/apps/codeproj/tasks/base.py +++ b/server/projects/main/apps/codeproj/tasks/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/__init__.py b/server/projects/main/apps/job/__init__.py index a188ab71f..283a0e2f6 100644 --- a/server/projects/main/apps/job/__init__.py +++ b/server/projects/main/apps/job/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/api_filters/base.py b/server/projects/main/apps/job/api_filters/base.py index 52d6625c8..b35843d96 100644 --- a/server/projects/main/apps/job/api_filters/base.py +++ b/server/projects/main/apps/job/api_filters/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/api_filters/v3.py b/server/projects/main/apps/job/api_filters/v3.py index 275780ede..92a283a8e 100644 --- a/server/projects/main/apps/job/api_filters/v3.py +++ b/server/projects/main/apps/job/api_filters/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/api_urls/v1_job.py b/server/projects/main/apps/job/api_urls/v1_job.py index 090383175..5809f613a 100644 --- a/server/projects/main/apps/job/api_urls/v1_job.py +++ b/server/projects/main/apps/job/api_urls/v1_job.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/api_urls/v1_project.py b/server/projects/main/apps/job/api_urls/v1_project.py index 90964477a..427138505 100644 --- a/server/projects/main/apps/job/api_urls/v1_project.py +++ b/server/projects/main/apps/job/api_urls/v1_project.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/api_urls/v1_pt.py b/server/projects/main/apps/job/api_urls/v1_pt.py index fd08949d6..c7803ef44 100644 --- a/server/projects/main/apps/job/api_urls/v1_pt.py +++ b/server/projects/main/apps/job/api_urls/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/api_urls/v2_job.py b/server/projects/main/apps/job/api_urls/v2_job.py index 2691ceb5a..7f3ad4097 100644 --- a/server/projects/main/apps/job/api_urls/v2_job.py +++ b/server/projects/main/apps/job/api_urls/v2_job.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/apis/base.py b/server/projects/main/apps/job/apis/base.py index d904d652a..0cb3b742a 100644 --- a/server/projects/main/apps/job/apis/base.py +++ b/server/projects/main/apps/job/apis/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/apis/v1.py b/server/projects/main/apps/job/apis/v1.py index 38611782e..975ded227 100644 --- a/server/projects/main/apps/job/apis/v1.py +++ b/server/projects/main/apps/job/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/apis/v1_pt.py b/server/projects/main/apps/job/apis/v1_pt.py index 1ef1bc7c6..2ac85e577 100644 --- a/server/projects/main/apps/job/apis/v1_pt.py +++ b/server/projects/main/apps/job/apis/v1_pt.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/apps.py b/server/projects/main/apps/job/apps.py index 0cc2597d7..1088970c3 100644 --- a/server/projects/main/apps/job/apps.py +++ b/server/projects/main/apps/job/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/core/__init__.py b/server/projects/main/apps/job/core/__init__.py index a0ea61040..5e2100136 100644 --- a/server/projects/main/apps/job/core/__init__.py +++ b/server/projects/main/apps/job/core/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/core/base.py b/server/projects/main/apps/job/core/base.py index 340409289..21fcd7b58 100644 --- a/server/projects/main/apps/job/core/base.py +++ b/server/projects/main/apps/job/core/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/migrations/0001_initial.py b/server/projects/main/apps/job/migrations/0001_initial.py index ad944c3a2..de58ed8d5 100644 --- a/server/projects/main/apps/job/migrations/0001_initial.py +++ b/server/projects/main/apps/job/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/migrations/0003_auto_20220518_1019.py b/server/projects/main/apps/job/migrations/0003_auto_20220518_1019.py index 2b7bd8e6e..9f7b9763c 100644 --- a/server/projects/main/apps/job/migrations/0003_auto_20220518_1019.py +++ b/server/projects/main/apps/job/migrations/0003_auto_20220518_1019.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/migrations/0004_auto_20220729_1020.py b/server/projects/main/apps/job/migrations/0004_auto_20220729_1020.py index c4daf27af..6712464af 100644 --- a/server/projects/main/apps/job/migrations/0004_auto_20220729_1020.py +++ b/server/projects/main/apps/job/migrations/0004_auto_20220729_1020.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/migrations/0005_job_ext_field.py b/server/projects/main/apps/job/migrations/0005_job_ext_field.py index 5ecb4b359..6a774d27b 100644 --- a/server/projects/main/apps/job/migrations/0005_job_ext_field.py +++ b/server/projects/main/apps/job/migrations/0005_job_ext_field.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/migrations/0006_auto_20220726_2153.py b/server/projects/main/apps/job/migrations/0006_auto_20220726_2153.py index d911f05b6..eb03f4aa2 100644 --- a/server/projects/main/apps/job/migrations/0006_auto_20220726_2153.py +++ b/server/projects/main/apps/job/migrations/0006_auto_20220726_2153.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/models/__init__.py b/server/projects/main/apps/job/models/__init__.py index 30c555909..9ee22587a 100644 --- a/server/projects/main/apps/job/models/__init__.py +++ b/server/projects/main/apps/job/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/models/base.py b/server/projects/main/apps/job/models/base.py index 927146610..96dd29460 100644 --- a/server/projects/main/apps/job/models/base.py +++ b/server/projects/main/apps/job/models/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/permissions.py b/server/projects/main/apps/job/permissions.py index f3e15d507..66062a05c 100644 --- a/server/projects/main/apps/job/permissions.py +++ b/server/projects/main/apps/job/permissions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/serializers/base.py b/server/projects/main/apps/job/serializers/base.py index 973ef4cb9..993082821 100644 --- a/server/projects/main/apps/job/serializers/base.py +++ b/server/projects/main/apps/job/serializers/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/serializers/v3.py b/server/projects/main/apps/job/serializers/v3.py index 2f9a00e09..5c0313620 100644 --- a/server/projects/main/apps/job/serializers/v3.py +++ b/server/projects/main/apps/job/serializers/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/tasks/__init__.py b/server/projects/main/apps/job/tasks/__init__.py index e1cdd7f39..6380f9788 100644 --- a/server/projects/main/apps/job/tasks/__init__.py +++ b/server/projects/main/apps/job/tasks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/job/tasks/jobcheck.py b/server/projects/main/apps/job/tasks/jobcheck.py index f82e0695b..b2752c9e5 100644 --- a/server/projects/main/apps/job/tasks/jobcheck.py +++ b/server/projects/main/apps/job/tasks/jobcheck.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/api_urls/v1.py b/server/projects/main/apps/nodemgr/api_urls/v1.py index fa18edee8..40157eb40 100644 --- a/server/projects/main/apps/nodemgr/api_urls/v1.py +++ b/server/projects/main/apps/nodemgr/api_urls/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/api_urls/v2.py b/server/projects/main/apps/nodemgr/api_urls/v2.py index 464a99768..2ac323e7a 100644 --- a/server/projects/main/apps/nodemgr/api_urls/v2.py +++ b/server/projects/main/apps/nodemgr/api_urls/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/api_urls/v3.py b/server/projects/main/apps/nodemgr/api_urls/v3.py index 182df7b94..d1ba59be1 100644 --- a/server/projects/main/apps/nodemgr/api_urls/v3.py +++ b/server/projects/main/apps/nodemgr/api_urls/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/apis/v1.py b/server/projects/main/apps/nodemgr/apis/v1.py index d840994ad..d1dceb23b 100644 --- a/server/projects/main/apps/nodemgr/apis/v1.py +++ b/server/projects/main/apps/nodemgr/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/apis/v2.py b/server/projects/main/apps/nodemgr/apis/v2.py index 8af3cdd1a..ce86e52cf 100644 --- a/server/projects/main/apps/nodemgr/apis/v2.py +++ b/server/projects/main/apps/nodemgr/apis/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/apis/v3.py b/server/projects/main/apps/nodemgr/apis/v3.py index 2162d4eb4..082df2f74 100644 --- a/server/projects/main/apps/nodemgr/apis/v3.py +++ b/server/projects/main/apps/nodemgr/apis/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/apps.py b/server/projects/main/apps/nodemgr/apps.py index e69f348f4..d0f6a480c 100644 --- a/server/projects/main/apps/nodemgr/apps.py +++ b/server/projects/main/apps/nodemgr/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/core/__init__.py b/server/projects/main/apps/nodemgr/core/__init__.py index 425ab5be2..1a77b349b 100644 --- a/server/projects/main/apps/nodemgr/core/__init__.py +++ b/server/projects/main/apps/nodemgr/core/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/core/nodemgr.py b/server/projects/main/apps/nodemgr/core/nodemgr.py index 169a22232..4dd182092 100644 --- a/server/projects/main/apps/nodemgr/core/nodemgr.py +++ b/server/projects/main/apps/nodemgr/core/nodemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/filters/__init__.py b/server/projects/main/apps/nodemgr/filters/__init__.py index 3341a772f..c1223bc91 100644 --- a/server/projects/main/apps/nodemgr/filters/__init__.py +++ b/server/projects/main/apps/nodemgr/filters/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/filters/node.py b/server/projects/main/apps/nodemgr/filters/node.py index 96765e1a0..bbf0281f9 100644 --- a/server/projects/main/apps/nodemgr/filters/node.py +++ b/server/projects/main/apps/nodemgr/filters/node.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/migrations/0001_initial.py b/server/projects/main/apps/nodemgr/migrations/0001_initial.py index b3b479f8e..5ab63332e 100644 --- a/server/projects/main/apps/nodemgr/migrations/0001_initial.py +++ b/server/projects/main/apps/nodemgr/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/migrations/0003_auto_20220615_2124.py b/server/projects/main/apps/nodemgr/migrations/0003_auto_20220615_2124.py index 7020f4eaa..9ef837089 100644 --- a/server/projects/main/apps/nodemgr/migrations/0003_auto_20220615_2124.py +++ b/server/projects/main/apps/nodemgr/migrations/0003_auto_20220615_2124.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/migrations/0004_tagtoolprocessrelation.py b/server/projects/main/apps/nodemgr/migrations/0004_tagtoolprocessrelation.py index 96ce3042f..faa645b63 100644 --- a/server/projects/main/apps/nodemgr/migrations/0004_tagtoolprocessrelation.py +++ b/server/projects/main/apps/nodemgr/migrations/0004_tagtoolprocessrelation.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/models/__init__.py b/server/projects/main/apps/nodemgr/models/__init__.py index e33a5b9f7..1b98a26b1 100644 --- a/server/projects/main/apps/nodemgr/models/__init__.py +++ b/server/projects/main/apps/nodemgr/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/models/node.py b/server/projects/main/apps/nodemgr/models/node.py index fa0c85499..f369e7eab 100644 --- a/server/projects/main/apps/nodemgr/models/node.py +++ b/server/projects/main/apps/nodemgr/models/node.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/models/tag.py b/server/projects/main/apps/nodemgr/models/tag.py index bc6afbd95..4d6effec8 100644 --- a/server/projects/main/apps/nodemgr/models/tag.py +++ b/server/projects/main/apps/nodemgr/models/tag.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/permissions.py b/server/projects/main/apps/nodemgr/permissions.py index b8e105503..df7270e3c 100644 --- a/server/projects/main/apps/nodemgr/permissions.py +++ b/server/projects/main/apps/nodemgr/permissions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/serializers/base.py b/server/projects/main/apps/nodemgr/serializers/base.py index fb2ab5173..0bf1ae543 100644 --- a/server/projects/main/apps/nodemgr/serializers/base.py +++ b/server/projects/main/apps/nodemgr/serializers/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/serializers/v3.py b/server/projects/main/apps/nodemgr/serializers/v3.py index 0a6b8d8df..ad3aaae0c 100644 --- a/server/projects/main/apps/nodemgr/serializers/v3.py +++ b/server/projects/main/apps/nodemgr/serializers/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/tasks/__init__.py b/server/projects/main/apps/nodemgr/tasks/__init__.py index 3909addca..ecfd18d47 100644 --- a/server/projects/main/apps/nodemgr/tasks/__init__.py +++ b/server/projects/main/apps/nodemgr/tasks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/nodemgr/tasks/nodecheck.py b/server/projects/main/apps/nodemgr/tasks/nodecheck.py index 5dca572c8..f203c7b45 100644 --- a/server/projects/main/apps/nodemgr/tasks/nodecheck.py +++ b/server/projects/main/apps/nodemgr/tasks/nodecheck.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_filters/base.py b/server/projects/main/apps/scan_conf/api_filters/base.py index 830287740..2db9d17d4 100644 --- a/server/projects/main/apps/scan_conf/api_filters/base.py +++ b/server/projects/main/apps/scan_conf/api_filters/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_filters/v2.py b/server/projects/main/apps/scan_conf/api_filters/v2.py index 5190d21b0..fbb4b09e8 100644 --- a/server/projects/main/apps/scan_conf/api_filters/v2.py +++ b/server/projects/main/apps/scan_conf/api_filters/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_filters/v3.py b/server/projects/main/apps/scan_conf/api_filters/v3.py index b8fa3146d..d979ce2bc 100644 --- a/server/projects/main/apps/scan_conf/api_filters/v3.py +++ b/server/projects/main/apps/scan_conf/api_filters/v3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_urls/v1.py b/server/projects/main/apps/scan_conf/api_urls/v1.py index 1d88181ed..b43b80976 100644 --- a/server/projects/main/apps/scan_conf/api_urls/v1.py +++ b/server/projects/main/apps/scan_conf/api_urls/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_urls/v2_checktool.py b/server/projects/main/apps/scan_conf/api_urls/v2_checktool.py index 3083306ba..2cd8ea862 100644 --- a/server/projects/main/apps/scan_conf/api_urls/v2_checktool.py +++ b/server/projects/main/apps/scan_conf/api_urls/v2_checktool.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_urls/v3_checktool.py b/server/projects/main/apps/scan_conf/api_urls/v3_checktool.py index a176a80fb..18c3adf37 100644 --- a/server/projects/main/apps/scan_conf/api_urls/v3_checktool.py +++ b/server/projects/main/apps/scan_conf/api_urls/v3_checktool.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_urls/v3_global_scheme.py b/server/projects/main/apps/scan_conf/api_urls/v3_global_scheme.py index acd4fecd2..9f8a7a4ed 100644 --- a/server/projects/main/apps/scan_conf/api_urls/v3_global_scheme.py +++ b/server/projects/main/apps/scan_conf/api_urls/v3_global_scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_urls/v3_scheme.py b/server/projects/main/apps/scan_conf/api_urls/v3_scheme.py index 44cc51dcf..09e9536a0 100644 --- a/server/projects/main/apps/scan_conf/api_urls/v3_scheme.py +++ b/server/projects/main/apps/scan_conf/api_urls/v3_scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/api_urls/v3_toollib.py b/server/projects/main/apps/scan_conf/api_urls/v3_toollib.py index 775b70eed..77be01075 100644 --- a/server/projects/main/apps/scan_conf/api_urls/v3_toollib.py +++ b/server/projects/main/apps/scan_conf/api_urls/v3_toollib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/apis/base.py b/server/projects/main/apps/scan_conf/apis/base.py index e056d9518..460c8ac0d 100644 --- a/server/projects/main/apps/scan_conf/apis/base.py +++ b/server/projects/main/apps/scan_conf/apis/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/apis/v1.py b/server/projects/main/apps/scan_conf/apis/v1.py index 29496bbc6..76815be24 100644 --- a/server/projects/main/apps/scan_conf/apis/v1.py +++ b/server/projects/main/apps/scan_conf/apis/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/apis/v2.py b/server/projects/main/apps/scan_conf/apis/v2.py index 57ac11f6c..20df51e4e 100644 --- a/server/projects/main/apps/scan_conf/apis/v2.py +++ b/server/projects/main/apps/scan_conf/apis/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/apis/v3/__init__.py b/server/projects/main/apps/scan_conf/apis/v3/__init__.py index e80645b7a..3e553bb53 100644 --- a/server/projects/main/apps/scan_conf/apis/v3/__init__.py +++ b/server/projects/main/apps/scan_conf/apis/v3/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/apis/v3/scheme.py b/server/projects/main/apps/scan_conf/apis/v3/scheme.py index 1163c3033..f253260eb 100644 --- a/server/projects/main/apps/scan_conf/apis/v3/scheme.py +++ b/server/projects/main/apps/scan_conf/apis/v3/scheme.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/apis/v3/tool.py b/server/projects/main/apps/scan_conf/apis/v3/tool.py index 95b87145d..c3f2f2250 100644 --- a/server/projects/main/apps/scan_conf/apis/v3/tool.py +++ b/server/projects/main/apps/scan_conf/apis/v3/tool.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/apps.py b/server/projects/main/apps/scan_conf/apps.py index f071ea963..cd4ec67d7 100644 --- a/server/projects/main/apps/scan_conf/apps.py +++ b/server/projects/main/apps/scan_conf/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/core/__init__.py b/server/projects/main/apps/scan_conf/core/__init__.py index e12fc721a..63115ae96 100644 --- a/server/projects/main/apps/scan_conf/core/__init__.py +++ b/server/projects/main/apps/scan_conf/core/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/core/basemgr.py b/server/projects/main/apps/scan_conf/core/basemgr.py index a496918ae..aa232d3fe 100644 --- a/server/projects/main/apps/scan_conf/core/basemgr.py +++ b/server/projects/main/apps/scan_conf/core/basemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/core/pkgmgr.py b/server/projects/main/apps/scan_conf/core/pkgmgr.py index a9370ab8f..74bb834ee 100644 --- a/server/projects/main/apps/scan_conf/core/pkgmgr.py +++ b/server/projects/main/apps/scan_conf/core/pkgmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/core/profilemgr.py b/server/projects/main/apps/scan_conf/core/profilemgr.py index e33d2db3a..21af6489c 100644 --- a/server/projects/main/apps/scan_conf/core/profilemgr.py +++ b/server/projects/main/apps/scan_conf/core/profilemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/core/rulemgr.py b/server/projects/main/apps/scan_conf/core/rulemgr.py index 0af650920..91edc6b7e 100644 --- a/server/projects/main/apps/scan_conf/core/rulemgr.py +++ b/server/projects/main/apps/scan_conf/core/rulemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/core/toollibmgr.py b/server/projects/main/apps/scan_conf/core/toollibmgr.py index 0be7c05a1..93e17d754 100644 --- a/server/projects/main/apps/scan_conf/core/toollibmgr.py +++ b/server/projects/main/apps/scan_conf/core/toollibmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/core/toolmgr.py b/server/projects/main/apps/scan_conf/core/toolmgr.py index 81e202cd7..bf00f0c1e 100644 --- a/server/projects/main/apps/scan_conf/core/toolmgr.py +++ b/server/projects/main/apps/scan_conf/core/toolmgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/management/commands/getcheckers.py b/server/projects/main/apps/scan_conf/management/commands/getcheckers.py index de1ca7ba9..f8236ab51 100644 --- a/server/projects/main/apps/scan_conf/management/commands/getcheckers.py +++ b/server/projects/main/apps/scan_conf/management/commands/getcheckers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/management/commands/getlibs.py b/server/projects/main/apps/scan_conf/management/commands/getlibs.py index a05a87e43..381f21b8f 100644 --- a/server/projects/main/apps/scan_conf/management/commands/getlibs.py +++ b/server/projects/main/apps/scan_conf/management/commands/getlibs.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/management/commands/getpackages.py b/server/projects/main/apps/scan_conf/management/commands/getpackages.py index e87858d04..cc203f007 100644 --- a/server/projects/main/apps/scan_conf/management/commands/getpackages.py +++ b/server/projects/main/apps/scan_conf/management/commands/getpackages.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/management/commands/loadcheckers.py b/server/projects/main/apps/scan_conf/management/commands/loadcheckers.py index 79062757e..3fb1ad51f 100644 --- a/server/projects/main/apps/scan_conf/management/commands/loadcheckers.py +++ b/server/projects/main/apps/scan_conf/management/commands/loadcheckers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/management/commands/loadlibs.py b/server/projects/main/apps/scan_conf/management/commands/loadlibs.py index 63c12b91d..80285e4d5 100644 --- a/server/projects/main/apps/scan_conf/management/commands/loadlibs.py +++ b/server/projects/main/apps/scan_conf/management/commands/loadlibs.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/management/commands/loadpackages.py b/server/projects/main/apps/scan_conf/management/commands/loadpackages.py index a61605b8a..740f1ce9e 100644 --- a/server/projects/main/apps/scan_conf/management/commands/loadpackages.py +++ b/server/projects/main/apps/scan_conf/management/commands/loadpackages.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/management/commands/scan_conf.py b/server/projects/main/apps/scan_conf/management/commands/scan_conf.py index 9f325e128..f12ff5ab5 100644 --- a/server/projects/main/apps/scan_conf/management/commands/scan_conf.py +++ b/server/projects/main/apps/scan_conf/management/commands/scan_conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/migrations/0001_initial.py b/server/projects/main/apps/scan_conf/migrations/0001_initial.py index 954aa798a..00020fbea 100644 --- a/server/projects/main/apps/scan_conf/migrations/0001_initial.py +++ b/server/projects/main/apps/scan_conf/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/migrations/0003_auto_20220518_1055.py b/server/projects/main/apps/scan_conf/migrations/0003_auto_20220518_1055.py index 52d21d321..c85c913b7 100644 --- a/server/projects/main/apps/scan_conf/migrations/0003_auto_20220518_1055.py +++ b/server/projects/main/apps/scan_conf/migrations/0003_auto_20220518_1055.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/migrations/0005_checktool_image_url.py b/server/projects/main/apps/scan_conf/migrations/0005_checktool_image_url.py index 820219827..911ec80aa 100644 --- a/server/projects/main/apps/scan_conf/migrations/0005_checktool_image_url.py +++ b/server/projects/main/apps/scan_conf/migrations/0005_checktool_image_url.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/models/__init__.py b/server/projects/main/apps/scan_conf/models/__init__.py index b498a5038..9330a58a4 100644 --- a/server/projects/main/apps/scan_conf/models/__init__.py +++ b/server/projects/main/apps/scan_conf/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/models/base.py b/server/projects/main/apps/scan_conf/models/base.py index 65ebf7586..53d083abf 100644 --- a/server/projects/main/apps/scan_conf/models/base.py +++ b/server/projects/main/apps/scan_conf/models/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/models/package.py b/server/projects/main/apps/scan_conf/models/package.py index 46b085a70..151a5cbd8 100644 --- a/server/projects/main/apps/scan_conf/models/package.py +++ b/server/projects/main/apps/scan_conf/models/package.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/models/rule.py b/server/projects/main/apps/scan_conf/models/rule.py index 14ae03477..f80bab42e 100644 --- a/server/projects/main/apps/scan_conf/models/rule.py +++ b/server/projects/main/apps/scan_conf/models/rule.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/models/tool.py b/server/projects/main/apps/scan_conf/models/tool.py index 50e0ff0ec..7a8362a6d 100644 --- a/server/projects/main/apps/scan_conf/models/tool.py +++ b/server/projects/main/apps/scan_conf/models/tool.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/permissions.py b/server/projects/main/apps/scan_conf/permissions.py index 8078f1ac5..4d78f3a69 100644 --- a/server/projects/main/apps/scan_conf/permissions.py +++ b/server/projects/main/apps/scan_conf/permissions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/base/__init__.py b/server/projects/main/apps/scan_conf/serializers/base/__init__.py index 5e82145c3..e62eb79f4 100644 --- a/server/projects/main/apps/scan_conf/serializers/base/__init__.py +++ b/server/projects/main/apps/scan_conf/serializers/base/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/base/load.py b/server/projects/main/apps/scan_conf/serializers/base/load.py index 166fd8dba..6f44f35f8 100644 --- a/server/projects/main/apps/scan_conf/serializers/base/load.py +++ b/server/projects/main/apps/scan_conf/serializers/base/load.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/base/other.py b/server/projects/main/apps/scan_conf/serializers/base/other.py index eba095b42..970c85fc3 100644 --- a/server/projects/main/apps/scan_conf/serializers/base/other.py +++ b/server/projects/main/apps/scan_conf/serializers/base/other.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/base/pkg.py b/server/projects/main/apps/scan_conf/serializers/base/pkg.py index 62b4254ba..28162e8e4 100644 --- a/server/projects/main/apps/scan_conf/serializers/base/pkg.py +++ b/server/projects/main/apps/scan_conf/serializers/base/pkg.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/base/rule.py b/server/projects/main/apps/scan_conf/serializers/base/rule.py index 082557cac..a70832a6b 100644 --- a/server/projects/main/apps/scan_conf/serializers/base/rule.py +++ b/server/projects/main/apps/scan_conf/serializers/base/rule.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/base/tool.py b/server/projects/main/apps/scan_conf/serializers/base/tool.py index a2ef311a5..694ce3051 100644 --- a/server/projects/main/apps/scan_conf/serializers/base/tool.py +++ b/server/projects/main/apps/scan_conf/serializers/base/tool.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/v1.py b/server/projects/main/apps/scan_conf/serializers/v1.py index 824885df9..3934e9f23 100644 --- a/server/projects/main/apps/scan_conf/serializers/v1.py +++ b/server/projects/main/apps/scan_conf/serializers/v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/v2.py b/server/projects/main/apps/scan_conf/serializers/v2.py index 323cc1e76..066d79781 100644 --- a/server/projects/main/apps/scan_conf/serializers/v2.py +++ b/server/projects/main/apps/scan_conf/serializers/v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/v3/__init__.py b/server/projects/main/apps/scan_conf/serializers/v3/__init__.py index 62df05c96..34ee34222 100644 --- a/server/projects/main/apps/scan_conf/serializers/v3/__init__.py +++ b/server/projects/main/apps/scan_conf/serializers/v3/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/v3/pkg.py b/server/projects/main/apps/scan_conf/serializers/v3/pkg.py index cc99f023d..48001a1ee 100644 --- a/server/projects/main/apps/scan_conf/serializers/v3/pkg.py +++ b/server/projects/main/apps/scan_conf/serializers/v3/pkg.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/v3/rule.py b/server/projects/main/apps/scan_conf/serializers/v3/rule.py index 4d0f5c002..8be8c17d2 100644 --- a/server/projects/main/apps/scan_conf/serializers/v3/rule.py +++ b/server/projects/main/apps/scan_conf/serializers/v3/rule.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/serializers/v3/tool.py b/server/projects/main/apps/scan_conf/serializers/v3/tool.py index 0029d9ba1..4734ba45e 100644 --- a/server/projects/main/apps/scan_conf/serializers/v3/tool.py +++ b/server/projects/main/apps/scan_conf/serializers/v3/tool.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/tasks/__init__.py b/server/projects/main/apps/scan_conf/tasks/__init__.py index e8d353e7a..23b0d34cf 100644 --- a/server/projects/main/apps/scan_conf/tasks/__init__.py +++ b/server/projects/main/apps/scan_conf/tasks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/tasks/base.py b/server/projects/main/apps/scan_conf/tasks/base.py index 96bd70243..5993f0b59 100644 --- a/server/projects/main/apps/scan_conf/tasks/base.py +++ b/server/projects/main/apps/scan_conf/tasks/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/utils/__init__.py b/server/projects/main/apps/scan_conf/utils/__init__.py index 55f869e17..087ed0a5c 100644 --- a/server/projects/main/apps/scan_conf/utils/__init__.py +++ b/server/projects/main/apps/scan_conf/utils/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/apps/scan_conf/utils/base.py b/server/projects/main/apps/scan_conf/utils/base.py index 772ceed0f..54c8c7c76 100644 --- a/server/projects/main/apps/scan_conf/utils/base.py +++ b/server/projects/main/apps/scan_conf/utils/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/__init__.py b/server/projects/main/codedog/__init__.py index 0435b3712..e38bf2af5 100644 --- a/server/projects/main/codedog/__init__.py +++ b/server/projects/main/codedog/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/celery.py b/server/projects/main/codedog/celery.py index a1367becb..027eeff81 100644 --- a/server/projects/main/codedog/celery.py +++ b/server/projects/main/codedog/celery.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/celerybeats.py b/server/projects/main/codedog/celerybeats.py index 72bccfa6b..653b0db5f 100644 --- a/server/projects/main/codedog/celerybeats.py +++ b/server/projects/main/codedog/celerybeats.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/jinja2.py b/server/projects/main/codedog/jinja2.py index e2d04da10..d5fdf5939 100644 --- a/server/projects/main/codedog/jinja2.py +++ b/server/projects/main/codedog/jinja2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/open_urls.py b/server/projects/main/codedog/open_urls.py index a84a392c5..5a72930d9 100644 --- a/server/projects/main/codedog/open_urls.py +++ b/server/projects/main/codedog/open_urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/settings/open_base.py b/server/projects/main/codedog/settings/open_base.py index 67018cc49..dd650ccd9 100644 --- a/server/projects/main/codedog/settings/open_base.py +++ b/server/projects/main/codedog/settings/open_base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/settings/open_env.py b/server/projects/main/codedog/settings/open_env.py index cfc15ac23..3b0f1745f 100644 --- a/server/projects/main/codedog/settings/open_env.py +++ b/server/projects/main/codedog/settings/open_env.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/codedog/wsgi.py b/server/projects/main/codedog/wsgi.py index efbfc7053..73c7bd11b 100644 --- a/server/projects/main/codedog/wsgi.py +++ b/server/projects/main/codedog/wsgi.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/main.gunicorn.conf.py b/server/projects/main/main.gunicorn.conf.py index e1dba04c0..09b5dda6c 100644 --- a/server/projects/main/main.gunicorn.conf.py +++ b/server/projects/main/main.gunicorn.conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/manage.py b/server/projects/main/manage.py index 6757046a4..d73bb2816 100644 --- a/server/projects/main/manage.py +++ b/server/projects/main/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/authticket.py b/server/projects/main/util/authticket.py index 77b17cec5..55cdfdea1 100644 --- a/server/projects/main/util/authticket.py +++ b/server/projects/main/util/authticket.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/cdcrypto.py b/server/projects/main/util/cdcrypto.py index bd387c1c6..d0db51c58 100644 --- a/server/projects/main/util/cdcrypto.py +++ b/server/projects/main/util/cdcrypto.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/cipher.py b/server/projects/main/util/cipher.py index 0b03c4778..e6b3f5eeb 100644 --- a/server/projects/main/util/cipher.py +++ b/server/projects/main/util/cipher.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/errcode.py b/server/projects/main/util/errcode.py index 376d0abb8..62c7c6ce0 100644 --- a/server/projects/main/util/errcode.py +++ b/server/projects/main/util/errcode.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/exceptions.py b/server/projects/main/util/exceptions.py index db534e4f5..e215616b3 100644 --- a/server/projects/main/util/exceptions.py +++ b/server/projects/main/util/exceptions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/fileserver.py b/server/projects/main/util/fileserver.py index 7030bc186..3c24c3813 100644 --- a/server/projects/main/util/fileserver.py +++ b/server/projects/main/util/fileserver.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/handlers.py b/server/projects/main/util/handlers.py index 4dc144969..f116c18f0 100644 --- a/server/projects/main/util/handlers.py +++ b/server/projects/main/util/handlers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/httpclient.py b/server/projects/main/util/httpclient.py index 72ad8b24c..978ac0202 100644 --- a/server/projects/main/util/httpclient.py +++ b/server/projects/main/util/httpclient.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/operationrecord.py b/server/projects/main/util/operationrecord.py index 5fc4edb0e..e2f4fbfc4 100644 --- a/server/projects/main/util/operationrecord.py +++ b/server/projects/main/util/operationrecord.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/permissions/proxyperm.py b/server/projects/main/util/permissions/proxyperm.py index 817f5edb4..ff50a5a32 100644 --- a/server/projects/main/util/permissions/proxyperm.py +++ b/server/projects/main/util/permissions/proxyperm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/permissions/repoperm.py b/server/projects/main/util/permissions/repoperm.py index f7d617b2b..f4923414b 100644 --- a/server/projects/main/util/permissions/repoperm.py +++ b/server/projects/main/util/permissions/repoperm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/permissions/scanconfperm.py b/server/projects/main/util/permissions/scanconfperm.py index 39a1354e2..e104ceb01 100644 --- a/server/projects/main/util/permissions/scanconfperm.py +++ b/server/projects/main/util/permissions/scanconfperm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/permissions/userperm.py b/server/projects/main/util/permissions/userperm.py index 9e2ada3dd..686d1f1b2 100644 --- a/server/projects/main/util/permissions/userperm.py +++ b/server/projects/main/util/permissions/userperm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/puppy/configlib.py b/server/projects/main/util/puppy/configlib.py index 40c83e107..4689d3d92 100644 --- a/server/projects/main/util/puppy/configlib.py +++ b/server/projects/main/util/puppy/configlib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/renderers.py b/server/projects/main/util/renderers.py index d30b2ad01..9dace2094 100644 --- a/server/projects/main/util/renderers.py +++ b/server/projects/main/util/renderers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/retrylib.py b/server/projects/main/util/retrylib.py index 720093857..d3a63b4b4 100644 --- a/server/projects/main/util/retrylib.py +++ b/server/projects/main/util/retrylib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/scm/base.py b/server/projects/main/util/scm/base.py index ebf38daea..0570de977 100644 --- a/server/projects/main/util/scm/base.py +++ b/server/projects/main/util/scm/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/scm/client.py b/server/projects/main/util/scm/client.py index bc5ea8ccd..3194add66 100644 --- a/server/projects/main/util/scm/client.py +++ b/server/projects/main/util/scm/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/scm/errorcatch.py b/server/projects/main/util/scm/errorcatch.py index e81af445f..d03de2e52 100644 --- a/server/projects/main/util/scm/errorcatch.py +++ b/server/projects/main/util/scm/errorcatch.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/scm/git.py b/server/projects/main/util/scm/git.py index ad9a8a04a..ee344d97c 100644 --- a/server/projects/main/util/scm/git.py +++ b/server/projects/main/util/scm/git.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/scm/rpcproxy.py b/server/projects/main/util/scm/rpcproxy.py index 540dd60d1..a78d4f1f5 100644 --- a/server/projects/main/util/scm/rpcproxy.py +++ b/server/projects/main/util/scm/rpcproxy.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/scm/svn.py b/server/projects/main/util/scm/svn.py index 36a223bbd..42a380f13 100644 --- a/server/projects/main/util/scm/svn.py +++ b/server/projects/main/util/scm/svn.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/shortuuid.py b/server/projects/main/util/shortuuid.py index 099f604c9..d4bfd9889 100644 --- a/server/projects/main/util/shortuuid.py +++ b/server/projects/main/util/shortuuid.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/time.py b/server/projects/main/util/time.py index 9068e28ca..2fbd6ad37 100644 --- a/server/projects/main/util/time.py +++ b/server/projects/main/util/time.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/main/util/webclients.py b/server/projects/main/util/webclients.py index f8a645197..1a558c373 100644 --- a/server/projects/main/util/webclients.py +++ b/server/projects/main/util/webclients.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/apis.py b/server/projects/scmproxy/apis.py index 2eff50af3..7a63b21ef 100644 --- a/server/projects/scmproxy/apis.py +++ b/server/projects/scmproxy/apis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/clients/base_client.py b/server/projects/scmproxy/clients/base_client.py index c855a15dd..519d7c9be 100644 --- a/server/projects/scmproxy/clients/base_client.py +++ b/server/projects/scmproxy/clients/base_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/clients/exceptions.py b/server/projects/scmproxy/clients/exceptions.py index 95baf4b0d..5ba3d89f6 100644 --- a/server/projects/scmproxy/clients/exceptions.py +++ b/server/projects/scmproxy/clients/exceptions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/clients/gitee/client.py b/server/projects/scmproxy/clients/gitee/client.py index 345d7c7e9..0f5d9dbee 100644 --- a/server/projects/scmproxy/clients/gitee/client.py +++ b/server/projects/scmproxy/clients/gitee/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/clients/github/client.py b/server/projects/scmproxy/clients/github/client.py index 54602a5ac..7d4cca184 100644 --- a/server/projects/scmproxy/clients/github/client.py +++ b/server/projects/scmproxy/clients/github/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/clients/gitlab/client.py b/server/projects/scmproxy/clients/gitlab/client.py index 1ef6c998a..4f6ac3938 100644 --- a/server/projects/scmproxy/clients/gitlab/client.py +++ b/server/projects/scmproxy/clients/gitlab/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/clients/http_client.py b/server/projects/scmproxy/clients/http_client.py index c95d249c6..cf96e2be4 100644 --- a/server/projects/scmproxy/clients/http_client.py +++ b/server/projects/scmproxy/clients/http_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/clients/tgitsaas/client.py b/server/projects/scmproxy/clients/tgitsaas/client.py index a4d7c50e8..a29b8e9d5 100644 --- a/server/projects/scmproxy/clients/tgitsaas/client.py +++ b/server/projects/scmproxy/clients/tgitsaas/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/lib/__init__.py b/server/projects/scmproxy/lib/__init__.py index 4bde44fe5..f1f1325d9 100644 --- a/server/projects/scmproxy/lib/__init__.py +++ b/server/projects/scmproxy/lib/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/lib/_scmbase.py b/server/projects/scmproxy/lib/_scmbase.py index 2dcb8d03d..10a4a977f 100644 --- a/server/projects/scmproxy/lib/_scmbase.py +++ b/server/projects/scmproxy/lib/_scmbase.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/lib/cmdscm.py b/server/projects/scmproxy/lib/cmdscm.py index ecc5c633a..19a2c807d 100644 --- a/server/projects/scmproxy/lib/cmdscm.py +++ b/server/projects/scmproxy/lib/cmdscm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/proxyserver.py b/server/projects/scmproxy/proxyserver.py index 62c94178b..aec29ddc4 100644 --- a/server/projects/scmproxy/proxyserver.py +++ b/server/projects/scmproxy/proxyserver.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/settings.py b/server/projects/scmproxy/settings.py index 1b332246b..eef57f799 100644 --- a/server/projects/scmproxy/settings.py +++ b/server/projects/scmproxy/settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/sourcemgr.py b/server/projects/scmproxy/sourcemgr.py index b490c51a0..ecb26ff44 100644 --- a/server/projects/scmproxy/sourcemgr.py +++ b/server/projects/scmproxy/sourcemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/test/scm_client.py b/server/projects/scmproxy/test/scm_client.py index 8d5061125..2794eca05 100644 --- a/server/projects/scmproxy/test/scm_client.py +++ b/server/projects/scmproxy/test/scm_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/server/projects/scmproxy/utils.py b/server/projects/scmproxy/utils.py index eec2ab9a2..0d254d1cb 100644 --- a/server/projects/scmproxy/utils.py +++ b/server/projects/scmproxy/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2025 THL A29 Limited +# Copyright (c) 2021-2025 Tencent # # This source code file is made available under MIT License # See LICENSE for details diff --git a/web/packages/shared/tdesign-component/modal/delete-modal/index.tsx b/web/packages/shared/tdesign-component/modal/delete-modal/index.tsx index 659b243c6..aaf14ab02 100644 --- a/web/packages/shared/tdesign-component/modal/delete-modal/index.tsx +++ b/web/packages/shared/tdesign-component/modal/delete-modal/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/code-highlight/constants.ts b/web/packages/tca-analysis/src/components/code-highlight/constants.ts index a6f76b04b..4d822d00e 100644 --- a/web/packages/tca-analysis/src/components/code-highlight/constants.ts +++ b/web/packages/tca-analysis/src/components/code-highlight/constants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/code-highlight/index.tsx b/web/packages/tca-analysis/src/components/code-highlight/index.tsx index 055dc9b91..31e3904fa 100644 --- a/web/packages/tca-analysis/src/components/code-highlight/index.tsx +++ b/web/packages/tca-analysis/src/components/code-highlight/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/code-highlight/worker.js b/web/packages/tca-analysis/src/components/code-highlight/worker.js index 3c90e2514..5835567c2 100644 --- a/web/packages/tca-analysis/src/components/code-highlight/worker.js +++ b/web/packages/tca-analysis/src/components/code-highlight/worker.js @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/copy/index.tsx b/web/packages/tca-analysis/src/components/copy/index.tsx index 67f07953e..b65f718b7 100644 --- a/web/packages/tca-analysis/src/components/copy/index.tsx +++ b/web/packages/tca-analysis/src/components/copy/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/delete-modal/index.tsx b/web/packages/tca-analysis/src/components/delete-modal/index.tsx index 1875ddcaa..9dcfdc83e 100644 --- a/web/packages/tca-analysis/src/components/delete-modal/index.tsx +++ b/web/packages/tca-analysis/src/components/delete-modal/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/filter/FilterItem.tsx b/web/packages/tca-analysis/src/components/filter/FilterItem.tsx index e4ca69327..bad9d40f6 100644 --- a/web/packages/tca-analysis/src/components/filter/FilterItem.tsx +++ b/web/packages/tca-analysis/src/components/filter/FilterItem.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/filter/index.tsx b/web/packages/tca-analysis/src/components/filter/index.tsx index c88416862..8a827b785 100644 --- a/web/packages/tca-analysis/src/components/filter/index.tsx +++ b/web/packages/tca-analysis/src/components/filter/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/loading/index.tsx b/web/packages/tca-analysis/src/components/loading/index.tsx index 97646b4ff..e70d9edb9 100644 --- a/web/packages/tca-analysis/src/components/loading/index.tsx +++ b/web/packages/tca-analysis/src/components/loading/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/repos/index.tsx b/web/packages/tca-analysis/src/components/repos/index.tsx index a325bc76a..ad28e7019 100644 --- a/web/packages/tca-analysis/src/components/repos/index.tsx +++ b/web/packages/tca-analysis/src/components/repos/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/running-icon/index.tsx b/web/packages/tca-analysis/src/components/running-icon/index.tsx index b8422ac03..16f928d60 100644 --- a/web/packages/tca-analysis/src/components/running-icon/index.tsx +++ b/web/packages/tca-analysis/src/components/running-icon/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/base-config-form.tsx b/web/packages/tca-analysis/src/components/schemes/base-config-form.tsx index 59df77af5..6e59f3916 100644 --- a/web/packages/tca-analysis/src/components/schemes/base-config-form.tsx +++ b/web/packages/tca-analysis/src/components/schemes/base-config-form.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/code-metrics-form.tsx b/web/packages/tca-analysis/src/components/schemes/code-metrics-form.tsx index 7774a54dd..d68eaebe8 100644 --- a/web/packages/tca-analysis/src/components/schemes/code-metrics-form.tsx +++ b/web/packages/tca-analysis/src/components/schemes/code-metrics-form.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/compile-modal.tsx b/web/packages/tca-analysis/src/components/schemes/compile-modal.tsx index 746a7cf4a..0cd47eef0 100644 --- a/web/packages/tca-analysis/src/components/schemes/compile-modal.tsx +++ b/web/packages/tca-analysis/src/components/schemes/compile-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/path-filter-list/branch.tsx b/web/packages/tca-analysis/src/components/schemes/path-filter-list/branch.tsx index dc5cab390..4ae8d0db3 100644 --- a/web/packages/tca-analysis/src/components/schemes/path-filter-list/branch.tsx +++ b/web/packages/tca-analysis/src/components/schemes/path-filter-list/branch.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/path-filter-list/index.tsx b/web/packages/tca-analysis/src/components/schemes/path-filter-list/index.tsx index 33d462286..714126a8e 100644 --- a/web/packages/tca-analysis/src/components/schemes/path-filter-list/index.tsx +++ b/web/packages/tca-analysis/src/components/schemes/path-filter-list/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/path-filter-list/path-operation.tsx b/web/packages/tca-analysis/src/components/schemes/path-filter-list/path-operation.tsx index d3ffeeae4..f6465421a 100644 --- a/web/packages/tca-analysis/src/components/schemes/path-filter-list/path-operation.tsx +++ b/web/packages/tca-analysis/src/components/schemes/path-filter-list/path-operation.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/path-filter-list/update-modal.tsx b/web/packages/tca-analysis/src/components/schemes/path-filter-list/update-modal.tsx index 0edd70bf6..7e26f4e6d 100644 --- a/web/packages/tca-analysis/src/components/schemes/path-filter-list/update-modal.tsx +++ b/web/packages/tca-analysis/src/components/schemes/path-filter-list/update-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/pkg-details/all-rule-table.tsx b/web/packages/tca-analysis/src/components/schemes/pkg-details/all-rule-table.tsx index f941d459c..a73ee9839 100644 --- a/web/packages/tca-analysis/src/components/schemes/pkg-details/all-rule-table.tsx +++ b/web/packages/tca-analysis/src/components/schemes/pkg-details/all-rule-table.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/pkg-details/edit-rule-modal.tsx b/web/packages/tca-analysis/src/components/schemes/pkg-details/edit-rule-modal.tsx index a7a43b472..f9c5fe534 100644 --- a/web/packages/tca-analysis/src/components/schemes/pkg-details/edit-rule-modal.tsx +++ b/web/packages/tca-analysis/src/components/schemes/pkg-details/edit-rule-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/pkg-details/pkg-rule-table.tsx b/web/packages/tca-analysis/src/components/schemes/pkg-details/pkg-rule-table.tsx index ab544d32c..7212ffca5 100644 --- a/web/packages/tca-analysis/src/components/schemes/pkg-details/pkg-rule-table.tsx +++ b/web/packages/tca-analysis/src/components/schemes/pkg-details/pkg-rule-table.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/schemes/pkg-list/index.tsx b/web/packages/tca-analysis/src/components/schemes/pkg-list/index.tsx index 5b313f63a..067964071 100644 --- a/web/packages/tca-analysis/src/components/schemes/pkg-list/index.tsx +++ b/web/packages/tca-analysis/src/components/schemes/pkg-list/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/select-borderless/index.tsx b/web/packages/tca-analysis/src/components/select-borderless/index.tsx index 384ccf5ab..3c2543609 100644 --- a/web/packages/tca-analysis/src/components/select-borderless/index.tsx +++ b/web/packages/tca-analysis/src/components/select-borderless/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/select-dropdown/index.tsx b/web/packages/tca-analysis/src/components/select-dropdown/index.tsx index 309f3f2e7..4147f9648 100644 --- a/web/packages/tca-analysis/src/components/select-dropdown/index.tsx +++ b/web/packages/tca-analysis/src/components/select-dropdown/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/components/tips/index.tsx b/web/packages/tca-analysis/src/components/tips/index.tsx index 5a20b8977..ff3715927 100644 --- a/web/packages/tca-analysis/src/components/tips/index.tsx +++ b/web/packages/tca-analysis/src/components/tips/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/context/constant.ts b/web/packages/tca-analysis/src/context/constant.ts index 59a8b5cd6..320f86248 100644 --- a/web/packages/tca-analysis/src/context/constant.ts +++ b/web/packages/tca-analysis/src/context/constant.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/context/store.tsx b/web/packages/tca-analysis/src/context/store.tsx index 484be1549..47121c0b1 100644 --- a/web/packages/tca-analysis/src/context/store.tsx +++ b/web/packages/tca-analysis/src/context/store.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/project-team/group/index.tsx b/web/packages/tca-analysis/src/modules/project-team/group/index.tsx index 8489f9160..ed58e92ee 100644 --- a/web/packages/tca-analysis/src/modules/project-team/group/index.tsx +++ b/web/packages/tca-analysis/src/modules/project-team/group/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/project-team/overview/index.tsx b/web/packages/tca-analysis/src/modules/project-team/overview/index.tsx index 2fd78a47d..cabbd7b36 100644 --- a/web/packages/tca-analysis/src/modules/project-team/overview/index.tsx +++ b/web/packages/tca-analysis/src/modules/project-team/overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/code-tools/circle-packing.tsx b/web/packages/tca-analysis/src/modules/projects/code-tools/circle-packing.tsx index 019d9c284..e6f9a09aa 100644 --- a/web/packages/tca-analysis/src/modules/projects/code-tools/circle-packing.tsx +++ b/web/packages/tca-analysis/src/modules/projects/code-tools/circle-packing.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/code-tools/index.tsx b/web/packages/tca-analysis/src/modules/projects/code-tools/index.tsx index 40ec4762d..752b8e1d9 100644 --- a/web/packages/tca-analysis/src/modules/projects/code-tools/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/code-tools/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/code-tools/modal.tsx b/web/packages/tca-analysis/src/modules/projects/code-tools/modal.tsx index 60ccc42fc..db3a97a00 100644 --- a/web/packages/tca-analysis/src/modules/projects/code-tools/modal.tsx +++ b/web/packages/tca-analysis/src/modules/projects/code-tools/modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/code-tools/scans.tsx b/web/packages/tca-analysis/src/modules/projects/code-tools/scans.tsx index 03ce7e27b..86f89f93e 100644 --- a/web/packages/tca-analysis/src/modules/projects/code-tools/scans.tsx +++ b/web/packages/tca-analysis/src/modules/projects/code-tools/scans.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/index.tsx b/web/packages/tca-analysis/src/modules/projects/index.tsx index d60e661eb..19d17c341 100644 --- a/web/packages/tca-analysis/src/modules/projects/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/issues/detail-right.tsx b/web/packages/tca-analysis/src/modules/projects/issues/detail-right.tsx index 92dbd7797..2ce53e9ae 100644 --- a/web/packages/tca-analysis/src/modules/projects/issues/detail-right.tsx +++ b/web/packages/tca-analysis/src/modules/projects/issues/detail-right.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/issues/detail.tsx b/web/packages/tca-analysis/src/modules/projects/issues/detail.tsx index 48986c5df..c4a62d794 100644 --- a/web/packages/tca-analysis/src/modules/projects/issues/detail.tsx +++ b/web/packages/tca-analysis/src/modules/projects/issues/detail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/issues/handle-issue-modal.tsx b/web/packages/tca-analysis/src/modules/projects/issues/handle-issue-modal.tsx index 0c53f5f76..b57dfab7f 100644 --- a/web/packages/tca-analysis/src/modules/projects/issues/handle-issue-modal.tsx +++ b/web/packages/tca-analysis/src/modules/projects/issues/handle-issue-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/issues/index.tsx b/web/packages/tca-analysis/src/modules/projects/issues/index.tsx index 429b09354..ef9ca5663 100644 --- a/web/packages/tca-analysis/src/modules/projects/issues/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/issues/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/issues/issue-popover.tsx b/web/packages/tca-analysis/src/modules/projects/issues/issue-popover.tsx index 6324c95ce..e86d5b1fa 100644 --- a/web/packages/tca-analysis/src/modules/projects/issues/issue-popover.tsx +++ b/web/packages/tca-analysis/src/modules/projects/issues/issue-popover.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/issues/rule-detail.tsx b/web/packages/tca-analysis/src/modules/projects/issues/rule-detail.tsx index ffdfbc986..f8ff63da8 100644 --- a/web/packages/tca-analysis/src/modules/projects/issues/rule-detail.tsx +++ b/web/packages/tca-analysis/src/modules/projects/issues/rule-detail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/issues/search.tsx b/web/packages/tca-analysis/src/modules/projects/issues/search.tsx index a1c1b8f95..b1695e53c 100644 --- a/web/packages/tca-analysis/src/modules/projects/issues/search.tsx +++ b/web/packages/tca-analysis/src/modules/projects/issues/search.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/detail.tsx b/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/detail.tsx index 3a662da47..4525d592d 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/detail.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/detail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/index.tsx b/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/index.tsx index 275237fa9..4a5e9526c 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/search.tsx b/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/search.tsx index 2df802b51..960e04b3f 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/search.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/ccfiles/search.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/detail.tsx b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/detail.tsx index d27f17a96..5370e8455 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/detail.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/detail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/index.tsx b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/index.tsx index 8169fbd5f..e4a653269 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/issue-modal.tsx b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/issue-modal.tsx index 1883e08c9..56828f798 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/issue-modal.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/issue-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/search.tsx b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/search.tsx index b61f761d8..4d12bf095 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/ccissues/search.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/ccissues/search.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/clocs/index.tsx b/web/packages/tca-analysis/src/modules/projects/metric/clocs/index.tsx index 233b03c0a..e52a01e52 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/clocs/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/clocs/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/constants.ts b/web/packages/tca-analysis/src/modules/projects/metric/constants.ts index 7140310f9..93724e0a3 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/constants.ts +++ b/web/packages/tca-analysis/src/modules/projects/metric/constants.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/detail.tsx b/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/detail.tsx index 9fea54e98..2c601bdc7 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/detail.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/detail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/index.tsx b/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/index.tsx index 337687516..6b26591fe 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/search.tsx b/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/search.tsx index 8245978ff..643c91e5f 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/search.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/dupfiles/search.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/index.tsx b/web/packages/tca-analysis/src/modules/projects/metric/index.tsx index b956d6f49..71cc17ebb 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/metric/utils/index.tsx b/web/packages/tca-analysis/src/modules/projects/metric/utils/index.tsx index 54dc85b0f..40e51b53a 100644 --- a/web/packages/tca-analysis/src/modules/projects/metric/utils/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/metric/utils/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/nav.tsx b/web/packages/tca-analysis/src/modules/projects/nav.tsx index 0b50e242c..d6edb87d6 100644 --- a/web/packages/tca-analysis/src/modules/projects/nav.tsx +++ b/web/packages/tca-analysis/src/modules/projects/nav.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/codecc/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/codecc/index.tsx index 2f62395fb..ba177f731 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/codecc/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/codecc/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/codecloc/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/codecloc/index.tsx index 6fe814c17..295a8613b 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/codecloc/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/codecloc/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/codedup/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/codedup/index.tsx index 38409d767..4cff9bb9d 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/codedup/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/codedup/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/codelint/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/codelint/index.tsx index d8fdddd2d..147d53f69 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/codelint/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/codelint/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/core/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/core/index.tsx index 42f50164b..16b1f10c9 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/core/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/core/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/index.tsx index b5efb23a0..102d8d210 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/mine/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/mine/index.tsx index f86197a85..59a6b0974 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/mine/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/mine/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/no-data.tsx b/web/packages/tca-analysis/src/modules/projects/overview/no-data.tsx index fc65172ba..c2ca6085c 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/no-data.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/no-data.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/run-job/index.tsx b/web/packages/tca-analysis/src/modules/projects/overview/run-job/index.tsx index 60de02b99..2374f6f6f 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/run-job/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/overview/run-job/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/overview/utils.ts b/web/packages/tca-analysis/src/modules/projects/overview/utils.ts index fceec9cf4..6490ea69e 100644 --- a/web/packages/tca-analysis/src/modules/projects/overview/utils.ts +++ b/web/packages/tca-analysis/src/modules/projects/overview/utils.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/project/first-modal.tsx b/web/packages/tca-analysis/src/modules/projects/project/first-modal.tsx index 8b9542c68..1504e713b 100644 --- a/web/packages/tca-analysis/src/modules/projects/project/first-modal.tsx +++ b/web/packages/tca-analysis/src/modules/projects/project/first-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/project/new-project-modal.tsx b/web/packages/tca-analysis/src/modules/projects/project/new-project-modal.tsx index d4e060348..af88f1f1b 100644 --- a/web/packages/tca-analysis/src/modules/projects/project/new-project-modal.tsx +++ b/web/packages/tca-analysis/src/modules/projects/project/new-project-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/project/project-list.tsx b/web/packages/tca-analysis/src/modules/projects/project/project-list.tsx index 144d5854c..84212bc2a 100644 --- a/web/packages/tca-analysis/src/modules/projects/project/project-list.tsx +++ b/web/packages/tca-analysis/src/modules/projects/project/project-list.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/project/scan-modal.tsx b/web/packages/tca-analysis/src/modules/projects/project/scan-modal.tsx index ffec31949..b32c184e4 100644 --- a/web/packages/tca-analysis/src/modules/projects/project/scan-modal.tsx +++ b/web/packages/tca-analysis/src/modules/projects/project/scan-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/routes.ts b/web/packages/tca-analysis/src/modules/projects/routes.ts index 76920ccdc..9953ed415 100644 --- a/web/packages/tca-analysis/src/modules/projects/routes.ts +++ b/web/packages/tca-analysis/src/modules/projects/routes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/scan-history/index.tsx b/web/packages/tca-analysis/src/modules/projects/scan-history/index.tsx index 84b277cd4..0f80f3792 100644 --- a/web/packages/tca-analysis/src/modules/projects/scan-history/index.tsx +++ b/web/packages/tca-analysis/src/modules/projects/scan-history/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/projects/scan-history/result.tsx b/web/packages/tca-analysis/src/modules/projects/scan-history/result.tsx index 078f4970c..2cb305da6 100644 --- a/web/packages/tca-analysis/src/modules/projects/scan-history/result.tsx +++ b/web/packages/tca-analysis/src/modules/projects/scan-history/result.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/baseinfo/index.tsx b/web/packages/tca-analysis/src/modules/schemes/baseinfo/index.tsx index 9d5486ec5..ea01948c6 100644 --- a/web/packages/tca-analysis/src/modules/schemes/baseinfo/index.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/baseinfo/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/branchs/index.tsx b/web/packages/tca-analysis/src/modules/schemes/branchs/index.tsx index aa3c77ef2..5866a0cba 100644 --- a/web/packages/tca-analysis/src/modules/schemes/branchs/index.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/branchs/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/code-lint/all-rules.tsx b/web/packages/tca-analysis/src/modules/schemes/code-lint/all-rules.tsx index 823823b21..3a91bbf13 100644 --- a/web/packages/tca-analysis/src/modules/schemes/code-lint/all-rules.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/code-lint/all-rules.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/code-lint/index.tsx b/web/packages/tca-analysis/src/modules/schemes/code-lint/index.tsx index eae63147f..4732a8e8f 100644 --- a/web/packages/tca-analysis/src/modules/schemes/code-lint/index.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/code-lint/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/code-lint/pkg-rules.tsx b/web/packages/tca-analysis/src/modules/schemes/code-lint/pkg-rules.tsx index 0501d4ec0..af2028dca 100644 --- a/web/packages/tca-analysis/src/modules/schemes/code-lint/pkg-rules.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/code-lint/pkg-rules.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/code-metrics/index.tsx b/web/packages/tca-analysis/src/modules/schemes/code-metrics/index.tsx index 50650a2c0..a08f58031 100644 --- a/web/packages/tca-analysis/src/modules/schemes/code-metrics/index.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/code-metrics/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/create-scheme.tsx b/web/packages/tca-analysis/src/modules/schemes/create-scheme.tsx index 98a01a55a..871eb716a 100644 --- a/web/packages/tca-analysis/src/modules/schemes/create-scheme.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/create-scheme.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/index.tsx b/web/packages/tca-analysis/src/modules/schemes/index.tsx index 8521802a5..3b09acf64 100644 --- a/web/packages/tca-analysis/src/modules/schemes/index.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/list.tsx b/web/packages/tca-analysis/src/modules/schemes/list.tsx index 239313784..20b456afe 100644 --- a/web/packages/tca-analysis/src/modules/schemes/list.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/list.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/path-filter/index.tsx b/web/packages/tca-analysis/src/modules/schemes/path-filter/index.tsx index 9bb8f91a9..597aec7b4 100644 --- a/web/packages/tca-analysis/src/modules/schemes/path-filter/index.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/path-filter/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/path-filter/path.tsx b/web/packages/tca-analysis/src/modules/schemes/path-filter/path.tsx index 0b29af3c7..3f7038f09 100644 --- a/web/packages/tca-analysis/src/modules/schemes/path-filter/path.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/path-filter/path.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/schemes/pull-tmpl-modal.tsx b/web/packages/tca-analysis/src/modules/schemes/pull-tmpl-modal.tsx index cdf2e6a61..1c014cece 100644 --- a/web/packages/tca-analysis/src/modules/schemes/pull-tmpl-modal.tsx +++ b/web/packages/tca-analysis/src/modules/schemes/pull-tmpl-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/baseinfo/index.tsx b/web/packages/tca-analysis/src/modules/template/baseinfo/index.tsx index 9c14ee158..aacfbaa76 100644 --- a/web/packages/tca-analysis/src/modules/template/baseinfo/index.tsx +++ b/web/packages/tca-analysis/src/modules/template/baseinfo/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/code-lint/all-rules.tsx b/web/packages/tca-analysis/src/modules/template/code-lint/all-rules.tsx index 89e370fe5..9c0c426f2 100644 --- a/web/packages/tca-analysis/src/modules/template/code-lint/all-rules.tsx +++ b/web/packages/tca-analysis/src/modules/template/code-lint/all-rules.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/code-lint/index.tsx b/web/packages/tca-analysis/src/modules/template/code-lint/index.tsx index 75c6915e9..86542891c 100644 --- a/web/packages/tca-analysis/src/modules/template/code-lint/index.tsx +++ b/web/packages/tca-analysis/src/modules/template/code-lint/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/code-lint/pkg-rules.tsx b/web/packages/tca-analysis/src/modules/template/code-lint/pkg-rules.tsx index b0c58f3f7..4c95ac964 100644 --- a/web/packages/tca-analysis/src/modules/template/code-lint/pkg-rules.tsx +++ b/web/packages/tca-analysis/src/modules/template/code-lint/pkg-rules.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/code-lint/rules.tsx b/web/packages/tca-analysis/src/modules/template/code-lint/rules.tsx index 0fe0fed00..075236a11 100644 --- a/web/packages/tca-analysis/src/modules/template/code-lint/rules.tsx +++ b/web/packages/tca-analysis/src/modules/template/code-lint/rules.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/code-metrics/index.tsx b/web/packages/tca-analysis/src/modules/template/code-metrics/index.tsx index c5bab222f..7db141084 100644 --- a/web/packages/tca-analysis/src/modules/template/code-metrics/index.tsx +++ b/web/packages/tca-analysis/src/modules/template/code-metrics/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/create.tsx b/web/packages/tca-analysis/src/modules/template/create.tsx index 683b5cb04..2529e2bbe 100644 --- a/web/packages/tca-analysis/src/modules/template/create.tsx +++ b/web/packages/tca-analysis/src/modules/template/create.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/detail.tsx b/web/packages/tca-analysis/src/modules/template/detail.tsx index ea63a48df..92af369a9 100644 --- a/web/packages/tca-analysis/src/modules/template/detail.tsx +++ b/web/packages/tca-analysis/src/modules/template/detail.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/index.tsx b/web/packages/tca-analysis/src/modules/template/index.tsx index 8e09df7f2..392e640f4 100644 --- a/web/packages/tca-analysis/src/modules/template/index.tsx +++ b/web/packages/tca-analysis/src/modules/template/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/path-filter/index.tsx b/web/packages/tca-analysis/src/modules/template/path-filter/index.tsx index b4458855c..c8a91e9e2 100644 --- a/web/packages/tca-analysis/src/modules/template/path-filter/index.tsx +++ b/web/packages/tca-analysis/src/modules/template/path-filter/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/permission/index.tsx b/web/packages/tca-analysis/src/modules/template/permission/index.tsx index e709d45b1..82c97627c 100644 --- a/web/packages/tca-analysis/src/modules/template/permission/index.tsx +++ b/web/packages/tca-analysis/src/modules/template/permission/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/schemes/index.tsx b/web/packages/tca-analysis/src/modules/template/schemes/index.tsx index dc67dff3b..7e1fbbb63 100644 --- a/web/packages/tca-analysis/src/modules/template/schemes/index.tsx +++ b/web/packages/tca-analysis/src/modules/template/schemes/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/template/sync-modal.tsx b/web/packages/tca-analysis/src/modules/template/sync-modal.tsx index 81625e618..ee6477212 100644 --- a/web/packages/tca-analysis/src/modules/template/sync-modal.tsx +++ b/web/packages/tca-analysis/src/modules/template/sync-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/modules/welcome/index.tsx b/web/packages/tca-analysis/src/modules/welcome/index.tsx index 9de09568c..941f95712 100644 --- a/web/packages/tca-analysis/src/modules/welcome/index.tsx +++ b/web/packages/tca-analysis/src/modules/welcome/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/plat/common/modules/projects/scan-modal.tsx b/web/packages/tca-analysis/src/plat/common/modules/projects/scan-modal.tsx index ffec31949..b32c184e4 100644 --- a/web/packages/tca-analysis/src/plat/common/modules/projects/scan-modal.tsx +++ b/web/packages/tca-analysis/src/plat/common/modules/projects/scan-modal.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/plat/open/modules/schemes/compile-tip.tsx b/web/packages/tca-analysis/src/plat/open/modules/schemes/compile-tip.tsx index b8c0c40fc..120d1d929 100644 --- a/web/packages/tca-analysis/src/plat/open/modules/schemes/compile-tip.tsx +++ b/web/packages/tca-analysis/src/plat/open/modules/schemes/compile-tip.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/routes/index.tsx b/web/packages/tca-analysis/src/routes/index.tsx index 50a773254..3ac18b433 100644 --- a/web/packages/tca-analysis/src/routes/index.tsx +++ b/web/packages/tca-analysis/src/routes/index.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/services/common.ts b/web/packages/tca-analysis/src/services/common.ts index f185e70bb..b47ff57d3 100644 --- a/web/packages/tca-analysis/src/services/common.ts +++ b/web/packages/tca-analysis/src/services/common.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/services/index.ts b/web/packages/tca-analysis/src/services/index.ts index 3878c62c3..563939a2d 100644 --- a/web/packages/tca-analysis/src/services/index.ts +++ b/web/packages/tca-analysis/src/services/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/services/projects.ts b/web/packages/tca-analysis/src/services/projects.ts index 109698580..5d48b056f 100644 --- a/web/packages/tca-analysis/src/services/projects.ts +++ b/web/packages/tca-analysis/src/services/projects.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/services/repos.ts b/web/packages/tca-analysis/src/services/repos.ts index 9a213ceb9..8a2fa2abe 100644 --- a/web/packages/tca-analysis/src/services/repos.ts +++ b/web/packages/tca-analysis/src/services/repos.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/services/schemes.ts b/web/packages/tca-analysis/src/services/schemes.ts index 4218ca989..bef1a0e71 100644 --- a/web/packages/tca-analysis/src/services/schemes.ts +++ b/web/packages/tca-analysis/src/services/schemes.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/services/template.tsx b/web/packages/tca-analysis/src/services/template.tsx index d60ccc8d3..ca23acdd4 100644 --- a/web/packages/tca-analysis/src/services/template.tsx +++ b/web/packages/tca-analysis/src/services/template.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/utils/fetch.ts b/web/packages/tca-analysis/src/utils/fetch.ts index 05a9a967b..c58203d74 100644 --- a/web/packages/tca-analysis/src/utils/fetch.ts +++ b/web/packages/tca-analysis/src/utils/fetch.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/utils/getRoutePath.ts b/web/packages/tca-analysis/src/utils/getRoutePath.ts index 2a368b795..77a6286d2 100644 --- a/web/packages/tca-analysis/src/utils/getRoutePath.ts +++ b/web/packages/tca-analysis/src/utils/getRoutePath.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details diff --git a/web/packages/tca-analysis/src/utils/index.ts b/web/packages/tca-analysis/src/utils/index.ts index f37d7862f..6307311e8 100644 --- a/web/packages/tca-analysis/src/utils/index.ts +++ b/web/packages/tca-analysis/src/utils/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2025 THL A29 Limited +// Copyright (c) 2021-2025 Tencent // // This source code file is made available under MIT License // See LICENSE for details