From 5b9d01e1645a0c666fafe1186994d3921527405d Mon Sep 17 00:00:00 2001 From: cyw3 <2927096163@qq.com> Date: Fri, 1 Mar 2024 20:14:48 +0800 Subject: [PATCH 1/2] :art: update Copyright Signed-off-by: cyw3 <2927096163@qq.com> --- LICENSE.txt | 2 +- client/codepuppy.py | 2 +- client/node/app.py | 2 +- client/node/common/cmdarg.py | 2 +- client/node/common/processmgr.py | 2 +- client/node/common/task.py | 2 +- client/node/common/taskdirmgr.py | 2 +- client/node/common/userinput.py | 2 +- client/node/localtask/codecounttask.py | 2 +- client/node/localtask/filtermgr.py | 2 +- client/node/localtask/initjob.py | 2 +- client/node/localtask/jobheartbeat.py | 2 +- client/node/localtask/langmgr.py | 2 +- client/node/localtask/localconfig.py | 2 +- client/node/localtask/localreport.py | 2 +- client/node/localtask/localrunner.py | 2 +- client/node/localtask/localsrccheck.py | 2 +- client/node/localtask/projectmgr.py | 2 +- client/node/localtask/requestgenerator.py | 2 +- client/node/localtask/requestmodify.py | 2 +- client/node/localtask/resultsender.py | 2 +- client/node/localtask/runlocaltask.py | 2 +- client/node/localtask/runtask.py | 2 +- client/node/localtask/scanmodule.py | 2 +- client/node/localtask/schememgr.py | 2 +- client/node/localtask/scmauthcheck.py | 2 +- client/node/localtask/scminfo.py | 2 +- client/node/localtask/scmrevision.py | 2 +- client/node/localtask/scmtoolcheck.py | 2 +- client/node/localtask/serverquery.py | 2 +- client/node/localtask/setincrscan.py | 2 +- client/node/localtask/status.py | 2 +- client/node/localtask/taskprocessmgr.py | 2 +- client/node/localtask/urlclient.py | 2 +- client/node/localtask/urlmgr.py | 2 +- client/node/quicktask/configloader.py | 2 +- client/node/quicktask/params.py | 2 +- client/node/quicktask/quickrunner.py | 2 +- client/node/quicktask/quickscan.py | 2 +- client/node/quicktask/toolloader.py | 2 +- client/node/servertask/looprunner.py | 2 +- client/node/servertask/nodemgr.py | 2 +- client/node/testrunner.py | 2 +- client/node/toolloader/gitload.py | 2 +- client/node/toolloader/httploadtool.py | 2 +- client/node/toolloader/loadconfig.py | 2 +- client/node/toolloader/loadtool.py | 2 +- client/settings/base.py | 2 +- client/settings/edition.py | 2 +- client/settings/settingtype.py | 2 +- client/task/basic/cachebase.py | 2 +- client/task/basic/common.py | 2 +- client/task/basic/datahandler/addfileinfo.py | 2 +- client/task/basic/datahandler/addpersoninfo.py | 2 +- client/task/basic/datahandler/blamer.py | 2 +- client/task/basic/datahandler/filter.py | 2 +- client/task/basic/datahandler/formater.py | 2 +- client/task/basic/datahandler/handlerbase.py | 2 +- client/task/basic/datahandler/issueignore.py | 2 +- client/task/basic/datahandler/packdiffinfo.py | 2 +- client/task/basic/datahandler/submodulehandle.py | 2 +- client/task/basic/downloader.py | 2 +- client/task/basic/incsourcemgr.py | 2 +- client/task/basic/localcache.py | 2 +- client/task/basic/remotecache.py | 2 +- client/task/codelintmodel.py | 2 +- client/task/codemetricmodel.py | 2 +- client/task/model/analyze.py | 2 +- client/task/model/compile.py | 2 +- client/task/model/datahandle.py | 2 +- client/task/puppytask.py | 2 +- client/task/request.py | 2 +- client/task/response.py | 2 +- client/task/sourcemgr.py | 2 +- client/task/taskmgr.py | 2 +- client/task/taskmodel.py | 2 +- client/task/toolmodel.py | 2 +- client/task/transfermgr.py | 2 +- client/tool/amani.py | 2 +- client/tool/androidlint.py | 2 +- client/tool/checkstyle.py | 2 +- client/tool/clang.py | 2 +- client/tool/clangwarning.py | 2 +- client/tool/cobra.py | 2 +- client/tool/codecount.py | 2 +- client/tool/collie.py | 2 +- client/tool/compass.py | 2 +- client/tool/cppcheck.py | 2 +- client/tool/cppcheck2.py | 2 +- client/tool/cpplint.py | 2 +- client/tool/customfilescan.py | 2 +- client/tool/dart_code_metrics.py | 2 +- client/tool/dartanalyzer.py | 2 +- client/tool/detekt.py | 2 +- client/tool/eslint.py | 2 +- client/tool/eslint_typescript.py | 2 +- client/tool/eslint_vue.py | 2 +- client/tool/fbrjs.py | 2 +- client/tool/findbugs.py | 2 +- client/tool/flake8.py | 2 +- client/tool/flow.py | 2 +- client/tool/golangcilint.py | 2 +- client/tool/gometalinter.py | 2 +- client/tool/htmlcs.py | 2 +- client/tool/infer_cpp.py | 2 +- client/tool/infer_java.py | 2 +- client/tool/infer_objectivec.py | 2 +- client/tool/jaaf.py | 2 +- client/tool/jafc.py | 2 +- client/tool/jafc_beta.py | 2 +- client/tool/jaff.py | 2 +- client/tool/jaff_beta.py | 2 +- client/tool/javawarning.py | 2 +- client/tool/linecount.py | 2 +- client/tool/luacheck.py | 2 +- client/tool/pmd.py | 2 +- client/tool/pylint.py | 2 +- client/tool/regexfilescan.py | 2 +- client/tool/regexscan.py | 2 +- client/tool/regexscanner.py | 2 +- client/tool/scalastyle.py | 2 +- client/tool/spotbugs.py | 2 +- client/tool/stylecop.py | 2 +- client/tool/stylelint.py | 2 +- client/tool/swiftlint.py | 2 +- client/tool/tca_ql_cpp.py | 2 +- client/tool/tca_ql_go.py | 2 +- client/tool/tca_ql_js.py | 2 +- client/tool/tca_ql_php.py | 2 +- client/tool/tca_ql_python.py | 2 +- client/tool/tscan_cpp.py | 2 +- client/tool/tscan_csharp.py | 2 +- client/tool/tscan_lua.py | 2 +- client/tool/unusedresource.py | 2 +- client/tool/util/amani.py | 2 +- client/tool/util/collie.py | 2 +- client/tool/util/compass.py | 2 +- client/tool/util/compile.py | 2 +- client/tool/util/customcheckers/checkers.py | 2 +- client/tool/util/customcheckers/copyright_check.py | 2 +- client/tool/util/customcheckers/encodingcheck.py | 2 +- client/tool/util/customcheckers/file_too_long.py | 2 +- client/tool/util/customcheckers/files_found.py | 2 +- client/tool/util/customcheckers/files_not_found.py | 2 +- client/tool/util/customcheckers/function_too_long.py | 2 +- client/tool/util/customcheckers/lfs_check.py | 2 +- client/tool/util/customcheckers/low_comment_ratio.py | 2 +- client/tool/util/customcheckers/newline_check.py | 2 +- client/tool/util/customcheckers/no_encoding_format.py | 2 +- client/tool/util/customcheckers/no_used_import.py | 2 +- client/tool/util/infer.py | 2 +- client/tool/util/language_maps.py | 2 +- client/tool/util/loong/astparser.py | 2 +- client/tool/util/loong/bcparser.py | 2 +- client/tool/util/loong/javascaner.py | 2 +- client/tool/util/loong/loong.py | 2 +- client/tool/util/loong/loong_beta.py | 2 +- client/tool/util/pythontool.py | 2 +- client/tool/util/ruleparamer.py | 2 +- client/tool/util/tca_ql.py | 2 +- client/tool/util/toolenvset.py | 2 +- client/tool/util/tscan.py | 2 +- client/tool/util/xcodeswitch.py | 2 +- client/util/_scmbase.py | 2 +- client/util/api/dogapi.py | 2 +- client/util/api/dogserver.py | 2 +- client/util/api/fileserver.py | 2 +- client/util/api/httpclient.py | 2 +- client/util/attrdict.py | 2 +- client/util/checklanguage.py | 2 +- client/util/cleaner.py | 2 +- client/util/cmdscm.py | 2 +- client/util/codecount/codestat.py | 2 +- client/util/codecount/localcount.py | 2 +- client/util/codecount/repoter.py | 2 +- client/util/codecount/scclanguages.py | 2 +- client/util/codeyaml/addfilterpath.py | 2 +- client/util/codeyaml/common.py | 2 +- client/util/codeyaml/fileowner.py | 2 +- client/util/configlib.py | 2 +- client/util/envset.py | 2 +- client/util/errcode.py | 2 +- client/util/exceptions.py | 2 +- client/util/gitconfig.py | 2 +- client/util/jsonclient.py | 2 +- client/util/jvmproxy.py | 2 +- client/util/languagetype.py | 2 +- client/util/logutil.py | 2 +- client/util/reporter.py | 2 +- client/util/retrylib.py | 2 +- client/util/scmurlmgr.py | 2 +- client/util/smartinput.py | 2 +- client/util/taskscene.py | 2 +- client/util/tooldisplay.py | 2 +- client/util/yamlib.py | 2 +- client/util/ziplib.py | 2 +- client/util/zipmgr.py | 2 +- .../src/main/java/io/jenkins/plugins/ReadJsonFile.java | 2 +- .../src/main/java/io/jenkins/plugins/StartClient.java | 2 +- .../src/main/java/io/jenkins/plugins/TCABuilder.java | 2 +- .../src/main/java/io/jenkins/plugins/ViewReportAction.java | 2 +- server/configs/django/local_analysis.py | 2 +- server/configs/django/local_file.py | 2 +- server/configs/django/local_login.py | 2 +- server/configs/django/local_main.py | 2 +- server/projects/analysis/analysis.gunicorn.conf.py | 2 +- server/projects/analysis/apps/authen/apis.py | 2 +- server/projects/analysis/apps/authen/apps.py | 2 +- server/projects/analysis/apps/authen/backends.py | 2 +- server/projects/analysis/apps/base/api_urls.py | 2 +- server/projects/analysis/apps/base/apimixins.py | 2 +- server/projects/analysis/apps/base/apis.py | 2 +- server/projects/analysis/apps/base/apps.py | 2 +- server/projects/analysis/apps/base/basemodel.py | 2 +- .../analysis/apps/base/management/commands/initialuser.py | 2 +- server/projects/analysis/apps/base/resources.py | 2 +- server/projects/analysis/apps/base/serializers.py | 2 +- server/projects/analysis/apps/base/tasks.py | 2 +- server/projects/analysis/apps/codelint/api_urls/v1_project.py | 2 +- server/projects/analysis/apps/codelint/api_urls/v1_pt.py | 2 +- server/projects/analysis/apps/codelint/api_urls/v3_pt.py | 2 +- server/projects/analysis/apps/codelint/apis/v1.py | 2 +- server/projects/analysis/apps/codelint/apis/v1_pt.py | 2 +- server/projects/analysis/apps/codelint/apis/v2.py | 2 +- server/projects/analysis/apps/codelint/apis/v3.py | 2 +- server/projects/analysis/apps/codelint/apps.py | 2 +- server/projects/analysis/apps/codelint/core/issuemgr.py | 2 +- server/projects/analysis/apps/codelint/filters/issue.py | 2 +- server/projects/analysis/apps/codelint/job/linthandler.py | 2 +- server/projects/analysis/apps/codelint/job/utils.py | 2 +- .../projects/analysis/apps/codelint/migrations/0001_initial.py | 2 +- server/projects/analysis/apps/codelint/models/issue.py | 2 +- server/projects/analysis/apps/codelint/resources.py | 2 +- server/projects/analysis/apps/codelint/serializers/issue.py | 2 +- server/projects/analysis/apps/codelint/tasks/datahandler.py | 2 +- server/projects/analysis/apps/codemetric/api_urls/v1_pt.py | 2 +- server/projects/analysis/apps/codemetric/api_urls/v3_pt.py | 2 +- server/projects/analysis/apps/codemetric/apis/v2.py | 2 +- server/projects/analysis/apps/codemetric/apis/v3.py | 2 +- server/projects/analysis/apps/codemetric/apps.py | 2 +- server/projects/analysis/apps/codemetric/core/ccmgr.py | 2 +- server/projects/analysis/apps/codemetric/core/codecountmgr.py | 2 +- server/projects/analysis/apps/codemetric/core/duplicatemgr.py | 2 +- server/projects/analysis/apps/codemetric/filters/cc.py | 2 +- server/projects/analysis/apps/codemetric/filters/codecount.py | 2 +- server/projects/analysis/apps/codemetric/filters/duplicate.py | 2 +- server/projects/analysis/apps/codemetric/job/cchandler.py | 2 +- .../projects/analysis/apps/codemetric/job/codecounthandler.py | 2 +- server/projects/analysis/apps/codemetric/job/duphandler.py | 2 +- server/projects/analysis/apps/codemetric/job/utils.py | 2 +- .../analysis/apps/codemetric/migrations/0001_initial.py | 2 +- server/projects/analysis/apps/codemetric/models/cc.py | 2 +- server/projects/analysis/apps/codemetric/models/codecount.py | 2 +- server/projects/analysis/apps/codemetric/models/duplicate.py | 2 +- server/projects/analysis/apps/codemetric/resources.py | 2 +- server/projects/analysis/apps/codemetric/serializers/cc.py | 2 +- .../projects/analysis/apps/codemetric/serializers/codecount.py | 2 +- .../projects/analysis/apps/codemetric/serializers/duplicate.py | 2 +- server/projects/analysis/apps/codeproj/api_urls/v1_base.py | 2 +- server/projects/analysis/apps/codeproj/api_urls/v1_project.py | 2 +- server/projects/analysis/apps/codeproj/api_urls/v1_pt.py | 2 +- .../analysis/apps/codeproj/api_urls/v1_tiyan_project.py | 2 +- server/projects/analysis/apps/codeproj/api_urls/v3_pt.py | 2 +- server/projects/analysis/apps/codeproj/apimixins.py | 2 +- server/projects/analysis/apps/codeproj/apis/v1.py | 2 +- server/projects/analysis/apps/codeproj/apis/v1_pt.py | 2 +- server/projects/analysis/apps/codeproj/apis/v2.py | 2 +- server/projects/analysis/apps/codeproj/apis/v3.py | 2 +- server/projects/analysis/apps/codeproj/apps.py | 2 +- server/projects/analysis/apps/codeproj/core/base.py | 2 +- server/projects/analysis/apps/codeproj/filters/scan.py | 2 +- .../projects/analysis/apps/codeproj/migrations/0001_initial.py | 2 +- server/projects/analysis/apps/codeproj/models/scan.py | 2 +- server/projects/analysis/apps/codeproj/serializers/scan.py | 2 +- server/projects/analysis/apps/codeproj/tasks/scanresult.py | 2 +- server/projects/analysis/codedog/celery.py | 2 +- server/projects/analysis/codedog/jinja2.py | 2 +- server/projects/analysis/codedog/open_urls.py | 2 +- server/projects/analysis/codedog/settings/open_base.py | 2 +- server/projects/analysis/codedog/settings/open_env.py | 2 +- server/projects/analysis/codedog/wsgi.py | 2 +- server/projects/analysis/manage.py | 2 +- server/projects/analysis/util/authticket.py | 2 +- server/projects/analysis/util/cdcrypto.py | 2 +- server/projects/analysis/util/encode.py | 2 +- server/projects/analysis/util/errcode.py | 2 +- server/projects/analysis/util/exceptions.py | 2 +- server/projects/analysis/util/filemanager.py | 2 +- server/projects/analysis/util/fileserver.py | 2 +- server/projects/analysis/util/genkey.py | 2 +- server/projects/analysis/util/handlers.py | 2 +- server/projects/analysis/util/httpclient.py | 2 +- server/projects/analysis/util/ordering.py | 2 +- server/projects/analysis/util/renderers.py | 2 +- server/projects/analysis/util/retrylib.py | 2 +- server/projects/analysis/util/webclients.py | 2 +- server/projects/file/apps/authenmgr/migrations/0001_initial.py | 2 +- server/projects/file/apps/authenmgr/models.py | 2 +- server/projects/file/apps/base/api_urls.py | 2 +- server/projects/file/apps/base/apis.py | 2 +- server/projects/file/apps/base/dynamic_models.py | 2 +- server/projects/file/apps/filemgr/api_urls.py | 2 +- server/projects/file/apps/filemgr/apis.py | 2 +- server/projects/file/apps/filemgr/core.py | 2 +- server/projects/file/apps/filemgr/migrations/0001_initial.py | 2 +- server/projects/file/apps/filemgr/models.py | 2 +- server/projects/file/apps/filemgr/permissions.py | 2 +- server/projects/file/apps/filemgr/utils.py | 2 +- server/projects/file/codedog_file_server/asgi.py | 2 +- server/projects/file/codedog_file_server/authentication.py | 2 +- server/projects/file/codedog_file_server/celery.py | 2 +- server/projects/file/codedog_file_server/settings.py | 2 +- server/projects/file/codedog_file_server/urls.py | 2 +- server/projects/file/codedog_file_server/wsgi.py | 2 +- server/projects/file/file.gunicorn.conf.py | 2 +- server/projects/file/manage.py | 2 +- server/projects/file/utils/cdcrypto.py | 2 +- server/projects/file/utils/error.py | 2 +- server/projects/file/utils/file_storage/base.py | 2 +- server/projects/file/utils/file_storage/local_storage.py | 2 +- server/projects/file/utils/file_storage/minio.py | 2 +- server/projects/file/utils/file_storage/qcloud_cos.py | 2 +- server/projects/file/utils/handler.py | 2 +- server/projects/login/apps/open_urls.py | 2 +- server/projects/login/apps/settings/open_base.py | 2 +- server/projects/login/apps/settings/open_env.py | 2 +- server/projects/login/apps/wsgi.py | 2 +- server/projects/login/login.gunicorn.conf.py | 2 +- server/projects/login/login/apis/v1.py | 2 +- server/projects/login/login/apis/v3.py | 2 +- server/projects/login/login/apps.py | 2 +- server/projects/login/login/core.py | 2 +- server/projects/login/login/lib/Cipher.py | 2 +- server/projects/login/login/lib/backends.py | 2 +- server/projects/login/login/lib/cdcrypto.py | 2 +- server/projects/login/login/lib/exception.py | 2 +- server/projects/login/login/lib/rendererresponse.py | 2 +- server/projects/login/login/lib/snowflake.py | 2 +- server/projects/login/login/lib/utils.py | 2 +- server/projects/login/login/management/commands/createuser.py | 2 +- server/projects/login/login/management/commands/initializedb.py | 2 +- server/projects/login/login/management/commands/refresh_pwd.py | 2 +- server/projects/login/login/middleware/loginmiddleware.py | 2 +- server/projects/login/login/migrations/0001_initial.py | 2 +- server/projects/login/login/models.py | 2 +- server/projects/login/login/serializers.py | 2 +- server/projects/login/login/urls/v1.py | 2 +- server/projects/login/login/urls/v3.py | 2 +- server/projects/login/manage.py | 2 +- server/projects/main/apps/__init__.py | 2 +- server/projects/main/apps/authen/api_filters/base.py | 2 +- server/projects/main/apps/authen/api_urls/v1.py | 2 +- server/projects/main/apps/authen/api_urls/v2.py | 2 +- server/projects/main/apps/authen/api_urls/v2_org.py | 2 +- server/projects/main/apps/authen/api_urls/v3.py | 2 +- server/projects/main/apps/authen/api_urls/v3_org.py | 2 +- server/projects/main/apps/authen/apis/v1.py | 2 +- server/projects/main/apps/authen/apis/v2.py | 2 +- server/projects/main/apps/authen/apis/v3.py | 2 +- server/projects/main/apps/authen/apps.py | 2 +- server/projects/main/apps/authen/backends/__init__.py | 2 +- server/projects/main/apps/authen/backends/base.py | 2 +- server/projects/main/apps/authen/backends/internal.py | 2 +- server/projects/main/apps/authen/core/__init__.py | 2 +- server/projects/main/apps/authen/core/oauthmgr.py | 2 +- server/projects/main/apps/authen/core/orgmgr.py | 2 +- server/projects/main/apps/authen/core/usermgr.py | 2 +- server/projects/main/apps/authen/migrations/0001_initial.py | 2 +- .../main/apps/authen/migrations/0003_auto_20220518_1019.py | 2 +- .../main/apps/authen/migrations/0004_auto_20220608_2345.py | 2 +- server/projects/main/apps/authen/models/__init__.py | 2 +- server/projects/main/apps/authen/models/scm.py | 2 +- server/projects/main/apps/authen/models/user.py | 2 +- server/projects/main/apps/authen/permissions.py | 2 +- server/projects/main/apps/authen/serializers/__init__.py | 2 +- server/projects/main/apps/authen/serializers/base.py | 2 +- server/projects/main/apps/authen/serializers/base_org.py | 2 +- server/projects/main/apps/authen/serializers/v3.py | 2 +- server/projects/main/apps/authen/tasks/__init__.py | 2 +- server/projects/main/apps/authen/tasks/authstat.py | 2 +- server/projects/main/apps/base/api_urls/base.py | 2 +- server/projects/main/apps/base/api_urls/v3.py | 2 +- server/projects/main/apps/base/apimixins.py | 2 +- server/projects/main/apps/base/apis.py | 2 +- server/projects/main/apps/base/apps.py | 2 +- server/projects/main/apps/base/basemodel.py | 2 +- server/projects/main/apps/base/filters.py | 2 +- .../apps/base/management/commands/initialize_exclude_paths.py | 2 +- .../main/apps/base/management/commands/initializedb_open.py | 2 +- server/projects/main/apps/base/migrations/0001_initial.py | 2 +- server/projects/main/apps/base/models.py | 2 +- server/projects/main/apps/base/serializers/base.py | 2 +- server/projects/main/apps/base/tasks.py | 2 +- server/projects/main/apps/codeproj/api_filters/base.py | 2 +- server/projects/main/apps/codeproj/api_filters/v3.py | 2 +- server/projects/main/apps/codeproj/api_urls/v1_org.py | 2 +- server/projects/main/apps/codeproj/api_urls/v1_project.py | 2 +- server/projects/main/apps/codeproj/api_urls/v2_org.py | 2 +- server/projects/main/apps/codeproj/api_urls/v2_pt.py | 2 +- server/projects/main/apps/codeproj/api_urls/v3.py | 2 +- server/projects/main/apps/codeproj/apimixins.py | 2 +- server/projects/main/apps/codeproj/apis/v1.py | 2 +- server/projects/main/apps/codeproj/apis/v1_pt.py | 2 +- server/projects/main/apps/codeproj/apis/v1_scheme.py | 2 +- server/projects/main/apps/codeproj/apis/v1_tiyan.py | 2 +- server/projects/main/apps/codeproj/apis/v2_scheme.py | 2 +- server/projects/main/apps/codeproj/apis/v3.py | 2 +- server/projects/main/apps/codeproj/apis/v3_scheme.py | 2 +- server/projects/main/apps/codeproj/apps.py | 2 +- server/projects/main/apps/codeproj/core/__init__.py | 2 +- server/projects/main/apps/codeproj/core/base.py | 2 +- server/projects/main/apps/codeproj/core/jobmgr.py | 2 +- server/projects/main/apps/codeproj/core/projmgr.py | 2 +- server/projects/main/apps/codeproj/core/projteammgr.py | 2 +- server/projects/main/apps/codeproj/core/scmmgr.py | 2 +- .../apps/codeproj/management/commands/refresh_project_key.py | 2 +- server/projects/main/apps/codeproj/migrations/0001_initial.py | 2 +- .../main/apps/codeproj/migrations/0003_auto_20220518_1019.py | 2 +- .../main/apps/codeproj/migrations/0004_auto_20220608_2344.py | 2 +- .../main/apps/codeproj/migrations/0005_auto_20220608_2347.py | 2 +- .../main/apps/codeproj/migrations/0006_auto_20220615_2124.py | 2 +- .../main/apps/codeproj/migrations/0007_auto_20220617_1516.py | 2 +- .../main/apps/codeproj/migrations/0008_auto_20220803_2054.py | 2 +- server/projects/main/apps/codeproj/models/__init__.py | 2 +- server/projects/main/apps/codeproj/models/base.py | 2 +- server/projects/main/apps/codeproj/models/config.py | 2 +- server/projects/main/apps/codeproj/permissions.py | 2 +- server/projects/main/apps/codeproj/serializers/base.py | 2 +- server/projects/main/apps/codeproj/serializers/base_scheme.py | 2 +- server/projects/main/apps/codeproj/serializers/v3.py | 2 +- server/projects/main/apps/codeproj/serializers/v3_scheme.py | 2 +- server/projects/main/apps/codeproj/tasks/__init__.py | 2 +- server/projects/main/apps/codeproj/tasks/base.py | 2 +- server/projects/main/apps/job/__init__.py | 2 +- server/projects/main/apps/job/api_filters/base.py | 2 +- server/projects/main/apps/job/api_filters/v3.py | 2 +- server/projects/main/apps/job/api_urls/v1_job.py | 2 +- server/projects/main/apps/job/api_urls/v1_project.py | 2 +- server/projects/main/apps/job/api_urls/v1_pt.py | 2 +- server/projects/main/apps/job/api_urls/v2_job.py | 2 +- server/projects/main/apps/job/apis/base.py | 2 +- server/projects/main/apps/job/apis/v1.py | 2 +- server/projects/main/apps/job/apis/v1_pt.py | 2 +- server/projects/main/apps/job/apps.py | 2 +- server/projects/main/apps/job/core/__init__.py | 2 +- server/projects/main/apps/job/core/base.py | 2 +- server/projects/main/apps/job/migrations/0001_initial.py | 2 +- .../main/apps/job/migrations/0003_auto_20220518_1019.py | 2 +- .../main/apps/job/migrations/0004_auto_20220729_1020.py | 2 +- server/projects/main/apps/job/migrations/0005_job_ext_field.py | 2 +- .../main/apps/job/migrations/0006_auto_20220726_2153.py | 2 +- server/projects/main/apps/job/models/__init__.py | 2 +- server/projects/main/apps/job/models/base.py | 2 +- server/projects/main/apps/job/permissions.py | 2 +- server/projects/main/apps/job/serializers/base.py | 2 +- server/projects/main/apps/job/serializers/v3.py | 2 +- server/projects/main/apps/job/tasks/__init__.py | 2 +- server/projects/main/apps/job/tasks/jobcheck.py | 2 +- server/projects/main/apps/nodemgr/api_urls/v1.py | 2 +- server/projects/main/apps/nodemgr/api_urls/v2.py | 2 +- server/projects/main/apps/nodemgr/api_urls/v3.py | 2 +- server/projects/main/apps/nodemgr/apis/v1.py | 2 +- server/projects/main/apps/nodemgr/apis/v2.py | 2 +- server/projects/main/apps/nodemgr/apis/v3.py | 2 +- server/projects/main/apps/nodemgr/apps.py | 2 +- server/projects/main/apps/nodemgr/core/__init__.py | 2 +- server/projects/main/apps/nodemgr/core/nodemgr.py | 2 +- server/projects/main/apps/nodemgr/filters/__init__.py | 2 +- server/projects/main/apps/nodemgr/filters/node.py | 2 +- server/projects/main/apps/nodemgr/migrations/0001_initial.py | 2 +- .../main/apps/nodemgr/migrations/0003_auto_20220615_2124.py | 2 +- .../main/apps/nodemgr/migrations/0004_tagtoolprocessrelation.py | 2 +- server/projects/main/apps/nodemgr/models/__init__.py | 2 +- server/projects/main/apps/nodemgr/models/node.py | 2 +- server/projects/main/apps/nodemgr/models/tag.py | 2 +- server/projects/main/apps/nodemgr/permissions.py | 2 +- server/projects/main/apps/nodemgr/serializers/base.py | 2 +- server/projects/main/apps/nodemgr/serializers/v3.py | 2 +- server/projects/main/apps/nodemgr/tasks/__init__.py | 2 +- server/projects/main/apps/nodemgr/tasks/nodecheck.py | 2 +- server/projects/main/apps/scan_conf/api_filters/base.py | 2 +- server/projects/main/apps/scan_conf/api_filters/v2.py | 2 +- server/projects/main/apps/scan_conf/api_filters/v3.py | 2 +- server/projects/main/apps/scan_conf/api_urls/v1.py | 2 +- server/projects/main/apps/scan_conf/api_urls/v2_checktool.py | 2 +- server/projects/main/apps/scan_conf/api_urls/v3_checktool.py | 2 +- .../projects/main/apps/scan_conf/api_urls/v3_global_scheme.py | 2 +- server/projects/main/apps/scan_conf/api_urls/v3_scheme.py | 2 +- server/projects/main/apps/scan_conf/api_urls/v3_toollib.py | 2 +- server/projects/main/apps/scan_conf/apis/base.py | 2 +- server/projects/main/apps/scan_conf/apis/v1.py | 2 +- server/projects/main/apps/scan_conf/apis/v2.py | 2 +- server/projects/main/apps/scan_conf/apis/v3/__init__.py | 2 +- server/projects/main/apps/scan_conf/apis/v3/scheme.py | 2 +- server/projects/main/apps/scan_conf/apis/v3/tool.py | 2 +- server/projects/main/apps/scan_conf/apps.py | 2 +- server/projects/main/apps/scan_conf/core/__init__.py | 2 +- server/projects/main/apps/scan_conf/core/basemgr.py | 2 +- server/projects/main/apps/scan_conf/core/pkgmgr.py | 2 +- server/projects/main/apps/scan_conf/core/profilemgr.py | 2 +- server/projects/main/apps/scan_conf/core/rulemgr.py | 2 +- server/projects/main/apps/scan_conf/core/toollibmgr.py | 2 +- server/projects/main/apps/scan_conf/core/toolmgr.py | 2 +- .../main/apps/scan_conf/management/commands/getcheckers.py | 2 +- .../projects/main/apps/scan_conf/management/commands/getlibs.py | 2 +- .../main/apps/scan_conf/management/commands/getpackages.py | 2 +- .../main/apps/scan_conf/management/commands/loadcheckers.py | 2 +- .../main/apps/scan_conf/management/commands/loadlibs.py | 2 +- .../main/apps/scan_conf/management/commands/loadpackages.py | 2 +- .../main/apps/scan_conf/management/commands/scan_conf.py | 2 +- server/projects/main/apps/scan_conf/migrations/0001_initial.py | 2 +- .../main/apps/scan_conf/migrations/0003_auto_20220518_1055.py | 2 +- .../main/apps/scan_conf/migrations/0005_checktool_image_url.py | 2 +- server/projects/main/apps/scan_conf/models/__init__.py | 2 +- server/projects/main/apps/scan_conf/models/base.py | 2 +- server/projects/main/apps/scan_conf/models/package.py | 2 +- server/projects/main/apps/scan_conf/models/rule.py | 2 +- server/projects/main/apps/scan_conf/models/tool.py | 2 +- server/projects/main/apps/scan_conf/permissions.py | 2 +- .../projects/main/apps/scan_conf/serializers/base/__init__.py | 2 +- server/projects/main/apps/scan_conf/serializers/base/load.py | 2 +- server/projects/main/apps/scan_conf/serializers/base/other.py | 2 +- server/projects/main/apps/scan_conf/serializers/base/pkg.py | 2 +- server/projects/main/apps/scan_conf/serializers/base/rule.py | 2 +- server/projects/main/apps/scan_conf/serializers/base/tool.py | 2 +- server/projects/main/apps/scan_conf/serializers/v1.py | 2 +- server/projects/main/apps/scan_conf/serializers/v2.py | 2 +- server/projects/main/apps/scan_conf/serializers/v3/__init__.py | 2 +- server/projects/main/apps/scan_conf/serializers/v3/pkg.py | 2 +- server/projects/main/apps/scan_conf/serializers/v3/rule.py | 2 +- server/projects/main/apps/scan_conf/serializers/v3/tool.py | 2 +- server/projects/main/apps/scan_conf/tasks/__init__.py | 2 +- server/projects/main/apps/scan_conf/tasks/base.py | 2 +- server/projects/main/apps/scan_conf/utils/__init__.py | 2 +- server/projects/main/apps/scan_conf/utils/base.py | 2 +- server/projects/main/codedog/__init__.py | 2 +- server/projects/main/codedog/celery.py | 2 +- server/projects/main/codedog/celerybeats.py | 2 +- server/projects/main/codedog/jinja2.py | 2 +- server/projects/main/codedog/open_urls.py | 2 +- server/projects/main/codedog/settings/open_base.py | 2 +- server/projects/main/codedog/settings/open_env.py | 2 +- server/projects/main/codedog/wsgi.py | 2 +- server/projects/main/main.gunicorn.conf.py | 2 +- server/projects/main/manage.py | 2 +- server/projects/main/util/authticket.py | 2 +- server/projects/main/util/cdcrypto.py | 2 +- server/projects/main/util/cipher.py | 2 +- server/projects/main/util/errcode.py | 2 +- server/projects/main/util/exceptions.py | 2 +- server/projects/main/util/fileserver.py | 2 +- server/projects/main/util/handlers.py | 2 +- server/projects/main/util/httpclient.py | 2 +- server/projects/main/util/operationrecord.py | 2 +- server/projects/main/util/permissions/proxyperm.py | 2 +- server/projects/main/util/permissions/repoperm.py | 2 +- server/projects/main/util/permissions/scanconfperm.py | 2 +- server/projects/main/util/permissions/userperm.py | 2 +- server/projects/main/util/puppy/configlib.py | 2 +- server/projects/main/util/renderers.py | 2 +- server/projects/main/util/retrylib.py | 2 +- server/projects/main/util/scm/base.py | 2 +- server/projects/main/util/scm/client.py | 2 +- server/projects/main/util/scm/errorcatch.py | 2 +- server/projects/main/util/scm/git.py | 2 +- server/projects/main/util/scm/rpcproxy.py | 2 +- server/projects/main/util/scm/svn.py | 2 +- server/projects/main/util/shortuuid.py | 2 +- server/projects/main/util/time.py | 2 +- server/projects/main/util/webclients.py | 2 +- server/projects/scmproxy/apis.py | 2 +- server/projects/scmproxy/clients/base_client.py | 2 +- server/projects/scmproxy/clients/exceptions.py | 2 +- server/projects/scmproxy/clients/gitee/client.py | 2 +- server/projects/scmproxy/clients/github/client.py | 2 +- server/projects/scmproxy/clients/gitlab/client.py | 2 +- server/projects/scmproxy/clients/http_client.py | 2 +- server/projects/scmproxy/clients/tgitsaas/client.py | 2 +- server/projects/scmproxy/lib/__init__.py | 2 +- server/projects/scmproxy/lib/_scmbase.py | 2 +- server/projects/scmproxy/lib/cmdscm.py | 2 +- server/projects/scmproxy/proxyserver.py | 2 +- server/projects/scmproxy/settings.py | 2 +- server/projects/scmproxy/sourcemgr.py | 2 +- server/projects/scmproxy/test/scm_client.py | 2 +- server/projects/scmproxy/utils.py | 2 +- 586 files changed, 586 insertions(+), 586 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index c0300a3de..13cf1623d 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-2023 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-2024 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. 腾讯云代码分析(Tencent Cloud Code Analysis) is licensed under the MIT License except for the third-party components listed below. diff --git a/client/codepuppy.py b/client/codepuppy.py index c2f0ab0eb..c9794e111 100644 --- a/client/codepuppy.py +++ b/client/codepuppy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f95c2cc48..89fce0604 100644 --- a/client/node/app.py +++ b/client/node/app.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1524e6e80..f18f9a8df 100644 --- a/client/node/common/cmdarg.py +++ b/client/node/common/cmdarg.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cd35af1e3..3c9037bbf 100644 --- a/client/node/common/processmgr.py +++ b/client/node/common/processmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c4761cc1d..02e75c211 100644 --- a/client/node/common/task.py +++ b/client/node/common/task.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9b325d0ee..13a7e8f49 100644 --- a/client/node/common/taskdirmgr.py +++ b/client/node/common/taskdirmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 64b76dc42..78cc524b5 100644 --- a/client/node/common/userinput.py +++ b/client/node/common/userinput.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c00eeee07..c5b58efc8 100644 --- a/client/node/localtask/codecounttask.py +++ b/client/node/localtask/codecounttask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4b5c70da1..2bdb31f6c 100644 --- a/client/node/localtask/filtermgr.py +++ b/client/node/localtask/filtermgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1aabf660c..72caa4a29 100644 --- a/client/node/localtask/initjob.py +++ b/client/node/localtask/initjob.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e73fc9111..d5a450e5b 100644 --- a/client/node/localtask/jobheartbeat.py +++ b/client/node/localtask/jobheartbeat.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 99224a742..559483105 100644 --- a/client/node/localtask/langmgr.py +++ b/client/node/localtask/langmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a211fdbb3..6f15d0ba8 100644 --- a/client/node/localtask/localconfig.py +++ b/client/node/localtask/localconfig.py @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1fdf5cd43..bacb7e5f2 100644 --- a/client/node/localtask/localreport.py +++ b/client/node/localtask/localreport.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 96acb0527..43123406a 100644 --- a/client/node/localtask/localrunner.py +++ b/client/node/localtask/localrunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1a39c35b7..b5fc3b1fa 100644 --- a/client/node/localtask/localsrccheck.py +++ b/client/node/localtask/localsrccheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 54ba22ea4..09d7a7b82 100644 --- a/client/node/localtask/projectmgr.py +++ b/client/node/localtask/projectmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b31eb3f8f..4d41ee0df 100644 --- a/client/node/localtask/requestgenerator.py +++ b/client/node/localtask/requestgenerator.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fff77dc74..2e93a0cc5 100644 --- a/client/node/localtask/requestmodify.py +++ b/client/node/localtask/requestmodify.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 24ebf6589..df82a2d1e 100644 --- a/client/node/localtask/resultsender.py +++ b/client/node/localtask/resultsender.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f12e21ada..42f721687 100644 --- a/client/node/localtask/runlocaltask.py +++ b/client/node/localtask/runlocaltask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cbeb00194..cce4ad8f7 100644 --- a/client/node/localtask/runtask.py +++ b/client/node/localtask/runtask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6ec48c8f5..ac4f87222 100644 --- a/client/node/localtask/scanmodule.py +++ b/client/node/localtask/scanmodule.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c4e29828b..31f341cd6 100644 --- a/client/node/localtask/schememgr.py +++ b/client/node/localtask/schememgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0d74a003e..21cd92cff 100644 --- a/client/node/localtask/scmauthcheck.py +++ b/client/node/localtask/scmauthcheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ec5b85b49..1f3308c2c 100644 --- a/client/node/localtask/scminfo.py +++ b/client/node/localtask/scminfo.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fd6024520..30394125b 100644 --- a/client/node/localtask/scmrevision.py +++ b/client/node/localtask/scmrevision.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c85f4e779..318e77a15 100644 --- a/client/node/localtask/scmtoolcheck.py +++ b/client/node/localtask/scmtoolcheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 954c12296..7e9218b7f 100644 --- a/client/node/localtask/serverquery.py +++ b/client/node/localtask/serverquery.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3e4e9f91e..0dc12225c 100644 --- a/client/node/localtask/setincrscan.py +++ b/client/node/localtask/setincrscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3dad8bd9c..d24cfd2c4 100644 --- a/client/node/localtask/status.py +++ b/client/node/localtask/status.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f28fcb777..5dd9a4024 100644 --- a/client/node/localtask/taskprocessmgr.py +++ b/client/node/localtask/taskprocessmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b711c9dd7..6d21b977d 100644 --- a/client/node/localtask/urlclient.py +++ b/client/node/localtask/urlclient.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e4b8cca96..cf68b7481 100644 --- a/client/node/localtask/urlmgr.py +++ b/client/node/localtask/urlmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bb94dff19..edc6c62fb 100644 --- a/client/node/quicktask/configloader.py +++ b/client/node/quicktask/configloader.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fa7764dc0..951431b4c 100644 --- a/client/node/quicktask/params.py +++ b/client/node/quicktask/params.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a35e492c0..e95518f6a 100644 --- a/client/node/quicktask/quickrunner.py +++ b/client/node/quicktask/quickrunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 94dc53b0d..5ca643e33 100644 --- a/client/node/quicktask/quickscan.py +++ b/client/node/quicktask/quickscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b0eb3516c..c350aa526 100644 --- a/client/node/quicktask/toolloader.py +++ b/client/node/quicktask/toolloader.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a6695b975..8e16762be 100644 --- a/client/node/servertask/looprunner.py +++ b/client/node/servertask/looprunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3593a7c58..6a610fb13 100644 --- a/client/node/servertask/nodemgr.py +++ b/client/node/servertask/nodemgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b19a6e32f..1a6ad3fc6 100644 --- a/client/node/testrunner.py +++ b/client/node/testrunner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d2e0dd72c..a0c7e536c 100644 --- a/client/node/toolloader/gitload.py +++ b/client/node/toolloader/gitload.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9b2acdb87..012ee7e38 100644 --- a/client/node/toolloader/httploadtool.py +++ b/client/node/toolloader/httploadtool.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d35d14c13..4330afb88 100644 --- a/client/node/toolloader/loadconfig.py +++ b/client/node/toolloader/loadconfig.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c6fa531e2..fb3cd912f 100644 --- a/client/node/toolloader/loadtool.py +++ b/client/node/toolloader/loadtool.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 48a2c7fe4..03d659524 100644 --- a/client/settings/base.py +++ b/client/settings/base.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f4dd2dec6..df9932339 100644 --- a/client/settings/edition.py +++ b/client/settings/edition.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a4f02fd9f..d0d1e2c33 100644 --- a/client/settings/settingtype.py +++ b/client/settings/settingtype.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e1f4ca90c..05b3611ec 100644 --- a/client/task/basic/cachebase.py +++ b/client/task/basic/cachebase.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c6c12a9b6..11bc5fb66 100644 --- a/client/task/basic/common.py +++ b/client/task/basic/common.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 947e2f49f..27c30be35 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0e951c97b..eed4ac092 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7abdba3e7..60324d1da 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6fa755f16..ff1ea4acd 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ca17a95c6..071c3e4c6 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d7b7f096e..12e7c4e67 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6a3ebba12..0ebc46f89 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a2ce16733..847b2cfdd 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 04ed4329d..eb4ac5108 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b55a409ac..a5d2bfb5d 100644 --- a/client/task/basic/downloader.py +++ b/client/task/basic/downloader.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 37c3e047c..1e0357048 100644 --- a/client/task/basic/incsourcemgr.py +++ b/client/task/basic/incsourcemgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 108976c91..6272923e6 100644 --- a/client/task/basic/localcache.py +++ b/client/task/basic/localcache.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e1874aaa4..8e2a72a52 100644 --- a/client/task/basic/remotecache.py +++ b/client/task/basic/remotecache.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d3c0a394f..3db2ea92f 100644 --- a/client/task/codelintmodel.py +++ b/client/task/codelintmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b07c8b8bd..8efd9f365 100644 --- a/client/task/codemetricmodel.py +++ b/client/task/codemetricmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 020a4987b..c903c73a9 100644 --- a/client/task/model/analyze.py +++ b/client/task/model/analyze.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 82d489a00..3273527b6 100644 --- a/client/task/model/compile.py +++ b/client/task/model/compile.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 444232f6b..9961ffdfe 100644 --- a/client/task/model/datahandle.py +++ b/client/task/model/datahandle.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dc08af6e2..caddb95ef 100644 --- a/client/task/puppytask.py +++ b/client/task/puppytask.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b00e0c204..71d1c2421 100644 --- a/client/task/request.py +++ b/client/task/request.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 09a8f30c1..82f9414cf 100644 --- a/client/task/response.py +++ b/client/task/response.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b073b053e..c9d97671b 100644 --- a/client/task/sourcemgr.py +++ b/client/task/sourcemgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cc6266e97..86fad1305 100644 --- a/client/task/taskmgr.py +++ b/client/task/taskmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8e0e135d2..a804eb858 100644 --- a/client/task/taskmodel.py +++ b/client/task/taskmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f4d893654..698a86385 100644 --- a/client/task/toolmodel.py +++ b/client/task/toolmodel.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d1b8ab383..fe1e4e3a4 100644 --- a/client/task/transfermgr.py +++ b/client/task/transfermgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7459e8ee9..d42d577d7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7be51fca5..476e33dad 100644 --- a/client/tool/androidlint.py +++ b/client/tool/androidlint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 35b683b7a..89f9b6532 100644 --- a/client/tool/checkstyle.py +++ b/client/tool/checkstyle.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ae6a81157..540ac9d1d 100644 --- a/client/tool/clang.py +++ b/client/tool/clang.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f7dee316f..877973c24 100644 --- a/client/tool/clangwarning.py +++ b/client/tool/clangwarning.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9a9551f39..ad30f365d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8771f553d..000bb6131 100644 --- a/client/tool/codecount.py +++ b/client/tool/codecount.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d3b5efa6d..276a590fa 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ef9d9ca5b..0fb3fea1c 100644 --- a/client/tool/compass.py +++ b/client/tool/compass.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f603d201f..ec57d303e 100644 --- a/client/tool/cppcheck.py +++ b/client/tool/cppcheck.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 daa9aecb1..8aa9a289b 100644 --- a/client/tool/cppcheck2.py +++ b/client/tool/cppcheck2.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 030f92819..d49d53970 100644 --- a/client/tool/cpplint.py +++ b/client/tool/cpplint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fc7ab0210..5f4372f9f 100644 --- a/client/tool/customfilescan.py +++ b/client/tool/customfilescan.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4f7fa4a35..72d213c36 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c2009e2c4..86b16f8ca 100644 --- a/client/tool/dartanalyzer.py +++ b/client/tool/dartanalyzer.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 93e6abcb4..11468b5bc 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d3bf595f6..8160be596 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c69fd2318..9ed8353a0 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 129a0b34b..49a1e39bc 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0cbf0effe..15d3548bb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8809b4e9b..3041ca221 100644 --- a/client/tool/findbugs.py +++ b/client/tool/findbugs.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 947a51400..e29551612 100644 --- a/client/tool/flake8.py +++ b/client/tool/flake8.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b74f00bbc..e7c7dcd36 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b9252e6e4..d122c99e8 100644 --- a/client/tool/golangcilint.py +++ b/client/tool/golangcilint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a05950790..651a29166 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 76797b301..cd6b99959 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7852e4174..47601f0fb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9e5feba2c..5af8cd304 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c4ffadb89..47015d9be 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 09e04d6f9..14c4145ef 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9da20aa7d..1e917d86c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7468f7e43..ffccc6fde 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7baa08440..89c56d97b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0103340d5..f140fab5d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 68e402a2e..00a16028e 100644 --- a/client/tool/javawarning.py +++ b/client/tool/javawarning.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5594d48fd..6ff5af7f8 100644 --- a/client/tool/linecount.py +++ b/client/tool/linecount.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b74f25981..a4b41e2d5 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 afe0a6e8a..88892d385 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 34db84cad..b828d6cba 100644 --- a/client/tool/pylint.py +++ b/client/tool/pylint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dcad09ebd..f24c715b6 100644 --- a/client/tool/regexfilescan.py +++ b/client/tool/regexfilescan.py @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8f1a56c40..5c754a335 100644 --- a/client/tool/regexscan.py +++ b/client/tool/regexscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4804d0fc7..10cf7d9bc 100644 --- a/client/tool/regexscanner.py +++ b/client/tool/regexscanner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a551bab3e..68f62c52c 100644 --- a/client/tool/scalastyle.py +++ b/client/tool/scalastyle.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 89c84e0a3..c43ef91cf 100644 --- a/client/tool/spotbugs.py +++ b/client/tool/spotbugs.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6622a2710..75db22f6a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e38425450..1b0bebc1a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b1d15d446..10fc19f97 100644 --- a/client/tool/swiftlint.py +++ b/client/tool/swiftlint.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 26e8c7a47..1382eea56 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e9730c46e..20ab7928f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a8d813db5..a5bc83d6c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 30d06a002..33c47e950 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 55ab8f91e..1ea93dd3b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8d793f27f..6d4f262aa 100644 --- a/client/tool/tscan_cpp.py +++ b/client/tool/tscan_cpp.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2780a62e4..769b4bc99 100644 --- a/client/tool/tscan_csharp.py +++ b/client/tool/tscan_csharp.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d2a5012b7..2a8636f43 100644 --- a/client/tool/tscan_lua.py +++ b/client/tool/tscan_lua.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d7b812c85..af7214f93 100644 --- a/client/tool/unusedresource.py +++ b/client/tool/unusedresource.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e73b294f7..4016a69cb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 76218eab0..525e1b839 100644 --- a/client/tool/util/collie.py +++ b/client/tool/util/collie.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7b6ecf964..18769d85e 100644 --- a/client/tool/util/compass.py +++ b/client/tool/util/compass.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a9cc439a1..2575eb6fb 100644 --- a/client/tool/util/compile.py +++ b/client/tool/util/compile.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bf7ca08d9..6423b1e23 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a9246d2ba..45e8fcedd 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 235843816..b5fca1b09 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bb3394d4a..56dc4ab1a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5fb4830d5..9484dc551 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a49eb05d7..9739aa9ee 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4bed8232d..9d8c4f283 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 38fea2acb..6978272c8 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 85a83668c..e5660efd3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a87d8afd8..010c07598 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3571767a9..8bdb9c72c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5470d0264..ddd11b437 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7d99ac84e..32b0a8d44 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 67badea94..bafcc90f7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 858b83c86..4f0b660e9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 582b26e8e..ad96c7a04 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8fb9824d0..057f8bf23 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8647d4e8d..8214ee426 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 318631e51..9635e4442 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f443d0c51..5d4333bf6 100644 --- a/client/tool/util/pythontool.py +++ b/client/tool/util/pythontool.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0789b6194..4831bfd05 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 389c41f86..d0572f711 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cb3ee0102..765f301b2 100644 --- a/client/tool/util/toolenvset.py +++ b/client/tool/util/toolenvset.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 01e098280..ff1c6af4f 100644 --- a/client/tool/util/tscan.py +++ b/client/tool/util/tscan.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6e664932d..95d4b1192 100644 --- a/client/tool/util/xcodeswitch.py +++ b/client/tool/util/xcodeswitch.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 928308a5c..6b06545da 100644 --- a/client/util/_scmbase.py +++ b/client/util/_scmbase.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9ad144c78..daca61eb5 100644 --- a/client/util/api/dogapi.py +++ b/client/util/api/dogapi.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 429fc332d..714714679 100644 --- a/client/util/api/dogserver.py +++ b/client/util/api/dogserver.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7a37f3965..e113f8e57 100644 --- a/client/util/api/fileserver.py +++ b/client/util/api/fileserver.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cdbf29201..61d449c8a 100644 --- a/client/util/api/httpclient.py +++ b/client/util/api/httpclient.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bb3c7d343..f42277fb4 100644 --- a/client/util/attrdict.py +++ b/client/util/attrdict.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0e6d970d6..a57b3eb14 100644 --- a/client/util/checklanguage.py +++ b/client/util/checklanguage.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 33781a86b..913c2d20d 100644 --- a/client/util/cleaner.py +++ b/client/util/cleaner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7ef711c63..7f08f8dc5 100644 --- a/client/util/cmdscm.py +++ b/client/util/cmdscm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3d68da0c9..c0668725b 100644 --- a/client/util/codecount/codestat.py +++ b/client/util/codecount/codestat.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5946532ef..563452735 100644 --- a/client/util/codecount/localcount.py +++ b/client/util/codecount/localcount.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4de5c8850..7cc2b27b7 100644 --- a/client/util/codecount/repoter.py +++ b/client/util/codecount/repoter.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 517898185..e5da654c1 100644 --- a/client/util/codecount/scclanguages.py +++ b/client/util/codecount/scclanguages.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 08c379384..29abeaf80 100644 --- a/client/util/codeyaml/addfilterpath.py +++ b/client/util/codeyaml/addfilterpath.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f1a6aefa2..bb72408ef 100644 --- a/client/util/codeyaml/common.py +++ b/client/util/codeyaml/common.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 84aec3322..3b8bd3887 100644 --- a/client/util/codeyaml/fileowner.py +++ b/client/util/codeyaml/fileowner.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b4a452a51..4fe1a1e6a 100644 --- a/client/util/configlib.py +++ b/client/util/configlib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d9262a55b..c6e58bd36 100644 --- a/client/util/envset.py +++ b/client/util/envset.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3639ecbc4..fd9722a5d 100644 --- a/client/util/errcode.py +++ b/client/util/errcode.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6dad9efec..31f5905c9 100644 --- a/client/util/exceptions.py +++ b/client/util/exceptions.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8e7150317..e5ffe522d 100644 --- a/client/util/gitconfig.py +++ b/client/util/gitconfig.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7d867d8dd..b702a8fdf 100644 --- a/client/util/jsonclient.py +++ b/client/util/jsonclient.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 264b156b3..947496f99 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a56e66c74..4ce0c9715 100644 --- a/client/util/languagetype.py +++ b/client/util/languagetype.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bfd6c837e..ed6793a41 100644 --- a/client/util/logutil.py +++ b/client/util/logutil.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 83bcdc213..df6478de1 100644 --- a/client/util/reporter.py +++ b/client/util/reporter.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b54d787e8..bbeee8df8 100644 --- a/client/util/retrylib.py +++ b/client/util/retrylib.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f1f716fde..fd64391da 100644 --- a/client/util/scmurlmgr.py +++ b/client/util/scmurlmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bca8cbde5..280ecceb9 100644 --- a/client/util/smartinput.py +++ b/client/util/smartinput.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5b2a4feb6..1d596571f 100644 --- a/client/util/taskscene.py +++ b/client/util/taskscene.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e5e710502..8a4eeef43 100644 --- a/client/util/tooldisplay.py +++ b/client/util/tooldisplay.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 18b91c675..0d4eae2e6 100644 --- a/client/util/yamlib.py +++ b/client/util/yamlib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 104def2af..a0fa065cf 100644 --- a/client/util/ziplib.py +++ b/client/util/ziplib.py @@ -1,5 +1,5 @@ # -*- encoding=utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4bf3cb7bf..f49a7c45f 100644 --- a/client/util/zipmgr.py +++ b/client/util/zipmgr.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (c) 2022 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1e16700e6..9b78729db 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) 2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 31b70e517..8c60a203d 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) 2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 a60b5705a..a10d0c94b 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) 2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 259d4c2e1..694965a35 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) 2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 f4e332e3b..7bfc77fb1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 21d465844..ce2223d3b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bc0a9418f..d2ea27d22 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4f7d8edf3..9ad3bdfa7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ffe5b076a..369711126 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e6721ae67..227cc7202 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fb2b84b22..ebc9e0fdb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 94cf71acc..8b97cbc07 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6a1590836..41b651cff 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 773251956..868fe91a7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d4eb9690f..30711c551 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 19e697b2a..79ecdc288 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5806fee8a..37d927eea 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b56cece9b..c13c40c1e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 73f4d302e..58bedee44 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 481f4b0db..193e0d483 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 74b85fb85..88a1daaf8 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3568a73b9..e0473c128 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bd2a1ffad..edfb431ff 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4d06e0d3d..dbb59cbfe 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 56051b5c0..f1432b6aa 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 feac65af5..c341cfcde 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 28217ad14..fd7d0f7b8 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6b9985bb6..f1959684c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bcae31ca7..31c157c32 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dd95913b7..e6cad89b7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 55c968866..ba09882cf 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 34b31c821..644c89c11 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 23028bde2..c7e92ba2b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2e8c90914..9632fd0b5 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 df6656cd3..c75ebaafd 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 eebea8504..a6b9cf419 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7b4c51ad8..c199d0400 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1b81b5aa4..1421fc614 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7a339afc0..e3359c3c9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4086b382e..8db76c46e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6ba9f395c..a5d10f1c3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dab2df723..194d5b8a9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 361051a61..ceee3f641 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fdfc3a473..3bf43fb3f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 448191ffd..27efc40ea 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 37641b0bc..82777f607 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c04caeed7..39c41a419 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a3676617b..46b754475 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9341a54a0..e3e7c6676 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 03ed13e94..0bfc3c4d9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 329ef1bdd..d0061ab3b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 32e58e756..4a41823f5 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 afe4a5eb3..c45526616 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c1647ad19..45ab25349 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5ea35b145..661b0c5d3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 123e11313..35ea66d14 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 17e8111fb..876211dc1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b6a9bb55e..14c1a8675 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4736594d9..648abcf79 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 64aab2f9b..20cdc5e1b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f5b8f4926..5a10930e2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6cf8588ef..c66e5461e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ba1e8a7ce..ab9f4e49d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f5b2cbde9..6a6bddce7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 831016c55..41bf6e883 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8a9c2862e..a12faed7b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d8fde0bda..b3489805a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8c2eaf517..fd7d18d6f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e909856e9..c11c27d25 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ec1a604bb..9407450aa 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 36a750b85..e959f939f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 29d1a878e..aa81e7118 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d900f2e9f..ce64233ea 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1bf4fc8c7..6299c4795 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fd876dfac..a70d8841e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0e7cf985d..6df2ae015 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 84ee34b13..08e871106 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f3b9dfc7c..06a748ba1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b51cf6e22..9478d76bf 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a09d990d3..cb36deeff 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6f443998b..4ab41d35f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8c6c16adf..18f9da6f1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 74e0b38ac..fb2278a8a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 86e5b8844..cd6b38878 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 428a4347f..19395c1ad 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 598a36df6..cbfeb5f91 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f25094a60..b72f08799 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bfe1a7e17..1114e0159 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 10cb59ea1..914f65f28 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c99e0b3b4..6ba102495 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8a56e052e..4138b9547 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 427ea1c9a..25a1055c6 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f4dc39f21..aebc5138d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7d80e0bde..f3c8b0411 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 73b2f7ec4..6f586c107 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e51b058a0..5c5a224a6 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c44af0633..e42c9a8aa 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c8c6e782f..275e52151 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9f3f1dcb6..309ba875e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e48405f1c..4ae2d0458 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fe6c5fb04..e7636260f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a34100cf7..e157467b6 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0dc2cadda..8bd67e44d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 391a9f7b2..747cb9a9e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2f0affec8..a2fa819ca 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 554e50161..6a838d2e8 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dea2320f0..aa509b6a7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 746a58450..f1e727d42 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d47bc9ffd..66416d2a7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d1e3b5b78..670e5d47d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5dc05c9d7..60e0cdd96 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f3ee550c7..c8b23887f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a2e70fa7b..a646cf58c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cb709d979..cadb0e990 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b9495c942..e45829999 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1da7a38bc..1e88dcc23 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 317ac3279..4366aecad 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e927cc365..4e31761ae 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d4ecf3db5..64d130dd3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2250e4d23..d89dfcbf2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f2b9d4112..37411db81 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2b6b7e2c9..5980c4685 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b8516ea28..a3affe287 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2f53e076f..ffa146cb7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e57077113..48dd52088 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 43eafce03..a58bc8d48 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2152792f6..37e2068a6 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2245c04f5..66c936e78 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d9bb08057..0247bf258 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9aa702f95..9fd8e7d71 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a7ab81817..e9f542307 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7175d54e6..1bc478e5a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d67aba9c6..4fe3f7356 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4ef3f5159..0a61a8ccf 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 74698a8dd..0041f805c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d6ec8fdc3..05a07fc61 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bd70458c1..5d25704ae 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0c271d6ab..36311d753 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a803ddf96..f1b0f2002 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ad2caeae7..4f2891916 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b896b8585..c41a33f2c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f6c47b1c5..5ae2146d5 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 056723ba5..c72f93781 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 52ebc58e5..fee21c1f8 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 da294a29f..1e8ba1a80 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 28de256de..de2281eff 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4dafdf0c1..824a53be0 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4116ae9bf..b4fb51954 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a20ffa8ab..59d852edc 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 145d732e7..d5a4662fe 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a05a847bc..a594872a3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6245826b6..5096dbfec 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 88cff5bfc..d575a8454 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1a89142cc..782db40ae 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7b6a47ebf..34d3b1411 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b4fcfd867..d56d68b1d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 294d87d09..24c62afa9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 25e19239b..b6fb557ce 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8c6a16892..6ce1ad2b6 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c7eb7ec5d..28b406c16 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 18412c3ab..d85e881bc 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 30944d55f..b8733dc31 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 34570a88c..087d237a2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 933681674..41666c09f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d4f4f0d1c..791301658 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5e8cb37b1..35d146513 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2b823ca63..e4c35f06b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 593f011ba..8bcf71d41 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 4e0aa8a48..3fd1b3e0d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 844ab2ff1..9258b658c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 aee051f23..0810d936d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e9f8a16ca..a26aae247 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 3618301c9..9ce18449e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 80f99135f..ba79c23e7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6f81ccb4b..2ab7250fd 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 eec10cb74..7a6e822e3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 605b68d4c..72617d570 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a705492bd..dc09c0714 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bd35a1d7e..8be968dae 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8dfb94c3f..778c7ea2b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7341dbf90..ed47e1ca9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6b8086f09..e84cfc626 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 136b2ae43..9685e4ce0 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 845d40383..60ffe0514 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 edbbec5d7..3a06af506 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 051a7c5f4..9af33be50 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c887fe281..d2737807d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 743a97ee4..0d39f815d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0a8750e31..67fce87bd 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b61430729..24c51decb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 57c0bd7af..cd3f39fa5 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 95eed785a..2e27ac838 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dc0adf11b..e43f486d1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 57bf25046..13d4f96ef 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dfee5f889..bf4336ff3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c0b3d2902..1bace7422 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f5b531e6a..e3d815d6c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 67dfee45c..c72d2a1a1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d732e6dd2..8152a794f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 be842b6d3..70c3d0aa1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 00900804f..2dc3640c2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a43077b46..1c95155e5 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4cde47684..a699021fb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 63cbf06ca..01bb1c592 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9bd7a65a1..bb46eaf62 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bb5cf66e5..0f60c6d82 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7b33bfb20..1bdad885c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 964448465..78af66e49 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 788d75ee5..c67240d08 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b64af9f14..c34ec70df 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4184d7906..491459734 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bcd9eb587..ee8db5261 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 66de5f6ad..feb6a3e1d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f4efb2df5..b83c119df 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 40f278696..64abfcd8f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 79e58e69a..a8493197b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a42277e94..965eae2f2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5f7e4eb59..68bc671a1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0e13ea649..85ef16b4e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f0d5f3897..f065c2be3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 436634ecd..ee7cce672 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 5284cd3fc..40923cf0e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 665d75886..50e2a52ec 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 9fca4c1d4..abb796611 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 50736ebea..118914274 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 77241277b..a3e8f5b54 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 89247cb78..f046e7c37 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 552a29bc4..22295426b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3090c9a47..b01338dc0 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8c5c964a4..41f407f53 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c0cf2087d..3c93bcdb3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c261248a8..aaf1c4a56 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a296f5743..3f9cb0087 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6dcbf8f78..7474ebfc2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 68146fcc2..19ca6b6e5 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2009eb4ad..0177ca41a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a3f0ea578..360e64391 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 611bf4f05..59f1e3b79 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e79aacd6e..b084a1452 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7fa32ae34..d2dc6d166 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b602b89e1..bc27f54b3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5a64803dc..10b6cf23a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b2f23e352..69515813e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d6a106be8..ea60c3e17 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c5e3a0586..46e8c7a9c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f0c41b010..c79bc51af 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3e7bc7c50..82c4831be 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d1a63e499..205b5d1cd 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8926da74f..8ec7c2402 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 da70f2428..0e0d98d2c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a18417798..ff8c00d9f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 0204a6ae8..7cf844e25 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 f1978f3d9..ef99c0cda 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 5811ce4ba..82b374983 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 525488ece..3d93751c4 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 68595ac89..dae096f21 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ed6299b70..db1859016 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7caca95c9..1b7110a8e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2ea360398..215998cd8 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9d21b8cf4..f4c006e0c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ca6e96ee9..8bdd8243c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e0671fe63..c1372fc51 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 976e0b466..f7ac974e2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 82e40dcb7..9b6672109 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 df8800653..ede018dca 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 db1e882be..63d0914a4 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 804a33bee..7902a3c53 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 91b7fa003..602774958 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f0146d063..9a95c1805 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 0b9878329..7ede2cdb1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 85a98272c..58405b03e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cd0d59ee7..1acd12656 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d9f0c89d5..a9256e51a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fb355d9ae..49236ffa8 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c6f1f233c..6ebe24c5c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c86619b25..9491e42d7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 27f35039e..931c1ea7f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fca233828..654460318 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 134611356..29184851a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f904945ff..934190b44 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c4952ca10..6f56b7aba 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6ae07e788..89030acaa 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 16ffd1cfb..7f5f6ef90 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b4b1c4f1e..78893f129 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4db2a0678..2e4b49d2a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 28e44449c..755dd4b40 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8ca2365d5..27ec474d2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d5b4933f3..11a5ec079 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7927e97e5..c787c7f4a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9c3f71eaf..70e9e25a0 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c65a0597c..08fbddf6c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 28ce8b9b6..32728d34b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 053f6625d..07e483f93 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c21f5ceb9..feeb2dea7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c49d504eb..988611fd2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 233483d50..9dc201839 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fbcb1928e..b5b115875 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ae4102923..ae2cec11c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 450edc9f0..dd8ce0d6d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d2ce27a50..2df5ef4f4 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 db8adac6f..0df084fd1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b7dae0a40..9beb41c18 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 040456be4..945d9611b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 58aa434e1..90eab9eb6 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e1d620a44..35104b4f2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 44efcd859..94142a085 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 041ee348e..566ffffc1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8aa62c5a7..4e6947cdb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c02965c63..9945635b2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 80dff985d..ff7ba8e5b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 af8d610c6..b17ed2beb 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e489029a1..950a30c7d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fc5176b80..76410e975 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a00f1af68..318987e74 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 eb9dfc7f4..612ecae65 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # # 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 c8a80ebe5..21a8a2d5a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 be4855d7d..9b587dfdf 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6c425ee7d..4198d6a63 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7585d7532..4555fb898 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 20213a487..68bd18d33 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cca9990ff..ae84d05b7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 430bec425..dd5d55faf 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8ecc3a7bc..2d4284d0f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c8785c284..77a75fb7d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 06cf5eaad..1865f8fb2 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 75e0e016e..e08c7114d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 17d2d26fb..93eab9ded 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1239e3626..909a733c3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7e2af92b6..45f18fa9f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 e3fe9c1b4..fd57ce9b1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 51795c4c8..a8c50bb04 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b7a5e4468..d357f9f88 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 7c4f98ffd..0ef2995b9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 57d1efe6f..7abdbe0b1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 d42ee839b..ea91f0fc0 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2ffd9062b..6c962036c 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 970df9fcc..2c8413dca 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b25ec8bbe..1812d2c67 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 cdc18d578..d707c8858 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ee33b71fa..bf008a1ec 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bb50fda5e..aeb3a9d57 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a09d990d3..cb36deeff 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6a9e5b88f..18f6abe53 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 dd147e52d..b9d80facf 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 5e51f6d2b..71cd4c264 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 626a7b0b3..4d04e154f 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bba4e6bcb..ed81bb028 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 aac08f5cf..c642d21d1 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 fbd13eb5b..bf6dd3316 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 01cf1f01d..fae50af89 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9cce8b86f..340443a75 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 b33f89925..49b234e2a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 9dce9112a..0ef676f99 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c1ea3ce8d..95b5110a7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a236a02ef..a5d215590 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c650a6426..a1879abc9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f6e624138..427429f57 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bb6f8ac74..a1583cc98 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3ed7c4355..5055a258a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1a47d18cf..f4859e1c0 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 91186e60e..fcc86973d 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a49be69a7..0114ec8a3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4282f771d..2038fc8e3 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 518da3145..d039c0b6e 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 de594162a..c8aa51b60 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 51f4cccab..d79476eca 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 ab6bab8bf..456ebdf3b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 51b8e1ba1..43e67906a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 6c3c02654..e891a0d07 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 005e398da..1d2bb0556 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 2d009722c..77a8f55e9 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 17412ffaf..8fc72f765 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 284c5bb54..a0f19c736 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a51be4a69..0ad1ab4a3 100644 --- a/server/projects/scmproxy/apis.py +++ b/server/projects/scmproxy/apis.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 923b89e65..5af9f3e27 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 91059f92d..63c0cd521 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 bdb662a24..ceeb896f4 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 8de87ac7f..09b43a4e4 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 4f9b1d325..35f09597a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1b2a0a335..658a3ea7a 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 3c41d4861..8e5adb495 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 333fa7b73..64d86520b 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1a38215f7..c9129c3ac 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c6898793f..3c7b8c1c7 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 1df66b3a1..4cee2140c 100644 --- a/server/projects/scmproxy/proxyserver.py +++ b/server/projects/scmproxy/proxyserver.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 c321fc053..1d7a2753d 100644 --- a/server/projects/scmproxy/settings.py +++ b/server/projects/scmproxy/settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 f5d992585..fe7764c6e 100644 --- a/server/projects/scmproxy/sourcemgr.py +++ b/server/projects/scmproxy/sourcemgr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 a24c5f3f5..e79b45970 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-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # 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 babaf2fde..1f5dcdc0c 100644 --- a/server/projects/scmproxy/utils.py +++ b/server/projects/scmproxy/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2023 THL A29 Limited +# Copyright (c) 2021-2024 THL A29 Limited # # This source code file is made available under MIT License # See LICENSE for details From 2925032ab6ed30c73034e6288a843c1261165abd Mon Sep 17 00:00:00 2001 From: cyw3 <2927096163@qq.com> Date: Mon, 4 Mar 2024 10:10:04 +0800 Subject: [PATCH 2/2] :art: update web copyright Signed-off-by: cyw3 <2927096163@qq.com> --- .../shared/tdesign-component/modal/delete-modal/index.tsx | 2 +- .../tca-analysis/src/components/code-highlight/constants.ts | 2 +- .../tca-analysis/src/components/code-highlight/index.tsx | 2 +- .../tca-analysis/src/components/code-highlight/worker.js | 2 +- web/packages/tca-analysis/src/components/copy/index.tsx | 2 +- web/packages/tca-analysis/src/components/delete-modal/index.tsx | 2 +- web/packages/tca-analysis/src/components/filter/FilterItem.tsx | 2 +- web/packages/tca-analysis/src/components/filter/index.tsx | 2 +- web/packages/tca-analysis/src/components/loading/index.tsx | 2 +- web/packages/tca-analysis/src/components/repos/index.tsx | 2 +- web/packages/tca-analysis/src/components/running-icon/index.tsx | 2 +- .../tca-analysis/src/components/schemes/base-config-form.tsx | 2 +- .../tca-analysis/src/components/schemes/code-metrics-form.tsx | 2 +- .../tca-analysis/src/components/schemes/compile-modal.tsx | 2 +- .../src/components/schemes/path-filter-list/branch.tsx | 2 +- .../src/components/schemes/path-filter-list/index.tsx | 2 +- .../src/components/schemes/path-filter-list/path-operation.tsx | 2 +- .../src/components/schemes/path-filter-list/update-modal.tsx | 2 +- .../src/components/schemes/pkg-details/all-rule-table.tsx | 2 +- .../src/components/schemes/pkg-details/edit-rule-modal.tsx | 2 +- .../src/components/schemes/pkg-details/pkg-rule-table.tsx | 2 +- .../tca-analysis/src/components/schemes/pkg-list/index.tsx | 2 +- .../tca-analysis/src/components/select-borderless/index.tsx | 2 +- .../tca-analysis/src/components/select-dropdown/index.tsx | 2 +- web/packages/tca-analysis/src/components/tips/index.tsx | 2 +- web/packages/tca-analysis/src/context/constant.ts | 2 +- web/packages/tca-analysis/src/context/store.tsx | 2 +- .../tca-analysis/src/modules/project-team/group/index.tsx | 2 +- .../tca-analysis/src/modules/project-team/overview/index.tsx | 2 +- .../src/modules/projects/code-tools/circle-packing.tsx | 2 +- .../tca-analysis/src/modules/projects/code-tools/index.tsx | 2 +- .../tca-analysis/src/modules/projects/code-tools/modal.tsx | 2 +- .../tca-analysis/src/modules/projects/code-tools/scans.tsx | 2 +- web/packages/tca-analysis/src/modules/projects/index.tsx | 2 +- .../tca-analysis/src/modules/projects/issues/detail-right.tsx | 2 +- .../tca-analysis/src/modules/projects/issues/detail.tsx | 2 +- .../src/modules/projects/issues/handle-issue-modal.tsx | 2 +- web/packages/tca-analysis/src/modules/projects/issues/index.tsx | 2 +- .../tca-analysis/src/modules/projects/issues/issue-popover.tsx | 2 +- .../tca-analysis/src/modules/projects/issues/rule-detail.tsx | 2 +- .../tca-analysis/src/modules/projects/issues/search.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/ccfiles/detail.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/ccfiles/index.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/ccfiles/search.tsx | 2 +- .../src/modules/projects/metric/ccissues/detail.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/ccissues/index.tsx | 2 +- .../src/modules/projects/metric/ccissues/issue-modal.tsx | 2 +- .../src/modules/projects/metric/ccissues/search.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/clocs/index.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/constants.ts | 2 +- .../src/modules/projects/metric/dupfiles/detail.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/dupfiles/index.tsx | 2 +- .../src/modules/projects/metric/dupfiles/search.tsx | 2 +- web/packages/tca-analysis/src/modules/projects/metric/index.tsx | 2 +- .../tca-analysis/src/modules/projects/metric/utils/index.tsx | 2 +- web/packages/tca-analysis/src/modules/projects/nav.tsx | 2 +- .../tca-analysis/src/modules/projects/overview/codecc/index.tsx | 2 +- .../src/modules/projects/overview/codecloc/index.tsx | 2 +- .../src/modules/projects/overview/codedup/index.tsx | 2 +- .../src/modules/projects/overview/codelint/index.tsx | 2 +- .../tca-analysis/src/modules/projects/overview/core/index.tsx | 2 +- .../tca-analysis/src/modules/projects/overview/index.tsx | 2 +- .../tca-analysis/src/modules/projects/overview/mine/index.tsx | 2 +- .../tca-analysis/src/modules/projects/overview/no-data.tsx | 2 +- .../src/modules/projects/overview/run-job/index.tsx | 2 +- .../tca-analysis/src/modules/projects/overview/utils.ts | 2 +- .../tca-analysis/src/modules/projects/project/first-modal.tsx | 2 +- .../src/modules/projects/project/new-project-modal.tsx | 2 +- .../tca-analysis/src/modules/projects/project/project-list.tsx | 2 +- .../tca-analysis/src/modules/projects/project/scan-modal.tsx | 2 +- web/packages/tca-analysis/src/modules/projects/routes.ts | 2 +- .../tca-analysis/src/modules/projects/scan-history/index.tsx | 2 +- .../tca-analysis/src/modules/projects/scan-history/result.tsx | 2 +- .../tca-analysis/src/modules/schemes/baseinfo/index.tsx | 2 +- web/packages/tca-analysis/src/modules/schemes/branchs/index.tsx | 2 +- .../tca-analysis/src/modules/schemes/code-lint/all-rules.tsx | 2 +- .../tca-analysis/src/modules/schemes/code-lint/index.tsx | 2 +- .../tca-analysis/src/modules/schemes/code-lint/pkg-rules.tsx | 2 +- .../tca-analysis/src/modules/schemes/code-metrics/index.tsx | 2 +- web/packages/tca-analysis/src/modules/schemes/create-scheme.tsx | 2 +- web/packages/tca-analysis/src/modules/schemes/index.tsx | 2 +- web/packages/tca-analysis/src/modules/schemes/list.tsx | 2 +- .../tca-analysis/src/modules/schemes/path-filter/index.tsx | 2 +- .../tca-analysis/src/modules/schemes/path-filter/path.tsx | 2 +- .../tca-analysis/src/modules/schemes/pull-tmpl-modal.tsx | 2 +- .../tca-analysis/src/modules/template/baseinfo/index.tsx | 2 +- .../tca-analysis/src/modules/template/code-lint/all-rules.tsx | 2 +- .../tca-analysis/src/modules/template/code-lint/index.tsx | 2 +- .../tca-analysis/src/modules/template/code-lint/pkg-rules.tsx | 2 +- .../tca-analysis/src/modules/template/code-lint/rules.tsx | 2 +- .../tca-analysis/src/modules/template/code-metrics/index.tsx | 2 +- web/packages/tca-analysis/src/modules/template/create.tsx | 2 +- web/packages/tca-analysis/src/modules/template/detail.tsx | 2 +- web/packages/tca-analysis/src/modules/template/index.tsx | 2 +- .../tca-analysis/src/modules/template/path-filter/index.tsx | 2 +- .../tca-analysis/src/modules/template/permission/index.tsx | 2 +- .../tca-analysis/src/modules/template/schemes/index.tsx | 2 +- web/packages/tca-analysis/src/modules/template/sync-modal.tsx | 2 +- web/packages/tca-analysis/src/modules/welcome/index.tsx | 2 +- .../src/plat/common/modules/projects/scan-modal.tsx | 2 +- .../tca-analysis/src/plat/open/modules/schemes/compile-tip.tsx | 2 +- web/packages/tca-analysis/src/routes/index.tsx | 2 +- web/packages/tca-analysis/src/services/common.ts | 2 +- web/packages/tca-analysis/src/services/index.ts | 2 +- web/packages/tca-analysis/src/services/projects.ts | 2 +- web/packages/tca-analysis/src/services/repos.ts | 2 +- web/packages/tca-analysis/src/services/schemes.ts | 2 +- web/packages/tca-analysis/src/services/template.tsx | 2 +- web/packages/tca-analysis/src/utils/fetch.ts | 2 +- web/packages/tca-analysis/src/utils/getRoutePath.ts | 2 +- web/packages/tca-analysis/src/utils/index.ts | 2 +- 111 files changed, 111 insertions(+), 111 deletions(-) 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 e5b8d8e7e..3d7941668 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 08aad4460..256ad24b2 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 52d71b511..8b39ea446 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 5ef6cb18a..d7c2493a9 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 3f04dedff..c8616dc77 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 04633ab57..5422c9fb1 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 89f5e6df2..fef03d8b2 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 7e5ac0396..3866ca584 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 d60ef34ad..6d417b6f4 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 daa0d1e7f..29803a77d 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 752fd3011..143dfb112 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 37ebb3976..4b47712a0 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 b01753eac..a9179a5f6 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 2e2997227..6611baf12 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 650431d43..2718d8a92 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 0a6f33c53..3c198842e 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 6fa5515ff..2339df185 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 9c69fdd73..0b0cc373d 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 07d07dd56..6bd58b2be 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 2540e5e4f..89fbdc2ab 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 c8b07f0aa..c1a38e9d0 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 97025abe6..012c53bf8 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 d2ed8490a..93f856427 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 87e3b1b61..94ba3f6cd 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 f2c28df4b..da8bbfc7a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 6cc0111dc..52b573c31 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 3fc498e96..567ee51f3 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 45b4de6e9..4ce970db7 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 e948d444d..bd43c0b9b 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 2cfd9a79a..a6bf7d19a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 6eef2c06a..dfa1529ae 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 1bce887a8..688199ea4 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 0003936d5..fddb9be8e 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 69111ae8b..ab942a938 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 c2459e2ed..6d7b531a4 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 bfc49fd32..07dcff17f 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 472bdb297..c2335d3db 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 50f5d1e12..922c68194 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 d617f1e96..c5d1a9d1f 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 8256fa109..3e97651c6 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 8761c38b6..bd1e25954 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 46887eb12..be64713fd 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 ec1f79c28..741ea7fb0 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 fe9927800..158c3fec7 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 1dbc243d4..b443bb754 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 fec5ea669..853301503 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 aa811d5fe..213dce521 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 68da461cf..73c7a4db4 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 2879c6b13..a2a20590a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 70f279455..5008447f1 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 f3af4e02d..81b917496 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 bfbd20520..48fcfd3f6 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 ab51e1927..e2215f038 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 3685415e6..10b173fb6 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 eaf21063a..c6e9050aa 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 57056bbfb..cc4b57447 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 03cdfc88c..1be8a185c 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 9ebae1c13..973e08a1d 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 25c01e65b..7c257077d 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 60290eba3..885a99b04 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 33695f4fb..e5ce9aa65 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 e8f456653..48e8c817c 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 7e6b5a405..43b2c64ce 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 ef35e882e..4273d2b53 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 1b9ee342b..0cfc55d44 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 28e29642e..4323ac479 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 84fa2cb12..ee6509227 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 6ab3ffd7a..b4c0e7a5a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 02529d1bc..05ab72a9a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 528f3eac5..83c5cfa6a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 2f65018a0..616771775 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 0db34b790..7d13b9f01 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 c34b1cf31..2ca2be5a3 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 250c37fd2..3ffe01e01 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 8590244e7..3f0fa47c2 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 947aec4d8..b2136f550 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 dd9c77223..d513d459a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 befbc7ebd..0d83f84e5 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 3178c76d5..73051b69e 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 1603fe091..a88d7ed20 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 78f9c6de7..75cedc595 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 4d56ed968..c233c90ac 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 cb14b84d9..4cccdbe29 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 e7b3a7a91..a6922e1ee 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 981008282..983b23e5b 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 1a7e0a404..7b217b506 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 cb75f3146..6ce259eb8 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 77d35afe6..593d596ea 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 a09dbcb3e..3b77f0973 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 4af786d02..6e834af93 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 c7ad27227..1e1f30ef2 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 354bb5483..c43ada08f 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 574a4422e..45d570ea4 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 dce47eb0a..ced8afc9b 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 7e5a5edc8..c556f82ad 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 790a205cc..8c288178b 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 7cf627e36..e7bd12bd8 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 ddee6e9e8..05febe4dc 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 a913573c1..9b0cd3cfc 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 528f3eac5..83c5cfa6a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 e6fa1ca05..32c4b68a3 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 92b8e4ee1..973cd64aa 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 b0cc02947..eb612f60a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 12d45cca3..12ec31f92 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 8119e721b..6b2f9e17a 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 34bac0b4a..eb61324f3 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 b69526d22..94b52b4ff 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 31dc72a7b..441ac02ed 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 61861583d..8b2788f18 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 e028d728f..8e2841422 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // 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 978b25f06..7877c7be1 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-2022 THL A29 Limited +// Copyright (c) 2021-2024 THL A29 Limited // // This source code file is made available under MIT License // See LICENSE for details