From 249ca8262a2986c582385fb7ee1e1f697d403439 Mon Sep 17 00:00:00 2001 From: homholueng Date: Sun, 26 Apr 2020 10:16:29 +0800 Subject: [PATCH] =?UTF-8?q?minor:=20=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B9=B4=E4=BB=BD=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 2 +- auth_backend/__init__.py | 2 +- auth_backend/apps.py | 2 +- auth_backend/backends/__init__.py | 2 +- auth_backend/backends/base.py | 2 +- auth_backend/backends/bkiam.py | 2 +- auth_backend/backends/dummy.py | 2 +- auth_backend/backends/signals.py | 2 +- auth_backend/backends/utils.py | 2 +- auth_backend/conf.py | 2 +- auth_backend/constants.py | 2 +- auth_backend/contrib/__init__.py | 2 +- auth_backend/contrib/consistency/__init__.py | 2 +- auth_backend/contrib/consistency/admin.py | 2 +- auth_backend/contrib/consistency/apps.py | 2 +- auth_backend/contrib/consistency/conf.py | 2 +- auth_backend/contrib/consistency/legacy.py | 2 +- auth_backend/contrib/consistency/management/__init__.py | 2 +- .../contrib/consistency/management/commands/__init__.py | 2 +- .../management/commands/register_auth_legacy_instance.py | 2 +- auth_backend/contrib/consistency/migrations/0001_initial.py | 2 +- auth_backend/contrib/consistency/migrations/__init__.py | 2 +- auth_backend/contrib/consistency/models.py | 2 +- auth_backend/contrib/consistency/signals/__init__.py | 2 +- auth_backend/contrib/consistency/signals/handlers.py | 2 +- auth_backend/contrib/consistency/tests/__init__.py | 2 +- auth_backend/contrib/consistency/tests/mock_path.py | 2 +- auth_backend/contrib/consistency/tests/models/__init__.py | 2 +- .../tests/models/test_register_fail_instance_archive.py | 2 +- auth_backend/contrib/consistency/tests/test_legacy.py | 2 +- auth_backend/exceptions.py | 2 +- auth_backend/management/__init__.py | 2 +- auth_backend/management/commands/__init__.py | 2 +- auth_backend/management/commands/perms_makemigrations.py | 2 +- auth_backend/migrations/0001_initial.py | 2 +- auth_backend/migrations/0002_201909061515.py | 2 +- auth_backend/migrations/0003_201910251722.py | 2 +- auth_backend/migrations/0004_201911051158.py | 2 +- auth_backend/migrations/__init__.py | 2 +- auth_backend/plugins/__init__.py | 2 +- auth_backend/plugins/bkiam/__init__.py | 2 +- auth_backend/plugins/bkiam/shortcuts.py | 2 +- auth_backend/plugins/constants.py | 2 +- auth_backend/plugins/decorators.py | 2 +- auth_backend/plugins/delegation.py | 2 +- auth_backend/plugins/http.py | 2 +- auth_backend/plugins/middlewares.py | 2 +- auth_backend/plugins/shortcuts.py | 2 +- auth_backend/plugins/tastypie/__init__.py | 2 +- auth_backend/plugins/tastypie/authorization.py | 2 +- auth_backend/plugins/tastypie/inspect.py | 2 +- auth_backend/plugins/tastypie/resources.py | 2 +- auth_backend/plugins/tastypie/shortcuts.py | 2 +- auth_backend/plugins/utils.py | 2 +- auth_backend/resources/__init__.py | 2 +- auth_backend/resources/base.py | 2 +- auth_backend/resources/django.py | 2 +- auth_backend/resources/inspect.py | 2 +- auth_backend/resources/interfaces.py | 2 +- auth_backend/resources/migrations/__init__.py | 2 +- auth_backend/resources/migrations/differ.py | 2 +- auth_backend/resources/migrations/exceptions.py | 2 +- auth_backend/resources/migrations/finder.py | 2 +- auth_backend/resources/migrations/loader.py | 2 +- auth_backend/resources/migrations/migration.py | 2 +- auth_backend/resources/migrations/snapper.py | 2 +- auth_backend/tests/__init__.py | 2 +- auth_backend/tests/backends/__init__.py | 2 +- auth_backend/tests/backends/test_bkiam.py | 2 +- auth_backend/tests/backends/test_dummy.py | 2 +- auth_backend/tests/backends/test_utils.py | 2 +- auth_backend/tests/mock_path.py | 2 +- auth_backend/tests/plugins/__init__.py | 2 +- auth_backend/tests/plugins/test_shortcuts.py | 2 +- auth_backend/tests/plugins/test_utils.py | 2 +- auth_backend/tests/resources/__init__.py | 2 +- auth_backend/tests/resources/base/__init__.py | 2 +- auth_backend/tests/resources/base/test_action.py | 2 +- auth_backend/tests/resources/base/test_action_collection.py | 2 +- .../tests/resources/base/test_nerver_init_resource.py | 2 +- auth_backend/tests/resources/base/test_object_resource.py | 2 +- auth_backend/tests/resources/base/test_resource.py | 2 +- auth_backend/tests/resources/inspect/__init__.py | 2 +- auth_backend/tests/resources/inspect/test_field_inspect.py | 2 +- auth_backend/tests/resources/migrations/__init__.py | 2 +- auth_backend/tests/resources/migrations/finder/__init__.py | 2 +- .../resources/migrations/finder/test_migration_writer.py | 2 +- .../tests/resources/migrations/finder/test_snapshot_finder.py | 2 +- .../tests/resources/migrations/finder/test_snapshot_reader.py | 2 +- .../tests/resources/migrations/finder/test_snapshot_writer.py | 2 +- auth_backend/tests/resources/migrations/migration/__init__.py | 2 +- .../migrations/migration/test_bkiam_resource_migration.py | 2 +- .../resources/migrations/migration/test_resource_migration.py | 2 +- auth_backend/tests/resources/migrations/test_differ.py | 2 +- auth_backend/tests/resources/migrations/test_loader.py | 2 +- auth_backend/tests/resources/migrations/test_snapper.py | 2 +- auth_backend/tests/resources/test_django.py | 2 +- bkiam/__init__.py | 2 +- bkiam/client.py | 2 +- bkiam/conf.py | 2 +- bkiam/exceptions.py | 2 +- bkiam/shortcuts.py | 2 +- blueapps/__init__.py | 2 +- blueapps/account/__init__.py | 2 +- blueapps/account/admin.py | 2 +- blueapps/account/apps.py | 2 +- blueapps/account/backends.py | 2 +- blueapps/account/components/__init__.py | 2 +- blueapps/account/components/bk_jwt/__init__.py | 2 +- blueapps/account/components/bk_jwt/backends.py | 2 +- blueapps/account/components/bk_jwt/middlewares.py | 2 +- blueapps/account/components/bk_token/__init__.py | 2 +- blueapps/account/components/bk_token/backends.py | 2 +- blueapps/account/components/bk_token/forms.py | 2 +- blueapps/account/components/bk_token/middlewares.py | 2 +- blueapps/account/components/bk_token/models.py | 2 +- blueapps/account/components/null/__init__.py | 2 +- blueapps/account/components/weixin/__init__.py | 2 +- blueapps/account/components/weixin/backends.py | 2 +- blueapps/account/components/weixin/forms.py | 2 +- blueapps/account/components/weixin/middlewares.py | 2 +- blueapps/account/conf.py | 2 +- blueapps/account/decorators.py | 2 +- blueapps/account/forms.py | 2 +- blueapps/account/handlers/__init__.py | 2 +- blueapps/account/handlers/response.py | 2 +- blueapps/account/middlewares.py | 2 +- blueapps/account/migrations/0001_initial.py | 2 +- blueapps/account/migrations/0002_init_superuser.py | 2 +- blueapps/account/migrations/0003_verifyinfo.py | 2 +- blueapps/account/migrations/__init__.py | 2 +- blueapps/account/models.py | 2 +- blueapps/account/sites/__init__.py | 2 +- blueapps/account/sites/default.py | 2 +- blueapps/account/sites/open/__init__.py | 2 +- blueapps/account/sites/open/conf.py | 2 +- blueapps/account/urls.py | 2 +- blueapps/account/utils/__init__.py | 2 +- blueapps/account/utils/http.py | 2 +- blueapps/account/utils/sms.py | 2 +- blueapps/account/views.py | 2 +- blueapps/conf/__init__.py | 2 +- blueapps/conf/database.py | 2 +- blueapps/conf/default_settings.py | 2 +- blueapps/conf/environ.py | 2 +- blueapps/conf/log.py | 2 +- blueapps/conf/sites/__init__.py | 2 +- blueapps/conf/sites/open/__init__.py | 2 +- blueapps/contrib/__init__.py | 2 +- blueapps/contrib/bk_commands/__init__.py | 2 +- blueapps/contrib/bk_commands/management/__init__.py | 2 +- blueapps/contrib/bk_commands/management/commands/__init__.py | 2 +- blueapps/contrib/bk_commands/management/commands/init.py | 2 +- .../contrib/bk_commands/management/commands/startexample.py | 2 +- .../contrib/bk_commands/management/commands/startweixin.py | 2 +- .../contrib/bk_commands/management/commands/startwxapp.py | 2 +- blueapps/contrib/bk_commands/management/templates.py | 2 +- blueapps/core/__init__.py | 2 +- blueapps/core/celery/__init__.py | 2 +- blueapps/core/celery/celery.py | 2 +- blueapps/core/exceptions/__init__.py | 2 +- blueapps/core/exceptions/base.py | 2 +- blueapps/core/exceptions/middleware.py | 2 +- blueapps/core/handler/__init__.py | 2 +- blueapps/core/handler/wsgi.py | 2 +- blueapps/core/sites/__init__.py | 2 +- blueapps/core/sites/middleware.py | 2 +- blueapps/core/wsgi.py | 2 +- blueapps/middleware/__init__.py | 2 +- blueapps/middleware/bkui/__init__.py | 2 +- blueapps/middleware/bkui/middlewares.py | 2 +- blueapps/middleware/request_provider.py | 2 +- blueapps/middleware/xss/__init__.py | 2 +- blueapps/middleware/xss/decorators.py | 2 +- blueapps/middleware/xss/middlewares.py | 2 +- blueapps/middleware/xss/pxfilter.py | 2 +- blueapps/middleware/xss/utils.py | 2 +- blueapps/patch/__init__.py | 2 +- blueapps/patch/log.py | 2 +- blueapps/patch/settings_open_saas.py | 2 +- blueapps/patch/settings_paas_services.py | 2 +- blueapps/template/__init__.py | 2 +- blueapps/template/backends/__init__.py | 2 +- blueapps/template/backends/mako.py | 2 +- blueapps/template/context_processors.py | 2 +- blueapps/utils/__init__.py | 2 +- blueapps/utils/cache.py | 2 +- blueapps/utils/esbclient.py | 2 +- blueapps/utils/logger.py | 2 +- blueapps/utils/managermixins.py | 2 +- blueapps/utils/request_provider.py | 2 +- blueapps/utils/sites/__init__.py | 2 +- blueapps/utils/sites/open/__init__.py | 2 +- blueapps/utils/unique.py | 2 +- blueapps/utils/view_decorators.py | 2 +- config/__init__.py | 2 +- config/default.py | 2 +- config/dev.py | 2 +- config/perms.py | 2 +- config/prod.py | 2 +- config/sites/__init__.py | 2 +- config/sites/community/__init__.py | 2 +- config/sites/community/ver_settings.py | 2 +- config/stag.py | 2 +- config/urls_custom.py | 2 +- data_migration/__init__.py | 2 +- data_migration/account/__init__.py | 2 +- data_migration/account/mixins/__init__.py | 2 +- data_migration/account/mixins/sites/__init__.py | 2 +- data_migration/account/mixins/sites/open/__init__.py | 2 +- data_migration/account/mixins/sites/open/user.py | 2 +- data_migration/account/mixins/user_manager.py | 2 +- data_migration/account/patch.py | 2 +- data_migration/apps.py | 2 +- data_migration/conf/__init__.py | 2 +- data_migration/conf/default_settings.py | 2 +- data_migration/conf/sites/__init__.py | 2 +- data_migration/conf/sites/open/__init__.py | 2 +- data_migration/conf/sites/open/ver_settings.py | 2 +- data_migration/management/__init__.py | 2 +- data_migration/management/commands/__init__.py | 2 +- data_migration/management/commands/migrate.py | 2 +- data_migration/migrations/0001_user_migration.py | 2 +- data_migration/migrations/0002_constraint_migration.py | 2 +- data_migration/migrations/__init__.py | 2 +- data_migration/utils.py | 2 +- files/__init__.py | 2 +- files/admin.py | 2 +- files/apps.py | 2 +- files/bartenders/__init__.py | 2 +- files/bartenders/base.py | 2 +- files/bartenders/nfs.py | 2 +- files/bartenders/upload_module.py | 2 +- files/exceptions.py | 2 +- files/factory.py | 2 +- files/managers/__init__.py | 2 +- files/managers/base.py | 2 +- files/managers/nfs.py | 2 +- files/managers/upload_module.py | 2 +- files/migrations/0001_initial.py | 2 +- files/migrations/0002_uploadticket.py | 2 +- files/migrations/__init__.py | 2 +- files/models.py | 2 +- files/tests/__init__.py | 2 +- files/tests/managers/__init__.py | 2 +- files/tests/managers/test_nfs.py | 2 +- files/tests/managers/test_upload_module.py | 2 +- files/tests/models/__init__.py | 2 +- files/tests/models/test_upload_ticket.py | 2 +- files/tests/test_factory.py | 2 +- frontend/desktop/__init__.py | 2 +- gcloud/__init__.py | 2 +- gcloud/apigw/__init__.py | 2 +- gcloud/apigw/apps.py | 2 +- gcloud/apigw/constants.py | 2 +- gcloud/apigw/decorators.py | 2 +- gcloud/apigw/exceptions.py | 2 +- gcloud/apigw/schemas.py | 2 +- gcloud/apigw/urls.py | 2 +- gcloud/apigw/utils.py | 2 +- gcloud/apigw/views/__init__.py | 2 +- gcloud/apigw/views/create_periodic_task.py | 2 +- gcloud/apigw/views/create_task.py | 2 +- gcloud/apigw/views/fast_create_task.py | 2 +- gcloud/apigw/views/get_common_template_info.py | 2 +- gcloud/apigw/views/get_common_template_list.py | 2 +- gcloud/apigw/views/get_periodic_task_info.py | 2 +- gcloud/apigw/views/get_periodic_task_list.py | 2 +- gcloud/apigw/views/get_plugin_list.py | 2 +- gcloud/apigw/views/get_task_detail.py | 2 +- gcloud/apigw/views/get_task_node_data.py | 2 +- gcloud/apigw/views/get_task_node_detail.py | 2 +- gcloud/apigw/views/get_task_status.py | 2 +- gcloud/apigw/views/get_tasks_status.py | 2 +- gcloud/apigw/views/get_template_info.py | 2 +- gcloud/apigw/views/get_template_list.py | 2 +- gcloud/apigw/views/get_template_schemes.py | 2 +- gcloud/apigw/views/get_user_project_detail.py | 2 +- gcloud/apigw/views/get_user_project_list.py | 2 +- gcloud/apigw/views/import_common_template.py | 2 +- gcloud/apigw/views/import_project_template.py | 2 +- gcloud/apigw/views/modify_constants_for_periodic_task.py | 2 +- gcloud/apigw/views/modify_cron_for_periodic_task.py | 2 +- gcloud/apigw/views/node_callback.py | 2 +- gcloud/apigw/views/operate_node.py | 2 +- gcloud/apigw/views/operate_task.py | 2 +- gcloud/apigw/views/plugin_proxy.py | 2 +- gcloud/apigw/views/preview_task_tree.py | 2 +- gcloud/apigw/views/query_task_count.py | 2 +- gcloud/apigw/views/set_periodic_task_enabled.py | 2 +- gcloud/apigw/views/start_task.py | 2 +- gcloud/apigw/views/utils.py | 2 +- gcloud/apigw/whitelist.py | 2 +- gcloud/commons/__init__.py | 2 +- gcloud/commons/template/__init__.py | 2 +- gcloud/commons/template/admin.py | 2 +- gcloud/commons/template/api.py | 2 +- gcloud/commons/template/apps.py | 2 +- gcloud/commons/template/constants.py | 2 +- gcloud/commons/template/forms.py | 2 +- gcloud/commons/template/migrations/0001_initial.py | 2 +- gcloud/commons/template/migrations/0002_auto_20181204_1813.py | 2 +- gcloud/commons/template/migrations/0003_auto_20181205_1153.py | 2 +- .../commons/template/migrations/0004_set_min_template_id.py | 2 +- gcloud/commons/template/migrations/0005_auto_20190523_1509.py | 2 +- gcloud/commons/template/migrations/__init__.py | 2 +- gcloud/commons/template/models.py | 2 +- gcloud/commons/template/permissions.py | 2 +- gcloud/commons/template/resources.py | 2 +- gcloud/commons/template/urls.py | 2 +- gcloud/commons/template/utils.py | 2 +- gcloud/conf/__init__.py | 2 +- gcloud/conf/default_settings.py | 2 +- gcloud/conf/i18n.py | 2 +- gcloud/conf/sites/__init__.py | 2 +- gcloud/conf/sites/community/__init__.py | 2 +- gcloud/conf/sites/community/ver_settings.py | 2 +- gcloud/constants.py | 2 +- gcloud/contrib/__init__.py | 2 +- gcloud/contrib/admin/__init__.py | 2 +- gcloud/contrib/admin/apps.py | 2 +- gcloud/contrib/admin/migrations/__init__.py | 2 +- gcloud/contrib/admin/resources.py | 2 +- gcloud/contrib/admin/urls.py | 2 +- gcloud/contrib/admin/views/__init__.py | 2 +- gcloud/contrib/admin/views/search.py | 2 +- gcloud/contrib/admin/views/taskflow.py | 2 +- gcloud/contrib/admin/views/templates.py | 2 +- gcloud/contrib/analysis/__init__.py | 2 +- gcloud/contrib/analysis/analyse_items/__init__.py | 2 +- gcloud/contrib/analysis/analyse_items/app_maker.py | 2 +- gcloud/contrib/analysis/analyse_items/task_flow_instance.py | 2 +- gcloud/contrib/analysis/analyse_items/task_template.py | 2 +- gcloud/contrib/analysis/apps.py | 2 +- gcloud/contrib/analysis/decorators.py | 2 +- gcloud/contrib/analysis/permissions.py | 2 +- gcloud/contrib/analysis/urls.py | 2 +- gcloud/contrib/analysis/views.py | 2 +- gcloud/contrib/appmaker/__init__.py | 2 +- gcloud/contrib/appmaker/admin.py | 2 +- gcloud/contrib/appmaker/api.py | 2 +- gcloud/contrib/appmaker/apps.py | 2 +- gcloud/contrib/appmaker/decorators.py | 2 +- gcloud/contrib/appmaker/migrations/0001_initial.py | 2 +- gcloud/contrib/appmaker/migrations/0002_auto_20180209_1510.py | 2 +- gcloud/contrib/appmaker/migrations/0003_auto_20180301_1729.py | 2 +- gcloud/contrib/appmaker/migrations/0004_auto_20180425_1512.py | 2 +- gcloud/contrib/appmaker/migrations/0005_auto_20180823_1730.py | 2 +- gcloud/contrib/appmaker/migrations/0006_appmaker_project.py | 2 +- .../contrib/appmaker/migrations/0007_add_project_relation.py | 2 +- gcloud/contrib/appmaker/migrations/0008_auto_20190520_1448.py | 2 +- .../contrib/appmaker/migrations/0009_set_business_to_none.py | 2 +- .../appmaker/migrations/0010_remove_appmaker_business.py | 2 +- gcloud/contrib/appmaker/migrations/__init__.py | 2 +- gcloud/contrib/appmaker/models.py | 2 +- gcloud/contrib/appmaker/permissions.py | 2 +- gcloud/contrib/appmaker/resources.py | 2 +- gcloud/contrib/appmaker/schema.py | 2 +- gcloud/contrib/appmaker/urls.py | 2 +- gcloud/contrib/appmaker/views.py | 2 +- gcloud/contrib/audit/__init__.py | 2 +- gcloud/contrib/audit/permissions.py | 2 +- gcloud/contrib/auth/__init__.py | 2 +- gcloud/contrib/auth/backend.py | 2 +- gcloud/contrib/collection/__init__.py | 2 +- gcloud/contrib/collection/admin.py | 2 +- gcloud/contrib/collection/apps.py | 2 +- gcloud/contrib/collection/authorization.py | 2 +- gcloud/contrib/collection/migrations/0001_initial.py | 2 +- .../contrib/collection/migrations/0002_auto_20191214_1952.py | 2 +- gcloud/contrib/collection/migrations/__init__.py | 2 +- gcloud/contrib/collection/models.py | 2 +- gcloud/contrib/collection/resources.py | 2 +- gcloud/contrib/develop/__init__.py | 2 +- gcloud/contrib/develop/api.py | 2 +- gcloud/contrib/develop/apps.py | 2 +- gcloud/contrib/develop/constants.py | 2 +- gcloud/contrib/develop/urls.py | 2 +- gcloud/contrib/function/__init__.py | 2 +- gcloud/contrib/function/admin.py | 2 +- gcloud/contrib/function/apps.py | 2 +- gcloud/contrib/function/handlers.py | 2 +- gcloud/contrib/function/migrations/0001_initial.py | 2 +- gcloud/contrib/function/migrations/0002_auto_20180413_1804.py | 2 +- gcloud/contrib/function/migrations/__init__.py | 2 +- gcloud/contrib/function/models.py | 2 +- gcloud/contrib/function/permissions.py | 2 +- gcloud/contrib/function/resources.py | 2 +- gcloud/core/__init__.py | 2 +- gcloud/core/admin.py | 2 +- gcloud/core/api.py | 2 +- gcloud/core/api_adapter/__init__.py | 2 +- gcloud/core/api_adapter/sites/__init__.py | 2 +- gcloud/core/api_adapter/sites/open/__init__.py | 2 +- gcloud/core/api_adapter/sites/open/app_maker.py | 2 +- gcloud/core/api_adapter/sites/open/user_info.py | 2 +- gcloud/core/api_adapter/sites/open/user_role.py | 2 +- gcloud/core/api_adapter/utils.py | 2 +- gcloud/core/apps.py | 2 +- gcloud/core/command.py | 2 +- gcloud/core/constant.py | 2 +- gcloud/core/context_processors.py | 2 +- gcloud/core/decorators.py | 2 +- gcloud/core/footer/__init__.py | 2 +- gcloud/core/footer/sites/__init__.py | 2 +- gcloud/core/footer/sites/open/__init__.py | 2 +- gcloud/core/footer/sites/open/footer.py | 2 +- gcloud/core/middlewares.py | 2 +- gcloud/core/migrations/0001_initial.py | 2 +- gcloud/core/migrations/0002_business_time_zone.py | 2 +- gcloud/core/migrations/0003_business_executor.py | 2 +- gcloud/core/migrations/0004_environmentvariables.py | 2 +- gcloud/core/migrations/0005_business_life_cycle.py | 2 +- gcloud/core/migrations/0006_business_always_use_executor.py | 2 +- gcloud/core/migrations/0007_business_status.py | 2 +- gcloud/core/migrations/0008_auto_20181130_1510.py | 2 +- gcloud/core/migrations/0009_project_userdefaultproject.py | 2 +- gcloud/core/migrations/0010_create_project_for_exist_biz.py | 2 +- .../core/migrations/0011_create_project_for_non_active_biz.py | 2 +- gcloud/core/migrations/0012_auto_20190612_2113.py | 2 +- gcloud/core/migrations/0013_admin_init.py | 2 +- gcloud/core/migrations/0013_projectcounter.py | 2 +- gcloud/core/migrations/__init__.py | 2 +- gcloud/core/models.py | 2 +- gcloud/core/permissions.py | 2 +- gcloud/core/project.py | 2 +- gcloud/core/roles.py | 2 +- gcloud/core/roles/__init__.py | 2 +- gcloud/core/roles/sites/__init__.py | 2 +- gcloud/core/roles/sites/open/__init__.py | 2 +- gcloud/core/roles/sites/open/roles.py | 2 +- gcloud/core/signals/__init__.py | 2 +- gcloud/core/signals/handlers.py | 2 +- gcloud/core/tasks.py | 2 +- gcloud/core/urls.py | 2 +- gcloud/core/utils/__init__.py | 2 +- gcloud/core/utils/common/__init__.py | 2 +- gcloud/core/utils/common/apis.py | 2 +- gcloud/core/utils/common/dates.py | 2 +- gcloud/core/utils/common/strings.py | 2 +- gcloud/core/utils/sites/__init__.py | 2 +- gcloud/core/utils/sites/open/__init__.py | 2 +- gcloud/core/utils/sites/open/utils.py | 2 +- gcloud/core/views.py | 2 +- gcloud/err_code.py | 2 +- gcloud/exceptions.py | 2 +- gcloud/external_plugins/__init__.py | 2 +- gcloud/external_plugins/admin.py | 2 +- gcloud/external_plugins/apps.py | 2 +- gcloud/external_plugins/exceptions.py | 2 +- gcloud/external_plugins/migrations/0001_initial.py | 2 +- .../migrations/0002_cachepackagesource_desc.py | 2 +- gcloud/external_plugins/migrations/0003_auto_20190524_1529.py | 2 +- gcloud/external_plugins/migrations/0004_synctask.py | 2 +- gcloud/external_plugins/migrations/__init__.py | 2 +- gcloud/external_plugins/models/__init__.py | 2 +- gcloud/external_plugins/models/base.py | 2 +- gcloud/external_plugins/models/cache.py | 2 +- gcloud/external_plugins/models/origin.py | 2 +- gcloud/external_plugins/models/sync.py | 2 +- gcloud/external_plugins/protocol/__init__.py | 2 +- gcloud/external_plugins/protocol/readers.py | 2 +- gcloud/external_plugins/protocol/writers.py | 2 +- gcloud/external_plugins/resources.py | 2 +- gcloud/external_plugins/schemas.py | 2 +- gcloud/external_plugins/signals/__init__.py | 2 +- gcloud/external_plugins/signals/handlers.py | 2 +- gcloud/external_plugins/tasks.py | 2 +- gcloud/periodictask/__init__.py | 2 +- gcloud/periodictask/admin.py | 2 +- gcloud/periodictask/api.py | 2 +- gcloud/periodictask/apps.py | 2 +- gcloud/periodictask/exceptions.py | 2 +- gcloud/periodictask/migrations/0001_initial.py | 2 +- gcloud/periodictask/migrations/0002_periodictask_project.py | 2 +- gcloud/periodictask/migrations/0003_add_project_relation.py | 2 +- gcloud/periodictask/migrations/0004_set_business_to_none.py | 2 +- .../migrations/0005_remove_periodictask_business.py | 2 +- .../migrations/0006_periodictask_template_source.py | 2 +- gcloud/periodictask/migrations/__init__.py | 2 +- gcloud/periodictask/models.py | 2 +- gcloud/periodictask/permissions.py | 2 +- gcloud/periodictask/resources.py | 2 +- gcloud/periodictask/signals/__init__.py | 2 +- gcloud/periodictask/signals/handlers.py | 2 +- gcloud/periodictask/urls.py | 2 +- gcloud/shortcuts/__init__.py | 2 +- gcloud/shortcuts/cmdb.py | 2 +- gcloud/shortcuts/message/__init__.py | 2 +- gcloud/shortcuts/message/common.py | 2 +- gcloud/shortcuts/message/sites/__init__.py | 2 +- gcloud/shortcuts/message/sites/open/__init__.py | 2 +- gcloud/shortcuts/message/sites/open/send_msg.py | 2 +- gcloud/taskflow3/__init__.py | 2 +- gcloud/taskflow3/admin.py | 2 +- gcloud/taskflow3/api.py | 2 +- gcloud/taskflow3/apps.py | 2 +- gcloud/taskflow3/constants.py | 2 +- gcloud/taskflow3/context.py | 2 +- gcloud/taskflow3/exceptions.py | 2 +- gcloud/taskflow3/forms.py | 2 +- gcloud/taskflow3/migrations/0001_initial.py | 2 +- .../migrations/0002_taskflowinstance_template_source.py | 2 +- gcloud/taskflow3/migrations/0003_auto_20181214_1453.py | 2 +- gcloud/taskflow3/migrations/0004_auto_20190103_1918.py | 2 +- gcloud/taskflow3/migrations/0005_taskflowinstance_project.py | 2 +- gcloud/taskflow3/migrations/0006_auto_20190523_1509.py | 2 +- gcloud/taskflow3/migrations/0007_add_project_relation.py | 2 +- gcloud/taskflow3/migrations/0008_set_business_to_none.py | 2 +- .../migrations/0009_remove_taskflowinstance_business.py | 2 +- gcloud/taskflow3/migrations/0010_auto_20190827_1943.py | 2 +- gcloud/taskflow3/migrations/0011_auto_20190906_1119.py | 2 +- gcloud/taskflow3/migrations/__init__.py | 2 +- gcloud/taskflow3/models.py | 2 +- gcloud/taskflow3/permissions.py | 2 +- gcloud/taskflow3/resources.py | 2 +- gcloud/taskflow3/signals/__init__.py | 2 +- gcloud/taskflow3/signals/dispatch.py | 2 +- gcloud/taskflow3/signals/handlers.py | 2 +- gcloud/taskflow3/tasks.py | 2 +- gcloud/taskflow3/urls.py | 2 +- gcloud/taskflow3/utils.py | 2 +- gcloud/tasktmpl3/__init__.py | 2 +- gcloud/tasktmpl3/admin.py | 2 +- gcloud/tasktmpl3/api.py | 2 +- gcloud/tasktmpl3/apps.py | 2 +- gcloud/tasktmpl3/constants.py | 2 +- gcloud/tasktmpl3/migrations/0001_initial.py | 2 +- gcloud/tasktmpl3/migrations/0002_auto_20180130_1633.py | 2 +- gcloud/tasktmpl3/migrations/0003_auto_20180301_1732.py | 2 +- gcloud/tasktmpl3/migrations/0004_auto_20180822_1206.py | 2 +- gcloud/tasktmpl3/migrations/0005_tasktemplate_tmp_field.py | 2 +- gcloud/tasktmpl3/migrations/0006_auto_20180908_1447.py | 2 +- gcloud/tasktmpl3/migrations/0008_auto_20180908_1453.py | 2 +- gcloud/tasktmpl3/migrations/0009_auto_20180908_1454.py | 2 +- .../migrations/0010_remove_tasktemplate_tmp_field.py | 2 +- gcloud/tasktmpl3/migrations/0011_tasktemplate_project.py | 2 +- gcloud/tasktmpl3/migrations/0012_add_project_relation.py | 2 +- gcloud/tasktmpl3/migrations/0013_set_business_to_none.py | 2 +- .../tasktmpl3/migrations/0014_remove_tasktemplate_business.py | 2 +- gcloud/tasktmpl3/migrations/0015_auto_20190523_1509.py | 2 +- gcloud/tasktmpl3/migrations/__init__.py | 2 +- gcloud/tasktmpl3/models.py | 2 +- gcloud/tasktmpl3/permissions.py | 2 +- gcloud/tasktmpl3/resources.py | 2 +- gcloud/tasktmpl3/urls.py | 2 +- gcloud/tasktmpl3/utils.py | 2 +- gcloud/tasktmpl3/varschema.py | 2 +- gcloud/tests/__init__.py | 2 +- gcloud/tests/apigw/__init__.py | 2 +- gcloud/tests/apigw/test_whitelist.py | 2 +- gcloud/tests/apigw/views/__init__.py | 2 +- gcloud/tests/apigw/views/test_create_periodic_task.py | 2 +- gcloud/tests/apigw/views/test_create_task.py | 2 +- gcloud/tests/apigw/views/test_get_common_template_info.py | 2 +- gcloud/tests/apigw/views/test_get_common_template_list.py | 2 +- gcloud/tests/apigw/views/test_get_periodic_task_info.py | 2 +- gcloud/tests/apigw/views/test_get_periodic_task_list.py | 2 +- gcloud/tests/apigw/views/test_get_plugin_list.py | 2 +- gcloud/tests/apigw/views/test_get_task_detail.py | 2 +- gcloud/tests/apigw/views/test_get_task_node_data.py | 2 +- gcloud/tests/apigw/views/test_get_task_node_detail.py | 2 +- gcloud/tests/apigw/views/test_get_task_status.py | 2 +- gcloud/tests/apigw/views/test_get_tasks_status.py | 2 +- gcloud/tests/apigw/views/test_get_template_info.py | 2 +- gcloud/tests/apigw/views/test_get_template_list.py | 2 +- gcloud/tests/apigw/views/test_get_template_schemes.py | 2 +- gcloud/tests/apigw/views/test_get_user_project_detail.py | 2 +- gcloud/tests/apigw/views/test_get_user_project_list.py | 2 +- gcloud/tests/apigw/views/test_import_common_template.py | 2 +- .../apigw/views/test_modify_constants_for_periodic_task.py | 2 +- .../tests/apigw/views/test_modify_cron_for_periodic_task.py | 2 +- gcloud/tests/apigw/views/test_node_callback.py | 2 +- gcloud/tests/apigw/views/test_operate_node.py | 2 +- gcloud/tests/apigw/views/test_operate_task.py | 2 +- gcloud/tests/apigw/views/test_preview_task_tree.py | 2 +- gcloud/tests/apigw/views/test_query_task_count.py | 2 +- gcloud/tests/apigw/views/test_set_periodic_task_enabled.py | 2 +- gcloud/tests/apigw/views/test_start_task.py | 2 +- gcloud/tests/apigw/views/utils.py | 2 +- gcloud/tests/core/__init__.py | 2 +- gcloud/tests/core/models/__init__.py | 2 +- gcloud/tests/core/models/test_project.py | 2 +- gcloud/tests/core/models/test_user_default_project.py | 2 +- gcloud/tests/core/test_project.py | 2 +- gcloud/tests/external_plugins/__init__.py | 2 +- gcloud/tests/external_plugins/mock.py | 2 +- gcloud/tests/external_plugins/mock_settings.py | 2 +- gcloud/tests/external_plugins/models/__init__.py | 2 +- gcloud/tests/external_plugins/models/test_cache.py | 2 +- gcloud/tests/external_plugins/models/test_origin.py | 2 +- gcloud/tests/external_plugins/models/test_sync_task.py | 2 +- gcloud/tests/external_plugins/protocol/__init__.py | 2 +- gcloud/tests/external_plugins/protocol/test_readers.py | 2 +- gcloud/tests/external_plugins/protocol/test_writers.py | 2 +- gcloud/tests/external_plugins/test_handlers.py | 2 +- gcloud/tests/external_plugins/test_tasks.py | 2 +- gcloud/tests/mock.py | 2 +- gcloud/tests/mock_settings.py | 2 +- gcloud/tests/periodictask/models/test_periodic_task.py | 2 +- .../tests/periodictask/models/test_periodic_task_history.py | 2 +- gcloud/tests/taskflow3/__init__.py | 2 +- gcloud/tests/taskflow3/models/__init__.py | 2 +- gcloud/tests/taskflow3/models/test_taskflow_instance.py | 2 +- gcloud/tests/taskflow3/test_api.py | 2 +- gcloud/tests/tasktmpl3/__init__.py | 2 +- gcloud/tests/tasktmpl3/test_api.py | 2 +- gcloud/tests/tasktmpl3/test_models.py | 2 +- gcloud/utils/__init__.py | 2 +- gcloud/utils/collections.py | 2 +- gcloud/utils/forms.py | 2 +- gcloud/utils/handlers.py | 2 +- gcloud/utils/random.py | 2 +- gcloud/utils/unique.py | 2 +- gcloud/webservice3/__init__.py | 2 +- gcloud/webservice3/paginator.py | 2 +- gcloud/webservice3/resources.py | 2 +- gcloud/webservice3/serializers.py | 2 +- gcloud/webservice3/urls.py | 2 +- manage.py | 2 +- packages/__init__.py | 2 +- packages/bkoauth/__init__.py | 2 +- packages/bkoauth/decorators.py | 2 +- packages/bkoauth/jwt_client.py | 2 +- packages/bkoauth/utils.py | 2 +- packages/blueking/__init__.py | 2 +- packages/blueking/component/__init__.py | 2 +- packages/blueking/component/apis/__init__.py | 2 +- packages/blueking/component/apis/bk_login.py | 2 +- packages/blueking/component/apis/bk_paas.py | 2 +- packages/blueking/component/apis/cc.py | 2 +- packages/blueking/component/apis/cmsi.py | 2 +- packages/blueking/component/apis/esb.py | 2 +- packages/blueking/component/apis/gse.py | 2 +- packages/blueking/component/apis/job.py | 2 +- packages/blueking/component/apis/nodeman.py | 2 +- packages/blueking/component/apis/sops.py | 2 +- packages/blueking/component/apis/usermanage.py | 2 +- packages/blueking/component/base.py | 2 +- packages/blueking/component/client.py | 2 +- packages/blueking/component/collections.py | 2 +- packages/blueking/component/conf.py | 2 +- packages/blueking/component/exceptions.py | 2 +- packages/blueking/component/shortcuts.py | 2 +- packages/blueking/component/utils.py | 2 +- pipeline/__init__.py | 2 +- pipeline/admin.py | 2 +- pipeline/apps.py | 2 +- pipeline/builder/__init__.py | 2 +- pipeline/builder/builder.py | 2 +- pipeline/builder/flow/__init__.py | 2 +- pipeline/builder/flow/activity.py | 2 +- pipeline/builder/flow/base.py | 2 +- pipeline/builder/flow/data.py | 2 +- pipeline/builder/flow/event.py | 2 +- pipeline/builder/flow/gateway.py | 2 +- pipeline/celery/__init__.py | 2 +- pipeline/celery/settings.py | 2 +- pipeline/component_framework/__init__.py | 2 +- pipeline/component_framework/admin.py | 2 +- pipeline/component_framework/apps.py | 2 +- pipeline/component_framework/base.py | 2 +- pipeline/component_framework/component.py | 2 +- pipeline/component_framework/constant.py | 2 +- pipeline/component_framework/constants.py | 2 +- pipeline/component_framework/library.py | 2 +- pipeline/component_framework/management/__init__.py | 2 +- pipeline/component_framework/management/commands/__init__.py | 2 +- .../component_framework/management/commands/auto_register.py | 2 +- .../component_framework/management/commands/run_component.py | 2 +- pipeline/component_framework/migrations/0001_initial.py | 2 +- .../migrations/0002_delete_componentmodel.py | 2 +- .../component_framework/migrations/0003_componentmodel.py | 2 +- .../component_framework/migrations/0004_auto_20180413_1800.py | 2 +- .../component_framework/migrations/0005_auto_20190723_1806.py | 2 +- pipeline/component_framework/migrations/__init__.py | 2 +- pipeline/component_framework/models.py | 2 +- pipeline/component_framework/runner.py | 2 +- pipeline/component_framework/test.py | 2 +- pipeline/components/__init__.py | 2 +- pipeline/components/collections/__init__.py | 2 +- pipeline/components/collections/examples.py | 2 +- pipeline/conf/__init__.py | 2 +- pipeline/conf/default_settings.py | 2 +- pipeline/constants.py | 2 +- pipeline/contrib/__init__.py | 2 +- pipeline/contrib/external_plugins/__init__.py | 2 +- pipeline/contrib/external_plugins/admin.py | 2 +- pipeline/contrib/external_plugins/apps.py | 2 +- pipeline/contrib/external_plugins/exceptions.py | 2 +- pipeline/contrib/external_plugins/loader.py | 2 +- pipeline/contrib/external_plugins/migrations/0001_initial.py | 2 +- pipeline/contrib/external_plugins/migrations/__init__.py | 2 +- pipeline/contrib/external_plugins/models/__init__.py | 2 +- pipeline/contrib/external_plugins/models/base.py | 2 +- pipeline/contrib/external_plugins/models/fields.py | 2 +- pipeline/contrib/external_plugins/models/forms.py | 2 +- pipeline/contrib/external_plugins/models/source.py | 2 +- pipeline/contrib/external_plugins/tests/__init__.py | 2 +- pipeline/contrib/external_plugins/tests/mock.py | 2 +- pipeline/contrib/external_plugins/tests/mock_settings.py | 2 +- pipeline/contrib/external_plugins/tests/models/__init__.py | 2 +- .../contrib/external_plugins/tests/models/base/__init__.py | 2 +- .../contrib/external_plugins/tests/models/base/test_base.py | 2 +- .../tests/models/base/test_external_package_source.py | 2 +- pipeline/contrib/external_plugins/tests/models/test_source.py | 2 +- pipeline/contrib/external_plugins/tests/test_loader.py | 2 +- pipeline/contrib/external_plugins/tests/utils/__init__.py | 2 +- .../contrib/external_plugins/tests/utils/importer/__init__.py | 2 +- .../external_plugins/tests/utils/importer/test_base.py | 2 +- .../contrib/external_plugins/tests/utils/importer/test_fs.py | 2 +- .../contrib/external_plugins/tests/utils/importer/test_git.py | 2 +- .../contrib/external_plugins/tests/utils/importer/test_s3.py | 2 +- .../external_plugins/tests/utils/importer/test_utils.py | 2 +- pipeline/contrib/external_plugins/utils/__init__.py | 2 +- pipeline/contrib/external_plugins/utils/importer/__init__.py | 2 +- pipeline/contrib/external_plugins/utils/importer/base.py | 2 +- pipeline/contrib/external_plugins/utils/importer/fs.py | 2 +- pipeline/contrib/external_plugins/utils/importer/git.py | 2 +- pipeline/contrib/external_plugins/utils/importer/s3.py | 2 +- pipeline/contrib/external_plugins/utils/importer/utils.py | 2 +- pipeline/contrib/external_plugins/utils/requirement.py | 2 +- pipeline/contrib/periodic_task/__init__.py | 2 +- pipeline/contrib/periodic_task/admin.py | 2 +- pipeline/contrib/periodic_task/apps.py | 2 +- pipeline/contrib/periodic_task/djcelery/__init__.py | 2 +- pipeline/contrib/periodic_task/djcelery/compat.py | 2 +- pipeline/contrib/periodic_task/djcelery/db.py | 2 +- pipeline/contrib/periodic_task/djcelery/managers.py | 2 +- pipeline/contrib/periodic_task/djcelery/tzcrontab.py | 2 +- pipeline/contrib/periodic_task/djcelery/utils.py | 2 +- pipeline/contrib/periodic_task/migrations/0001_initial.py | 2 +- .../periodic_task/migrations/0002_auto_20190103_1918.py | 2 +- pipeline/contrib/periodic_task/migrations/__init__.py | 2 +- pipeline/contrib/periodic_task/models.py | 2 +- pipeline/contrib/periodic_task/patch/__init__.py | 2 +- pipeline/contrib/periodic_task/patch/djcelery/__init__.py | 2 +- .../contrib/periodic_task/patch/djcelery/djcelery_patch.py | 2 +- pipeline/contrib/periodic_task/patch/utils/__init__.py | 2 +- pipeline/contrib/periodic_task/patch/utils/modify_models.py | 2 +- pipeline/contrib/periodic_task/signals/__init__.py | 2 +- pipeline/contrib/periodic_task/tasks.py | 2 +- pipeline/contrib/periodic_task/tests.py | 2 +- pipeline/contrib/periodic_task/views.py | 2 +- pipeline/contrib/statistics/__init__.py | 2 +- pipeline/contrib/statistics/admin.py | 2 +- pipeline/contrib/statistics/apps.py | 2 +- pipeline/contrib/statistics/migrations/0001_initial.py | 2 +- .../contrib/statistics/migrations/0002_auto_20180817_1212.py | 2 +- .../contrib/statistics/migrations/0003_auto_20180821_2015.py | 2 +- .../migrations/0004_instanceinpipeline_templateinpipeline.py | 2 +- .../contrib/statistics/migrations/0005_init_pipeline_data.py | 2 +- .../contrib/statistics/migrations/0006_auto_20181115_1208.py | 2 +- .../contrib/statistics/migrations/0007_init_pipeline_data.py | 2 +- .../contrib/statistics/migrations/0008_auto_20181116_1448.py | 2 +- .../contrib/statistics/migrations/0009_auto_20181116_1627.py | 2 +- .../contrib/statistics/migrations/0010_auto_20190304_1747.py | 2 +- pipeline/contrib/statistics/migrations/__init__.py | 2 +- pipeline/contrib/statistics/models.py | 2 +- pipeline/contrib/statistics/signals/__init__.py | 2 +- pipeline/contrib/statistics/signals/handlers.py | 2 +- pipeline/core/__init__.py | 2 +- pipeline/core/constants.py | 2 +- pipeline/core/data/__init__.py | 2 +- pipeline/core/data/base.py | 2 +- pipeline/core/data/context.py | 2 +- pipeline/core/data/converter.py | 2 +- pipeline/core/data/expression.py | 2 +- pipeline/core/data/hydration.py | 2 +- pipeline/core/data/library.py | 2 +- pipeline/core/data/schemas.py | 2 +- pipeline/core/data/var.py | 2 +- pipeline/core/flow/__init__.py | 2 +- pipeline/core/flow/activity/__init__.py | 2 +- pipeline/core/flow/activity/base.py | 2 +- pipeline/core/flow/activity/service_activity.py | 2 +- pipeline/core/flow/activity/subprocess.py | 2 +- pipeline/core/flow/base.py | 2 +- pipeline/core/flow/event.py | 2 +- pipeline/core/flow/gateway.py | 2 +- pipeline/core/flow/io.py | 2 +- pipeline/core/flow/signals.py | 2 +- pipeline/core/pipeline.py | 2 +- pipeline/core/signals/__init__.py | 2 +- pipeline/django_signal_valve/__init__.py | 2 +- pipeline/django_signal_valve/admin.py | 2 +- pipeline/django_signal_valve/migrations/0001_initial.py | 2 +- pipeline/django_signal_valve/migrations/__init__.py | 2 +- pipeline/django_signal_valve/models.py | 2 +- pipeline/django_signal_valve/tests/__init__.py | 2 +- pipeline/django_signal_valve/tests/mock_signal/__init__.py | 2 +- pipeline/django_signal_valve/tests/test_models.py | 2 +- pipeline/django_signal_valve/tests/test_valve.py | 2 +- pipeline/django_signal_valve/valve.py | 2 +- pipeline/engine/__init__.py | 2 +- pipeline/engine/admin.py | 2 +- pipeline/engine/api.py | 2 +- pipeline/engine/apps.py | 2 +- pipeline/engine/conf/__init__.py | 2 +- pipeline/engine/conf/function_switch.py | 2 +- pipeline/engine/core/__init__.py | 2 +- pipeline/engine/core/api.py | 2 +- pipeline/engine/core/data/__init__.py | 2 +- pipeline/engine/core/data/api.py | 2 +- pipeline/engine/core/data/base_backend.py | 2 +- pipeline/engine/core/data/mysql_backend.py | 2 +- pipeline/engine/core/data/redis_backend.py | 2 +- pipeline/engine/core/handlers/__init__.py | 2 +- pipeline/engine/core/handlers/base.py | 2 +- pipeline/engine/core/handlers/conditional_parallel.py | 2 +- pipeline/engine/core/handlers/converge_gateway.py | 2 +- pipeline/engine/core/handlers/empty_start_event.py | 2 +- pipeline/engine/core/handlers/endevent/__init__.py | 2 +- pipeline/engine/core/handlers/endevent/base.py | 2 +- pipeline/engine/core/handlers/endevent/empty_end_event.py | 2 +- .../engine/core/handlers/endevent/executable_end_event.py | 2 +- pipeline/engine/core/handlers/exclusive_gateway.py | 2 +- pipeline/engine/core/handlers/parallel_gateway.py | 2 +- pipeline/engine/core/handlers/service_activity.py | 2 +- pipeline/engine/core/handlers/subprocess.py | 2 +- pipeline/engine/core/runtime.py | 2 +- pipeline/engine/core/schedule.py | 2 +- pipeline/engine/exceptions.py | 2 +- pipeline/engine/logging.py | 2 +- pipeline/engine/migrations/0001_initial.py | 2 +- pipeline/engine/migrations/0002_auto_20180109_1825.py | 2 +- pipeline/engine/migrations/0003_auto_20180717_1148.py | 2 +- pipeline/engine/migrations/0004_auto_20180717_1411.py | 2 +- pipeline/engine/migrations/0005_auto_20180717_1433.py | 2 +- pipeline/engine/migrations/0006_auto_20180717_1543.py | 2 +- pipeline/engine/migrations/0007_auto_20180717_2022.py | 2 +- pipeline/engine/migrations/0008_schedulecelerytask.py | 2 +- pipeline/engine/migrations/0009_status_error_ignorable.py | 2 +- pipeline/engine/migrations/0010_auto_20180830_1203.py | 2 +- pipeline/engine/migrations/0010_nodecelerytask.py | 2 +- pipeline/engine/migrations/0011_auto_20180830_1205.py | 2 +- pipeline/engine/migrations/0015_datasnapshot.py | 2 +- pipeline/engine/migrations/0016_auto_20181228_0345.py | 2 +- pipeline/engine/migrations/0017_auto_20190719_1010.py | 2 +- pipeline/engine/migrations/0018_auto_20190729_1041.py | 2 +- pipeline/engine/migrations/0019_auto_20190729_1044.py | 2 +- pipeline/engine/migrations/__init__.py | 2 +- pipeline/engine/models/__init__.py | 2 +- pipeline/engine/models/core.py | 2 +- pipeline/engine/models/data.py | 2 +- pipeline/engine/models/fields.py | 2 +- pipeline/engine/models/function.py | 2 +- pipeline/engine/signals/__init__.py | 2 +- pipeline/engine/signals/dispatch.py | 2 +- pipeline/engine/signals/handlers.py | 2 +- pipeline/engine/states.py | 2 +- pipeline/engine/tasks.py | 2 +- pipeline/engine/utils.py | 2 +- pipeline/exceptions.py | 2 +- pipeline/log/__init__.py | 2 +- pipeline/log/admin.py | 2 +- pipeline/log/apps.py | 2 +- pipeline/log/handlers.py | 2 +- pipeline/log/migrations/0001_initial.py | 2 +- pipeline/log/migrations/0002_auto_20180810_1054.py | 2 +- pipeline/log/migrations/0003_logentry_history_id.py | 2 +- pipeline/log/migrations/0004_auto_20180814_1555.py | 2 +- pipeline/log/migrations/0005_auto_20190729_1041.py | 2 +- pipeline/log/migrations/__init__.py | 2 +- pipeline/log/models.py | 2 +- pipeline/log/tasks.py | 2 +- pipeline/log/views.py | 2 +- pipeline/logging.py | 2 +- pipeline/management/__init__.py | 2 +- pipeline/management/commands/__init__.py | 2 +- pipeline/management/commands/create_atoms_app.py | 4 ++-- pipeline/management/commands/generate_config.py | 2 +- pipeline/migrations/0001_initial.py | 2 +- pipeline/migrations/0002_auto_20180109_1825.py | 2 +- pipeline/migrations/0003_auto_20180206_1955.py | 2 +- pipeline/migrations/0004_auto_20180516_1708.py | 2 +- pipeline/migrations/0005_pipelineinstance_tree_info.py | 2 +- pipeline/migrations/0006_auto_20180814_1622.py | 2 +- pipeline/migrations/0007_templaterelationship.py | 2 +- pipeline/migrations/0007_templateversion.py | 2 +- pipeline/migrations/0008_auto_20180824_1115.py | 2 +- pipeline/migrations/0011_auto_20180906_1045.py | 2 +- pipeline/migrations/0012_templatecurrentversion.py | 2 +- pipeline/migrations/0013_old_template_process.py | 2 +- pipeline/migrations/0014_auto_20181127_1053.py | 2 +- pipeline/migrations/0015_auto_20181214_1453.py | 2 +- pipeline/migrations/0016_auto_20181220_0958.py | 2 +- pipeline/migrations/0017_pipelinetemplate_has_subprocess.py | 2 +- pipeline/migrations/0018_set_has_subprocess.py | 2 +- pipeline/migrations/0019_delete_variablemodel.py | 2 +- pipeline/migrations/0020_auto_20190906_1119.py | 2 +- pipeline/migrations/0021_auto_20190906_1143.py | 2 +- pipeline/migrations/0022_pipelineinstance_is_revoked.py | 2 +- pipeline/migrations/0023_set_is_revoked.py | 2 +- pipeline/migrations/__init__.py | 2 +- pipeline/models.py | 2 +- pipeline/parser/__init__.py | 2 +- pipeline/parser/context.py | 2 +- pipeline/parser/pipeline_parser.py | 2 +- pipeline/parser/schemas.py | 2 +- pipeline/parser/utils.py | 2 +- pipeline/service/__init__.py | 2 +- pipeline/service/pipeline_engine_adapter/__init__.py | 2 +- pipeline/service/pipeline_engine_adapter/adapter_api.py | 2 +- pipeline/service/task_service.py | 2 +- pipeline/signals/__init__.py | 2 +- pipeline/signals/handlers.py | 2 +- pipeline/tests/__init__.py | 2 +- pipeline/tests/builder/__init__.py | 2 +- pipeline/tests/builder/flow/__init__.py | 2 +- pipeline/tests/builder/flow/test_base.py | 2 +- pipeline/tests/builder/flow/test_conditional_parallel.py | 2 +- pipeline/tests/builder/flow/test_converge_gateway.py | 2 +- pipeline/tests/builder/flow/test_data.py | 2 +- pipeline/tests/builder/flow/test_data_input.py | 2 +- pipeline/tests/builder/flow/test_empty_end_event.py | 2 +- pipeline/tests/builder/flow/test_empty_start_event.py | 2 +- pipeline/tests/builder/flow/test_exclusive_gateway.py | 2 +- pipeline/tests/builder/flow/test_node_output.py | 2 +- pipeline/tests/builder/flow/test_parallel_gateway.py | 2 +- pipeline/tests/builder/flow/test_params.py | 2 +- pipeline/tests/builder/flow/test_rewritable_output.py | 2 +- pipeline/tests/builder/flow/test_service_activity.py | 2 +- pipeline/tests/builder/flow/test_subprocess.py | 2 +- pipeline/tests/builder/flow/test_var.py | 2 +- pipeline/tests/component_framework/__init__.py | 2 +- pipeline/tests/component_framework/test_base.py | 2 +- .../tests/component_framework/test_base_ignore_component.py | 2 +- pipeline/tests/component_framework/test_component.py | 2 +- pipeline/tests/component_framework/test_constant_pool.py | 2 +- pipeline/tests/component_framework/test_library.py | 2 +- pipeline/tests/component_framework/test_models.py | 2 +- pipeline/tests/core/__init__.py | 2 +- pipeline/tests/core/data/__init__.py | 2 +- pipeline/tests/core/data/test_base.py | 2 +- pipeline/tests/core/data/test_context.py | 2 +- pipeline/tests/core/data/test_converter.py | 2 +- pipeline/tests/core/data/test_expression.py | 2 +- pipeline/tests/core/data/test_library.py | 2 +- pipeline/tests/core/data/test_var.py | 2 +- pipeline/tests/core/flow/__init__.py | 2 +- pipeline/tests/core/flow/io/__init__.py | 2 +- pipeline/tests/core/flow/io/test_array_item_schema.py | 2 +- pipeline/tests/core/flow/io/test_input_item.py | 2 +- pipeline/tests/core/flow/io/test_object_item_schema.py | 2 +- pipeline/tests/core/flow/io/test_output_item.py | 2 +- pipeline/tests/core/flow/io/test_simple_item_schema.py | 2 +- pipeline/tests/core/flow/test_activity.py | 2 +- pipeline/tests/core/flow/test_conditional_parallel_gateway.py | 2 +- pipeline/tests/core/flow/test_converge_gateway.py | 2 +- pipeline/tests/core/flow/test_event.py | 2 +- pipeline/tests/core/flow/test_exclusive_gateway.py | 2 +- pipeline/tests/core/flow/test_flow_collection.py | 2 +- pipeline/tests/core/flow/test_flow_element.py | 2 +- pipeline/tests/core/flow/test_flow_node.py | 2 +- pipeline/tests/core/flow/test_flow_node_cls_factory.py | 2 +- pipeline/tests/core/flow/test_parallel_gateway.py | 2 +- pipeline/tests/core/flow/test_sequence_flow.py | 2 +- pipeline/tests/core/test_pipeline.py | 2 +- pipeline/tests/engine/__init__.py | 2 +- pipeline/tests/engine/core/__init__.py | 2 +- pipeline/tests/engine/core/data/__init__.py | 2 +- pipeline/tests/engine/core/data/test_api.py | 2 +- pipeline/tests/engine/core/data/test_mysql_backend.py | 2 +- pipeline/tests/engine/core/handlers/__init__.py | 2 +- .../engine/core/handlers/test_conditional_parallel_handler.py | 2 +- .../engine/core/handlers/test_converge_gateway_handler.py | 2 +- .../engine/core/handlers/test_empty_end_event_handler.py | 2 +- .../engine/core/handlers/test_empty_start_event_handler.py | 2 +- .../engine/core/handlers/test_exclusive_gateway_handler.py | 2 +- .../engine/core/handlers/test_executable_end_event_handler.py | 2 +- pipeline/tests/engine/core/handlers/test_handlers_factory.py | 2 +- .../engine/core/handlers/test_parallel_gateway_handler.py | 2 +- .../tests/engine/core/handlers/test_service_act_handler.py | 2 +- .../tests/engine/core/handlers/test_subprocess_handler.py | 2 +- pipeline/tests/engine/core/test_api.py | 2 +- pipeline/tests/engine/core/test_runtime.py | 2 +- pipeline/tests/engine/core/test_schedule.py | 2 +- pipeline/tests/engine/mock.py | 2 +- pipeline/tests/engine/models/__init__.py | 2 +- pipeline/tests/engine/models/core/__init__.py | 2 +- pipeline/tests/engine/models/core/test_data.py | 2 +- pipeline/tests/engine/models/core/test_history.py | 2 +- pipeline/tests/engine/models/core/test_node_celery_task.py | 2 +- pipeline/tests/engine/models/core/test_node_relationship.py | 2 +- pipeline/tests/engine/models/core/test_pipeline_model.py | 2 +- pipeline/tests/engine/models/core/test_pipeline_process.py | 2 +- pipeline/tests/engine/models/core/test_process_celery_task.py | 2 +- pipeline/tests/engine/models/core/test_process_snapshot.py | 2 +- .../tests/engine/models/core/test_schedule_celery_task.py | 2 +- pipeline/tests/engine/models/core/test_schedule_service.py | 2 +- pipeline/tests/engine/models/core/test_status.py | 2 +- .../tests/engine/models/core/test_subprocess_relationship.py | 2 +- pipeline/tests/engine/models/data/__init__.py | 2 +- pipeline/tests/engine/models/data/test_data_snapshot.py | 2 +- pipeline/tests/engine/models/function/__init__.py | 2 +- pipeline/tests/engine/models/function/test_function_switch.py | 2 +- pipeline/tests/engine/models/mock.py | 2 +- pipeline/tests/engine/test_api.py | 2 +- pipeline/tests/engine/test_apps.py | 2 +- pipeline/tests/engine/test_states.py | 2 +- pipeline/tests/engine/test_tasks.py | 2 +- pipeline/tests/engine/utils/__init__.py | 2 +- pipeline/tests/engine/utils/test_stack.py | 2 +- pipeline/tests/engine/utils/test_utils_func.py | 2 +- pipeline/tests/mock.py | 2 +- pipeline/tests/mock_settings.py | 2 +- pipeline/tests/models/__init__.py | 2 +- pipeline/tests/models/test_instance.py | 2 +- pipeline/tests/models/test_snapshot.py | 2 +- pipeline/tests/models/test_template.py | 2 +- pipeline/tests/pipeline_data.py | 2 +- pipeline/tests/pipeline_parser/__init__.py | 2 +- pipeline/tests/pipeline_parser/data.py | 2 +- pipeline/tests/pipeline_parser/new_data_for_test.py | 2 +- pipeline/tests/pipeline_parser/test_pipeline_parser.py | 2 +- pipeline/tests/signals/__init__.py | 2 +- pipeline/tests/signals/test_handlers.py | 2 +- pipeline/tests/test_apps.py | 2 +- pipeline/tests/utils/__init__.py | 2 +- pipeline/tests/utils/boolrule/__init__.py | 2 +- pipeline/tests/utils/boolrule/tests.py | 2 +- pipeline/tests/validators/__init__.py | 2 +- pipeline/tests/validators/cases.py | 2 +- pipeline/tests/validators/test_gateway.py | 2 +- pipeline/tests/validators/utils.py | 2 +- pipeline/utils/__init__.py | 2 +- pipeline/utils/boolrule/__init__.py | 2 +- pipeline/utils/boolrule/boolrule.py | 2 +- pipeline/utils/collections.py | 2 +- pipeline/utils/crypt.py | 2 +- pipeline/utils/dj.py | 2 +- pipeline/utils/graph.py | 2 +- pipeline/utils/http.py | 2 +- pipeline/utils/register.py | 2 +- pipeline/utils/uniqid.py | 2 +- pipeline/utils/utils.py | 2 +- pipeline/validators/__init__.py | 2 +- pipeline/validators/base.py | 2 +- pipeline/validators/connection.py | 2 +- pipeline/validators/gateway.py | 2 +- pipeline/validators/handlers.py | 2 +- pipeline/validators/rules.py | 2 +- pipeline/validators/utils.py | 2 +- pipeline/variable_framework/__init__.py | 2 +- pipeline/variable_framework/admin.py | 2 +- pipeline/variable_framework/apps.py | 2 +- pipeline/variable_framework/migrations/0001_initial.py | 2 +- pipeline/variable_framework/migrations/__init__.py | 2 +- pipeline/variable_framework/models.py | 2 +- pipeline/variable_framework/signals/__init__.py | 2 +- pipeline/variable_framework/signals/handlers.py | 2 +- pipeline_plugins/__init__.py | 2 +- pipeline_plugins/apps.py | 2 +- pipeline_plugins/base/__init__.py | 2 +- pipeline_plugins/base/query/__init__.py | 2 +- pipeline_plugins/base/query/cmdb.py | 2 +- pipeline_plugins/base/urls.py | 2 +- pipeline_plugins/base/utils/__init__.py | 2 +- pipeline_plugins/base/utils/adapter.py | 2 +- pipeline_plugins/base/utils/inject.py | 2 +- pipeline_plugins/cmdb_ip_picker/__init__.py | 2 +- pipeline_plugins/cmdb_ip_picker/constants.py | 2 +- pipeline_plugins/cmdb_ip_picker/query.py | 2 +- pipeline_plugins/cmdb_ip_picker/urls.py | 2 +- pipeline_plugins/cmdb_ip_picker/utils.py | 2 +- pipeline_plugins/components/__init__.py | 2 +- pipeline_plugins/components/collections/__init__.py | 2 +- pipeline_plugins/components/collections/common.py | 2 +- pipeline_plugins/components/collections/controller.py | 2 +- pipeline_plugins/components/collections/http/__init__.py | 2 +- pipeline_plugins/components/collections/http/v1_0.py | 2 +- pipeline_plugins/components/collections/sites/__init__.py | 2 +- .../components/collections/sites/open/__init__.py | 2 +- pipeline_plugins/components/collections/sites/open/bk.py | 2 +- pipeline_plugins/components/collections/sites/open/cc.py | 2 +- .../components/collections/sites/open/cc_plugins/__init__.py | 2 +- .../components/collections/sites/open/cc_plugins/v1_0.py | 2 +- pipeline_plugins/components/collections/sites/open/job.py | 2 +- pipeline_plugins/components/collections/sites/open/nodeman.py | 2 +- pipeline_plugins/components/http.py | 2 +- pipeline_plugins/components/query/__init__.py | 2 +- pipeline_plugins/components/query/sites/__init__.py | 2 +- pipeline_plugins/components/query/sites/open/__init__.py | 2 +- pipeline_plugins/components/query/sites/open/query.py | 2 +- pipeline_plugins/components/urls.py | 2 +- pipeline_plugins/components/utils/__init__.py | 2 +- pipeline_plugins/components/utils/common.py | 2 +- pipeline_plugins/components/utils/sites/__init__.py | 2 +- pipeline_plugins/components/utils/sites/open/__init__.py | 2 +- pipeline_plugins/components/utils/sites/open/utils.py | 2 +- pipeline_plugins/migrations/__init__.py | 2 +- pipeline_plugins/tests/__init__.py | 2 +- pipeline_plugins/tests/cmdb_ip_picker/__init__.py | 2 +- pipeline_plugins/tests/cmdb_ip_picker/test_query.py | 2 +- pipeline_plugins/tests/cmdb_ip_picker/test_utils.py | 2 +- pipeline_plugins/tests/components/__init__.py | 2 +- pipeline_plugins/tests/components/collections/__init__.py | 2 +- .../tests/components/collections/http_test/__init__.py | 2 +- .../tests/components/collections/http_test/test_v1_0.py | 2 +- .../tests/components/collections/sites/__init__.py | 2 +- .../tests/components/collections/sites/open/__init__.py | 2 +- .../components/collections/sites/open/cc_test/__init__.py | 2 +- .../sites/open/cc_test/test_cmdb_transfer_fault_host.py | 2 +- .../sites/open/cc_test/test_cmdb_transfer_host_resource.py | 2 +- .../components/collections/sites/open/job_test/__init__.py | 2 +- .../collections/sites/open/job_test/test_job_cron_task.py | 2 +- .../collections/sites/open/job_test/test_job_execute_task.py | 2 +- .../sites/open/job_test/test_job_fast_execute_script.py | 2 +- .../sites/open/job_test/test_job_push_local_files.py | 2 +- .../collections/sites/open/nodeman_test/__init__.py | 2 +- .../sites/open/nodeman_test/test_nodeman_create_task.py | 2 +- pipeline_plugins/tests/components/utils/__init__.py | 2 +- pipeline_plugins/tests/components/utils/sites/__init__.py | 2 +- .../tests/components/utils/sites/open/__init__.py | 2 +- .../tests/components/utils/sites/open/test_utils.py | 2 +- pipeline_plugins/tests/test_utils/__init__.py | 2 +- pipeline_plugins/tests/test_utils/sites/__init__.py | 2 +- pipeline_plugins/tests/test_utils/sites/open/__init__.py | 2 +- pipeline_plugins/tests/test_utils/sites/open/test_utils.py | 2 +- pipeline_plugins/tests/utils.py | 2 +- pipeline_plugins/variables/__init__.py | 2 +- pipeline_plugins/variables/apps.py | 2 +- pipeline_plugins/variables/collections/__init__.py | 2 +- .../variables/collections/bk_manage_user_selector.py | 2 +- pipeline_plugins/variables/collections/common.py | 2 +- pipeline_plugins/variables/collections/datatable.py | 2 +- pipeline_plugins/variables/collections/sites/__init__.py | 2 +- pipeline_plugins/variables/collections/sites/open/__init__.py | 2 +- pipeline_plugins/variables/collections/sites/open/cc.py | 2 +- pipeline_plugins/variables/query/__init__.py | 2 +- pipeline_plugins/variables/query/select.py | 2 +- pipeline_plugins/variables/urls.py | 2 +- pipeline_web/__init__.py | 2 +- pipeline_web/admin.py | 2 +- pipeline_web/drawing_new/__init__.py | 2 +- pipeline_web/drawing_new/acyclic.py | 2 +- pipeline_web/drawing_new/constants.py | 2 +- pipeline_web/drawing_new/drawing.py | 2 +- pipeline_web/drawing_new/dummy.py | 2 +- pipeline_web/drawing_new/normalize.py | 2 +- pipeline_web/drawing_new/order/__init__.py | 2 +- pipeline_web/drawing_new/order/builder.py | 2 +- pipeline_web/drawing_new/order/order.py | 2 +- pipeline_web/drawing_new/position.py | 2 +- pipeline_web/drawing_new/rank/__init__.py | 2 +- pipeline_web/drawing_new/rank/feasible_tree.py | 2 +- pipeline_web/drawing_new/rank/longest_path.py | 2 +- pipeline_web/drawing_new/rank/tight_tree.py | 2 +- pipeline_web/drawing_new/rank/utils.py | 2 +- pipeline_web/drawing_new/utils.py | 2 +- pipeline_web/exceptions.py | 2 +- pipeline_web/migrations/__init__.py | 2 +- pipeline_web/models.py | 2 +- pipeline_web/parser/__init__.py | 2 +- pipeline_web/parser/format.py | 2 +- pipeline_web/parser/parser.py | 2 +- pipeline_web/parser/schemas.py | 2 +- pipeline_web/parser/validator.py | 2 +- pipeline_web/tests/__init__.py | 2 +- pipeline_web/tests/drawing_new/__init__.py | 2 +- pipeline_web/tests/drawing_new/data.py | 2 +- pipeline_web/tests/drawing_new/order/__init__.py | 2 +- pipeline_web/tests/drawing_new/order/test_order.py | 2 +- pipeline_web/tests/drawing_new/rank/__init__.py | 2 +- pipeline_web/tests/drawing_new/rank/test_feasible_tree.py | 2 +- pipeline_web/tests/drawing_new/rank/test_longest_path.py | 2 +- pipeline_web/tests/drawing_new/test_acyclic.py | 2 +- pipeline_web/tests/drawing_new/test_drawing.py | 2 +- pipeline_web/tests/drawing_new/test_dummy.py | 2 +- pipeline_web/tests/parser/__init__.py | 2 +- pipeline_web/tests/parser/data.py | 2 +- pipeline_web/tests/parser/test_parser.py | 2 +- pipeline_web/wrapper.py | 2 +- scripts/develop/dev_settings.py | 2 +- scripts/i18n/fill_po_with_po.py | 2 +- settings.py | 2 +- urls.py | 2 +- version_log/__init__.py | 2 +- version_log/apps.py | 2 +- version_log/config.py | 2 +- version_log/decorators.py | 2 +- version_log/middleware.py | 2 +- version_log/migrations/0001_initial.py | 2 +- version_log/migrations/__init__.py | 2 +- version_log/models.py | 2 +- version_log/quick_start_settings.py | 2 +- version_log/urls.py | 2 +- version_log/utils.py | 2 +- version_log/views.py | 2 +- weixin/__init__.py | 2 +- weixin/core/__init__.py | 2 +- weixin/core/accounts.py | 2 +- weixin/core/admin.py | 2 +- weixin/core/api.py | 2 +- weixin/core/apps.py | 2 +- weixin/core/decorators.py | 2 +- weixin/core/middlewares.py | 2 +- weixin/core/migrations/0001_initial.py | 2 +- weixin/core/migrations/0002_auto_20190513_1332.py | 2 +- weixin/core/migrations/0003_auto_20190531_1205.py | 2 +- weixin/core/migrations/__init__.py | 2 +- weixin/core/models.py | 2 +- weixin/core/settings.py | 2 +- weixin/core/urls.py | 2 +- weixin/core/views.py | 2 +- weixin/migrations/__init__.py | 2 +- weixin/resources.py | 2 +- weixin/urls.py | 2 +- weixin/views.py | 2 +- wsgi.py | 2 +- 1211 files changed, 1212 insertions(+), 1212 deletions(-) diff --git a/__init__.py b/__init__.py index 90524bb0e7..92b537244c 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/__init__.py b/auth_backend/__init__.py index 1d50311ee2..c8fb235534 100644 --- a/auth_backend/__init__.py +++ b/auth_backend/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/apps.py b/auth_backend/apps.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/apps.py +++ b/auth_backend/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/backends/__init__.py b/auth_backend/backends/__init__.py index a77fa2b751..83e0ff93f8 100755 --- a/auth_backend/backends/__init__.py +++ b/auth_backend/backends/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/backends/base.py b/auth_backend/backends/base.py index 8f3eb919ac..04f18e95f9 100755 --- a/auth_backend/backends/base.py +++ b/auth_backend/backends/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/backends/bkiam.py b/auth_backend/backends/bkiam.py index 1ba1057323..8fa648bafc 100755 --- a/auth_backend/backends/bkiam.py +++ b/auth_backend/backends/bkiam.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/backends/dummy.py b/auth_backend/backends/dummy.py index 64d4149c3f..3c466cc283 100644 --- a/auth_backend/backends/dummy.py +++ b/auth_backend/backends/dummy.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/backends/signals.py b/auth_backend/backends/signals.py index 82b6a241bd..569fecff5a 100644 --- a/auth_backend/backends/signals.py +++ b/auth_backend/backends/signals.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/backends/utils.py b/auth_backend/backends/utils.py index 521d78bbdc..e318065ae7 100755 --- a/auth_backend/backends/utils.py +++ b/auth_backend/backends/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/conf.py b/auth_backend/conf.py index 043e1afd18..0a9f7e060d 100755 --- a/auth_backend/conf.py +++ b/auth_backend/conf.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/constants.py b/auth_backend/constants.py index 1874d12349..173df576a9 100755 --- a/auth_backend/constants.py +++ b/auth_backend/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/__init__.py b/auth_backend/contrib/__init__.py index c89b1842b1..5865eb8b1e 100755 --- a/auth_backend/contrib/__init__.py +++ b/auth_backend/contrib/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/__init__.py b/auth_backend/contrib/consistency/__init__.py index 5f28416f4c..d14bb20a7b 100644 --- a/auth_backend/contrib/consistency/__init__.py +++ b/auth_backend/contrib/consistency/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/admin.py b/auth_backend/contrib/consistency/admin.py index a604ced7c1..0c40cba9da 100644 --- a/auth_backend/contrib/consistency/admin.py +++ b/auth_backend/contrib/consistency/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/apps.py b/auth_backend/contrib/consistency/apps.py index 05829b5274..c7dd5c3a71 100644 --- a/auth_backend/contrib/consistency/apps.py +++ b/auth_backend/contrib/consistency/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/conf.py b/auth_backend/contrib/consistency/conf.py index a080679e2c..842ef8c9d5 100755 --- a/auth_backend/contrib/consistency/conf.py +++ b/auth_backend/contrib/consistency/conf.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/legacy.py b/auth_backend/contrib/consistency/legacy.py index bd2bbd5ffe..be48b484da 100755 --- a/auth_backend/contrib/consistency/legacy.py +++ b/auth_backend/contrib/consistency/legacy.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/management/__init__.py b/auth_backend/contrib/consistency/management/__init__.py index c89b1842b1..5865eb8b1e 100755 --- a/auth_backend/contrib/consistency/management/__init__.py +++ b/auth_backend/contrib/consistency/management/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/management/commands/__init__.py b/auth_backend/contrib/consistency/management/commands/__init__.py index c89b1842b1..5865eb8b1e 100755 --- a/auth_backend/contrib/consistency/management/commands/__init__.py +++ b/auth_backend/contrib/consistency/management/commands/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/management/commands/register_auth_legacy_instance.py b/auth_backend/contrib/consistency/management/commands/register_auth_legacy_instance.py index b572538c05..9338d9a251 100755 --- a/auth_backend/contrib/consistency/management/commands/register_auth_legacy_instance.py +++ b/auth_backend/contrib/consistency/management/commands/register_auth_legacy_instance.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/migrations/0001_initial.py b/auth_backend/contrib/consistency/migrations/0001_initial.py index 97ceec9d76..eca245b46e 100644 --- a/auth_backend/contrib/consistency/migrations/0001_initial.py +++ b/auth_backend/contrib/consistency/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/migrations/__init__.py b/auth_backend/contrib/consistency/migrations/__init__.py index c89b1842b1..5865eb8b1e 100755 --- a/auth_backend/contrib/consistency/migrations/__init__.py +++ b/auth_backend/contrib/consistency/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/models.py b/auth_backend/contrib/consistency/models.py index 23bb1c607d..a8a3d98d80 100644 --- a/auth_backend/contrib/consistency/models.py +++ b/auth_backend/contrib/consistency/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/signals/__init__.py b/auth_backend/contrib/consistency/signals/__init__.py index c89b1842b1..5865eb8b1e 100644 --- a/auth_backend/contrib/consistency/signals/__init__.py +++ b/auth_backend/contrib/consistency/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/signals/handlers.py b/auth_backend/contrib/consistency/signals/handlers.py index 47432f2774..436bdf79b1 100644 --- a/auth_backend/contrib/consistency/signals/handlers.py +++ b/auth_backend/contrib/consistency/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/tests/__init__.py b/auth_backend/contrib/consistency/tests/__init__.py index c89b1842b1..5865eb8b1e 100755 --- a/auth_backend/contrib/consistency/tests/__init__.py +++ b/auth_backend/contrib/consistency/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/tests/mock_path.py b/auth_backend/contrib/consistency/tests/mock_path.py index 89508136a5..7551b1296f 100755 --- a/auth_backend/contrib/consistency/tests/mock_path.py +++ b/auth_backend/contrib/consistency/tests/mock_path.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/tests/models/__init__.py b/auth_backend/contrib/consistency/tests/models/__init__.py index c89b1842b1..5865eb8b1e 100644 --- a/auth_backend/contrib/consistency/tests/models/__init__.py +++ b/auth_backend/contrib/consistency/tests/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/tests/models/test_register_fail_instance_archive.py b/auth_backend/contrib/consistency/tests/models/test_register_fail_instance_archive.py index 8db3a3fe1c..dfaf729a48 100644 --- a/auth_backend/contrib/consistency/tests/models/test_register_fail_instance_archive.py +++ b/auth_backend/contrib/consistency/tests/models/test_register_fail_instance_archive.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/contrib/consistency/tests/test_legacy.py b/auth_backend/contrib/consistency/tests/test_legacy.py index 65248c97f9..f57655f831 100755 --- a/auth_backend/contrib/consistency/tests/test_legacy.py +++ b/auth_backend/contrib/consistency/tests/test_legacy.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/exceptions.py b/auth_backend/exceptions.py index 05fb73fa9e..335ade6f58 100755 --- a/auth_backend/exceptions.py +++ b/auth_backend/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/management/__init__.py b/auth_backend/management/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/management/__init__.py +++ b/auth_backend/management/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/management/commands/__init__.py b/auth_backend/management/commands/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/management/commands/__init__.py +++ b/auth_backend/management/commands/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/management/commands/perms_makemigrations.py b/auth_backend/management/commands/perms_makemigrations.py index 5d91c879d2..aae31ed71a 100755 --- a/auth_backend/management/commands/perms_makemigrations.py +++ b/auth_backend/management/commands/perms_makemigrations.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/migrations/0001_initial.py b/auth_backend/migrations/0001_initial.py index 599ad6ad7d..a93c7891f4 100644 --- a/auth_backend/migrations/0001_initial.py +++ b/auth_backend/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/migrations/0002_201909061515.py b/auth_backend/migrations/0002_201909061515.py index f26e0d100e..e195120d93 100644 --- a/auth_backend/migrations/0002_201909061515.py +++ b/auth_backend/migrations/0002_201909061515.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/migrations/0003_201910251722.py b/auth_backend/migrations/0003_201910251722.py index 3a48559fa4..97fcdf4875 100644 --- a/auth_backend/migrations/0003_201910251722.py +++ b/auth_backend/migrations/0003_201910251722.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/migrations/0004_201911051158.py b/auth_backend/migrations/0004_201911051158.py index 0f44251382..9026f4fbc1 100644 --- a/auth_backend/migrations/0004_201911051158.py +++ b/auth_backend/migrations/0004_201911051158.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/migrations/__init__.py b/auth_backend/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/auth_backend/migrations/__init__.py +++ b/auth_backend/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/__init__.py b/auth_backend/plugins/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/plugins/__init__.py +++ b/auth_backend/plugins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/bkiam/__init__.py b/auth_backend/plugins/bkiam/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/plugins/bkiam/__init__.py +++ b/auth_backend/plugins/bkiam/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/bkiam/shortcuts.py b/auth_backend/plugins/bkiam/shortcuts.py index f9c0c2a34a..b2b873fbd9 100644 --- a/auth_backend/plugins/bkiam/shortcuts.py +++ b/auth_backend/plugins/bkiam/shortcuts.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/constants.py b/auth_backend/plugins/constants.py index 6ecd15d3ed..913d65d4b4 100755 --- a/auth_backend/plugins/constants.py +++ b/auth_backend/plugins/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/decorators.py b/auth_backend/plugins/decorators.py index bb64c6b87f..77b591d6ca 100755 --- a/auth_backend/plugins/decorators.py +++ b/auth_backend/plugins/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/delegation.py b/auth_backend/plugins/delegation.py index 575fd1d202..6be570eeff 100755 --- a/auth_backend/plugins/delegation.py +++ b/auth_backend/plugins/delegation.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/http.py b/auth_backend/plugins/http.py index 7925119c88..3fa22f7c5e 100755 --- a/auth_backend/plugins/http.py +++ b/auth_backend/plugins/http.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/middlewares.py b/auth_backend/plugins/middlewares.py index 4d49e02f20..13baed7c99 100755 --- a/auth_backend/plugins/middlewares.py +++ b/auth_backend/plugins/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/shortcuts.py b/auth_backend/plugins/shortcuts.py index 2d7c95f9ca..c22d2f37b8 100755 --- a/auth_backend/plugins/shortcuts.py +++ b/auth_backend/plugins/shortcuts.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/tastypie/__init__.py b/auth_backend/plugins/tastypie/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/plugins/tastypie/__init__.py +++ b/auth_backend/plugins/tastypie/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/tastypie/authorization.py b/auth_backend/plugins/tastypie/authorization.py index 81ba94ec61..c10ea245f9 100755 --- a/auth_backend/plugins/tastypie/authorization.py +++ b/auth_backend/plugins/tastypie/authorization.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/tastypie/inspect.py b/auth_backend/plugins/tastypie/inspect.py index a40b507dd2..41e8ab7929 100755 --- a/auth_backend/plugins/tastypie/inspect.py +++ b/auth_backend/plugins/tastypie/inspect.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/tastypie/resources.py b/auth_backend/plugins/tastypie/resources.py index f371b70dd7..e70270702f 100644 --- a/auth_backend/plugins/tastypie/resources.py +++ b/auth_backend/plugins/tastypie/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/tastypie/shortcuts.py b/auth_backend/plugins/tastypie/shortcuts.py index a65a3e1c7d..260c0d5732 100755 --- a/auth_backend/plugins/tastypie/shortcuts.py +++ b/auth_backend/plugins/tastypie/shortcuts.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/plugins/utils.py b/auth_backend/plugins/utils.py index 16b4e44840..aa9bab97fe 100644 --- a/auth_backend/plugins/utils.py +++ b/auth_backend/plugins/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/__init__.py b/auth_backend/resources/__init__.py index e8a24f3a9c..e2166087e2 100755 --- a/auth_backend/resources/__init__.py +++ b/auth_backend/resources/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/base.py b/auth_backend/resources/base.py index fb8d45100e..47b2e25bdb 100644 --- a/auth_backend/resources/base.py +++ b/auth_backend/resources/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/django.py b/auth_backend/resources/django.py index bc4e5c8287..66da126ce5 100755 --- a/auth_backend/resources/django.py +++ b/auth_backend/resources/django.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/inspect.py b/auth_backend/resources/inspect.py index edefdc86b7..fd8470ef2e 100755 --- a/auth_backend/resources/inspect.py +++ b/auth_backend/resources/inspect.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/interfaces.py b/auth_backend/resources/interfaces.py index 57643428fd..67f471c3ef 100755 --- a/auth_backend/resources/interfaces.py +++ b/auth_backend/resources/interfaces.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/migrations/__init__.py b/auth_backend/resources/migrations/__init__.py index 194d94c744..83bcbbdfef 100755 --- a/auth_backend/resources/migrations/__init__.py +++ b/auth_backend/resources/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/migrations/differ.py b/auth_backend/resources/migrations/differ.py index b691ef3667..1a17a345e6 100755 --- a/auth_backend/resources/migrations/differ.py +++ b/auth_backend/resources/migrations/differ.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/migrations/exceptions.py b/auth_backend/resources/migrations/exceptions.py index b3c17701bc..613f4d1187 100755 --- a/auth_backend/resources/migrations/exceptions.py +++ b/auth_backend/resources/migrations/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/migrations/finder.py b/auth_backend/resources/migrations/finder.py index 7c68de5cab..43d48d80c8 100755 --- a/auth_backend/resources/migrations/finder.py +++ b/auth_backend/resources/migrations/finder.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/migrations/loader.py b/auth_backend/resources/migrations/loader.py index 0a020a3cf9..9f76a175cc 100755 --- a/auth_backend/resources/migrations/loader.py +++ b/auth_backend/resources/migrations/loader.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/migrations/migration.py b/auth_backend/resources/migrations/migration.py index 93e18b2cc5..e2af7b8b22 100644 --- a/auth_backend/resources/migrations/migration.py +++ b/auth_backend/resources/migrations/migration.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/resources/migrations/snapper.py b/auth_backend/resources/migrations/snapper.py index ec61675fb6..d7a2b36ebc 100755 --- a/auth_backend/resources/migrations/snapper.py +++ b/auth_backend/resources/migrations/snapper.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/__init__.py b/auth_backend/tests/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/__init__.py +++ b/auth_backend/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/backends/__init__.py b/auth_backend/tests/backends/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/backends/__init__.py +++ b/auth_backend/tests/backends/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/backends/test_bkiam.py b/auth_backend/tests/backends/test_bkiam.py index 059098f94c..9097cc3c71 100755 --- a/auth_backend/tests/backends/test_bkiam.py +++ b/auth_backend/tests/backends/test_bkiam.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/backends/test_dummy.py b/auth_backend/tests/backends/test_dummy.py index 7adf83f646..d5a895794c 100755 --- a/auth_backend/tests/backends/test_dummy.py +++ b/auth_backend/tests/backends/test_dummy.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/backends/test_utils.py b/auth_backend/tests/backends/test_utils.py index f06c497e35..9085e8f662 100755 --- a/auth_backend/tests/backends/test_utils.py +++ b/auth_backend/tests/backends/test_utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/mock_path.py b/auth_backend/tests/mock_path.py index c9b0483916..6e63b1b307 100755 --- a/auth_backend/tests/mock_path.py +++ b/auth_backend/tests/mock_path.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/plugins/__init__.py b/auth_backend/tests/plugins/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/plugins/__init__.py +++ b/auth_backend/tests/plugins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/plugins/test_shortcuts.py b/auth_backend/tests/plugins/test_shortcuts.py index debfd6120c..137c4ba0c4 100755 --- a/auth_backend/tests/plugins/test_shortcuts.py +++ b/auth_backend/tests/plugins/test_shortcuts.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/plugins/test_utils.py b/auth_backend/tests/plugins/test_utils.py index e44e39d98c..c924636c08 100755 --- a/auth_backend/tests/plugins/test_utils.py +++ b/auth_backend/tests/plugins/test_utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/__init__.py b/auth_backend/tests/resources/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/resources/__init__.py +++ b/auth_backend/tests/resources/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/base/__init__.py b/auth_backend/tests/resources/base/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/resources/base/__init__.py +++ b/auth_backend/tests/resources/base/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/base/test_action.py b/auth_backend/tests/resources/base/test_action.py index c45a882bc9..47990156aa 100755 --- a/auth_backend/tests/resources/base/test_action.py +++ b/auth_backend/tests/resources/base/test_action.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/base/test_action_collection.py b/auth_backend/tests/resources/base/test_action_collection.py index 5f620c8a7a..f7cf4883c0 100755 --- a/auth_backend/tests/resources/base/test_action_collection.py +++ b/auth_backend/tests/resources/base/test_action_collection.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/base/test_nerver_init_resource.py b/auth_backend/tests/resources/base/test_nerver_init_resource.py index 8d3a759b65..5ebc84927a 100755 --- a/auth_backend/tests/resources/base/test_nerver_init_resource.py +++ b/auth_backend/tests/resources/base/test_nerver_init_resource.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/base/test_object_resource.py b/auth_backend/tests/resources/base/test_object_resource.py index 4abf7a746a..71b3400f9f 100755 --- a/auth_backend/tests/resources/base/test_object_resource.py +++ b/auth_backend/tests/resources/base/test_object_resource.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/base/test_resource.py b/auth_backend/tests/resources/base/test_resource.py index 39e9e3d3c4..62283e54c8 100755 --- a/auth_backend/tests/resources/base/test_resource.py +++ b/auth_backend/tests/resources/base/test_resource.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/inspect/__init__.py b/auth_backend/tests/resources/inspect/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/resources/inspect/__init__.py +++ b/auth_backend/tests/resources/inspect/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/inspect/test_field_inspect.py b/auth_backend/tests/resources/inspect/test_field_inspect.py index 17937573f5..9f3f892ad4 100755 --- a/auth_backend/tests/resources/inspect/test_field_inspect.py +++ b/auth_backend/tests/resources/inspect/test_field_inspect.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/__init__.py b/auth_backend/tests/resources/migrations/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/resources/migrations/__init__.py +++ b/auth_backend/tests/resources/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/finder/__init__.py b/auth_backend/tests/resources/migrations/finder/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/resources/migrations/finder/__init__.py +++ b/auth_backend/tests/resources/migrations/finder/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/finder/test_migration_writer.py b/auth_backend/tests/resources/migrations/finder/test_migration_writer.py index 528c432c37..c74fb96d60 100755 --- a/auth_backend/tests/resources/migrations/finder/test_migration_writer.py +++ b/auth_backend/tests/resources/migrations/finder/test_migration_writer.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/finder/test_snapshot_finder.py b/auth_backend/tests/resources/migrations/finder/test_snapshot_finder.py index 6c96bdeb2c..363a8cf32d 100755 --- a/auth_backend/tests/resources/migrations/finder/test_snapshot_finder.py +++ b/auth_backend/tests/resources/migrations/finder/test_snapshot_finder.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/finder/test_snapshot_reader.py b/auth_backend/tests/resources/migrations/finder/test_snapshot_reader.py index 3b55b53836..384c6240ec 100755 --- a/auth_backend/tests/resources/migrations/finder/test_snapshot_reader.py +++ b/auth_backend/tests/resources/migrations/finder/test_snapshot_reader.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/finder/test_snapshot_writer.py b/auth_backend/tests/resources/migrations/finder/test_snapshot_writer.py index 9848e914a3..1b8edf5527 100755 --- a/auth_backend/tests/resources/migrations/finder/test_snapshot_writer.py +++ b/auth_backend/tests/resources/migrations/finder/test_snapshot_writer.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/migration/__init__.py b/auth_backend/tests/resources/migrations/migration/__init__.py index 90524bb0e7..92b537244c 100755 --- a/auth_backend/tests/resources/migrations/migration/__init__.py +++ b/auth_backend/tests/resources/migrations/migration/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/migration/test_bkiam_resource_migration.py b/auth_backend/tests/resources/migrations/migration/test_bkiam_resource_migration.py index 19ba21b0db..ac558e5096 100755 --- a/auth_backend/tests/resources/migrations/migration/test_bkiam_resource_migration.py +++ b/auth_backend/tests/resources/migrations/migration/test_bkiam_resource_migration.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/migration/test_resource_migration.py b/auth_backend/tests/resources/migrations/migration/test_resource_migration.py index 534770b751..98920fa910 100755 --- a/auth_backend/tests/resources/migrations/migration/test_resource_migration.py +++ b/auth_backend/tests/resources/migrations/migration/test_resource_migration.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/test_differ.py b/auth_backend/tests/resources/migrations/test_differ.py index c33d496c72..645cd1a970 100755 --- a/auth_backend/tests/resources/migrations/test_differ.py +++ b/auth_backend/tests/resources/migrations/test_differ.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/test_loader.py b/auth_backend/tests/resources/migrations/test_loader.py index faae828f2a..4eb68fd899 100755 --- a/auth_backend/tests/resources/migrations/test_loader.py +++ b/auth_backend/tests/resources/migrations/test_loader.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/migrations/test_snapper.py b/auth_backend/tests/resources/migrations/test_snapper.py index 4fbe16a555..288bd306b7 100755 --- a/auth_backend/tests/resources/migrations/test_snapper.py +++ b/auth_backend/tests/resources/migrations/test_snapper.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/auth_backend/tests/resources/test_django.py b/auth_backend/tests/resources/test_django.py index 5b76fd107b..116ac27c26 100755 --- a/auth_backend/tests/resources/test_django.py +++ b/auth_backend/tests/resources/test_django.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/bkiam/__init__.py b/bkiam/__init__.py index 547c1a7954..c52be842b7 100755 --- a/bkiam/__init__.py +++ b/bkiam/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/bkiam/client.py b/bkiam/client.py index b42037a55e..d26a81f0cb 100755 --- a/bkiam/client.py +++ b/bkiam/client.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/bkiam/conf.py b/bkiam/conf.py index 54397be6cd..30579de4c6 100755 --- a/bkiam/conf.py +++ b/bkiam/conf.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/bkiam/exceptions.py b/bkiam/exceptions.py index 140f5eabaf..f1a863885b 100755 --- a/bkiam/exceptions.py +++ b/bkiam/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/bkiam/shortcuts.py b/bkiam/shortcuts.py index 38360c58fc..79cd768fd4 100755 --- a/bkiam/shortcuts.py +++ b/bkiam/shortcuts.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/__init__.py b/blueapps/__init__.py index 8ee74d8e8a..d5746bfdc0 100644 --- a/blueapps/__init__.py +++ b/blueapps/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/__init__.py b/blueapps/account/__init__.py index faf34b095c..d8994e0faa 100644 --- a/blueapps/account/__init__.py +++ b/blueapps/account/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/admin.py b/blueapps/account/admin.py index 48803b8e52..ac62918412 100644 --- a/blueapps/account/admin.py +++ b/blueapps/account/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/apps.py b/blueapps/account/apps.py index 8e713eda27..0ac1af65c5 100644 --- a/blueapps/account/apps.py +++ b/blueapps/account/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/backends.py b/blueapps/account/backends.py index 89f276fda2..2e86731a54 100644 --- a/blueapps/account/backends.py +++ b/blueapps/account/backends.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/__init__.py b/blueapps/account/components/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/components/__init__.py +++ b/blueapps/account/components/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_jwt/__init__.py b/blueapps/account/components/bk_jwt/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/components/bk_jwt/__init__.py +++ b/blueapps/account/components/bk_jwt/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_jwt/backends.py b/blueapps/account/components/bk_jwt/backends.py index 6332fb8800..fc5e82936e 100644 --- a/blueapps/account/components/bk_jwt/backends.py +++ b/blueapps/account/components/bk_jwt/backends.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_jwt/middlewares.py b/blueapps/account/components/bk_jwt/middlewares.py index eae3644220..68784b419d 100644 --- a/blueapps/account/components/bk_jwt/middlewares.py +++ b/blueapps/account/components/bk_jwt/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_token/__init__.py b/blueapps/account/components/bk_token/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/components/bk_token/__init__.py +++ b/blueapps/account/components/bk_token/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_token/backends.py b/blueapps/account/components/bk_token/backends.py index ad75aa9ae1..c10f3cf4ac 100644 --- a/blueapps/account/components/bk_token/backends.py +++ b/blueapps/account/components/bk_token/backends.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_token/forms.py b/blueapps/account/components/bk_token/forms.py index 5aaa0a9dab..6f6506a28f 100644 --- a/blueapps/account/components/bk_token/forms.py +++ b/blueapps/account/components/bk_token/forms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_token/middlewares.py b/blueapps/account/components/bk_token/middlewares.py index 96cd19b8cf..905d4dc224 100644 --- a/blueapps/account/components/bk_token/middlewares.py +++ b/blueapps/account/components/bk_token/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/bk_token/models.py b/blueapps/account/components/bk_token/models.py index 6a37e2248b..cde1ad7ca5 100644 --- a/blueapps/account/components/bk_token/models.py +++ b/blueapps/account/components/bk_token/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/null/__init__.py b/blueapps/account/components/null/__init__.py index 117b101d10..09f0763213 100644 --- a/blueapps/account/components/null/__init__.py +++ b/blueapps/account/components/null/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/weixin/__init__.py b/blueapps/account/components/weixin/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/components/weixin/__init__.py +++ b/blueapps/account/components/weixin/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/weixin/backends.py b/blueapps/account/components/weixin/backends.py index bcdb388760..c4686caf24 100644 --- a/blueapps/account/components/weixin/backends.py +++ b/blueapps/account/components/weixin/backends.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/weixin/forms.py b/blueapps/account/components/weixin/forms.py index e567083617..4d66daf74f 100644 --- a/blueapps/account/components/weixin/forms.py +++ b/blueapps/account/components/weixin/forms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/components/weixin/middlewares.py b/blueapps/account/components/weixin/middlewares.py index 8f19cbcf5f..7beecbb40b 100644 --- a/blueapps/account/components/weixin/middlewares.py +++ b/blueapps/account/components/weixin/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/conf.py b/blueapps/account/conf.py index 727a2dce5b..0fdafa5cca 100644 --- a/blueapps/account/conf.py +++ b/blueapps/account/conf.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/decorators.py b/blueapps/account/decorators.py index 4909248afb..bbe4062963 100644 --- a/blueapps/account/decorators.py +++ b/blueapps/account/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/forms.py b/blueapps/account/forms.py index abfa8664ac..e38bcf6d0d 100644 --- a/blueapps/account/forms.py +++ b/blueapps/account/forms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/handlers/__init__.py b/blueapps/account/handlers/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/handlers/__init__.py +++ b/blueapps/account/handlers/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/handlers/response.py b/blueapps/account/handlers/response.py index b09935a1a8..b75aaf222f 100644 --- a/blueapps/account/handlers/response.py +++ b/blueapps/account/handlers/response.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/middlewares.py b/blueapps/account/middlewares.py index 1e2221aca0..ea1fb010b9 100644 --- a/blueapps/account/middlewares.py +++ b/blueapps/account/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/migrations/0001_initial.py b/blueapps/account/migrations/0001_initial.py index 3251f7d508..688dd25531 100644 --- a/blueapps/account/migrations/0001_initial.py +++ b/blueapps/account/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/migrations/0002_init_superuser.py b/blueapps/account/migrations/0002_init_superuser.py index 0b98d27214..48e7ec9d35 100644 --- a/blueapps/account/migrations/0002_init_superuser.py +++ b/blueapps/account/migrations/0002_init_superuser.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/migrations/0003_verifyinfo.py b/blueapps/account/migrations/0003_verifyinfo.py index dcc05b593f..2819a86614 100644 --- a/blueapps/account/migrations/0003_verifyinfo.py +++ b/blueapps/account/migrations/0003_verifyinfo.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/migrations/__init__.py b/blueapps/account/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/migrations/__init__.py +++ b/blueapps/account/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/models.py b/blueapps/account/models.py index f6391af8f2..2b8f19a862 100644 --- a/blueapps/account/models.py +++ b/blueapps/account/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/sites/__init__.py b/blueapps/account/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/sites/__init__.py +++ b/blueapps/account/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/sites/default.py b/blueapps/account/sites/default.py index 88174a333b..507ea9bea8 100644 --- a/blueapps/account/sites/default.py +++ b/blueapps/account/sites/default.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/sites/open/__init__.py b/blueapps/account/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/account/sites/open/__init__.py +++ b/blueapps/account/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/sites/open/conf.py b/blueapps/account/sites/open/conf.py index 334ba142eb..cdcf510ef0 100644 --- a/blueapps/account/sites/open/conf.py +++ b/blueapps/account/sites/open/conf.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/urls.py b/blueapps/account/urls.py index 0767918633..fc0c26f141 100644 --- a/blueapps/account/urls.py +++ b/blueapps/account/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/utils/__init__.py b/blueapps/account/utils/__init__.py index a3accb2a64..fe9b7a19b0 100644 --- a/blueapps/account/utils/__init__.py +++ b/blueapps/account/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/utils/http.py b/blueapps/account/utils/http.py index be7f658f3f..1eccb20762 100644 --- a/blueapps/account/utils/http.py +++ b/blueapps/account/utils/http.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/utils/sms.py b/blueapps/account/utils/sms.py index 891c177cf3..1170782431 100644 --- a/blueapps/account/utils/sms.py +++ b/blueapps/account/utils/sms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/account/views.py b/blueapps/account/views.py index 7ab52ba4d5..6a8e765b09 100644 --- a/blueapps/account/views.py +++ b/blueapps/account/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/conf/__init__.py b/blueapps/conf/__init__.py index 022fc5b23d..2fd631c637 100644 --- a/blueapps/conf/__init__.py +++ b/blueapps/conf/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/conf/database.py b/blueapps/conf/database.py index 79ecf02134..d2cfe47338 100644 --- a/blueapps/conf/database.py +++ b/blueapps/conf/database.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/conf/default_settings.py b/blueapps/conf/default_settings.py index a2cc62e125..8559ad339c 100644 --- a/blueapps/conf/default_settings.py +++ b/blueapps/conf/default_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/conf/environ.py b/blueapps/conf/environ.py index d5ae7f7c74..16ed6febee 100644 --- a/blueapps/conf/environ.py +++ b/blueapps/conf/environ.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/conf/log.py b/blueapps/conf/log.py index 4581f6cecc..8cc42d47f9 100644 --- a/blueapps/conf/log.py +++ b/blueapps/conf/log.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/conf/sites/__init__.py b/blueapps/conf/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/conf/sites/__init__.py +++ b/blueapps/conf/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/conf/sites/open/__init__.py b/blueapps/conf/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/conf/sites/open/__init__.py +++ b/blueapps/conf/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/__init__.py b/blueapps/contrib/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/contrib/__init__.py +++ b/blueapps/contrib/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/__init__.py b/blueapps/contrib/bk_commands/__init__.py index b56c556e27..8bc206475b 100644 --- a/blueapps/contrib/bk_commands/__init__.py +++ b/blueapps/contrib/bk_commands/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/management/__init__.py b/blueapps/contrib/bk_commands/management/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/contrib/bk_commands/management/__init__.py +++ b/blueapps/contrib/bk_commands/management/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/management/commands/__init__.py b/blueapps/contrib/bk_commands/management/commands/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/contrib/bk_commands/management/commands/__init__.py +++ b/blueapps/contrib/bk_commands/management/commands/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/management/commands/init.py b/blueapps/contrib/bk_commands/management/commands/init.py index 9035e33263..6939cc7054 100644 --- a/blueapps/contrib/bk_commands/management/commands/init.py +++ b/blueapps/contrib/bk_commands/management/commands/init.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/management/commands/startexample.py b/blueapps/contrib/bk_commands/management/commands/startexample.py index 63e001dbb0..4eacab1343 100644 --- a/blueapps/contrib/bk_commands/management/commands/startexample.py +++ b/blueapps/contrib/bk_commands/management/commands/startexample.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/management/commands/startweixin.py b/blueapps/contrib/bk_commands/management/commands/startweixin.py index 1b5ea80763..4147735203 100644 --- a/blueapps/contrib/bk_commands/management/commands/startweixin.py +++ b/blueapps/contrib/bk_commands/management/commands/startweixin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/management/commands/startwxapp.py b/blueapps/contrib/bk_commands/management/commands/startwxapp.py index 58b4afe9c9..ab7bd453c1 100644 --- a/blueapps/contrib/bk_commands/management/commands/startwxapp.py +++ b/blueapps/contrib/bk_commands/management/commands/startwxapp.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/contrib/bk_commands/management/templates.py b/blueapps/contrib/bk_commands/management/templates.py index d0496062cf..c4804c2f26 100644 --- a/blueapps/contrib/bk_commands/management/templates.py +++ b/blueapps/contrib/bk_commands/management/templates.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/__init__.py b/blueapps/core/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/core/__init__.py +++ b/blueapps/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/celery/__init__.py b/blueapps/core/celery/__init__.py index b1a48dd56e..fe47160eaf 100644 --- a/blueapps/core/celery/__init__.py +++ b/blueapps/core/celery/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/celery/celery.py b/blueapps/core/celery/celery.py index 0ae4f760ad..262a2f6cfa 100644 --- a/blueapps/core/celery/celery.py +++ b/blueapps/core/celery/celery.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/exceptions/__init__.py b/blueapps/core/exceptions/__init__.py index 10a0930a3a..4ba9b655e7 100644 --- a/blueapps/core/exceptions/__init__.py +++ b/blueapps/core/exceptions/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/exceptions/base.py b/blueapps/core/exceptions/base.py index 4974f4262c..f5a427362a 100644 --- a/blueapps/core/exceptions/base.py +++ b/blueapps/core/exceptions/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/exceptions/middleware.py b/blueapps/core/exceptions/middleware.py index aea3652182..82fb6116fc 100644 --- a/blueapps/core/exceptions/middleware.py +++ b/blueapps/core/exceptions/middleware.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/handler/__init__.py b/blueapps/core/handler/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/core/handler/__init__.py +++ b/blueapps/core/handler/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/handler/wsgi.py b/blueapps/core/handler/wsgi.py index 0fdd155bd6..5df04e94c3 100644 --- a/blueapps/core/handler/wsgi.py +++ b/blueapps/core/handler/wsgi.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/sites/__init__.py b/blueapps/core/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/core/sites/__init__.py +++ b/blueapps/core/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/sites/middleware.py b/blueapps/core/sites/middleware.py index 41ea33411b..039c8a5b1c 100644 --- a/blueapps/core/sites/middleware.py +++ b/blueapps/core/sites/middleware.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/core/wsgi.py b/blueapps/core/wsgi.py index 756bada543..17c540ee4f 100644 --- a/blueapps/core/wsgi.py +++ b/blueapps/core/wsgi.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/__init__.py b/blueapps/middleware/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/middleware/__init__.py +++ b/blueapps/middleware/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/bkui/__init__.py b/blueapps/middleware/bkui/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/middleware/bkui/__init__.py +++ b/blueapps/middleware/bkui/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/bkui/middlewares.py b/blueapps/middleware/bkui/middlewares.py index 6ac6760163..4545a4f031 100644 --- a/blueapps/middleware/bkui/middlewares.py +++ b/blueapps/middleware/bkui/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/request_provider.py b/blueapps/middleware/request_provider.py index d7666c2525..20ae9f3a04 100644 --- a/blueapps/middleware/request_provider.py +++ b/blueapps/middleware/request_provider.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/xss/__init__.py b/blueapps/middleware/xss/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/middleware/xss/__init__.py +++ b/blueapps/middleware/xss/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/xss/decorators.py b/blueapps/middleware/xss/decorators.py index 554ce0615d..6862386872 100644 --- a/blueapps/middleware/xss/decorators.py +++ b/blueapps/middleware/xss/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/xss/middlewares.py b/blueapps/middleware/xss/middlewares.py index 9664bf0290..be40faf8c8 100644 --- a/blueapps/middleware/xss/middlewares.py +++ b/blueapps/middleware/xss/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/xss/pxfilter.py b/blueapps/middleware/xss/pxfilter.py index 89d58e08b6..eb7b8c3af5 100644 --- a/blueapps/middleware/xss/pxfilter.py +++ b/blueapps/middleware/xss/pxfilter.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/middleware/xss/utils.py b/blueapps/middleware/xss/utils.py index 8244ebc4bd..39dcd9db1f 100644 --- a/blueapps/middleware/xss/utils.py +++ b/blueapps/middleware/xss/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/patch/__init__.py b/blueapps/patch/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/patch/__init__.py +++ b/blueapps/patch/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/patch/log.py b/blueapps/patch/log.py index 2722f015ed..460e54e73d 100644 --- a/blueapps/patch/log.py +++ b/blueapps/patch/log.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/patch/settings_open_saas.py b/blueapps/patch/settings_open_saas.py index c615c99912..ed505f744d 100644 --- a/blueapps/patch/settings_open_saas.py +++ b/blueapps/patch/settings_open_saas.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/patch/settings_paas_services.py b/blueapps/patch/settings_paas_services.py index d34016b720..7f348b0c4f 100644 --- a/blueapps/patch/settings_paas_services.py +++ b/blueapps/patch/settings_paas_services.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/template/__init__.py b/blueapps/template/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/template/__init__.py +++ b/blueapps/template/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/template/backends/__init__.py b/blueapps/template/backends/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/template/backends/__init__.py +++ b/blueapps/template/backends/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/template/backends/mako.py b/blueapps/template/backends/mako.py index c6e472c3d7..5c06d93c6c 100644 --- a/blueapps/template/backends/mako.py +++ b/blueapps/template/backends/mako.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/template/context_processors.py b/blueapps/template/context_processors.py index b3818fbf1c..294db970ab 100644 --- a/blueapps/template/context_processors.py +++ b/blueapps/template/context_processors.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/__init__.py b/blueapps/utils/__init__.py index 6b8cc1af6c..222bc71b4b 100644 --- a/blueapps/utils/__init__.py +++ b/blueapps/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/cache.py b/blueapps/utils/cache.py index c453266479..1e3b0f67ea 100644 --- a/blueapps/utils/cache.py +++ b/blueapps/utils/cache.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/esbclient.py b/blueapps/utils/esbclient.py index 8dfec9e0a4..94bad2510f 100644 --- a/blueapps/utils/esbclient.py +++ b/blueapps/utils/esbclient.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/logger.py b/blueapps/utils/logger.py index aa12cd4af4..552242a280 100644 --- a/blueapps/utils/logger.py +++ b/blueapps/utils/logger.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/managermixins.py b/blueapps/utils/managermixins.py index 7fa8c3e86b..7b634567f0 100644 --- a/blueapps/utils/managermixins.py +++ b/blueapps/utils/managermixins.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/request_provider.py b/blueapps/utils/request_provider.py index 12dfb38c66..21692afaa9 100644 --- a/blueapps/utils/request_provider.py +++ b/blueapps/utils/request_provider.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/sites/__init__.py b/blueapps/utils/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/blueapps/utils/sites/__init__.py +++ b/blueapps/utils/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/sites/open/__init__.py b/blueapps/utils/sites/open/__init__.py index 2ac775f3f8..472fea9777 100644 --- a/blueapps/utils/sites/open/__init__.py +++ b/blueapps/utils/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/unique.py b/blueapps/utils/unique.py index 378d8d60f0..a142d6c744 100644 --- a/blueapps/utils/unique.py +++ b/blueapps/utils/unique.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/blueapps/utils/view_decorators.py b/blueapps/utils/view_decorators.py index 47945f81dd..30c4907288 100644 --- a/blueapps/utils/view_decorators.py +++ b/blueapps/utils/view_decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/__init__.py b/config/__init__.py index d80de4ae90..34da6b4ba9 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/default.py b/config/default.py index aadc31fd92..32a2288e87 100644 --- a/config/default.py +++ b/config/default.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/dev.py b/config/dev.py index f325106e18..4371710be3 100644 --- a/config/dev.py +++ b/config/dev.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/perms.py b/config/perms.py index e6229209dd..49ffadee11 100644 --- a/config/perms.py +++ b/config/perms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/prod.py b/config/prod.py index c1afe34f88..2ec6737a9f 100644 --- a/config/prod.py +++ b/config/prod.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/sites/__init__.py b/config/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/config/sites/__init__.py +++ b/config/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/sites/community/__init__.py b/config/sites/community/__init__.py index 90524bb0e7..92b537244c 100644 --- a/config/sites/community/__init__.py +++ b/config/sites/community/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/sites/community/ver_settings.py b/config/sites/community/ver_settings.py index d06e73da0a..4f0f9d65ae 100644 --- a/config/sites/community/ver_settings.py +++ b/config/sites/community/ver_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/stag.py b/config/stag.py index 8b78da7378..b39e4b3450 100644 --- a/config/stag.py +++ b/config/stag.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/config/urls_custom.py b/config/urls_custom.py index 85436fecfb..5c605ac2ad 100644 --- a/config/urls_custom.py +++ b/config/urls_custom.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/__init__.py b/data_migration/__init__.py index e1d9688bc6..5366bb288a 100644 --- a/data_migration/__init__.py +++ b/data_migration/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/account/__init__.py b/data_migration/account/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/account/__init__.py +++ b/data_migration/account/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/account/mixins/__init__.py b/data_migration/account/mixins/__init__.py index c40b3ee41e..3d70bf6ea0 100644 --- a/data_migration/account/mixins/__init__.py +++ b/data_migration/account/mixins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/account/mixins/sites/__init__.py b/data_migration/account/mixins/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/account/mixins/sites/__init__.py +++ b/data_migration/account/mixins/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/account/mixins/sites/open/__init__.py b/data_migration/account/mixins/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/account/mixins/sites/open/__init__.py +++ b/data_migration/account/mixins/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/account/mixins/sites/open/user.py b/data_migration/account/mixins/sites/open/user.py index ab4eb99884..505e808b95 100644 --- a/data_migration/account/mixins/sites/open/user.py +++ b/data_migration/account/mixins/sites/open/user.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/account/mixins/user_manager.py b/data_migration/account/mixins/user_manager.py index fec85b26d2..6feba526aa 100644 --- a/data_migration/account/mixins/user_manager.py +++ b/data_migration/account/mixins/user_manager.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/account/patch.py b/data_migration/account/patch.py index 175683bdb5..905ac06dcd 100644 --- a/data_migration/account/patch.py +++ b/data_migration/account/patch.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/apps.py b/data_migration/apps.py index 063243d700..ff11ea9a14 100644 --- a/data_migration/apps.py +++ b/data_migration/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/conf/__init__.py b/data_migration/conf/__init__.py index 5e0747c67a..3d79de88f7 100644 --- a/data_migration/conf/__init__.py +++ b/data_migration/conf/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/conf/default_settings.py b/data_migration/conf/default_settings.py index 5b05347664..ac10c6feea 100644 --- a/data_migration/conf/default_settings.py +++ b/data_migration/conf/default_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/conf/sites/__init__.py b/data_migration/conf/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/conf/sites/__init__.py +++ b/data_migration/conf/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/conf/sites/open/__init__.py b/data_migration/conf/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/conf/sites/open/__init__.py +++ b/data_migration/conf/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/conf/sites/open/ver_settings.py b/data_migration/conf/sites/open/ver_settings.py index d8552e996d..599412d897 100644 --- a/data_migration/conf/sites/open/ver_settings.py +++ b/data_migration/conf/sites/open/ver_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/management/__init__.py b/data_migration/management/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/management/__init__.py +++ b/data_migration/management/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/management/commands/__init__.py b/data_migration/management/commands/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/management/commands/__init__.py +++ b/data_migration/management/commands/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/management/commands/migrate.py b/data_migration/management/commands/migrate.py index 7830240ddf..8d046c9568 100644 --- a/data_migration/management/commands/migrate.py +++ b/data_migration/management/commands/migrate.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/migrations/0001_user_migration.py b/data_migration/migrations/0001_user_migration.py index a683df170f..b9068305a5 100644 --- a/data_migration/migrations/0001_user_migration.py +++ b/data_migration/migrations/0001_user_migration.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/migrations/0002_constraint_migration.py b/data_migration/migrations/0002_constraint_migration.py index e5063f6870..80f494119d 100644 --- a/data_migration/migrations/0002_constraint_migration.py +++ b/data_migration/migrations/0002_constraint_migration.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/migrations/__init__.py b/data_migration/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/data_migration/migrations/__init__.py +++ b/data_migration/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/data_migration/utils.py b/data_migration/utils.py index c6c6aec087..e3736af946 100644 --- a/data_migration/utils.py +++ b/data_migration/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/__init__.py b/files/__init__.py index 90524bb0e7..92b537244c 100644 --- a/files/__init__.py +++ b/files/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/admin.py b/files/admin.py index 930fc75234..68fd0f32ab 100644 --- a/files/admin.py +++ b/files/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/apps.py b/files/apps.py index 8bdef8c214..f98487b777 100644 --- a/files/apps.py +++ b/files/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/bartenders/__init__.py b/files/bartenders/__init__.py index 90524bb0e7..92b537244c 100644 --- a/files/bartenders/__init__.py +++ b/files/bartenders/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/bartenders/base.py b/files/bartenders/base.py index 23da42ee18..6e9774c2f2 100644 --- a/files/bartenders/base.py +++ b/files/bartenders/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/bartenders/nfs.py b/files/bartenders/nfs.py index f5a8c5ad93..8ac3457009 100644 --- a/files/bartenders/nfs.py +++ b/files/bartenders/nfs.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/bartenders/upload_module.py b/files/bartenders/upload_module.py index 5aeaecd4dc..68d2c68261 100644 --- a/files/bartenders/upload_module.py +++ b/files/bartenders/upload_module.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/exceptions.py b/files/exceptions.py index 05c5dc4657..7b91f3c3ad 100644 --- a/files/exceptions.py +++ b/files/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/factory.py b/files/factory.py index 9db1b59e63..366f12bce2 100644 --- a/files/factory.py +++ b/files/factory.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/managers/__init__.py b/files/managers/__init__.py index 90524bb0e7..92b537244c 100644 --- a/files/managers/__init__.py +++ b/files/managers/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/managers/base.py b/files/managers/base.py index b02dd85e9a..3a3439fabf 100644 --- a/files/managers/base.py +++ b/files/managers/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/managers/nfs.py b/files/managers/nfs.py index b465e8fbc1..c7b88ce1ea 100644 --- a/files/managers/nfs.py +++ b/files/managers/nfs.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/managers/upload_module.py b/files/managers/upload_module.py index 3c6ea0aabf..25a8422ad6 100644 --- a/files/managers/upload_module.py +++ b/files/managers/upload_module.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/migrations/0001_initial.py b/files/migrations/0001_initial.py index dd48d17115..69d4a9df6e 100644 --- a/files/migrations/0001_initial.py +++ b/files/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/migrations/0002_uploadticket.py b/files/migrations/0002_uploadticket.py index de070a8686..0ca8f1e487 100644 --- a/files/migrations/0002_uploadticket.py +++ b/files/migrations/0002_uploadticket.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/migrations/__init__.py b/files/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/files/migrations/__init__.py +++ b/files/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/models.py b/files/models.py index 15d55039b1..e968f8dbb6 100644 --- a/files/models.py +++ b/files/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/tests/__init__.py b/files/tests/__init__.py index 90524bb0e7..92b537244c 100644 --- a/files/tests/__init__.py +++ b/files/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/tests/managers/__init__.py b/files/tests/managers/__init__.py index 90524bb0e7..92b537244c 100644 --- a/files/tests/managers/__init__.py +++ b/files/tests/managers/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/tests/managers/test_nfs.py b/files/tests/managers/test_nfs.py index 90a9f7a259..09abc53853 100644 --- a/files/tests/managers/test_nfs.py +++ b/files/tests/managers/test_nfs.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/tests/managers/test_upload_module.py b/files/tests/managers/test_upload_module.py index bc47d892db..afa06dfbed 100644 --- a/files/tests/managers/test_upload_module.py +++ b/files/tests/managers/test_upload_module.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/tests/models/__init__.py b/files/tests/models/__init__.py index 90524bb0e7..92b537244c 100644 --- a/files/tests/models/__init__.py +++ b/files/tests/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/tests/models/test_upload_ticket.py b/files/tests/models/test_upload_ticket.py index f01798e1f7..8196452b80 100644 --- a/files/tests/models/test_upload_ticket.py +++ b/files/tests/models/test_upload_ticket.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/files/tests/test_factory.py b/files/tests/test_factory.py index 370eac1dc4..4be1af73a2 100644 --- a/files/tests/test_factory.py +++ b/files/tests/test_factory.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/frontend/desktop/__init__.py b/frontend/desktop/__init__.py index 90524bb0e7..92b537244c 100644 --- a/frontend/desktop/__init__.py +++ b/frontend/desktop/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/__init__.py b/gcloud/__init__.py index 3e0b3c28d3..16c180e1fe 100644 --- a/gcloud/__init__.py +++ b/gcloud/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/__init__.py b/gcloud/apigw/__init__.py index 053f1a6166..3efe0e2ebf 100644 --- a/gcloud/apigw/__init__.py +++ b/gcloud/apigw/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/apps.py b/gcloud/apigw/apps.py index 139ec3116f..2aaed0e478 100644 --- a/gcloud/apigw/apps.py +++ b/gcloud/apigw/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/constants.py b/gcloud/apigw/constants.py index f5390976b2..6daa0c9a2c 100644 --- a/gcloud/apigw/constants.py +++ b/gcloud/apigw/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/decorators.py b/gcloud/apigw/decorators.py index 3837dd7cb3..2a1383d1ee 100644 --- a/gcloud/apigw/decorators.py +++ b/gcloud/apigw/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/exceptions.py b/gcloud/apigw/exceptions.py index 0f09df7cb9..079ce39eae 100644 --- a/gcloud/apigw/exceptions.py +++ b/gcloud/apigw/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/schemas.py b/gcloud/apigw/schemas.py index 7e450680a7..ffa1e734a8 100644 --- a/gcloud/apigw/schemas.py +++ b/gcloud/apigw/schemas.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/urls.py b/gcloud/apigw/urls.py index b8c9535aeb..2cf3c11441 100644 --- a/gcloud/apigw/urls.py +++ b/gcloud/apigw/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/utils.py b/gcloud/apigw/utils.py index f3a58337e3..8658dde948 100644 --- a/gcloud/apigw/utils.py +++ b/gcloud/apigw/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/__init__.py b/gcloud/apigw/views/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/apigw/views/__init__.py +++ b/gcloud/apigw/views/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/create_periodic_task.py b/gcloud/apigw/views/create_periodic_task.py index 8a38917fed..3226479b2f 100644 --- a/gcloud/apigw/views/create_periodic_task.py +++ b/gcloud/apigw/views/create_periodic_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/create_task.py b/gcloud/apigw/views/create_task.py index 16228f3101..09bb9b23e1 100644 --- a/gcloud/apigw/views/create_task.py +++ b/gcloud/apigw/views/create_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/fast_create_task.py b/gcloud/apigw/views/fast_create_task.py index 3b5f890131..f1a3c4100a 100644 --- a/gcloud/apigw/views/fast_create_task.py +++ b/gcloud/apigw/views/fast_create_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_common_template_info.py b/gcloud/apigw/views/get_common_template_info.py index be64925d72..10d6bc9ecc 100644 --- a/gcloud/apigw/views/get_common_template_info.py +++ b/gcloud/apigw/views/get_common_template_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_common_template_list.py b/gcloud/apigw/views/get_common_template_list.py index 99841b1e8f..d57179cb5c 100644 --- a/gcloud/apigw/views/get_common_template_list.py +++ b/gcloud/apigw/views/get_common_template_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_periodic_task_info.py b/gcloud/apigw/views/get_periodic_task_info.py index afe4bf24da..c1edbb9ef5 100644 --- a/gcloud/apigw/views/get_periodic_task_info.py +++ b/gcloud/apigw/views/get_periodic_task_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_periodic_task_list.py b/gcloud/apigw/views/get_periodic_task_list.py index 82408c0438..15cf30305e 100644 --- a/gcloud/apigw/views/get_periodic_task_list.py +++ b/gcloud/apigw/views/get_periodic_task_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_plugin_list.py b/gcloud/apigw/views/get_plugin_list.py index 8f06370d4c..edd0c3b700 100644 --- a/gcloud/apigw/views/get_plugin_list.py +++ b/gcloud/apigw/views/get_plugin_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_task_detail.py b/gcloud/apigw/views/get_task_detail.py index 5367527e45..8e01056e9c 100644 --- a/gcloud/apigw/views/get_task_detail.py +++ b/gcloud/apigw/views/get_task_detail.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_task_node_data.py b/gcloud/apigw/views/get_task_node_data.py index 56bf276e0b..7e1176fe3e 100644 --- a/gcloud/apigw/views/get_task_node_data.py +++ b/gcloud/apigw/views/get_task_node_data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_task_node_detail.py b/gcloud/apigw/views/get_task_node_detail.py index 1e2a754db4..a98384a8d6 100644 --- a/gcloud/apigw/views/get_task_node_detail.py +++ b/gcloud/apigw/views/get_task_node_detail.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_task_status.py b/gcloud/apigw/views/get_task_status.py index 4f908d9175..c56c44ad43 100644 --- a/gcloud/apigw/views/get_task_status.py +++ b/gcloud/apigw/views/get_task_status.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_tasks_status.py b/gcloud/apigw/views/get_tasks_status.py index a67d646e79..838d7e971c 100644 --- a/gcloud/apigw/views/get_tasks_status.py +++ b/gcloud/apigw/views/get_tasks_status.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_template_info.py b/gcloud/apigw/views/get_template_info.py index 6b805133a0..59718bd86c 100644 --- a/gcloud/apigw/views/get_template_info.py +++ b/gcloud/apigw/views/get_template_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_template_list.py b/gcloud/apigw/views/get_template_list.py index bda2ad678f..392dc194d4 100644 --- a/gcloud/apigw/views/get_template_list.py +++ b/gcloud/apigw/views/get_template_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_template_schemes.py b/gcloud/apigw/views/get_template_schemes.py index bbc22ff1fb..a5d260475d 100644 --- a/gcloud/apigw/views/get_template_schemes.py +++ b/gcloud/apigw/views/get_template_schemes.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_user_project_detail.py b/gcloud/apigw/views/get_user_project_detail.py index 7eccb60db8..30a5351c97 100644 --- a/gcloud/apigw/views/get_user_project_detail.py +++ b/gcloud/apigw/views/get_user_project_detail.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/get_user_project_list.py b/gcloud/apigw/views/get_user_project_list.py index f9429479b3..81820b5ba9 100644 --- a/gcloud/apigw/views/get_user_project_list.py +++ b/gcloud/apigw/views/get_user_project_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/import_common_template.py b/gcloud/apigw/views/import_common_template.py index 09a09f11db..900117be3e 100644 --- a/gcloud/apigw/views/import_common_template.py +++ b/gcloud/apigw/views/import_common_template.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/import_project_template.py b/gcloud/apigw/views/import_project_template.py index dd90158086..835fa24b47 100644 --- a/gcloud/apigw/views/import_project_template.py +++ b/gcloud/apigw/views/import_project_template.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/modify_constants_for_periodic_task.py b/gcloud/apigw/views/modify_constants_for_periodic_task.py index f08e897325..605c5c30c0 100644 --- a/gcloud/apigw/views/modify_constants_for_periodic_task.py +++ b/gcloud/apigw/views/modify_constants_for_periodic_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/modify_cron_for_periodic_task.py b/gcloud/apigw/views/modify_cron_for_periodic_task.py index a8629c431a..2850156750 100644 --- a/gcloud/apigw/views/modify_cron_for_periodic_task.py +++ b/gcloud/apigw/views/modify_cron_for_periodic_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/node_callback.py b/gcloud/apigw/views/node_callback.py index 5fa4e285db..aadd0e0e78 100644 --- a/gcloud/apigw/views/node_callback.py +++ b/gcloud/apigw/views/node_callback.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/operate_node.py b/gcloud/apigw/views/operate_node.py index 390931f973..2d474a4e73 100644 --- a/gcloud/apigw/views/operate_node.py +++ b/gcloud/apigw/views/operate_node.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/operate_task.py b/gcloud/apigw/views/operate_task.py index 802e42396d..4043731974 100644 --- a/gcloud/apigw/views/operate_task.py +++ b/gcloud/apigw/views/operate_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/plugin_proxy.py b/gcloud/apigw/views/plugin_proxy.py index cc2584a631..b75d591c9e 100644 --- a/gcloud/apigw/views/plugin_proxy.py +++ b/gcloud/apigw/views/plugin_proxy.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/preview_task_tree.py b/gcloud/apigw/views/preview_task_tree.py index f1838ef8f5..1f46ec9421 100644 --- a/gcloud/apigw/views/preview_task_tree.py +++ b/gcloud/apigw/views/preview_task_tree.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/query_task_count.py b/gcloud/apigw/views/query_task_count.py index 4a6fd8595b..444a2165d7 100644 --- a/gcloud/apigw/views/query_task_count.py +++ b/gcloud/apigw/views/query_task_count.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/set_periodic_task_enabled.py b/gcloud/apigw/views/set_periodic_task_enabled.py index 1a4b143c3d..688c5385f6 100644 --- a/gcloud/apigw/views/set_periodic_task_enabled.py +++ b/gcloud/apigw/views/set_periodic_task_enabled.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/start_task.py b/gcloud/apigw/views/start_task.py index 65d576b77f..30d88127bf 100644 --- a/gcloud/apigw/views/start_task.py +++ b/gcloud/apigw/views/start_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/views/utils.py b/gcloud/apigw/views/utils.py index ce3d5c6dfe..c288511bdf 100644 --- a/gcloud/apigw/views/utils.py +++ b/gcloud/apigw/views/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/apigw/whitelist.py b/gcloud/apigw/whitelist.py index 5e24bfc530..8a3f268e81 100644 --- a/gcloud/apigw/whitelist.py +++ b/gcloud/apigw/whitelist.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/__init__.py b/gcloud/commons/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/commons/__init__.py +++ b/gcloud/commons/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/__init__.py b/gcloud/commons/template/__init__.py index 15555b99fb..fd54afec03 100644 --- a/gcloud/commons/template/__init__.py +++ b/gcloud/commons/template/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/admin.py b/gcloud/commons/template/admin.py index 0c41493d45..5a07fe22c2 100644 --- a/gcloud/commons/template/admin.py +++ b/gcloud/commons/template/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/api.py b/gcloud/commons/template/api.py index f2f43e925e..c496036b6d 100644 --- a/gcloud/commons/template/api.py +++ b/gcloud/commons/template/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/apps.py b/gcloud/commons/template/apps.py index afc2887f42..9f48b1c5e2 100644 --- a/gcloud/commons/template/apps.py +++ b/gcloud/commons/template/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/constants.py b/gcloud/commons/template/constants.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/commons/template/constants.py +++ b/gcloud/commons/template/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/forms.py b/gcloud/commons/template/forms.py index a526f777be..3ba55c06dc 100644 --- a/gcloud/commons/template/forms.py +++ b/gcloud/commons/template/forms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/migrations/0001_initial.py b/gcloud/commons/template/migrations/0001_initial.py index 9cf0a95ae2..7018624075 100644 --- a/gcloud/commons/template/migrations/0001_initial.py +++ b/gcloud/commons/template/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/migrations/0002_auto_20181204_1813.py b/gcloud/commons/template/migrations/0002_auto_20181204_1813.py index 14811e6a6a..16c065bf95 100644 --- a/gcloud/commons/template/migrations/0002_auto_20181204_1813.py +++ b/gcloud/commons/template/migrations/0002_auto_20181204_1813.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/migrations/0003_auto_20181205_1153.py b/gcloud/commons/template/migrations/0003_auto_20181205_1153.py index 3026b4991d..47ea0ac256 100644 --- a/gcloud/commons/template/migrations/0003_auto_20181205_1153.py +++ b/gcloud/commons/template/migrations/0003_auto_20181205_1153.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/migrations/0004_set_min_template_id.py b/gcloud/commons/template/migrations/0004_set_min_template_id.py index fbdf0f0e8d..8bf6eba116 100644 --- a/gcloud/commons/template/migrations/0004_set_min_template_id.py +++ b/gcloud/commons/template/migrations/0004_set_min_template_id.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/migrations/0005_auto_20190523_1509.py b/gcloud/commons/template/migrations/0005_auto_20190523_1509.py index 45c411c237..8939747d29 100644 --- a/gcloud/commons/template/migrations/0005_auto_20190523_1509.py +++ b/gcloud/commons/template/migrations/0005_auto_20190523_1509.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/migrations/__init__.py b/gcloud/commons/template/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/commons/template/migrations/__init__.py +++ b/gcloud/commons/template/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/models.py b/gcloud/commons/template/models.py index 2d3c2e2a47..aea6b21cff 100644 --- a/gcloud/commons/template/models.py +++ b/gcloud/commons/template/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/permissions.py b/gcloud/commons/template/permissions.py index 5dff5227c4..3dafdfd100 100644 --- a/gcloud/commons/template/permissions.py +++ b/gcloud/commons/template/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/resources.py b/gcloud/commons/template/resources.py index ac5e8b89bc..6123eeeca9 100644 --- a/gcloud/commons/template/resources.py +++ b/gcloud/commons/template/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/urls.py b/gcloud/commons/template/urls.py index f5d84afdf8..3f4b1f3301 100644 --- a/gcloud/commons/template/urls.py +++ b/gcloud/commons/template/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/commons/template/utils.py b/gcloud/commons/template/utils.py index 951e81a288..f3c7cf7818 100644 --- a/gcloud/commons/template/utils.py +++ b/gcloud/commons/template/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/conf/__init__.py b/gcloud/conf/__init__.py index 561cbe63e8..696115470a 100644 --- a/gcloud/conf/__init__.py +++ b/gcloud/conf/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/conf/default_settings.py b/gcloud/conf/default_settings.py index 5c1230dc1d..e2d68bc2ec 100644 --- a/gcloud/conf/default_settings.py +++ b/gcloud/conf/default_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/conf/i18n.py b/gcloud/conf/i18n.py index e98ee067a7..19a7b0dd30 100644 --- a/gcloud/conf/i18n.py +++ b/gcloud/conf/i18n.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/conf/sites/__init__.py b/gcloud/conf/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/conf/sites/__init__.py +++ b/gcloud/conf/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/conf/sites/community/__init__.py b/gcloud/conf/sites/community/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/conf/sites/community/__init__.py +++ b/gcloud/conf/sites/community/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/conf/sites/community/ver_settings.py b/gcloud/conf/sites/community/ver_settings.py index fe8a38a237..c757a60d42 100644 --- a/gcloud/conf/sites/community/ver_settings.py +++ b/gcloud/conf/sites/community/ver_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/constants.py b/gcloud/constants.py index 9b479ec569..68d087a85d 100644 --- a/gcloud/constants.py +++ b/gcloud/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/__init__.py b/gcloud/contrib/__init__.py index 861dd34f42..d538466c89 100755 --- a/gcloud/contrib/__init__.py +++ b/gcloud/contrib/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/__init__.py b/gcloud/contrib/admin/__init__.py index b6aada1967..9725d78552 100644 --- a/gcloud/contrib/admin/__init__.py +++ b/gcloud/contrib/admin/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/apps.py b/gcloud/contrib/admin/apps.py index b839eea0bf..bd66136a43 100644 --- a/gcloud/contrib/admin/apps.py +++ b/gcloud/contrib/admin/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/migrations/__init__.py b/gcloud/contrib/admin/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/contrib/admin/migrations/__init__.py +++ b/gcloud/contrib/admin/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/resources.py b/gcloud/contrib/admin/resources.py index 3684d08fa2..9b1d84b7fa 100644 --- a/gcloud/contrib/admin/resources.py +++ b/gcloud/contrib/admin/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/urls.py b/gcloud/contrib/admin/urls.py index 60792a737e..d0f5a31901 100644 --- a/gcloud/contrib/admin/urls.py +++ b/gcloud/contrib/admin/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/views/__init__.py b/gcloud/contrib/admin/views/__init__.py index 200cc678c9..79f6d245db 100644 --- a/gcloud/contrib/admin/views/__init__.py +++ b/gcloud/contrib/admin/views/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/views/search.py b/gcloud/contrib/admin/views/search.py index cb7fd5496c..7e2282058c 100644 --- a/gcloud/contrib/admin/views/search.py +++ b/gcloud/contrib/admin/views/search.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/views/taskflow.py b/gcloud/contrib/admin/views/taskflow.py index cc07e1636b..d91e0d8892 100644 --- a/gcloud/contrib/admin/views/taskflow.py +++ b/gcloud/contrib/admin/views/taskflow.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/admin/views/templates.py b/gcloud/contrib/admin/views/templates.py index 1a2e54e17d..97b50c89ee 100644 --- a/gcloud/contrib/admin/views/templates.py +++ b/gcloud/contrib/admin/views/templates.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/__init__.py b/gcloud/contrib/analysis/__init__.py index 0c7150b418..5f79b203de 100755 --- a/gcloud/contrib/analysis/__init__.py +++ b/gcloud/contrib/analysis/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/analyse_items/__init__.py b/gcloud/contrib/analysis/analyse_items/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/contrib/analysis/analyse_items/__init__.py +++ b/gcloud/contrib/analysis/analyse_items/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/analyse_items/app_maker.py b/gcloud/contrib/analysis/analyse_items/app_maker.py index 7cd6072a96..aac1d39bff 100644 --- a/gcloud/contrib/analysis/analyse_items/app_maker.py +++ b/gcloud/contrib/analysis/analyse_items/app_maker.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/analyse_items/task_flow_instance.py b/gcloud/contrib/analysis/analyse_items/task_flow_instance.py index 9dcba074fa..4d324edc69 100644 --- a/gcloud/contrib/analysis/analyse_items/task_flow_instance.py +++ b/gcloud/contrib/analysis/analyse_items/task_flow_instance.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/analyse_items/task_template.py b/gcloud/contrib/analysis/analyse_items/task_template.py index 0412833ef9..561cde1655 100644 --- a/gcloud/contrib/analysis/analyse_items/task_template.py +++ b/gcloud/contrib/analysis/analyse_items/task_template.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/apps.py b/gcloud/contrib/analysis/apps.py index 8f4468b020..7096c88e97 100644 --- a/gcloud/contrib/analysis/apps.py +++ b/gcloud/contrib/analysis/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/decorators.py b/gcloud/contrib/analysis/decorators.py index 4702fbdca1..600b492df3 100644 --- a/gcloud/contrib/analysis/decorators.py +++ b/gcloud/contrib/analysis/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/permissions.py b/gcloud/contrib/analysis/permissions.py index c2a477e118..ed8579b497 100644 --- a/gcloud/contrib/analysis/permissions.py +++ b/gcloud/contrib/analysis/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/urls.py b/gcloud/contrib/analysis/urls.py index e7905310b9..f95a8d8d7a 100755 --- a/gcloud/contrib/analysis/urls.py +++ b/gcloud/contrib/analysis/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/analysis/views.py b/gcloud/contrib/analysis/views.py index b34e81c0a3..7dce00382b 100755 --- a/gcloud/contrib/analysis/views.py +++ b/gcloud/contrib/analysis/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/__init__.py b/gcloud/contrib/appmaker/__init__.py index d76a43a1c0..38f1248fbe 100755 --- a/gcloud/contrib/appmaker/__init__.py +++ b/gcloud/contrib/appmaker/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/admin.py b/gcloud/contrib/appmaker/admin.py index f18ff556c4..ea0f39f65b 100755 --- a/gcloud/contrib/appmaker/admin.py +++ b/gcloud/contrib/appmaker/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/api.py b/gcloud/contrib/appmaker/api.py index 91a4f1055d..755540b5c6 100755 --- a/gcloud/contrib/appmaker/api.py +++ b/gcloud/contrib/appmaker/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/apps.py b/gcloud/contrib/appmaker/apps.py index 7613ac8c8d..c1869d7f3c 100755 --- a/gcloud/contrib/appmaker/apps.py +++ b/gcloud/contrib/appmaker/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/decorators.py b/gcloud/contrib/appmaker/decorators.py index c2e686562a..2055512ebb 100755 --- a/gcloud/contrib/appmaker/decorators.py +++ b/gcloud/contrib/appmaker/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0001_initial.py b/gcloud/contrib/appmaker/migrations/0001_initial.py index 5b56c8470d..9078e4c9a9 100755 --- a/gcloud/contrib/appmaker/migrations/0001_initial.py +++ b/gcloud/contrib/appmaker/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0002_auto_20180209_1510.py b/gcloud/contrib/appmaker/migrations/0002_auto_20180209_1510.py index 218efa1eca..ae3dd5aaa7 100755 --- a/gcloud/contrib/appmaker/migrations/0002_auto_20180209_1510.py +++ b/gcloud/contrib/appmaker/migrations/0002_auto_20180209_1510.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0003_auto_20180301_1729.py b/gcloud/contrib/appmaker/migrations/0003_auto_20180301_1729.py index 09c3be3e34..ede88fc06d 100755 --- a/gcloud/contrib/appmaker/migrations/0003_auto_20180301_1729.py +++ b/gcloud/contrib/appmaker/migrations/0003_auto_20180301_1729.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0004_auto_20180425_1512.py b/gcloud/contrib/appmaker/migrations/0004_auto_20180425_1512.py index c71e316573..db72d11731 100755 --- a/gcloud/contrib/appmaker/migrations/0004_auto_20180425_1512.py +++ b/gcloud/contrib/appmaker/migrations/0004_auto_20180425_1512.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0005_auto_20180823_1730.py b/gcloud/contrib/appmaker/migrations/0005_auto_20180823_1730.py index 6c2f716777..dc407dda0b 100755 --- a/gcloud/contrib/appmaker/migrations/0005_auto_20180823_1730.py +++ b/gcloud/contrib/appmaker/migrations/0005_auto_20180823_1730.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0006_appmaker_project.py b/gcloud/contrib/appmaker/migrations/0006_appmaker_project.py index c6301fb80b..0b09a54afe 100644 --- a/gcloud/contrib/appmaker/migrations/0006_appmaker_project.py +++ b/gcloud/contrib/appmaker/migrations/0006_appmaker_project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0007_add_project_relation.py b/gcloud/contrib/appmaker/migrations/0007_add_project_relation.py index d1e2ced830..6e6a7f2889 100644 --- a/gcloud/contrib/appmaker/migrations/0007_add_project_relation.py +++ b/gcloud/contrib/appmaker/migrations/0007_add_project_relation.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0008_auto_20190520_1448.py b/gcloud/contrib/appmaker/migrations/0008_auto_20190520_1448.py index a34e3b28f8..83d6e73777 100644 --- a/gcloud/contrib/appmaker/migrations/0008_auto_20190520_1448.py +++ b/gcloud/contrib/appmaker/migrations/0008_auto_20190520_1448.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0009_set_business_to_none.py b/gcloud/contrib/appmaker/migrations/0009_set_business_to_none.py index 1d544923b6..2a597f6904 100644 --- a/gcloud/contrib/appmaker/migrations/0009_set_business_to_none.py +++ b/gcloud/contrib/appmaker/migrations/0009_set_business_to_none.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/0010_remove_appmaker_business.py b/gcloud/contrib/appmaker/migrations/0010_remove_appmaker_business.py index a410703a06..45e093d676 100644 --- a/gcloud/contrib/appmaker/migrations/0010_remove_appmaker_business.py +++ b/gcloud/contrib/appmaker/migrations/0010_remove_appmaker_business.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/migrations/__init__.py b/gcloud/contrib/appmaker/migrations/__init__.py index 90524bb0e7..92b537244c 100755 --- a/gcloud/contrib/appmaker/migrations/__init__.py +++ b/gcloud/contrib/appmaker/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/models.py b/gcloud/contrib/appmaker/models.py index 5899011c48..c7f0dd5c7a 100755 --- a/gcloud/contrib/appmaker/models.py +++ b/gcloud/contrib/appmaker/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/permissions.py b/gcloud/contrib/appmaker/permissions.py index d6906d3011..6024d1e00c 100644 --- a/gcloud/contrib/appmaker/permissions.py +++ b/gcloud/contrib/appmaker/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/resources.py b/gcloud/contrib/appmaker/resources.py index ef400f1f6c..7d88331b9d 100644 --- a/gcloud/contrib/appmaker/resources.py +++ b/gcloud/contrib/appmaker/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/schema.py b/gcloud/contrib/appmaker/schema.py index f1c0abcfa9..cbe94f0993 100755 --- a/gcloud/contrib/appmaker/schema.py +++ b/gcloud/contrib/appmaker/schema.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/urls.py b/gcloud/contrib/appmaker/urls.py index 4adbb4268e..d1e342641d 100755 --- a/gcloud/contrib/appmaker/urls.py +++ b/gcloud/contrib/appmaker/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/appmaker/views.py b/gcloud/contrib/appmaker/views.py index e314b27b4a..53e8bf2e83 100755 --- a/gcloud/contrib/appmaker/views.py +++ b/gcloud/contrib/appmaker/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/audit/__init__.py b/gcloud/contrib/audit/__init__.py index c7b612f335..c2f742b39e 100755 --- a/gcloud/contrib/audit/__init__.py +++ b/gcloud/contrib/audit/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/audit/permissions.py b/gcloud/contrib/audit/permissions.py index 91153b508b..ad66fe21ea 100644 --- a/gcloud/contrib/audit/permissions.py +++ b/gcloud/contrib/audit/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/auth/__init__.py b/gcloud/contrib/auth/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/contrib/auth/__init__.py +++ b/gcloud/contrib/auth/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/auth/backend.py b/gcloud/contrib/auth/backend.py index 0e41517aef..8179adc4bc 100644 --- a/gcloud/contrib/auth/backend.py +++ b/gcloud/contrib/auth/backend.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/__init__.py b/gcloud/contrib/collection/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/contrib/collection/__init__.py +++ b/gcloud/contrib/collection/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/admin.py b/gcloud/contrib/collection/admin.py index 3d691e91d9..2993d26a82 100644 --- a/gcloud/contrib/collection/admin.py +++ b/gcloud/contrib/collection/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/apps.py b/gcloud/contrib/collection/apps.py index 89b620f264..faf99d509e 100644 --- a/gcloud/contrib/collection/apps.py +++ b/gcloud/contrib/collection/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/authorization.py b/gcloud/contrib/collection/authorization.py index b2ab767601..a48bd9b2d7 100644 --- a/gcloud/contrib/collection/authorization.py +++ b/gcloud/contrib/collection/authorization.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/migrations/0001_initial.py b/gcloud/contrib/collection/migrations/0001_initial.py index e99110509f..8127018199 100644 --- a/gcloud/contrib/collection/migrations/0001_initial.py +++ b/gcloud/contrib/collection/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/migrations/0002_auto_20191214_1952.py b/gcloud/contrib/collection/migrations/0002_auto_20191214_1952.py index 5f21dfab5a..0f1d90bde6 100644 --- a/gcloud/contrib/collection/migrations/0002_auto_20191214_1952.py +++ b/gcloud/contrib/collection/migrations/0002_auto_20191214_1952.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/migrations/__init__.py b/gcloud/contrib/collection/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/contrib/collection/migrations/__init__.py +++ b/gcloud/contrib/collection/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/models.py b/gcloud/contrib/collection/models.py index 36b44a6f62..f0b7f781b5 100644 --- a/gcloud/contrib/collection/models.py +++ b/gcloud/contrib/collection/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/collection/resources.py b/gcloud/contrib/collection/resources.py index 5c90034560..f5b77b6814 100644 --- a/gcloud/contrib/collection/resources.py +++ b/gcloud/contrib/collection/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/develop/__init__.py b/gcloud/contrib/develop/__init__.py index 56102b9f5c..7ef41ffef0 100644 --- a/gcloud/contrib/develop/__init__.py +++ b/gcloud/contrib/develop/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/develop/api.py b/gcloud/contrib/develop/api.py index a041df138a..ac8ba18b11 100644 --- a/gcloud/contrib/develop/api.py +++ b/gcloud/contrib/develop/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/develop/apps.py b/gcloud/contrib/develop/apps.py index e01e8a9d02..b3519862ce 100755 --- a/gcloud/contrib/develop/apps.py +++ b/gcloud/contrib/develop/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/develop/constants.py b/gcloud/contrib/develop/constants.py index 31a5e75238..a1879a1344 100644 --- a/gcloud/contrib/develop/constants.py +++ b/gcloud/contrib/develop/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/develop/urls.py b/gcloud/contrib/develop/urls.py index 649db49f2a..2b4f2121b1 100644 --- a/gcloud/contrib/develop/urls.py +++ b/gcloud/contrib/develop/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/__init__.py b/gcloud/contrib/function/__init__.py index fd5f9e2f8a..1775b735e1 100755 --- a/gcloud/contrib/function/__init__.py +++ b/gcloud/contrib/function/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/admin.py b/gcloud/contrib/function/admin.py index 7ae05f5c49..213858c595 100755 --- a/gcloud/contrib/function/admin.py +++ b/gcloud/contrib/function/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/apps.py b/gcloud/contrib/function/apps.py index f0585801dc..f6abf320b1 100755 --- a/gcloud/contrib/function/apps.py +++ b/gcloud/contrib/function/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/handlers.py b/gcloud/contrib/function/handlers.py index f7c79fa259..fdc3fb8be8 100755 --- a/gcloud/contrib/function/handlers.py +++ b/gcloud/contrib/function/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/migrations/0001_initial.py b/gcloud/contrib/function/migrations/0001_initial.py index 0dac1f3d80..9369bed0c2 100755 --- a/gcloud/contrib/function/migrations/0001_initial.py +++ b/gcloud/contrib/function/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/migrations/0002_auto_20180413_1804.py b/gcloud/contrib/function/migrations/0002_auto_20180413_1804.py index 6a148784e6..df809d8571 100755 --- a/gcloud/contrib/function/migrations/0002_auto_20180413_1804.py +++ b/gcloud/contrib/function/migrations/0002_auto_20180413_1804.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/migrations/__init__.py b/gcloud/contrib/function/migrations/__init__.py index 90524bb0e7..92b537244c 100755 --- a/gcloud/contrib/function/migrations/__init__.py +++ b/gcloud/contrib/function/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/models.py b/gcloud/contrib/function/models.py index 2cfc778b02..917ae96b9e 100755 --- a/gcloud/contrib/function/models.py +++ b/gcloud/contrib/function/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/permissions.py b/gcloud/contrib/function/permissions.py index 29ed030f9a..c1a77480bd 100644 --- a/gcloud/contrib/function/permissions.py +++ b/gcloud/contrib/function/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/contrib/function/resources.py b/gcloud/contrib/function/resources.py index 9e893ed35b..fdbcee8005 100644 --- a/gcloud/contrib/function/resources.py +++ b/gcloud/contrib/function/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/__init__.py b/gcloud/core/__init__.py index 255d3a9d67..76da585599 100644 --- a/gcloud/core/__init__.py +++ b/gcloud/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/admin.py b/gcloud/core/admin.py index 48f00461b0..927c10fa85 100644 --- a/gcloud/core/admin.py +++ b/gcloud/core/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api.py b/gcloud/core/api.py index 2c4c4c1d7f..a4c06eeb5b 100644 --- a/gcloud/core/api.py +++ b/gcloud/core/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api_adapter/__init__.py b/gcloud/core/api_adapter/__init__.py index 3b75053425..f6eafe9241 100644 --- a/gcloud/core/api_adapter/__init__.py +++ b/gcloud/core/api_adapter/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api_adapter/sites/__init__.py b/gcloud/core/api_adapter/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/api_adapter/sites/__init__.py +++ b/gcloud/core/api_adapter/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api_adapter/sites/open/__init__.py b/gcloud/core/api_adapter/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/api_adapter/sites/open/__init__.py +++ b/gcloud/core/api_adapter/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api_adapter/sites/open/app_maker.py b/gcloud/core/api_adapter/sites/open/app_maker.py index 0a2c9f5ccb..a845487e08 100644 --- a/gcloud/core/api_adapter/sites/open/app_maker.py +++ b/gcloud/core/api_adapter/sites/open/app_maker.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api_adapter/sites/open/user_info.py b/gcloud/core/api_adapter/sites/open/user_info.py index 898e32992a..b10ff8603e 100644 --- a/gcloud/core/api_adapter/sites/open/user_info.py +++ b/gcloud/core/api_adapter/sites/open/user_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api_adapter/sites/open/user_role.py b/gcloud/core/api_adapter/sites/open/user_role.py index 57a329c09f..4926e1ac40 100644 --- a/gcloud/core/api_adapter/sites/open/user_role.py +++ b/gcloud/core/api_adapter/sites/open/user_role.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/api_adapter/utils.py b/gcloud/core/api_adapter/utils.py index 262529a171..4e77c80c0a 100644 --- a/gcloud/core/api_adapter/utils.py +++ b/gcloud/core/api_adapter/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/apps.py b/gcloud/core/apps.py index ef47fc5f17..c2005b9c45 100644 --- a/gcloud/core/apps.py +++ b/gcloud/core/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/command.py b/gcloud/core/command.py index 1e30f63c41..21ce486bdf 100644 --- a/gcloud/core/command.py +++ b/gcloud/core/command.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/constant.py b/gcloud/core/constant.py index 9a8ab853a0..d6d0c73a11 100644 --- a/gcloud/core/constant.py +++ b/gcloud/core/constant.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/context_processors.py b/gcloud/core/context_processors.py index 382ed9a84c..db22bb0a29 100644 --- a/gcloud/core/context_processors.py +++ b/gcloud/core/context_processors.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/decorators.py b/gcloud/core/decorators.py index 2209c39f2f..b4f05f6090 100644 --- a/gcloud/core/decorators.py +++ b/gcloud/core/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/footer/__init__.py b/gcloud/core/footer/__init__.py index 2b6602615a..18332cb42b 100644 --- a/gcloud/core/footer/__init__.py +++ b/gcloud/core/footer/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/footer/sites/__init__.py b/gcloud/core/footer/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/footer/sites/__init__.py +++ b/gcloud/core/footer/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/footer/sites/open/__init__.py b/gcloud/core/footer/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/footer/sites/open/__init__.py +++ b/gcloud/core/footer/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/footer/sites/open/footer.py b/gcloud/core/footer/sites/open/footer.py index 4e61dd1f4e..3584f3ccc7 100644 --- a/gcloud/core/footer/sites/open/footer.py +++ b/gcloud/core/footer/sites/open/footer.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/middlewares.py b/gcloud/core/middlewares.py index a10d9ee45c..8a3631fa11 100644 --- a/gcloud/core/middlewares.py +++ b/gcloud/core/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0001_initial.py b/gcloud/core/migrations/0001_initial.py index d0170126e0..bff8692c0d 100644 --- a/gcloud/core/migrations/0001_initial.py +++ b/gcloud/core/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0002_business_time_zone.py b/gcloud/core/migrations/0002_business_time_zone.py index 51fadc318c..132d76181b 100644 --- a/gcloud/core/migrations/0002_business_time_zone.py +++ b/gcloud/core/migrations/0002_business_time_zone.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0003_business_executor.py b/gcloud/core/migrations/0003_business_executor.py index 22eeeedb82..b04b78f88c 100644 --- a/gcloud/core/migrations/0003_business_executor.py +++ b/gcloud/core/migrations/0003_business_executor.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0004_environmentvariables.py b/gcloud/core/migrations/0004_environmentvariables.py index 063bb0abaf..1feff2c532 100644 --- a/gcloud/core/migrations/0004_environmentvariables.py +++ b/gcloud/core/migrations/0004_environmentvariables.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0005_business_life_cycle.py b/gcloud/core/migrations/0005_business_life_cycle.py index 590964f0ac..10cc14b6aa 100644 --- a/gcloud/core/migrations/0005_business_life_cycle.py +++ b/gcloud/core/migrations/0005_business_life_cycle.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0006_business_always_use_executor.py b/gcloud/core/migrations/0006_business_always_use_executor.py index 63b6f4d57a..654000d0e5 100644 --- a/gcloud/core/migrations/0006_business_always_use_executor.py +++ b/gcloud/core/migrations/0006_business_always_use_executor.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0007_business_status.py b/gcloud/core/migrations/0007_business_status.py index c33aeca769..da3426bf2e 100644 --- a/gcloud/core/migrations/0007_business_status.py +++ b/gcloud/core/migrations/0007_business_status.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0008_auto_20181130_1510.py b/gcloud/core/migrations/0008_auto_20181130_1510.py index 9d5d993978..5ac0988499 100644 --- a/gcloud/core/migrations/0008_auto_20181130_1510.py +++ b/gcloud/core/migrations/0008_auto_20181130_1510.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0009_project_userdefaultproject.py b/gcloud/core/migrations/0009_project_userdefaultproject.py index ecacf357e6..3214ed80a8 100644 --- a/gcloud/core/migrations/0009_project_userdefaultproject.py +++ b/gcloud/core/migrations/0009_project_userdefaultproject.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0010_create_project_for_exist_biz.py b/gcloud/core/migrations/0010_create_project_for_exist_biz.py index abdef8a746..5c927200fc 100644 --- a/gcloud/core/migrations/0010_create_project_for_exist_biz.py +++ b/gcloud/core/migrations/0010_create_project_for_exist_biz.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0011_create_project_for_non_active_biz.py b/gcloud/core/migrations/0011_create_project_for_non_active_biz.py index f1f66febfe..0489855a09 100644 --- a/gcloud/core/migrations/0011_create_project_for_non_active_biz.py +++ b/gcloud/core/migrations/0011_create_project_for_non_active_biz.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0012_auto_20190612_2113.py b/gcloud/core/migrations/0012_auto_20190612_2113.py index f11572afc9..e2901f16fe 100644 --- a/gcloud/core/migrations/0012_auto_20190612_2113.py +++ b/gcloud/core/migrations/0012_auto_20190612_2113.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0013_admin_init.py b/gcloud/core/migrations/0013_admin_init.py index df976ffa00..f15e49ce98 100644 --- a/gcloud/core/migrations/0013_admin_init.py +++ b/gcloud/core/migrations/0013_admin_init.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/0013_projectcounter.py b/gcloud/core/migrations/0013_projectcounter.py index 2f065219f8..9b5d820d4e 100644 --- a/gcloud/core/migrations/0013_projectcounter.py +++ b/gcloud/core/migrations/0013_projectcounter.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/migrations/__init__.py b/gcloud/core/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/migrations/__init__.py +++ b/gcloud/core/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/models.py b/gcloud/core/models.py index 92c07c836e..2d7c55b99f 100644 --- a/gcloud/core/models.py +++ b/gcloud/core/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/permissions.py b/gcloud/core/permissions.py index 40d02fcc2c..e29b0671e8 100644 --- a/gcloud/core/permissions.py +++ b/gcloud/core/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/project.py b/gcloud/core/project.py index 6278a8db0b..5cdbefd6a4 100644 --- a/gcloud/core/project.py +++ b/gcloud/core/project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/roles.py b/gcloud/core/roles.py index 06dfcb78b8..eca216013b 100644 --- a/gcloud/core/roles.py +++ b/gcloud/core/roles.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/roles/__init__.py b/gcloud/core/roles/__init__.py index a5060c65b6..d585105585 100644 --- a/gcloud/core/roles/__init__.py +++ b/gcloud/core/roles/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/roles/sites/__init__.py b/gcloud/core/roles/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/roles/sites/__init__.py +++ b/gcloud/core/roles/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/roles/sites/open/__init__.py b/gcloud/core/roles/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/roles/sites/open/__init__.py +++ b/gcloud/core/roles/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/roles/sites/open/roles.py b/gcloud/core/roles/sites/open/roles.py index 3efee765e8..6c2a9d9b59 100644 --- a/gcloud/core/roles/sites/open/roles.py +++ b/gcloud/core/roles/sites/open/roles.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/signals/__init__.py b/gcloud/core/signals/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/signals/__init__.py +++ b/gcloud/core/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/signals/handlers.py b/gcloud/core/signals/handlers.py index cf3743df2c..6b349bbbb9 100644 --- a/gcloud/core/signals/handlers.py +++ b/gcloud/core/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/tasks.py b/gcloud/core/tasks.py index 32bfb2118b..161e79b898 100644 --- a/gcloud/core/tasks.py +++ b/gcloud/core/tasks.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/urls.py b/gcloud/core/urls.py index 4d72a08217..9866661196 100644 --- a/gcloud/core/urls.py +++ b/gcloud/core/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/__init__.py b/gcloud/core/utils/__init__.py index 9be27fbe3f..218892bf4b 100644 --- a/gcloud/core/utils/__init__.py +++ b/gcloud/core/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/common/__init__.py b/gcloud/core/utils/common/__init__.py index 4b67ea7fb2..b7b3f9fad6 100644 --- a/gcloud/core/utils/common/__init__.py +++ b/gcloud/core/utils/common/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/common/apis.py b/gcloud/core/utils/common/apis.py index 382ef9b60a..48344e90fa 100644 --- a/gcloud/core/utils/common/apis.py +++ b/gcloud/core/utils/common/apis.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/common/dates.py b/gcloud/core/utils/common/dates.py index 3ce2044b08..57f6289cac 100644 --- a/gcloud/core/utils/common/dates.py +++ b/gcloud/core/utils/common/dates.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/common/strings.py b/gcloud/core/utils/common/strings.py index 0e6f08edda..53321db32b 100644 --- a/gcloud/core/utils/common/strings.py +++ b/gcloud/core/utils/common/strings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/sites/__init__.py b/gcloud/core/utils/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/utils/sites/__init__.py +++ b/gcloud/core/utils/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/sites/open/__init__.py b/gcloud/core/utils/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/core/utils/sites/open/__init__.py +++ b/gcloud/core/utils/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/utils/sites/open/utils.py b/gcloud/core/utils/sites/open/utils.py index abfb4c33fb..6e341c9870 100644 --- a/gcloud/core/utils/sites/open/utils.py +++ b/gcloud/core/utils/sites/open/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/core/views.py b/gcloud/core/views.py index e9d654423f..c983a577b2 100644 --- a/gcloud/core/views.py +++ b/gcloud/core/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/err_code.py b/gcloud/err_code.py index 00ac23120d..833e469ecb 100644 --- a/gcloud/err_code.py +++ b/gcloud/err_code.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/exceptions.py b/gcloud/exceptions.py index f1b3a6976c..b9870cb850 100644 --- a/gcloud/exceptions.py +++ b/gcloud/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/__init__.py b/gcloud/external_plugins/__init__.py index 308c8bb75c..30d4c08193 100644 --- a/gcloud/external_plugins/__init__.py +++ b/gcloud/external_plugins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/admin.py b/gcloud/external_plugins/admin.py index 15f7f319c4..347cb459cd 100644 --- a/gcloud/external_plugins/admin.py +++ b/gcloud/external_plugins/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/apps.py b/gcloud/external_plugins/apps.py index a2d5f73434..887e23d9a0 100644 --- a/gcloud/external_plugins/apps.py +++ b/gcloud/external_plugins/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/exceptions.py b/gcloud/external_plugins/exceptions.py index 47026ee836..c3695c431e 100644 --- a/gcloud/external_plugins/exceptions.py +++ b/gcloud/external_plugins/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/migrations/0001_initial.py b/gcloud/external_plugins/migrations/0001_initial.py index 8786ca3b2a..92ed469b06 100644 --- a/gcloud/external_plugins/migrations/0001_initial.py +++ b/gcloud/external_plugins/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/migrations/0002_cachepackagesource_desc.py b/gcloud/external_plugins/migrations/0002_cachepackagesource_desc.py index f26066721a..4aad5168bf 100644 --- a/gcloud/external_plugins/migrations/0002_cachepackagesource_desc.py +++ b/gcloud/external_plugins/migrations/0002_cachepackagesource_desc.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/migrations/0003_auto_20190524_1529.py b/gcloud/external_plugins/migrations/0003_auto_20190524_1529.py index 54a2a7f40b..08475e1fba 100644 --- a/gcloud/external_plugins/migrations/0003_auto_20190524_1529.py +++ b/gcloud/external_plugins/migrations/0003_auto_20190524_1529.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/migrations/0004_synctask.py b/gcloud/external_plugins/migrations/0004_synctask.py index ff542d4c35..a7065cbb4a 100644 --- a/gcloud/external_plugins/migrations/0004_synctask.py +++ b/gcloud/external_plugins/migrations/0004_synctask.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/migrations/__init__.py b/gcloud/external_plugins/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/external_plugins/migrations/__init__.py +++ b/gcloud/external_plugins/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/models/__init__.py b/gcloud/external_plugins/models/__init__.py index 27656be960..c6a7667278 100644 --- a/gcloud/external_plugins/models/__init__.py +++ b/gcloud/external_plugins/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/models/base.py b/gcloud/external_plugins/models/base.py index 2b178a109a..fb8ba42966 100644 --- a/gcloud/external_plugins/models/base.py +++ b/gcloud/external_plugins/models/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/models/cache.py b/gcloud/external_plugins/models/cache.py index ca5336a608..e69fc28317 100644 --- a/gcloud/external_plugins/models/cache.py +++ b/gcloud/external_plugins/models/cache.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/models/origin.py b/gcloud/external_plugins/models/origin.py index 7951d0e33c..0f4847552d 100644 --- a/gcloud/external_plugins/models/origin.py +++ b/gcloud/external_plugins/models/origin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/models/sync.py b/gcloud/external_plugins/models/sync.py index b832a6c904..c1aebe8819 100644 --- a/gcloud/external_plugins/models/sync.py +++ b/gcloud/external_plugins/models/sync.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/protocol/__init__.py b/gcloud/external_plugins/protocol/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/external_plugins/protocol/__init__.py +++ b/gcloud/external_plugins/protocol/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/protocol/readers.py b/gcloud/external_plugins/protocol/readers.py index bbcfa6c5a4..e0b53036b8 100644 --- a/gcloud/external_plugins/protocol/readers.py +++ b/gcloud/external_plugins/protocol/readers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/protocol/writers.py b/gcloud/external_plugins/protocol/writers.py index 8fdfa92b96..4a301f9d42 100644 --- a/gcloud/external_plugins/protocol/writers.py +++ b/gcloud/external_plugins/protocol/writers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/resources.py b/gcloud/external_plugins/resources.py index 7a38b3ba55..92d748e028 100644 --- a/gcloud/external_plugins/resources.py +++ b/gcloud/external_plugins/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/schemas.py b/gcloud/external_plugins/schemas.py index a052f3af8f..23a7ee6570 100644 --- a/gcloud/external_plugins/schemas.py +++ b/gcloud/external_plugins/schemas.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/signals/__init__.py b/gcloud/external_plugins/signals/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/external_plugins/signals/__init__.py +++ b/gcloud/external_plugins/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/signals/handlers.py b/gcloud/external_plugins/signals/handlers.py index 9b87d3cbd9..95103cc4ec 100644 --- a/gcloud/external_plugins/signals/handlers.py +++ b/gcloud/external_plugins/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/external_plugins/tasks.py b/gcloud/external_plugins/tasks.py index 322253e10c..5f8e087561 100644 --- a/gcloud/external_plugins/tasks.py +++ b/gcloud/external_plugins/tasks.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/__init__.py b/gcloud/periodictask/__init__.py index 01a80237c8..9981ee81ed 100644 --- a/gcloud/periodictask/__init__.py +++ b/gcloud/periodictask/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/admin.py b/gcloud/periodictask/admin.py index d75459fe6c..300dc4b8a9 100644 --- a/gcloud/periodictask/admin.py +++ b/gcloud/periodictask/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/api.py b/gcloud/periodictask/api.py index 58151e5065..bb0336a7d6 100644 --- a/gcloud/periodictask/api.py +++ b/gcloud/periodictask/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/apps.py b/gcloud/periodictask/apps.py index 25c5519795..a704563089 100644 --- a/gcloud/periodictask/apps.py +++ b/gcloud/periodictask/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/exceptions.py b/gcloud/periodictask/exceptions.py index ddbdaa6685..00cc8bf861 100644 --- a/gcloud/periodictask/exceptions.py +++ b/gcloud/periodictask/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/migrations/0001_initial.py b/gcloud/periodictask/migrations/0001_initial.py index dba7617200..dee003d2c4 100644 --- a/gcloud/periodictask/migrations/0001_initial.py +++ b/gcloud/periodictask/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/migrations/0002_periodictask_project.py b/gcloud/periodictask/migrations/0002_periodictask_project.py index 886d19e663..efd4690972 100644 --- a/gcloud/periodictask/migrations/0002_periodictask_project.py +++ b/gcloud/periodictask/migrations/0002_periodictask_project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/migrations/0003_add_project_relation.py b/gcloud/periodictask/migrations/0003_add_project_relation.py index a82f799f0f..3d7c16f88c 100644 --- a/gcloud/periodictask/migrations/0003_add_project_relation.py +++ b/gcloud/periodictask/migrations/0003_add_project_relation.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/migrations/0004_set_business_to_none.py b/gcloud/periodictask/migrations/0004_set_business_to_none.py index 5ad0657ed9..cbe626a6e2 100644 --- a/gcloud/periodictask/migrations/0004_set_business_to_none.py +++ b/gcloud/periodictask/migrations/0004_set_business_to_none.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/migrations/0005_remove_periodictask_business.py b/gcloud/periodictask/migrations/0005_remove_periodictask_business.py index 728d67a4fb..a59b24f19c 100644 --- a/gcloud/periodictask/migrations/0005_remove_periodictask_business.py +++ b/gcloud/periodictask/migrations/0005_remove_periodictask_business.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/migrations/0006_periodictask_template_source.py b/gcloud/periodictask/migrations/0006_periodictask_template_source.py index 32407d235d..a7b3352458 100644 --- a/gcloud/periodictask/migrations/0006_periodictask_template_source.py +++ b/gcloud/periodictask/migrations/0006_periodictask_template_source.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/migrations/__init__.py b/gcloud/periodictask/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/periodictask/migrations/__init__.py +++ b/gcloud/periodictask/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/models.py b/gcloud/periodictask/models.py index 3afc8d361a..1facd19574 100644 --- a/gcloud/periodictask/models.py +++ b/gcloud/periodictask/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/permissions.py b/gcloud/periodictask/permissions.py index 62ce7c76d2..78a4a84f90 100644 --- a/gcloud/periodictask/permissions.py +++ b/gcloud/periodictask/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/resources.py b/gcloud/periodictask/resources.py index 1d0123be52..e19eb7004d 100644 --- a/gcloud/periodictask/resources.py +++ b/gcloud/periodictask/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/signals/__init__.py b/gcloud/periodictask/signals/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/periodictask/signals/__init__.py +++ b/gcloud/periodictask/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/signals/handlers.py b/gcloud/periodictask/signals/handlers.py index 5323199ebf..c1fb49467e 100644 --- a/gcloud/periodictask/signals/handlers.py +++ b/gcloud/periodictask/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/periodictask/urls.py b/gcloud/periodictask/urls.py index 9f22464962..c1f7676ef5 100644 --- a/gcloud/periodictask/urls.py +++ b/gcloud/periodictask/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/shortcuts/__init__.py b/gcloud/shortcuts/__init__.py index 3e0b3c28d3..16c180e1fe 100644 --- a/gcloud/shortcuts/__init__.py +++ b/gcloud/shortcuts/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/shortcuts/cmdb.py b/gcloud/shortcuts/cmdb.py index 32d8a82251..988f96846d 100644 --- a/gcloud/shortcuts/cmdb.py +++ b/gcloud/shortcuts/cmdb.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/shortcuts/message/__init__.py b/gcloud/shortcuts/message/__init__.py index abd4be705d..95c18fc1fa 100644 --- a/gcloud/shortcuts/message/__init__.py +++ b/gcloud/shortcuts/message/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/shortcuts/message/common.py b/gcloud/shortcuts/message/common.py index baae64670d..71b64808d3 100644 --- a/gcloud/shortcuts/message/common.py +++ b/gcloud/shortcuts/message/common.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/shortcuts/message/sites/__init__.py b/gcloud/shortcuts/message/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/shortcuts/message/sites/__init__.py +++ b/gcloud/shortcuts/message/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/shortcuts/message/sites/open/__init__.py b/gcloud/shortcuts/message/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/shortcuts/message/sites/open/__init__.py +++ b/gcloud/shortcuts/message/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/shortcuts/message/sites/open/send_msg.py b/gcloud/shortcuts/message/sites/open/send_msg.py index c6a4945cde..64df1de18f 100644 --- a/gcloud/shortcuts/message/sites/open/send_msg.py +++ b/gcloud/shortcuts/message/sites/open/send_msg.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/__init__.py b/gcloud/taskflow3/__init__.py index a009c69a47..45af76596e 100644 --- a/gcloud/taskflow3/__init__.py +++ b/gcloud/taskflow3/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/admin.py b/gcloud/taskflow3/admin.py index 66cd9ca69a..42501a4d80 100644 --- a/gcloud/taskflow3/admin.py +++ b/gcloud/taskflow3/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/api.py b/gcloud/taskflow3/api.py index 1bc9d3926e..49fff5aa5b 100644 --- a/gcloud/taskflow3/api.py +++ b/gcloud/taskflow3/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/apps.py b/gcloud/taskflow3/apps.py index 1ed3817ede..098cb31d21 100644 --- a/gcloud/taskflow3/apps.py +++ b/gcloud/taskflow3/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/constants.py b/gcloud/taskflow3/constants.py index 2487876db0..26b37eb9ba 100644 --- a/gcloud/taskflow3/constants.py +++ b/gcloud/taskflow3/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/context.py b/gcloud/taskflow3/context.py index 96262a0594..9724b90704 100644 --- a/gcloud/taskflow3/context.py +++ b/gcloud/taskflow3/context.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/exceptions.py b/gcloud/taskflow3/exceptions.py index ddbdaa6685..00cc8bf861 100644 --- a/gcloud/taskflow3/exceptions.py +++ b/gcloud/taskflow3/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/forms.py b/gcloud/taskflow3/forms.py index f0466efae1..359a2d2f27 100644 --- a/gcloud/taskflow3/forms.py +++ b/gcloud/taskflow3/forms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0001_initial.py b/gcloud/taskflow3/migrations/0001_initial.py index 29457419e1..0ef7db6e0d 100644 --- a/gcloud/taskflow3/migrations/0001_initial.py +++ b/gcloud/taskflow3/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0002_taskflowinstance_template_source.py b/gcloud/taskflow3/migrations/0002_taskflowinstance_template_source.py index 21003fd1a9..e45d12369c 100644 --- a/gcloud/taskflow3/migrations/0002_taskflowinstance_template_source.py +++ b/gcloud/taskflow3/migrations/0002_taskflowinstance_template_source.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0003_auto_20181214_1453.py b/gcloud/taskflow3/migrations/0003_auto_20181214_1453.py index 4d87027ee7..bd25a91f64 100644 --- a/gcloud/taskflow3/migrations/0003_auto_20181214_1453.py +++ b/gcloud/taskflow3/migrations/0003_auto_20181214_1453.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0004_auto_20190103_1918.py b/gcloud/taskflow3/migrations/0004_auto_20190103_1918.py index f8d15187b7..4b6034ee19 100644 --- a/gcloud/taskflow3/migrations/0004_auto_20190103_1918.py +++ b/gcloud/taskflow3/migrations/0004_auto_20190103_1918.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0005_taskflowinstance_project.py b/gcloud/taskflow3/migrations/0005_taskflowinstance_project.py index 089a330216..0da9f91fbe 100644 --- a/gcloud/taskflow3/migrations/0005_taskflowinstance_project.py +++ b/gcloud/taskflow3/migrations/0005_taskflowinstance_project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0006_auto_20190523_1509.py b/gcloud/taskflow3/migrations/0006_auto_20190523_1509.py index d611160bfc..cce816f3e2 100644 --- a/gcloud/taskflow3/migrations/0006_auto_20190523_1509.py +++ b/gcloud/taskflow3/migrations/0006_auto_20190523_1509.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0007_add_project_relation.py b/gcloud/taskflow3/migrations/0007_add_project_relation.py index 63be224c95..6b8a1310b4 100644 --- a/gcloud/taskflow3/migrations/0007_add_project_relation.py +++ b/gcloud/taskflow3/migrations/0007_add_project_relation.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0008_set_business_to_none.py b/gcloud/taskflow3/migrations/0008_set_business_to_none.py index 8af94c912a..8d5f4eb97c 100644 --- a/gcloud/taskflow3/migrations/0008_set_business_to_none.py +++ b/gcloud/taskflow3/migrations/0008_set_business_to_none.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0009_remove_taskflowinstance_business.py b/gcloud/taskflow3/migrations/0009_remove_taskflowinstance_business.py index 952695cac3..8eb7b10c73 100644 --- a/gcloud/taskflow3/migrations/0009_remove_taskflowinstance_business.py +++ b/gcloud/taskflow3/migrations/0009_remove_taskflowinstance_business.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0010_auto_20190827_1943.py b/gcloud/taskflow3/migrations/0010_auto_20190827_1943.py index cd3cc3935d..1ea59a9ced 100644 --- a/gcloud/taskflow3/migrations/0010_auto_20190827_1943.py +++ b/gcloud/taskflow3/migrations/0010_auto_20190827_1943.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/0011_auto_20190906_1119.py b/gcloud/taskflow3/migrations/0011_auto_20190906_1119.py index fc7f6b1896..98db6476b2 100644 --- a/gcloud/taskflow3/migrations/0011_auto_20190906_1119.py +++ b/gcloud/taskflow3/migrations/0011_auto_20190906_1119.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/migrations/__init__.py b/gcloud/taskflow3/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/taskflow3/migrations/__init__.py +++ b/gcloud/taskflow3/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/models.py b/gcloud/taskflow3/models.py index 2a46a1fa3c..696c909c41 100644 --- a/gcloud/taskflow3/models.py +++ b/gcloud/taskflow3/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/permissions.py b/gcloud/taskflow3/permissions.py index cc82bdebaf..9ddc5408ea 100644 --- a/gcloud/taskflow3/permissions.py +++ b/gcloud/taskflow3/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/resources.py b/gcloud/taskflow3/resources.py index 674dadff9d..faf904429a 100644 --- a/gcloud/taskflow3/resources.py +++ b/gcloud/taskflow3/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/signals/__init__.py b/gcloud/taskflow3/signals/__init__.py index dd5c3c6d78..d18dd67887 100644 --- a/gcloud/taskflow3/signals/__init__.py +++ b/gcloud/taskflow3/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/signals/dispatch.py b/gcloud/taskflow3/signals/dispatch.py index 73dbd6a8a3..ba2b755413 100644 --- a/gcloud/taskflow3/signals/dispatch.py +++ b/gcloud/taskflow3/signals/dispatch.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/signals/handlers.py b/gcloud/taskflow3/signals/handlers.py index 8621c1ed26..9b232c0a1d 100644 --- a/gcloud/taskflow3/signals/handlers.py +++ b/gcloud/taskflow3/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/tasks.py b/gcloud/taskflow3/tasks.py index d9c17af990..87b9bb90f2 100644 --- a/gcloud/taskflow3/tasks.py +++ b/gcloud/taskflow3/tasks.py @@ -1,7 +1,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/urls.py b/gcloud/taskflow3/urls.py index b26f0efefe..425910cdec 100644 --- a/gcloud/taskflow3/urls.py +++ b/gcloud/taskflow3/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/taskflow3/utils.py b/gcloud/taskflow3/utils.py index d4013afd35..4935ef1448 100644 --- a/gcloud/taskflow3/utils.py +++ b/gcloud/taskflow3/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/__init__.py b/gcloud/tasktmpl3/__init__.py index 2bec85cd4b..8a8497efa9 100644 --- a/gcloud/tasktmpl3/__init__.py +++ b/gcloud/tasktmpl3/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/admin.py b/gcloud/tasktmpl3/admin.py index 02ed760438..6616cf32f6 100644 --- a/gcloud/tasktmpl3/admin.py +++ b/gcloud/tasktmpl3/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/api.py b/gcloud/tasktmpl3/api.py index ade2d908c9..d42c70370b 100644 --- a/gcloud/tasktmpl3/api.py +++ b/gcloud/tasktmpl3/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/apps.py b/gcloud/tasktmpl3/apps.py index 3dce555ab6..064b5017eb 100644 --- a/gcloud/tasktmpl3/apps.py +++ b/gcloud/tasktmpl3/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/constants.py b/gcloud/tasktmpl3/constants.py index 030464477c..be2310dd4f 100644 --- a/gcloud/tasktmpl3/constants.py +++ b/gcloud/tasktmpl3/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0001_initial.py b/gcloud/tasktmpl3/migrations/0001_initial.py index 449f4e7e43..a821a5d821 100644 --- a/gcloud/tasktmpl3/migrations/0001_initial.py +++ b/gcloud/tasktmpl3/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0002_auto_20180130_1633.py b/gcloud/tasktmpl3/migrations/0002_auto_20180130_1633.py index 67da700463..047b644cde 100644 --- a/gcloud/tasktmpl3/migrations/0002_auto_20180130_1633.py +++ b/gcloud/tasktmpl3/migrations/0002_auto_20180130_1633.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0003_auto_20180301_1732.py b/gcloud/tasktmpl3/migrations/0003_auto_20180301_1732.py index 77f356ccaf..02c7d18167 100644 --- a/gcloud/tasktmpl3/migrations/0003_auto_20180301_1732.py +++ b/gcloud/tasktmpl3/migrations/0003_auto_20180301_1732.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0004_auto_20180822_1206.py b/gcloud/tasktmpl3/migrations/0004_auto_20180822_1206.py index 726994ef41..9c9e3484d9 100644 --- a/gcloud/tasktmpl3/migrations/0004_auto_20180822_1206.py +++ b/gcloud/tasktmpl3/migrations/0004_auto_20180822_1206.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0005_tasktemplate_tmp_field.py b/gcloud/tasktmpl3/migrations/0005_tasktemplate_tmp_field.py index f428c6b106..609d87bc6e 100644 --- a/gcloud/tasktmpl3/migrations/0005_tasktemplate_tmp_field.py +++ b/gcloud/tasktmpl3/migrations/0005_tasktemplate_tmp_field.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0006_auto_20180908_1447.py b/gcloud/tasktmpl3/migrations/0006_auto_20180908_1447.py index e5e4a6ec81..4820665ec4 100644 --- a/gcloud/tasktmpl3/migrations/0006_auto_20180908_1447.py +++ b/gcloud/tasktmpl3/migrations/0006_auto_20180908_1447.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0008_auto_20180908_1453.py b/gcloud/tasktmpl3/migrations/0008_auto_20180908_1453.py index 799196fd7a..d263e2232b 100644 --- a/gcloud/tasktmpl3/migrations/0008_auto_20180908_1453.py +++ b/gcloud/tasktmpl3/migrations/0008_auto_20180908_1453.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0009_auto_20180908_1454.py b/gcloud/tasktmpl3/migrations/0009_auto_20180908_1454.py index 3a3ddc9f59..825b2ca7c0 100644 --- a/gcloud/tasktmpl3/migrations/0009_auto_20180908_1454.py +++ b/gcloud/tasktmpl3/migrations/0009_auto_20180908_1454.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0010_remove_tasktemplate_tmp_field.py b/gcloud/tasktmpl3/migrations/0010_remove_tasktemplate_tmp_field.py index 851df0dfe9..b0b1906979 100644 --- a/gcloud/tasktmpl3/migrations/0010_remove_tasktemplate_tmp_field.py +++ b/gcloud/tasktmpl3/migrations/0010_remove_tasktemplate_tmp_field.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0011_tasktemplate_project.py b/gcloud/tasktmpl3/migrations/0011_tasktemplate_project.py index 578066bdea..3409ccef6d 100644 --- a/gcloud/tasktmpl3/migrations/0011_tasktemplate_project.py +++ b/gcloud/tasktmpl3/migrations/0011_tasktemplate_project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0012_add_project_relation.py b/gcloud/tasktmpl3/migrations/0012_add_project_relation.py index 9b3a0f6e36..5a5161b488 100644 --- a/gcloud/tasktmpl3/migrations/0012_add_project_relation.py +++ b/gcloud/tasktmpl3/migrations/0012_add_project_relation.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0013_set_business_to_none.py b/gcloud/tasktmpl3/migrations/0013_set_business_to_none.py index 2f45c793a7..537435f5f0 100644 --- a/gcloud/tasktmpl3/migrations/0013_set_business_to_none.py +++ b/gcloud/tasktmpl3/migrations/0013_set_business_to_none.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0014_remove_tasktemplate_business.py b/gcloud/tasktmpl3/migrations/0014_remove_tasktemplate_business.py index 6649c42510..a3ff0ae8b6 100644 --- a/gcloud/tasktmpl3/migrations/0014_remove_tasktemplate_business.py +++ b/gcloud/tasktmpl3/migrations/0014_remove_tasktemplate_business.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/0015_auto_20190523_1509.py b/gcloud/tasktmpl3/migrations/0015_auto_20190523_1509.py index 3922dac8f1..0929d1169e 100644 --- a/gcloud/tasktmpl3/migrations/0015_auto_20190523_1509.py +++ b/gcloud/tasktmpl3/migrations/0015_auto_20190523_1509.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/migrations/__init__.py b/gcloud/tasktmpl3/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tasktmpl3/migrations/__init__.py +++ b/gcloud/tasktmpl3/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/models.py b/gcloud/tasktmpl3/models.py index b8c1a0a888..c49a7a075e 100644 --- a/gcloud/tasktmpl3/models.py +++ b/gcloud/tasktmpl3/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/permissions.py b/gcloud/tasktmpl3/permissions.py index e81bc64d75..5f54b617ff 100644 --- a/gcloud/tasktmpl3/permissions.py +++ b/gcloud/tasktmpl3/permissions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/resources.py b/gcloud/tasktmpl3/resources.py index ed3cfd4dcc..d39f68886d 100644 --- a/gcloud/tasktmpl3/resources.py +++ b/gcloud/tasktmpl3/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/urls.py b/gcloud/tasktmpl3/urls.py index a8d0229759..30b5c2236c 100644 --- a/gcloud/tasktmpl3/urls.py +++ b/gcloud/tasktmpl3/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/utils.py b/gcloud/tasktmpl3/utils.py index 69c01260b7..01729a5a10 100644 --- a/gcloud/tasktmpl3/utils.py +++ b/gcloud/tasktmpl3/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tasktmpl3/varschema.py b/gcloud/tasktmpl3/varschema.py index b8bbe7e911..492dcf918b 100644 --- a/gcloud/tasktmpl3/varschema.py +++ b/gcloud/tasktmpl3/varschema.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/__init__.py b/gcloud/tests/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/__init__.py +++ b/gcloud/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/__init__.py b/gcloud/tests/apigw/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/apigw/__init__.py +++ b/gcloud/tests/apigw/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/test_whitelist.py b/gcloud/tests/apigw/test_whitelist.py index 93ec6e68ac..119f39f881 100644 --- a/gcloud/tests/apigw/test_whitelist.py +++ b/gcloud/tests/apigw/test_whitelist.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/__init__.py b/gcloud/tests/apigw/views/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/apigw/views/__init__.py +++ b/gcloud/tests/apigw/views/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_create_periodic_task.py b/gcloud/tests/apigw/views/test_create_periodic_task.py index bbea3e406c..8b1a028f86 100644 --- a/gcloud/tests/apigw/views/test_create_periodic_task.py +++ b/gcloud/tests/apigw/views/test_create_periodic_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_create_task.py b/gcloud/tests/apigw/views/test_create_task.py index c6cb328525..1cd583e5a7 100644 --- a/gcloud/tests/apigw/views/test_create_task.py +++ b/gcloud/tests/apigw/views/test_create_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_common_template_info.py b/gcloud/tests/apigw/views/test_get_common_template_info.py index 869fcc3b15..19bdc7fb66 100644 --- a/gcloud/tests/apigw/views/test_get_common_template_info.py +++ b/gcloud/tests/apigw/views/test_get_common_template_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_common_template_list.py b/gcloud/tests/apigw/views/test_get_common_template_list.py index 1f4620020f..eccf87da28 100644 --- a/gcloud/tests/apigw/views/test_get_common_template_list.py +++ b/gcloud/tests/apigw/views/test_get_common_template_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_periodic_task_info.py b/gcloud/tests/apigw/views/test_get_periodic_task_info.py index 1489a8f380..7bef6c9687 100644 --- a/gcloud/tests/apigw/views/test_get_periodic_task_info.py +++ b/gcloud/tests/apigw/views/test_get_periodic_task_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_periodic_task_list.py b/gcloud/tests/apigw/views/test_get_periodic_task_list.py index bed4c51583..3aca424014 100644 --- a/gcloud/tests/apigw/views/test_get_periodic_task_list.py +++ b/gcloud/tests/apigw/views/test_get_periodic_task_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_plugin_list.py b/gcloud/tests/apigw/views/test_get_plugin_list.py index 4482716731..0d7348e987 100644 --- a/gcloud/tests/apigw/views/test_get_plugin_list.py +++ b/gcloud/tests/apigw/views/test_get_plugin_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_task_detail.py b/gcloud/tests/apigw/views/test_get_task_detail.py index 16d2764fd8..f0756cb1f8 100644 --- a/gcloud/tests/apigw/views/test_get_task_detail.py +++ b/gcloud/tests/apigw/views/test_get_task_detail.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_task_node_data.py b/gcloud/tests/apigw/views/test_get_task_node_data.py index 2917877370..37ec9acf5a 100644 --- a/gcloud/tests/apigw/views/test_get_task_node_data.py +++ b/gcloud/tests/apigw/views/test_get_task_node_data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_task_node_detail.py b/gcloud/tests/apigw/views/test_get_task_node_detail.py index e3902acf3d..946c41669b 100644 --- a/gcloud/tests/apigw/views/test_get_task_node_detail.py +++ b/gcloud/tests/apigw/views/test_get_task_node_detail.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_task_status.py b/gcloud/tests/apigw/views/test_get_task_status.py index 42af44264f..ea9f065514 100644 --- a/gcloud/tests/apigw/views/test_get_task_status.py +++ b/gcloud/tests/apigw/views/test_get_task_status.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_tasks_status.py b/gcloud/tests/apigw/views/test_get_tasks_status.py index c07ba55564..d15d9015a4 100644 --- a/gcloud/tests/apigw/views/test_get_tasks_status.py +++ b/gcloud/tests/apigw/views/test_get_tasks_status.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_template_info.py b/gcloud/tests/apigw/views/test_get_template_info.py index 5bbb2b321c..ba872b1004 100644 --- a/gcloud/tests/apigw/views/test_get_template_info.py +++ b/gcloud/tests/apigw/views/test_get_template_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_template_list.py b/gcloud/tests/apigw/views/test_get_template_list.py index 6eb9ed841f..4d5096e0dd 100644 --- a/gcloud/tests/apigw/views/test_get_template_list.py +++ b/gcloud/tests/apigw/views/test_get_template_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_template_schemes.py b/gcloud/tests/apigw/views/test_get_template_schemes.py index ac9ae7abef..d117cd4ce1 100644 --- a/gcloud/tests/apigw/views/test_get_template_schemes.py +++ b/gcloud/tests/apigw/views/test_get_template_schemes.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_user_project_detail.py b/gcloud/tests/apigw/views/test_get_user_project_detail.py index a167fe4fa2..bc2ba334c7 100644 --- a/gcloud/tests/apigw/views/test_get_user_project_detail.py +++ b/gcloud/tests/apigw/views/test_get_user_project_detail.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_get_user_project_list.py b/gcloud/tests/apigw/views/test_get_user_project_list.py index 51e513ddcf..3979e08230 100644 --- a/gcloud/tests/apigw/views/test_get_user_project_list.py +++ b/gcloud/tests/apigw/views/test_get_user_project_list.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_import_common_template.py b/gcloud/tests/apigw/views/test_import_common_template.py index ccd7a31305..16e17d7c27 100644 --- a/gcloud/tests/apigw/views/test_import_common_template.py +++ b/gcloud/tests/apigw/views/test_import_common_template.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_modify_constants_for_periodic_task.py b/gcloud/tests/apigw/views/test_modify_constants_for_periodic_task.py index 9a378fdb8a..f458e62d0e 100644 --- a/gcloud/tests/apigw/views/test_modify_constants_for_periodic_task.py +++ b/gcloud/tests/apigw/views/test_modify_constants_for_periodic_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_modify_cron_for_periodic_task.py b/gcloud/tests/apigw/views/test_modify_cron_for_periodic_task.py index 9ff05ca727..52f3d52c3b 100644 --- a/gcloud/tests/apigw/views/test_modify_cron_for_periodic_task.py +++ b/gcloud/tests/apigw/views/test_modify_cron_for_periodic_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_node_callback.py b/gcloud/tests/apigw/views/test_node_callback.py index 331f76e821..00911b4976 100644 --- a/gcloud/tests/apigw/views/test_node_callback.py +++ b/gcloud/tests/apigw/views/test_node_callback.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_operate_node.py b/gcloud/tests/apigw/views/test_operate_node.py index de12daffc7..909b7f43aa 100644 --- a/gcloud/tests/apigw/views/test_operate_node.py +++ b/gcloud/tests/apigw/views/test_operate_node.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_operate_task.py b/gcloud/tests/apigw/views/test_operate_task.py index 5c593033ae..86ab3eb617 100644 --- a/gcloud/tests/apigw/views/test_operate_task.py +++ b/gcloud/tests/apigw/views/test_operate_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_preview_task_tree.py b/gcloud/tests/apigw/views/test_preview_task_tree.py index 4a0bb3cdb1..cc5f56ba1e 100644 --- a/gcloud/tests/apigw/views/test_preview_task_tree.py +++ b/gcloud/tests/apigw/views/test_preview_task_tree.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_query_task_count.py b/gcloud/tests/apigw/views/test_query_task_count.py index db412a612d..1364324a75 100644 --- a/gcloud/tests/apigw/views/test_query_task_count.py +++ b/gcloud/tests/apigw/views/test_query_task_count.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_set_periodic_task_enabled.py b/gcloud/tests/apigw/views/test_set_periodic_task_enabled.py index 7ea432ae1a..56ed38fe33 100644 --- a/gcloud/tests/apigw/views/test_set_periodic_task_enabled.py +++ b/gcloud/tests/apigw/views/test_set_periodic_task_enabled.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/test_start_task.py b/gcloud/tests/apigw/views/test_start_task.py index e68cf25507..9f6f79a244 100644 --- a/gcloud/tests/apigw/views/test_start_task.py +++ b/gcloud/tests/apigw/views/test_start_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/apigw/views/utils.py b/gcloud/tests/apigw/views/utils.py index 2b74f52f9f..b0577a4b07 100644 --- a/gcloud/tests/apigw/views/utils.py +++ b/gcloud/tests/apigw/views/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/core/__init__.py b/gcloud/tests/core/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/core/__init__.py +++ b/gcloud/tests/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/core/models/__init__.py b/gcloud/tests/core/models/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/core/models/__init__.py +++ b/gcloud/tests/core/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/core/models/test_project.py b/gcloud/tests/core/models/test_project.py index 14f57b79f8..38e8c1a90f 100644 --- a/gcloud/tests/core/models/test_project.py +++ b/gcloud/tests/core/models/test_project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/core/models/test_user_default_project.py b/gcloud/tests/core/models/test_user_default_project.py index a8944c2c0e..6261cf2381 100644 --- a/gcloud/tests/core/models/test_user_default_project.py +++ b/gcloud/tests/core/models/test_user_default_project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/core/test_project.py b/gcloud/tests/core/test_project.py index bba6efdf7d..c80e8cb551 100644 --- a/gcloud/tests/core/test_project.py +++ b/gcloud/tests/core/test_project.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/__init__.py b/gcloud/tests/external_plugins/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/external_plugins/__init__.py +++ b/gcloud/tests/external_plugins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/mock.py b/gcloud/tests/external_plugins/mock.py index 79ec835892..c06c6d1884 100644 --- a/gcloud/tests/external_plugins/mock.py +++ b/gcloud/tests/external_plugins/mock.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/mock_settings.py b/gcloud/tests/external_plugins/mock_settings.py index 49f5fd9083..04f69dace4 100644 --- a/gcloud/tests/external_plugins/mock_settings.py +++ b/gcloud/tests/external_plugins/mock_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/models/__init__.py b/gcloud/tests/external_plugins/models/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/external_plugins/models/__init__.py +++ b/gcloud/tests/external_plugins/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/models/test_cache.py b/gcloud/tests/external_plugins/models/test_cache.py index f4327ecf91..f877158adb 100644 --- a/gcloud/tests/external_plugins/models/test_cache.py +++ b/gcloud/tests/external_plugins/models/test_cache.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/models/test_origin.py b/gcloud/tests/external_plugins/models/test_origin.py index 43ae38c228..713adaac8c 100644 --- a/gcloud/tests/external_plugins/models/test_origin.py +++ b/gcloud/tests/external_plugins/models/test_origin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/models/test_sync_task.py b/gcloud/tests/external_plugins/models/test_sync_task.py index 8fa18a0ea5..bb3380059a 100644 --- a/gcloud/tests/external_plugins/models/test_sync_task.py +++ b/gcloud/tests/external_plugins/models/test_sync_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/protocol/__init__.py b/gcloud/tests/external_plugins/protocol/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/external_plugins/protocol/__init__.py +++ b/gcloud/tests/external_plugins/protocol/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/protocol/test_readers.py b/gcloud/tests/external_plugins/protocol/test_readers.py index 2fcea64028..c266e8fb7c 100644 --- a/gcloud/tests/external_plugins/protocol/test_readers.py +++ b/gcloud/tests/external_plugins/protocol/test_readers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/protocol/test_writers.py b/gcloud/tests/external_plugins/protocol/test_writers.py index ae47906e1c..48df1ade85 100644 --- a/gcloud/tests/external_plugins/protocol/test_writers.py +++ b/gcloud/tests/external_plugins/protocol/test_writers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/test_handlers.py b/gcloud/tests/external_plugins/test_handlers.py index 0654179574..028d8aaa55 100644 --- a/gcloud/tests/external_plugins/test_handlers.py +++ b/gcloud/tests/external_plugins/test_handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/external_plugins/test_tasks.py b/gcloud/tests/external_plugins/test_tasks.py index 65dc575756..a590661de2 100644 --- a/gcloud/tests/external_plugins/test_tasks.py +++ b/gcloud/tests/external_plugins/test_tasks.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/mock.py b/gcloud/tests/mock.py index f14920ab6a..394b433c72 100644 --- a/gcloud/tests/mock.py +++ b/gcloud/tests/mock.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/mock_settings.py b/gcloud/tests/mock_settings.py index 82dccca398..5ca8158f49 100644 --- a/gcloud/tests/mock_settings.py +++ b/gcloud/tests/mock_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/periodictask/models/test_periodic_task.py b/gcloud/tests/periodictask/models/test_periodic_task.py index 1ca918aa20..0bbbfbabf8 100644 --- a/gcloud/tests/periodictask/models/test_periodic_task.py +++ b/gcloud/tests/periodictask/models/test_periodic_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/periodictask/models/test_periodic_task_history.py b/gcloud/tests/periodictask/models/test_periodic_task_history.py index 2ce10a27ab..6d20a0a25a 100644 --- a/gcloud/tests/periodictask/models/test_periodic_task_history.py +++ b/gcloud/tests/periodictask/models/test_periodic_task_history.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/taskflow3/__init__.py b/gcloud/tests/taskflow3/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/taskflow3/__init__.py +++ b/gcloud/tests/taskflow3/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/taskflow3/models/__init__.py b/gcloud/tests/taskflow3/models/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/taskflow3/models/__init__.py +++ b/gcloud/tests/taskflow3/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/taskflow3/models/test_taskflow_instance.py b/gcloud/tests/taskflow3/models/test_taskflow_instance.py index 2d82c91cdb..1db8c6f9d6 100644 --- a/gcloud/tests/taskflow3/models/test_taskflow_instance.py +++ b/gcloud/tests/taskflow3/models/test_taskflow_instance.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/taskflow3/test_api.py b/gcloud/tests/taskflow3/test_api.py index 5e843cb595..fb8868f5b1 100644 --- a/gcloud/tests/taskflow3/test_api.py +++ b/gcloud/tests/taskflow3/test_api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/tasktmpl3/__init__.py b/gcloud/tests/tasktmpl3/__init__.py index 90524bb0e7..92b537244c 100644 --- a/gcloud/tests/tasktmpl3/__init__.py +++ b/gcloud/tests/tasktmpl3/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/tasktmpl3/test_api.py b/gcloud/tests/tasktmpl3/test_api.py index 4d0f08edf0..3a84151958 100644 --- a/gcloud/tests/tasktmpl3/test_api.py +++ b/gcloud/tests/tasktmpl3/test_api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/tests/tasktmpl3/test_models.py b/gcloud/tests/tasktmpl3/test_models.py index 5d7e380748..81ed58a137 100644 --- a/gcloud/tests/tasktmpl3/test_models.py +++ b/gcloud/tests/tasktmpl3/test_models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/utils/__init__.py b/gcloud/utils/__init__.py index 861dd34f42..d538466c89 100644 --- a/gcloud/utils/__init__.py +++ b/gcloud/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/utils/collections.py b/gcloud/utils/collections.py index f931eb702c..aafe444cf8 100644 --- a/gcloud/utils/collections.py +++ b/gcloud/utils/collections.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/utils/forms.py b/gcloud/utils/forms.py index 708c339ef6..ffc16d6e91 100644 --- a/gcloud/utils/forms.py +++ b/gcloud/utils/forms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/utils/handlers.py b/gcloud/utils/handlers.py index c794ccaa9b..ec25f0efd1 100644 --- a/gcloud/utils/handlers.py +++ b/gcloud/utils/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/utils/random.py b/gcloud/utils/random.py index 5486954130..bafd4444f6 100644 --- a/gcloud/utils/random.py +++ b/gcloud/utils/random.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/utils/unique.py b/gcloud/utils/unique.py index 213157b2bc..6e28d62ddd 100644 --- a/gcloud/utils/unique.py +++ b/gcloud/utils/unique.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/webservice3/__init__.py b/gcloud/webservice3/__init__.py index 861dd34f42..d538466c89 100644 --- a/gcloud/webservice3/__init__.py +++ b/gcloud/webservice3/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/webservice3/paginator.py b/gcloud/webservice3/paginator.py index 200c020c24..9ed11fc9fa 100644 --- a/gcloud/webservice3/paginator.py +++ b/gcloud/webservice3/paginator.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/webservice3/resources.py b/gcloud/webservice3/resources.py index 4b2ec3ab89..98d28b88ed 100644 --- a/gcloud/webservice3/resources.py +++ b/gcloud/webservice3/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/webservice3/serializers.py b/gcloud/webservice3/serializers.py index bbbc203107..0ff9b6b91f 100644 --- a/gcloud/webservice3/serializers.py +++ b/gcloud/webservice3/serializers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/gcloud/webservice3/urls.py b/gcloud/webservice3/urls.py index 79f2cfce31..85841d25c2 100644 --- a/gcloud/webservice3/urls.py +++ b/gcloud/webservice3/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/manage.py b/manage.py index 7ca4469806..81385f7ada 100644 --- a/manage.py +++ b/manage.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/__init__.py b/packages/__init__.py index 90524bb0e7..92b537244c 100644 --- a/packages/__init__.py +++ b/packages/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/bkoauth/__init__.py b/packages/bkoauth/__init__.py index 90524bb0e7..92b537244c 100644 --- a/packages/bkoauth/__init__.py +++ b/packages/bkoauth/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/bkoauth/decorators.py b/packages/bkoauth/decorators.py index 50d0c2725a..c4560b5402 100644 --- a/packages/bkoauth/decorators.py +++ b/packages/bkoauth/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/bkoauth/jwt_client.py b/packages/bkoauth/jwt_client.py index af5182c7fb..e4efa5fdbd 100644 --- a/packages/bkoauth/jwt_client.py +++ b/packages/bkoauth/jwt_client.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/bkoauth/utils.py b/packages/bkoauth/utils.py index c87744d58b..7f74c19efc 100644 --- a/packages/bkoauth/utils.py +++ b/packages/bkoauth/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/__init__.py b/packages/blueking/__init__.py index 90524bb0e7..92b537244c 100644 --- a/packages/blueking/__init__.py +++ b/packages/blueking/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/__init__.py b/packages/blueking/component/__init__.py index 90524bb0e7..92b537244c 100644 --- a/packages/blueking/component/__init__.py +++ b/packages/blueking/component/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/__init__.py b/packages/blueking/component/apis/__init__.py index 90524bb0e7..92b537244c 100755 --- a/packages/blueking/component/apis/__init__.py +++ b/packages/blueking/component/apis/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/bk_login.py b/packages/blueking/component/apis/bk_login.py index 39b773a37a..2218334919 100755 --- a/packages/blueking/component/apis/bk_login.py +++ b/packages/blueking/component/apis/bk_login.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/bk_paas.py b/packages/blueking/component/apis/bk_paas.py index 8330c8092a..5ed747297e 100755 --- a/packages/blueking/component/apis/bk_paas.py +++ b/packages/blueking/component/apis/bk_paas.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/cc.py b/packages/blueking/component/apis/cc.py index b3c7dc0986..7fe2c5a998 100755 --- a/packages/blueking/component/apis/cc.py +++ b/packages/blueking/component/apis/cc.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/cmsi.py b/packages/blueking/component/apis/cmsi.py index c33186abc3..d1a474d5ea 100755 --- a/packages/blueking/component/apis/cmsi.py +++ b/packages/blueking/component/apis/cmsi.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/esb.py b/packages/blueking/component/apis/esb.py index 89267e7f7e..f8f3bf2b36 100644 --- a/packages/blueking/component/apis/esb.py +++ b/packages/blueking/component/apis/esb.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/gse.py b/packages/blueking/component/apis/gse.py index 77a2e5164b..d74a0e0083 100755 --- a/packages/blueking/component/apis/gse.py +++ b/packages/blueking/component/apis/gse.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/job.py b/packages/blueking/component/apis/job.py index fdf0945295..c737a4babb 100755 --- a/packages/blueking/component/apis/job.py +++ b/packages/blueking/component/apis/job.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/nodeman.py b/packages/blueking/component/apis/nodeman.py index c0632ffe2d..100c1535e5 100644 --- a/packages/blueking/component/apis/nodeman.py +++ b/packages/blueking/component/apis/nodeman.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/sops.py b/packages/blueking/component/apis/sops.py index 8b22e536fe..5db3cf6725 100755 --- a/packages/blueking/component/apis/sops.py +++ b/packages/blueking/component/apis/sops.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/apis/usermanage.py b/packages/blueking/component/apis/usermanage.py index fd98ea29ba..704414f075 100644 --- a/packages/blueking/component/apis/usermanage.py +++ b/packages/blueking/component/apis/usermanage.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/base.py b/packages/blueking/component/base.py index 8e0ce4e241..d33b873b6d 100755 --- a/packages/blueking/component/base.py +++ b/packages/blueking/component/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/client.py b/packages/blueking/component/client.py index b7ecd5ed8e..363619d84e 100755 --- a/packages/blueking/component/client.py +++ b/packages/blueking/component/client.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/collections.py b/packages/blueking/component/collections.py index a8c0dbf9e6..687abcb597 100755 --- a/packages/blueking/component/collections.py +++ b/packages/blueking/component/collections.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/conf.py b/packages/blueking/component/conf.py index a89513471e..877947b13c 100755 --- a/packages/blueking/component/conf.py +++ b/packages/blueking/component/conf.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/exceptions.py b/packages/blueking/component/exceptions.py index f3377a01b9..216f21e8c0 100755 --- a/packages/blueking/component/exceptions.py +++ b/packages/blueking/component/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/shortcuts.py b/packages/blueking/component/shortcuts.py index 056f7d0a3d..7a8d284f19 100755 --- a/packages/blueking/component/shortcuts.py +++ b/packages/blueking/component/shortcuts.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/packages/blueking/component/utils.py b/packages/blueking/component/utils.py index 8937fbe142..93d31732b8 100755 --- a/packages/blueking/component/utils.py +++ b/packages/blueking/component/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/__init__.py b/pipeline/__init__.py index b96335d744..56837d3fd1 100644 --- a/pipeline/__init__.py +++ b/pipeline/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/admin.py b/pipeline/admin.py index dd71ece399..a80d2e82fe 100644 --- a/pipeline/admin.py +++ b/pipeline/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/apps.py b/pipeline/apps.py index 984b634cc5..9369dbe9cf 100644 --- a/pipeline/apps.py +++ b/pipeline/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/__init__.py b/pipeline/builder/__init__.py index be7b0ff1c4..41b35a3911 100644 --- a/pipeline/builder/__init__.py +++ b/pipeline/builder/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/builder.py b/pipeline/builder/builder.py index df38cd67d1..c9d70c0af0 100644 --- a/pipeline/builder/builder.py +++ b/pipeline/builder/builder.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/flow/__init__.py b/pipeline/builder/flow/__init__.py index f5078259ce..339ffadf4b 100644 --- a/pipeline/builder/flow/__init__.py +++ b/pipeline/builder/flow/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/flow/activity.py b/pipeline/builder/flow/activity.py index f8f9962aeb..ee85ae9668 100644 --- a/pipeline/builder/flow/activity.py +++ b/pipeline/builder/flow/activity.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/flow/base.py b/pipeline/builder/flow/base.py index de72c0a60d..c0fbfc33a3 100644 --- a/pipeline/builder/flow/base.py +++ b/pipeline/builder/flow/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/flow/data.py b/pipeline/builder/flow/data.py index 8b43230f46..f2ab20d0bc 100644 --- a/pipeline/builder/flow/data.py +++ b/pipeline/builder/flow/data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/flow/event.py b/pipeline/builder/flow/event.py index 89df3a9681..4964aba739 100644 --- a/pipeline/builder/flow/event.py +++ b/pipeline/builder/flow/event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/builder/flow/gateway.py b/pipeline/builder/flow/gateway.py index 408c714eb6..ccba481b51 100644 --- a/pipeline/builder/flow/gateway.py +++ b/pipeline/builder/flow/gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/celery/__init__.py b/pipeline/celery/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/celery/__init__.py +++ b/pipeline/celery/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/celery/settings.py b/pipeline/celery/settings.py index 19b593963a..5fe7849115 100644 --- a/pipeline/celery/settings.py +++ b/pipeline/celery/settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/__init__.py b/pipeline/component_framework/__init__.py index 4f6f468a26..8f40ceffe4 100644 --- a/pipeline/component_framework/__init__.py +++ b/pipeline/component_framework/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/admin.py b/pipeline/component_framework/admin.py index 7fad4f0289..4294c9b4dc 100644 --- a/pipeline/component_framework/admin.py +++ b/pipeline/component_framework/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/apps.py b/pipeline/component_framework/apps.py index ebecc7b05a..5e8d167440 100644 --- a/pipeline/component_framework/apps.py +++ b/pipeline/component_framework/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/base.py b/pipeline/component_framework/base.py index c63cc913f4..96c4a10bc7 100644 --- a/pipeline/component_framework/base.py +++ b/pipeline/component_framework/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/component.py b/pipeline/component_framework/component.py index ea9b0e5ec8..0a105ccd03 100644 --- a/pipeline/component_framework/component.py +++ b/pipeline/component_framework/component.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/constant.py b/pipeline/component_framework/constant.py index 56d42b7156..461228c0b2 100644 --- a/pipeline/component_framework/constant.py +++ b/pipeline/component_framework/constant.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/constants.py b/pipeline/component_framework/constants.py index ef7a3430d5..1c3d1cc588 100644 --- a/pipeline/component_framework/constants.py +++ b/pipeline/component_framework/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/library.py b/pipeline/component_framework/library.py index 4d7a296e4a..9d0d36d133 100644 --- a/pipeline/component_framework/library.py +++ b/pipeline/component_framework/library.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/management/__init__.py b/pipeline/component_framework/management/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/component_framework/management/__init__.py +++ b/pipeline/component_framework/management/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/management/commands/__init__.py b/pipeline/component_framework/management/commands/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/component_framework/management/commands/__init__.py +++ b/pipeline/component_framework/management/commands/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/management/commands/auto_register.py b/pipeline/component_framework/management/commands/auto_register.py index 3c14003c9f..2b2fd62457 100644 --- a/pipeline/component_framework/management/commands/auto_register.py +++ b/pipeline/component_framework/management/commands/auto_register.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/management/commands/run_component.py b/pipeline/component_framework/management/commands/run_component.py index 200615a57a..0bdb4ff3c1 100644 --- a/pipeline/component_framework/management/commands/run_component.py +++ b/pipeline/component_framework/management/commands/run_component.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/migrations/0001_initial.py b/pipeline/component_framework/migrations/0001_initial.py index f8d2081681..787ec91dfd 100644 --- a/pipeline/component_framework/migrations/0001_initial.py +++ b/pipeline/component_framework/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/migrations/0002_delete_componentmodel.py b/pipeline/component_framework/migrations/0002_delete_componentmodel.py index b2c71fd517..09e38abb55 100644 --- a/pipeline/component_framework/migrations/0002_delete_componentmodel.py +++ b/pipeline/component_framework/migrations/0002_delete_componentmodel.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/migrations/0003_componentmodel.py b/pipeline/component_framework/migrations/0003_componentmodel.py index 20f2190017..41589d4050 100644 --- a/pipeline/component_framework/migrations/0003_componentmodel.py +++ b/pipeline/component_framework/migrations/0003_componentmodel.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/migrations/0004_auto_20180413_1800.py b/pipeline/component_framework/migrations/0004_auto_20180413_1800.py index 70b8bb03e7..027a74e5c9 100644 --- a/pipeline/component_framework/migrations/0004_auto_20180413_1800.py +++ b/pipeline/component_framework/migrations/0004_auto_20180413_1800.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/migrations/0005_auto_20190723_1806.py b/pipeline/component_framework/migrations/0005_auto_20190723_1806.py index e99570e46e..4f229afc5e 100644 --- a/pipeline/component_framework/migrations/0005_auto_20190723_1806.py +++ b/pipeline/component_framework/migrations/0005_auto_20190723_1806.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/migrations/__init__.py b/pipeline/component_framework/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/component_framework/migrations/__init__.py +++ b/pipeline/component_framework/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/models.py b/pipeline/component_framework/models.py index bdac580ee2..091e676d11 100644 --- a/pipeline/component_framework/models.py +++ b/pipeline/component_framework/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/runner.py b/pipeline/component_framework/runner.py index a7bf51922a..7d2dde4db2 100644 --- a/pipeline/component_framework/runner.py +++ b/pipeline/component_framework/runner.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/component_framework/test.py b/pipeline/component_framework/test.py index 9c22cc2a00..7f97a9c681 100644 --- a/pipeline/component_framework/test.py +++ b/pipeline/component_framework/test.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/components/__init__.py b/pipeline/components/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/components/__init__.py +++ b/pipeline/components/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/components/collections/__init__.py b/pipeline/components/collections/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/components/collections/__init__.py +++ b/pipeline/components/collections/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/components/collections/examples.py b/pipeline/components/collections/examples.py index c0699bcc64..cfd7cb443a 100644 --- a/pipeline/components/collections/examples.py +++ b/pipeline/components/collections/examples.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/conf/__init__.py b/pipeline/conf/__init__.py index 9b17edda63..63ed047ef6 100644 --- a/pipeline/conf/__init__.py +++ b/pipeline/conf/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/conf/default_settings.py b/pipeline/conf/default_settings.py index d7a0b7cbee..ecb61a12e8 100644 --- a/pipeline/conf/default_settings.py +++ b/pipeline/conf/default_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/constants.py b/pipeline/constants.py index 7326665f9c..7f7c32870c 100644 --- a/pipeline/constants.py +++ b/pipeline/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/__init__.py b/pipeline/contrib/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/__init__.py +++ b/pipeline/contrib/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/__init__.py b/pipeline/contrib/external_plugins/__init__.py index 6bb83a65ef..49a53db066 100644 --- a/pipeline/contrib/external_plugins/__init__.py +++ b/pipeline/contrib/external_plugins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/admin.py b/pipeline/contrib/external_plugins/admin.py index c8a2854e14..e5df9dc9bc 100644 --- a/pipeline/contrib/external_plugins/admin.py +++ b/pipeline/contrib/external_plugins/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/apps.py b/pipeline/contrib/external_plugins/apps.py index ee22f6e4b1..cb6a41dec4 100644 --- a/pipeline/contrib/external_plugins/apps.py +++ b/pipeline/contrib/external_plugins/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/exceptions.py b/pipeline/contrib/external_plugins/exceptions.py index ddbdaa6685..00cc8bf861 100644 --- a/pipeline/contrib/external_plugins/exceptions.py +++ b/pipeline/contrib/external_plugins/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/loader.py b/pipeline/contrib/external_plugins/loader.py index 52042c9327..e439b74650 100644 --- a/pipeline/contrib/external_plugins/loader.py +++ b/pipeline/contrib/external_plugins/loader.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/migrations/0001_initial.py b/pipeline/contrib/external_plugins/migrations/0001_initial.py index ad5ac5f8bc..682bf66ba7 100644 --- a/pipeline/contrib/external_plugins/migrations/0001_initial.py +++ b/pipeline/contrib/external_plugins/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/migrations/__init__.py b/pipeline/contrib/external_plugins/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/external_plugins/migrations/__init__.py +++ b/pipeline/contrib/external_plugins/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/models/__init__.py b/pipeline/contrib/external_plugins/models/__init__.py index 50910cf4a8..42559e50bb 100644 --- a/pipeline/contrib/external_plugins/models/__init__.py +++ b/pipeline/contrib/external_plugins/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/models/base.py b/pipeline/contrib/external_plugins/models/base.py index 7b095eaa60..212f2ba5d9 100644 --- a/pipeline/contrib/external_plugins/models/base.py +++ b/pipeline/contrib/external_plugins/models/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/models/fields.py b/pipeline/contrib/external_plugins/models/fields.py index 455b19eb1f..b05c431938 100644 --- a/pipeline/contrib/external_plugins/models/fields.py +++ b/pipeline/contrib/external_plugins/models/fields.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/models/forms.py b/pipeline/contrib/external_plugins/models/forms.py index 5d8ed76606..eb689fffee 100644 --- a/pipeline/contrib/external_plugins/models/forms.py +++ b/pipeline/contrib/external_plugins/models/forms.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/models/source.py b/pipeline/contrib/external_plugins/models/source.py index 9898da94d6..d12561f04b 100644 --- a/pipeline/contrib/external_plugins/models/source.py +++ b/pipeline/contrib/external_plugins/models/source.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/__init__.py b/pipeline/contrib/external_plugins/tests/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/external_plugins/tests/__init__.py +++ b/pipeline/contrib/external_plugins/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/mock.py b/pipeline/contrib/external_plugins/tests/mock.py index 20e96c51fe..fe1f095826 100644 --- a/pipeline/contrib/external_plugins/tests/mock.py +++ b/pipeline/contrib/external_plugins/tests/mock.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/mock_settings.py b/pipeline/contrib/external_plugins/tests/mock_settings.py index 7b5ae2fab2..dfa1f59462 100644 --- a/pipeline/contrib/external_plugins/tests/mock_settings.py +++ b/pipeline/contrib/external_plugins/tests/mock_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/models/__init__.py b/pipeline/contrib/external_plugins/tests/models/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/external_plugins/tests/models/__init__.py +++ b/pipeline/contrib/external_plugins/tests/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/models/base/__init__.py b/pipeline/contrib/external_plugins/tests/models/base/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/external_plugins/tests/models/base/__init__.py +++ b/pipeline/contrib/external_plugins/tests/models/base/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/models/base/test_base.py b/pipeline/contrib/external_plugins/tests/models/base/test_base.py index f797396402..a5d3a9a16b 100644 --- a/pipeline/contrib/external_plugins/tests/models/base/test_base.py +++ b/pipeline/contrib/external_plugins/tests/models/base/test_base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/models/base/test_external_package_source.py b/pipeline/contrib/external_plugins/tests/models/base/test_external_package_source.py index 1f25bc19d5..39f2826a10 100644 --- a/pipeline/contrib/external_plugins/tests/models/base/test_external_package_source.py +++ b/pipeline/contrib/external_plugins/tests/models/base/test_external_package_source.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/models/test_source.py b/pipeline/contrib/external_plugins/tests/models/test_source.py index 4528991dce..a72885094b 100644 --- a/pipeline/contrib/external_plugins/tests/models/test_source.py +++ b/pipeline/contrib/external_plugins/tests/models/test_source.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/test_loader.py b/pipeline/contrib/external_plugins/tests/test_loader.py index d9c29e3dca..05af353a4d 100644 --- a/pipeline/contrib/external_plugins/tests/test_loader.py +++ b/pipeline/contrib/external_plugins/tests/test_loader.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/utils/__init__.py b/pipeline/contrib/external_plugins/tests/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/external_plugins/tests/utils/__init__.py +++ b/pipeline/contrib/external_plugins/tests/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/utils/importer/__init__.py b/pipeline/contrib/external_plugins/tests/utils/importer/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/external_plugins/tests/utils/importer/__init__.py +++ b/pipeline/contrib/external_plugins/tests/utils/importer/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/utils/importer/test_base.py b/pipeline/contrib/external_plugins/tests/utils/importer/test_base.py index 94f7e20b42..cd4361b576 100644 --- a/pipeline/contrib/external_plugins/tests/utils/importer/test_base.py +++ b/pipeline/contrib/external_plugins/tests/utils/importer/test_base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/utils/importer/test_fs.py b/pipeline/contrib/external_plugins/tests/utils/importer/test_fs.py index 85324b1556..509d33af61 100644 --- a/pipeline/contrib/external_plugins/tests/utils/importer/test_fs.py +++ b/pipeline/contrib/external_plugins/tests/utils/importer/test_fs.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/utils/importer/test_git.py b/pipeline/contrib/external_plugins/tests/utils/importer/test_git.py index 4089cf2069..db20fdd895 100644 --- a/pipeline/contrib/external_plugins/tests/utils/importer/test_git.py +++ b/pipeline/contrib/external_plugins/tests/utils/importer/test_git.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/utils/importer/test_s3.py b/pipeline/contrib/external_plugins/tests/utils/importer/test_s3.py index 307d9a4865..cc9b323396 100644 --- a/pipeline/contrib/external_plugins/tests/utils/importer/test_s3.py +++ b/pipeline/contrib/external_plugins/tests/utils/importer/test_s3.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/tests/utils/importer/test_utils.py b/pipeline/contrib/external_plugins/tests/utils/importer/test_utils.py index 52ec670acf..a8a88f7227 100644 --- a/pipeline/contrib/external_plugins/tests/utils/importer/test_utils.py +++ b/pipeline/contrib/external_plugins/tests/utils/importer/test_utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/__init__.py b/pipeline/contrib/external_plugins/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/external_plugins/utils/__init__.py +++ b/pipeline/contrib/external_plugins/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/importer/__init__.py b/pipeline/contrib/external_plugins/utils/importer/__init__.py index f51cd27482..c05c5b7e50 100644 --- a/pipeline/contrib/external_plugins/utils/importer/__init__.py +++ b/pipeline/contrib/external_plugins/utils/importer/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/importer/base.py b/pipeline/contrib/external_plugins/utils/importer/base.py index 6724a28f45..04f9cc1470 100644 --- a/pipeline/contrib/external_plugins/utils/importer/base.py +++ b/pipeline/contrib/external_plugins/utils/importer/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/importer/fs.py b/pipeline/contrib/external_plugins/utils/importer/fs.py index 6816f1cb71..859f57654c 100644 --- a/pipeline/contrib/external_plugins/utils/importer/fs.py +++ b/pipeline/contrib/external_plugins/utils/importer/fs.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/importer/git.py b/pipeline/contrib/external_plugins/utils/importer/git.py index dfdbd39ab0..432607c592 100644 --- a/pipeline/contrib/external_plugins/utils/importer/git.py +++ b/pipeline/contrib/external_plugins/utils/importer/git.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/importer/s3.py b/pipeline/contrib/external_plugins/utils/importer/s3.py index 937d8d2696..57be0d7250 100644 --- a/pipeline/contrib/external_plugins/utils/importer/s3.py +++ b/pipeline/contrib/external_plugins/utils/importer/s3.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/importer/utils.py b/pipeline/contrib/external_plugins/utils/importer/utils.py index b468d1c2a2..f025c66423 100644 --- a/pipeline/contrib/external_plugins/utils/importer/utils.py +++ b/pipeline/contrib/external_plugins/utils/importer/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/external_plugins/utils/requirement.py b/pipeline/contrib/external_plugins/utils/requirement.py index 4ce7b7e187..1d876ccaba 100644 --- a/pipeline/contrib/external_plugins/utils/requirement.py +++ b/pipeline/contrib/external_plugins/utils/requirement.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/__init__.py b/pipeline/contrib/periodic_task/__init__.py index 997885205e..4105e1e305 100644 --- a/pipeline/contrib/periodic_task/__init__.py +++ b/pipeline/contrib/periodic_task/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/admin.py b/pipeline/contrib/periodic_task/admin.py index 7cd74938dd..aa2415c8cc 100644 --- a/pipeline/contrib/periodic_task/admin.py +++ b/pipeline/contrib/periodic_task/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/apps.py b/pipeline/contrib/periodic_task/apps.py index 46ce2370dd..e87a936933 100644 --- a/pipeline/contrib/periodic_task/apps.py +++ b/pipeline/contrib/periodic_task/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/djcelery/__init__.py b/pipeline/contrib/periodic_task/djcelery/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/periodic_task/djcelery/__init__.py +++ b/pipeline/contrib/periodic_task/djcelery/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/djcelery/compat.py b/pipeline/contrib/periodic_task/djcelery/compat.py index 046fdc11a9..2eb17c3e3d 100644 --- a/pipeline/contrib/periodic_task/djcelery/compat.py +++ b/pipeline/contrib/periodic_task/djcelery/compat.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/djcelery/db.py b/pipeline/contrib/periodic_task/djcelery/db.py index 690c7f421d..e1cc2af052 100644 --- a/pipeline/contrib/periodic_task/djcelery/db.py +++ b/pipeline/contrib/periodic_task/djcelery/db.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/djcelery/managers.py b/pipeline/contrib/periodic_task/djcelery/managers.py index 4808826d77..1bcb985273 100644 --- a/pipeline/contrib/periodic_task/djcelery/managers.py +++ b/pipeline/contrib/periodic_task/djcelery/managers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/djcelery/tzcrontab.py b/pipeline/contrib/periodic_task/djcelery/tzcrontab.py index e4d318ec58..85fe5f5875 100644 --- a/pipeline/contrib/periodic_task/djcelery/tzcrontab.py +++ b/pipeline/contrib/periodic_task/djcelery/tzcrontab.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/djcelery/utils.py b/pipeline/contrib/periodic_task/djcelery/utils.py index fb8267f503..2bee60ab46 100644 --- a/pipeline/contrib/periodic_task/djcelery/utils.py +++ b/pipeline/contrib/periodic_task/djcelery/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/migrations/0001_initial.py b/pipeline/contrib/periodic_task/migrations/0001_initial.py index 740ef87acc..dead30e59e 100644 --- a/pipeline/contrib/periodic_task/migrations/0001_initial.py +++ b/pipeline/contrib/periodic_task/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/migrations/0002_auto_20190103_1918.py b/pipeline/contrib/periodic_task/migrations/0002_auto_20190103_1918.py index 36e901e310..7715397038 100644 --- a/pipeline/contrib/periodic_task/migrations/0002_auto_20190103_1918.py +++ b/pipeline/contrib/periodic_task/migrations/0002_auto_20190103_1918.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/migrations/__init__.py b/pipeline/contrib/periodic_task/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/periodic_task/migrations/__init__.py +++ b/pipeline/contrib/periodic_task/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/models.py b/pipeline/contrib/periodic_task/models.py index a13b6ddaf1..8e8916bd16 100644 --- a/pipeline/contrib/periodic_task/models.py +++ b/pipeline/contrib/periodic_task/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/patch/__init__.py b/pipeline/contrib/periodic_task/patch/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/periodic_task/patch/__init__.py +++ b/pipeline/contrib/periodic_task/patch/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/patch/djcelery/__init__.py b/pipeline/contrib/periodic_task/patch/djcelery/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/periodic_task/patch/djcelery/__init__.py +++ b/pipeline/contrib/periodic_task/patch/djcelery/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/patch/djcelery/djcelery_patch.py b/pipeline/contrib/periodic_task/patch/djcelery/djcelery_patch.py index eb99fedd40..5eed91e4d3 100644 --- a/pipeline/contrib/periodic_task/patch/djcelery/djcelery_patch.py +++ b/pipeline/contrib/periodic_task/patch/djcelery/djcelery_patch.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/patch/utils/__init__.py b/pipeline/contrib/periodic_task/patch/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/periodic_task/patch/utils/__init__.py +++ b/pipeline/contrib/periodic_task/patch/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/patch/utils/modify_models.py b/pipeline/contrib/periodic_task/patch/utils/modify_models.py index ff901ac9ad..6166728e84 100644 --- a/pipeline/contrib/periodic_task/patch/utils/modify_models.py +++ b/pipeline/contrib/periodic_task/patch/utils/modify_models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/signals/__init__.py b/pipeline/contrib/periodic_task/signals/__init__.py index 235bc58f8a..b7182d8f1e 100644 --- a/pipeline/contrib/periodic_task/signals/__init__.py +++ b/pipeline/contrib/periodic_task/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/tasks.py b/pipeline/contrib/periodic_task/tasks.py index 46a2e2201b..ca2f88d61a 100644 --- a/pipeline/contrib/periodic_task/tasks.py +++ b/pipeline/contrib/periodic_task/tasks.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/tests.py b/pipeline/contrib/periodic_task/tests.py index 9feab0e7ea..bceb58ba31 100644 --- a/pipeline/contrib/periodic_task/tests.py +++ b/pipeline/contrib/periodic_task/tests.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/periodic_task/views.py b/pipeline/contrib/periodic_task/views.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/periodic_task/views.py +++ b/pipeline/contrib/periodic_task/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/__init__.py b/pipeline/contrib/statistics/__init__.py index 4bda00be98..c5fb3a67f0 100644 --- a/pipeline/contrib/statistics/__init__.py +++ b/pipeline/contrib/statistics/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/admin.py b/pipeline/contrib/statistics/admin.py index e5ed669594..0efac89d93 100644 --- a/pipeline/contrib/statistics/admin.py +++ b/pipeline/contrib/statistics/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/apps.py b/pipeline/contrib/statistics/apps.py index 074a56fb49..569a817861 100644 --- a/pipeline/contrib/statistics/apps.py +++ b/pipeline/contrib/statistics/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0001_initial.py b/pipeline/contrib/statistics/migrations/0001_initial.py index c09f9df093..2fb0874068 100644 --- a/pipeline/contrib/statistics/migrations/0001_initial.py +++ b/pipeline/contrib/statistics/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0002_auto_20180817_1212.py b/pipeline/contrib/statistics/migrations/0002_auto_20180817_1212.py index 79f2ede07c..ae38cd6e70 100644 --- a/pipeline/contrib/statistics/migrations/0002_auto_20180817_1212.py +++ b/pipeline/contrib/statistics/migrations/0002_auto_20180817_1212.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0003_auto_20180821_2015.py b/pipeline/contrib/statistics/migrations/0003_auto_20180821_2015.py index 310e7382a7..45fd65df84 100644 --- a/pipeline/contrib/statistics/migrations/0003_auto_20180821_2015.py +++ b/pipeline/contrib/statistics/migrations/0003_auto_20180821_2015.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0004_instanceinpipeline_templateinpipeline.py b/pipeline/contrib/statistics/migrations/0004_instanceinpipeline_templateinpipeline.py index ecaa5266e0..77e00e17ff 100644 --- a/pipeline/contrib/statistics/migrations/0004_instanceinpipeline_templateinpipeline.py +++ b/pipeline/contrib/statistics/migrations/0004_instanceinpipeline_templateinpipeline.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0005_init_pipeline_data.py b/pipeline/contrib/statistics/migrations/0005_init_pipeline_data.py index 8bb75c4fc5..a1abcdb335 100644 --- a/pipeline/contrib/statistics/migrations/0005_init_pipeline_data.py +++ b/pipeline/contrib/statistics/migrations/0005_init_pipeline_data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0006_auto_20181115_1208.py b/pipeline/contrib/statistics/migrations/0006_auto_20181115_1208.py index 08b8849bfb..52b3b8cd28 100644 --- a/pipeline/contrib/statistics/migrations/0006_auto_20181115_1208.py +++ b/pipeline/contrib/statistics/migrations/0006_auto_20181115_1208.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0007_init_pipeline_data.py b/pipeline/contrib/statistics/migrations/0007_init_pipeline_data.py index 98186d9312..9559a883b0 100644 --- a/pipeline/contrib/statistics/migrations/0007_init_pipeline_data.py +++ b/pipeline/contrib/statistics/migrations/0007_init_pipeline_data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0008_auto_20181116_1448.py b/pipeline/contrib/statistics/migrations/0008_auto_20181116_1448.py index 18b0bee8e2..7369d9ca1f 100644 --- a/pipeline/contrib/statistics/migrations/0008_auto_20181116_1448.py +++ b/pipeline/contrib/statistics/migrations/0008_auto_20181116_1448.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0009_auto_20181116_1627.py b/pipeline/contrib/statistics/migrations/0009_auto_20181116_1627.py index 518aac70db..363d2f3d9b 100644 --- a/pipeline/contrib/statistics/migrations/0009_auto_20181116_1627.py +++ b/pipeline/contrib/statistics/migrations/0009_auto_20181116_1627.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/0010_auto_20190304_1747.py b/pipeline/contrib/statistics/migrations/0010_auto_20190304_1747.py index 94ece5a985..f775291c10 100644 --- a/pipeline/contrib/statistics/migrations/0010_auto_20190304_1747.py +++ b/pipeline/contrib/statistics/migrations/0010_auto_20190304_1747.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/migrations/__init__.py b/pipeline/contrib/statistics/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/statistics/migrations/__init__.py +++ b/pipeline/contrib/statistics/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/models.py b/pipeline/contrib/statistics/models.py index 6fbe5e6240..85b77e160c 100644 --- a/pipeline/contrib/statistics/models.py +++ b/pipeline/contrib/statistics/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/signals/__init__.py b/pipeline/contrib/statistics/signals/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/contrib/statistics/signals/__init__.py +++ b/pipeline/contrib/statistics/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/contrib/statistics/signals/handlers.py b/pipeline/contrib/statistics/signals/handlers.py index 459ac4d6cb..5e7a81e5db 100644 --- a/pipeline/contrib/statistics/signals/handlers.py +++ b/pipeline/contrib/statistics/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/__init__.py b/pipeline/core/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/core/__init__.py +++ b/pipeline/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/constants.py b/pipeline/core/constants.py index 60575bcd17..c16e60848c 100644 --- a/pipeline/core/constants.py +++ b/pipeline/core/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/__init__.py b/pipeline/core/data/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/core/data/__init__.py +++ b/pipeline/core/data/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/base.py b/pipeline/core/data/base.py index 76797d8cb1..7b5e14ce5c 100644 --- a/pipeline/core/data/base.py +++ b/pipeline/core/data/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/context.py b/pipeline/core/data/context.py index 6349e61aa9..2109711c88 100644 --- a/pipeline/core/data/context.py +++ b/pipeline/core/data/context.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/converter.py b/pipeline/core/data/converter.py index 3ac6b33593..a50eccd824 100644 --- a/pipeline/core/data/converter.py +++ b/pipeline/core/data/converter.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/expression.py b/pipeline/core/data/expression.py index 29fb55dcb1..a9250c74ec 100644 --- a/pipeline/core/data/expression.py +++ b/pipeline/core/data/expression.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/hydration.py b/pipeline/core/data/hydration.py index 2d9f47daf8..c2278f707d 100644 --- a/pipeline/core/data/hydration.py +++ b/pipeline/core/data/hydration.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/library.py b/pipeline/core/data/library.py index d809b5ac06..81485d84ae 100644 --- a/pipeline/core/data/library.py +++ b/pipeline/core/data/library.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/schemas.py b/pipeline/core/data/schemas.py index 6d7754bcc5..644945d4f1 100644 --- a/pipeline/core/data/schemas.py +++ b/pipeline/core/data/schemas.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/data/var.py b/pipeline/core/data/var.py index 3c8abfa3dd..c9ddda9493 100644 --- a/pipeline/core/data/var.py +++ b/pipeline/core/data/var.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/__init__.py b/pipeline/core/flow/__init__.py index 5397c2579b..3088a30df4 100644 --- a/pipeline/core/flow/__init__.py +++ b/pipeline/core/flow/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/activity/__init__.py b/pipeline/core/flow/activity/__init__.py index 1d3b0b73b4..5396056e29 100644 --- a/pipeline/core/flow/activity/__init__.py +++ b/pipeline/core/flow/activity/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/activity/base.py b/pipeline/core/flow/activity/base.py index e6ac873b6f..242f50a4c2 100644 --- a/pipeline/core/flow/activity/base.py +++ b/pipeline/core/flow/activity/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/activity/service_activity.py b/pipeline/core/flow/activity/service_activity.py index d5d632bae6..f2fba4ec04 100644 --- a/pipeline/core/flow/activity/service_activity.py +++ b/pipeline/core/flow/activity/service_activity.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/activity/subprocess.py b/pipeline/core/flow/activity/subprocess.py index 57924f6a93..f80e8f89a7 100644 --- a/pipeline/core/flow/activity/subprocess.py +++ b/pipeline/core/flow/activity/subprocess.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/base.py b/pipeline/core/flow/base.py index 29548be4ba..bb55dcb4fd 100644 --- a/pipeline/core/flow/base.py +++ b/pipeline/core/flow/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/event.py b/pipeline/core/flow/event.py index 044d198728..c655b6f0c2 100644 --- a/pipeline/core/flow/event.py +++ b/pipeline/core/flow/event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/gateway.py b/pipeline/core/flow/gateway.py index f90a9c1d9f..5a03cc0c6c 100644 --- a/pipeline/core/flow/gateway.py +++ b/pipeline/core/flow/gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/io.py b/pipeline/core/flow/io.py index e635f2975d..2dd1edf36a 100644 --- a/pipeline/core/flow/io.py +++ b/pipeline/core/flow/io.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/flow/signals.py b/pipeline/core/flow/signals.py index 272b255877..6ab89a85bf 100644 --- a/pipeline/core/flow/signals.py +++ b/pipeline/core/flow/signals.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/pipeline.py b/pipeline/core/pipeline.py index 7628570e46..ee68cb7b7e 100644 --- a/pipeline/core/pipeline.py +++ b/pipeline/core/pipeline.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/core/signals/__init__.py b/pipeline/core/signals/__init__.py index 5097647349..28fba53b61 100644 --- a/pipeline/core/signals/__init__.py +++ b/pipeline/core/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/__init__.py b/pipeline/django_signal_valve/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/django_signal_valve/__init__.py +++ b/pipeline/django_signal_valve/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/admin.py b/pipeline/django_signal_valve/admin.py index 7c77bdecee..5ec6bb98e4 100644 --- a/pipeline/django_signal_valve/admin.py +++ b/pipeline/django_signal_valve/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/migrations/0001_initial.py b/pipeline/django_signal_valve/migrations/0001_initial.py index a3356c6fc8..dc8b25eb3b 100644 --- a/pipeline/django_signal_valve/migrations/0001_initial.py +++ b/pipeline/django_signal_valve/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/migrations/__init__.py b/pipeline/django_signal_valve/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/django_signal_valve/migrations/__init__.py +++ b/pipeline/django_signal_valve/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/models.py b/pipeline/django_signal_valve/models.py index a474e5ba3b..065ecd851e 100644 --- a/pipeline/django_signal_valve/models.py +++ b/pipeline/django_signal_valve/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/tests/__init__.py b/pipeline/django_signal_valve/tests/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/django_signal_valve/tests/__init__.py +++ b/pipeline/django_signal_valve/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/tests/mock_signal/__init__.py b/pipeline/django_signal_valve/tests/mock_signal/__init__.py index beb7ae3f4f..06683faf28 100644 --- a/pipeline/django_signal_valve/tests/mock_signal/__init__.py +++ b/pipeline/django_signal_valve/tests/mock_signal/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/tests/test_models.py b/pipeline/django_signal_valve/tests/test_models.py index 5379dba49e..5c50506471 100644 --- a/pipeline/django_signal_valve/tests/test_models.py +++ b/pipeline/django_signal_valve/tests/test_models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/tests/test_valve.py b/pipeline/django_signal_valve/tests/test_valve.py index 5dfe266330..3194138259 100644 --- a/pipeline/django_signal_valve/tests/test_valve.py +++ b/pipeline/django_signal_valve/tests/test_valve.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/django_signal_valve/valve.py b/pipeline/django_signal_valve/valve.py index 7e1dd1d8f3..67fe64a4b6 100644 --- a/pipeline/django_signal_valve/valve.py +++ b/pipeline/django_signal_valve/valve.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/__init__.py b/pipeline/engine/__init__.py index 96060d47b3..681a8d2775 100644 --- a/pipeline/engine/__init__.py +++ b/pipeline/engine/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/admin.py b/pipeline/engine/admin.py index 0e14c32bdc..21af97afa7 100644 --- a/pipeline/engine/admin.py +++ b/pipeline/engine/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/api.py b/pipeline/engine/api.py index 159c753fdf..07e61c3b55 100644 --- a/pipeline/engine/api.py +++ b/pipeline/engine/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/apps.py b/pipeline/engine/apps.py index 79a4370cbc..d33514449f 100644 --- a/pipeline/engine/apps.py +++ b/pipeline/engine/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/conf/__init__.py b/pipeline/engine/conf/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/engine/conf/__init__.py +++ b/pipeline/engine/conf/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/conf/function_switch.py b/pipeline/engine/conf/function_switch.py index b642da71f8..bdab6205f2 100644 --- a/pipeline/engine/conf/function_switch.py +++ b/pipeline/engine/conf/function_switch.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/__init__.py b/pipeline/engine/core/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/engine/core/__init__.py +++ b/pipeline/engine/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/api.py b/pipeline/engine/core/api.py index 5703566197..591e83cf57 100644 --- a/pipeline/engine/core/api.py +++ b/pipeline/engine/core/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/data/__init__.py b/pipeline/engine/core/data/__init__.py index d2bd2c791b..cb7a0ffa19 100644 --- a/pipeline/engine/core/data/__init__.py +++ b/pipeline/engine/core/data/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/data/api.py b/pipeline/engine/core/data/api.py index 5bb1967754..ec32eaf017 100644 --- a/pipeline/engine/core/data/api.py +++ b/pipeline/engine/core/data/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/data/base_backend.py b/pipeline/engine/core/data/base_backend.py index 14bfd31692..1362966cca 100644 --- a/pipeline/engine/core/data/base_backend.py +++ b/pipeline/engine/core/data/base_backend.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/data/mysql_backend.py b/pipeline/engine/core/data/mysql_backend.py index 8d5df2f0fe..1373c40583 100644 --- a/pipeline/engine/core/data/mysql_backend.py +++ b/pipeline/engine/core/data/mysql_backend.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/data/redis_backend.py b/pipeline/engine/core/data/redis_backend.py index d1a03e2e67..c3f5a1c549 100644 --- a/pipeline/engine/core/data/redis_backend.py +++ b/pipeline/engine/core/data/redis_backend.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/__init__.py b/pipeline/engine/core/handlers/__init__.py index c2c2433de1..e836921997 100644 --- a/pipeline/engine/core/handlers/__init__.py +++ b/pipeline/engine/core/handlers/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/base.py b/pipeline/engine/core/handlers/base.py index 731e34d8c6..3fc008ea2b 100644 --- a/pipeline/engine/core/handlers/base.py +++ b/pipeline/engine/core/handlers/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/conditional_parallel.py b/pipeline/engine/core/handlers/conditional_parallel.py index fcb22d51cc..adef3e2e13 100644 --- a/pipeline/engine/core/handlers/conditional_parallel.py +++ b/pipeline/engine/core/handlers/conditional_parallel.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/converge_gateway.py b/pipeline/engine/core/handlers/converge_gateway.py index b39349cd2c..6d32986fce 100644 --- a/pipeline/engine/core/handlers/converge_gateway.py +++ b/pipeline/engine/core/handlers/converge_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/empty_start_event.py b/pipeline/engine/core/handlers/empty_start_event.py index 430d5aaa79..9b7b81f3ea 100644 --- a/pipeline/engine/core/handlers/empty_start_event.py +++ b/pipeline/engine/core/handlers/empty_start_event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/endevent/__init__.py b/pipeline/engine/core/handlers/endevent/__init__.py index b0565c3734..8c44946c60 100644 --- a/pipeline/engine/core/handlers/endevent/__init__.py +++ b/pipeline/engine/core/handlers/endevent/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/endevent/base.py b/pipeline/engine/core/handlers/endevent/base.py index 6fb282c629..5d7eee3fd8 100644 --- a/pipeline/engine/core/handlers/endevent/base.py +++ b/pipeline/engine/core/handlers/endevent/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/endevent/empty_end_event.py b/pipeline/engine/core/handlers/endevent/empty_end_event.py index 0374273022..90686b86b4 100644 --- a/pipeline/engine/core/handlers/endevent/empty_end_event.py +++ b/pipeline/engine/core/handlers/endevent/empty_end_event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/endevent/executable_end_event.py b/pipeline/engine/core/handlers/endevent/executable_end_event.py index 41139e6b97..ac7eed980a 100644 --- a/pipeline/engine/core/handlers/endevent/executable_end_event.py +++ b/pipeline/engine/core/handlers/endevent/executable_end_event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/exclusive_gateway.py b/pipeline/engine/core/handlers/exclusive_gateway.py index b9225dde99..166519ec84 100644 --- a/pipeline/engine/core/handlers/exclusive_gateway.py +++ b/pipeline/engine/core/handlers/exclusive_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/parallel_gateway.py b/pipeline/engine/core/handlers/parallel_gateway.py index 2131626ca9..a0757e241b 100644 --- a/pipeline/engine/core/handlers/parallel_gateway.py +++ b/pipeline/engine/core/handlers/parallel_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/service_activity.py b/pipeline/engine/core/handlers/service_activity.py index e039f8913a..b5de65ae6f 100644 --- a/pipeline/engine/core/handlers/service_activity.py +++ b/pipeline/engine/core/handlers/service_activity.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/handlers/subprocess.py b/pipeline/engine/core/handlers/subprocess.py index 26364faab5..e63c328b75 100644 --- a/pipeline/engine/core/handlers/subprocess.py +++ b/pipeline/engine/core/handlers/subprocess.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/runtime.py b/pipeline/engine/core/runtime.py index 25e906854e..caea2c4020 100644 --- a/pipeline/engine/core/runtime.py +++ b/pipeline/engine/core/runtime.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/core/schedule.py b/pipeline/engine/core/schedule.py index 79570708a3..c07fb23c71 100644 --- a/pipeline/engine/core/schedule.py +++ b/pipeline/engine/core/schedule.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/exceptions.py b/pipeline/engine/exceptions.py index 3516a7c666..025b8aa3c5 100644 --- a/pipeline/engine/exceptions.py +++ b/pipeline/engine/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/logging.py b/pipeline/engine/logging.py index 81fa3725df..f8a7500c35 100644 --- a/pipeline/engine/logging.py +++ b/pipeline/engine/logging.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0001_initial.py b/pipeline/engine/migrations/0001_initial.py index e6e04cbcb5..d83bb4493f 100644 --- a/pipeline/engine/migrations/0001_initial.py +++ b/pipeline/engine/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0002_auto_20180109_1825.py b/pipeline/engine/migrations/0002_auto_20180109_1825.py index 452a91de54..ab52dd67d6 100644 --- a/pipeline/engine/migrations/0002_auto_20180109_1825.py +++ b/pipeline/engine/migrations/0002_auto_20180109_1825.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0003_auto_20180717_1148.py b/pipeline/engine/migrations/0003_auto_20180717_1148.py index 03e6bc0a91..a40a930b90 100644 --- a/pipeline/engine/migrations/0003_auto_20180717_1148.py +++ b/pipeline/engine/migrations/0003_auto_20180717_1148.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0004_auto_20180717_1411.py b/pipeline/engine/migrations/0004_auto_20180717_1411.py index 50f0ad5a86..76f8d84b4f 100644 --- a/pipeline/engine/migrations/0004_auto_20180717_1411.py +++ b/pipeline/engine/migrations/0004_auto_20180717_1411.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0005_auto_20180717_1433.py b/pipeline/engine/migrations/0005_auto_20180717_1433.py index 142de01a17..80cd5357ad 100644 --- a/pipeline/engine/migrations/0005_auto_20180717_1433.py +++ b/pipeline/engine/migrations/0005_auto_20180717_1433.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0006_auto_20180717_1543.py b/pipeline/engine/migrations/0006_auto_20180717_1543.py index a4fe0fdd9b..be0e21b970 100644 --- a/pipeline/engine/migrations/0006_auto_20180717_1543.py +++ b/pipeline/engine/migrations/0006_auto_20180717_1543.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0007_auto_20180717_2022.py b/pipeline/engine/migrations/0007_auto_20180717_2022.py index 73dec701af..96ec22075e 100644 --- a/pipeline/engine/migrations/0007_auto_20180717_2022.py +++ b/pipeline/engine/migrations/0007_auto_20180717_2022.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0008_schedulecelerytask.py b/pipeline/engine/migrations/0008_schedulecelerytask.py index c9ec931069..7e6d1f303e 100644 --- a/pipeline/engine/migrations/0008_schedulecelerytask.py +++ b/pipeline/engine/migrations/0008_schedulecelerytask.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0009_status_error_ignorable.py b/pipeline/engine/migrations/0009_status_error_ignorable.py index 96eb64b1e6..071b11db3c 100644 --- a/pipeline/engine/migrations/0009_status_error_ignorable.py +++ b/pipeline/engine/migrations/0009_status_error_ignorable.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0010_auto_20180830_1203.py b/pipeline/engine/migrations/0010_auto_20180830_1203.py index 4ead08ad38..a4a7c6a65e 100644 --- a/pipeline/engine/migrations/0010_auto_20180830_1203.py +++ b/pipeline/engine/migrations/0010_auto_20180830_1203.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0010_nodecelerytask.py b/pipeline/engine/migrations/0010_nodecelerytask.py index 2380bf3c87..7584beaf93 100644 --- a/pipeline/engine/migrations/0010_nodecelerytask.py +++ b/pipeline/engine/migrations/0010_nodecelerytask.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0011_auto_20180830_1205.py b/pipeline/engine/migrations/0011_auto_20180830_1205.py index 6861338c93..07e6e555fb 100644 --- a/pipeline/engine/migrations/0011_auto_20180830_1205.py +++ b/pipeline/engine/migrations/0011_auto_20180830_1205.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0015_datasnapshot.py b/pipeline/engine/migrations/0015_datasnapshot.py index 683b3f3358..bc4587008b 100644 --- a/pipeline/engine/migrations/0015_datasnapshot.py +++ b/pipeline/engine/migrations/0015_datasnapshot.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0016_auto_20181228_0345.py b/pipeline/engine/migrations/0016_auto_20181228_0345.py index 0285664b12..9a1e9ec826 100644 --- a/pipeline/engine/migrations/0016_auto_20181228_0345.py +++ b/pipeline/engine/migrations/0016_auto_20181228_0345.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0017_auto_20190719_1010.py b/pipeline/engine/migrations/0017_auto_20190719_1010.py index 634d3d2d36..1e805e664c 100644 --- a/pipeline/engine/migrations/0017_auto_20190719_1010.py +++ b/pipeline/engine/migrations/0017_auto_20190719_1010.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0018_auto_20190729_1041.py b/pipeline/engine/migrations/0018_auto_20190729_1041.py index e05298a4a0..20e9dee148 100644 --- a/pipeline/engine/migrations/0018_auto_20190729_1041.py +++ b/pipeline/engine/migrations/0018_auto_20190729_1041.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/0019_auto_20190729_1044.py b/pipeline/engine/migrations/0019_auto_20190729_1044.py index 6dd4c49bec..9e106b84ad 100644 --- a/pipeline/engine/migrations/0019_auto_20190729_1044.py +++ b/pipeline/engine/migrations/0019_auto_20190729_1044.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/migrations/__init__.py b/pipeline/engine/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/engine/migrations/__init__.py +++ b/pipeline/engine/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/models/__init__.py b/pipeline/engine/models/__init__.py index f34918dd74..cbda2e317f 100644 --- a/pipeline/engine/models/__init__.py +++ b/pipeline/engine/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/models/core.py b/pipeline/engine/models/core.py index 492b733a8f..a430115e74 100644 --- a/pipeline/engine/models/core.py +++ b/pipeline/engine/models/core.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/models/data.py b/pipeline/engine/models/data.py index 94c5fa3085..c26fcd2fb2 100644 --- a/pipeline/engine/models/data.py +++ b/pipeline/engine/models/data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/models/fields.py b/pipeline/engine/models/fields.py index 125e0de6b6..393c6615be 100644 --- a/pipeline/engine/models/fields.py +++ b/pipeline/engine/models/fields.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/models/function.py b/pipeline/engine/models/function.py index 2856357999..ac2ba89c71 100644 --- a/pipeline/engine/models/function.py +++ b/pipeline/engine/models/function.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/signals/__init__.py b/pipeline/engine/signals/__init__.py index fa3e1975cb..cb5765d6f2 100644 --- a/pipeline/engine/signals/__init__.py +++ b/pipeline/engine/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/signals/dispatch.py b/pipeline/engine/signals/dispatch.py index b395c3d61a..9042983a9d 100644 --- a/pipeline/engine/signals/dispatch.py +++ b/pipeline/engine/signals/dispatch.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/signals/handlers.py b/pipeline/engine/signals/handlers.py index 7202f26e93..77a137cde8 100644 --- a/pipeline/engine/signals/handlers.py +++ b/pipeline/engine/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/states.py b/pipeline/engine/states.py index dbdb7404c0..349255c672 100644 --- a/pipeline/engine/states.py +++ b/pipeline/engine/states.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/tasks.py b/pipeline/engine/tasks.py index d1b2d7444e..996de726ef 100644 --- a/pipeline/engine/tasks.py +++ b/pipeline/engine/tasks.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/engine/utils.py b/pipeline/engine/utils.py index 457c34dea2..444729923d 100644 --- a/pipeline/engine/utils.py +++ b/pipeline/engine/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/exceptions.py b/pipeline/exceptions.py index d084f74f7b..a8ca592f6e 100644 --- a/pipeline/exceptions.py +++ b/pipeline/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/__init__.py b/pipeline/log/__init__.py index 2b0dafd6cd..1d55db1cb0 100644 --- a/pipeline/log/__init__.py +++ b/pipeline/log/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/admin.py b/pipeline/log/admin.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/log/admin.py +++ b/pipeline/log/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/apps.py b/pipeline/log/apps.py index ec94d89fd5..4910f7fd46 100644 --- a/pipeline/log/apps.py +++ b/pipeline/log/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/handlers.py b/pipeline/log/handlers.py index faf63c3f07..9834e11d14 100644 --- a/pipeline/log/handlers.py +++ b/pipeline/log/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/migrations/0001_initial.py b/pipeline/log/migrations/0001_initial.py index c616841eff..e3d4040037 100644 --- a/pipeline/log/migrations/0001_initial.py +++ b/pipeline/log/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/migrations/0002_auto_20180810_1054.py b/pipeline/log/migrations/0002_auto_20180810_1054.py index daf0525771..8f43491ade 100644 --- a/pipeline/log/migrations/0002_auto_20180810_1054.py +++ b/pipeline/log/migrations/0002_auto_20180810_1054.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/migrations/0003_logentry_history_id.py b/pipeline/log/migrations/0003_logentry_history_id.py index 9e06b1043a..6ae894c187 100644 --- a/pipeline/log/migrations/0003_logentry_history_id.py +++ b/pipeline/log/migrations/0003_logentry_history_id.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/migrations/0004_auto_20180814_1555.py b/pipeline/log/migrations/0004_auto_20180814_1555.py index 4d3926c9f0..3cb65386a9 100644 --- a/pipeline/log/migrations/0004_auto_20180814_1555.py +++ b/pipeline/log/migrations/0004_auto_20180814_1555.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/migrations/0005_auto_20190729_1041.py b/pipeline/log/migrations/0005_auto_20190729_1041.py index f19ebbf67f..fdb693f2d5 100644 --- a/pipeline/log/migrations/0005_auto_20190729_1041.py +++ b/pipeline/log/migrations/0005_auto_20190729_1041.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/migrations/__init__.py b/pipeline/log/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/log/migrations/__init__.py +++ b/pipeline/log/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/models.py b/pipeline/log/models.py index a3e78092a2..43bb6f88e2 100644 --- a/pipeline/log/models.py +++ b/pipeline/log/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/tasks.py b/pipeline/log/tasks.py index b775c3fda2..27d07442cd 100644 --- a/pipeline/log/tasks.py +++ b/pipeline/log/tasks.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/log/views.py b/pipeline/log/views.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/log/views.py +++ b/pipeline/log/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/logging.py b/pipeline/logging.py index 81d4e29a1b..5ccb8cf3a1 100644 --- a/pipeline/logging.py +++ b/pipeline/logging.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/management/__init__.py b/pipeline/management/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/management/__init__.py +++ b/pipeline/management/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/management/commands/__init__.py b/pipeline/management/commands/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/management/commands/__init__.py +++ b/pipeline/management/commands/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/management/commands/create_atoms_app.py b/pipeline/management/commands/create_atoms_app.py index e3f2bbba81..e2c5d302dc 100644 --- a/pipeline/management/commands/create_atoms_app.py +++ b/pipeline/management/commands/create_atoms_app.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT @@ -21,7 +21,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/management/commands/generate_config.py b/pipeline/management/commands/generate_config.py index 82c81bc789..be7141ad7e 100644 --- a/pipeline/management/commands/generate_config.py +++ b/pipeline/management/commands/generate_config.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0001_initial.py b/pipeline/migrations/0001_initial.py index a46bc89e08..11fa38ca47 100644 --- a/pipeline/migrations/0001_initial.py +++ b/pipeline/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0002_auto_20180109_1825.py b/pipeline/migrations/0002_auto_20180109_1825.py index 2188af6b01..f281ee65f0 100644 --- a/pipeline/migrations/0002_auto_20180109_1825.py +++ b/pipeline/migrations/0002_auto_20180109_1825.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0003_auto_20180206_1955.py b/pipeline/migrations/0003_auto_20180206_1955.py index 98ed5163a1..fb27379000 100644 --- a/pipeline/migrations/0003_auto_20180206_1955.py +++ b/pipeline/migrations/0003_auto_20180206_1955.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0004_auto_20180516_1708.py b/pipeline/migrations/0004_auto_20180516_1708.py index 30f87e55bf..9769532662 100644 --- a/pipeline/migrations/0004_auto_20180516_1708.py +++ b/pipeline/migrations/0004_auto_20180516_1708.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0005_pipelineinstance_tree_info.py b/pipeline/migrations/0005_pipelineinstance_tree_info.py index 7b4c517e37..4e50aaa344 100644 --- a/pipeline/migrations/0005_pipelineinstance_tree_info.py +++ b/pipeline/migrations/0005_pipelineinstance_tree_info.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0006_auto_20180814_1622.py b/pipeline/migrations/0006_auto_20180814_1622.py index 580f748d62..568e5a60c1 100644 --- a/pipeline/migrations/0006_auto_20180814_1622.py +++ b/pipeline/migrations/0006_auto_20180814_1622.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0007_templaterelationship.py b/pipeline/migrations/0007_templaterelationship.py index 216ff14e81..b972222f01 100644 --- a/pipeline/migrations/0007_templaterelationship.py +++ b/pipeline/migrations/0007_templaterelationship.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0007_templateversion.py b/pipeline/migrations/0007_templateversion.py index de1af7dd60..94a6d54374 100644 --- a/pipeline/migrations/0007_templateversion.py +++ b/pipeline/migrations/0007_templateversion.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0008_auto_20180824_1115.py b/pipeline/migrations/0008_auto_20180824_1115.py index eab30c81e1..20731cd9d1 100644 --- a/pipeline/migrations/0008_auto_20180824_1115.py +++ b/pipeline/migrations/0008_auto_20180824_1115.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0011_auto_20180906_1045.py b/pipeline/migrations/0011_auto_20180906_1045.py index 498cb631d6..3f0f9cd32d 100644 --- a/pipeline/migrations/0011_auto_20180906_1045.py +++ b/pipeline/migrations/0011_auto_20180906_1045.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0012_templatecurrentversion.py b/pipeline/migrations/0012_templatecurrentversion.py index 5f1d0b3667..2952333f48 100644 --- a/pipeline/migrations/0012_templatecurrentversion.py +++ b/pipeline/migrations/0012_templatecurrentversion.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0013_old_template_process.py b/pipeline/migrations/0013_old_template_process.py index ad0787ec1c..c4b07c6cda 100644 --- a/pipeline/migrations/0013_old_template_process.py +++ b/pipeline/migrations/0013_old_template_process.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0014_auto_20181127_1053.py b/pipeline/migrations/0014_auto_20181127_1053.py index 265f1b1429..0274ed62fa 100644 --- a/pipeline/migrations/0014_auto_20181127_1053.py +++ b/pipeline/migrations/0014_auto_20181127_1053.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0015_auto_20181214_1453.py b/pipeline/migrations/0015_auto_20181214_1453.py index 91339fce33..f9c9a8c7cf 100644 --- a/pipeline/migrations/0015_auto_20181214_1453.py +++ b/pipeline/migrations/0015_auto_20181214_1453.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0016_auto_20181220_0958.py b/pipeline/migrations/0016_auto_20181220_0958.py index 360822a1dd..6a05b00a7a 100644 --- a/pipeline/migrations/0016_auto_20181220_0958.py +++ b/pipeline/migrations/0016_auto_20181220_0958.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0017_pipelinetemplate_has_subprocess.py b/pipeline/migrations/0017_pipelinetemplate_has_subprocess.py index d970562cd3..e633940f53 100644 --- a/pipeline/migrations/0017_pipelinetemplate_has_subprocess.py +++ b/pipeline/migrations/0017_pipelinetemplate_has_subprocess.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0018_set_has_subprocess.py b/pipeline/migrations/0018_set_has_subprocess.py index ac4e2134c1..d641ac8815 100644 --- a/pipeline/migrations/0018_set_has_subprocess.py +++ b/pipeline/migrations/0018_set_has_subprocess.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0019_delete_variablemodel.py b/pipeline/migrations/0019_delete_variablemodel.py index 52089aa4c8..bb7298261c 100644 --- a/pipeline/migrations/0019_delete_variablemodel.py +++ b/pipeline/migrations/0019_delete_variablemodel.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0020_auto_20190906_1119.py b/pipeline/migrations/0020_auto_20190906_1119.py index 78d8478ead..7ba264046c 100644 --- a/pipeline/migrations/0020_auto_20190906_1119.py +++ b/pipeline/migrations/0020_auto_20190906_1119.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0021_auto_20190906_1143.py b/pipeline/migrations/0021_auto_20190906_1143.py index ffc59aa87f..9fb0e5ea5f 100644 --- a/pipeline/migrations/0021_auto_20190906_1143.py +++ b/pipeline/migrations/0021_auto_20190906_1143.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0022_pipelineinstance_is_revoked.py b/pipeline/migrations/0022_pipelineinstance_is_revoked.py index 316e8d2a72..5c3ab5444e 100644 --- a/pipeline/migrations/0022_pipelineinstance_is_revoked.py +++ b/pipeline/migrations/0022_pipelineinstance_is_revoked.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/0023_set_is_revoked.py b/pipeline/migrations/0023_set_is_revoked.py index d9ec1b85ea..bb899a4196 100644 --- a/pipeline/migrations/0023_set_is_revoked.py +++ b/pipeline/migrations/0023_set_is_revoked.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/migrations/__init__.py b/pipeline/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/migrations/__init__.py +++ b/pipeline/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/models.py b/pipeline/models.py index 9b12a6b7a2..416bea003e 100644 --- a/pipeline/models.py +++ b/pipeline/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/parser/__init__.py b/pipeline/parser/__init__.py index 14868b913e..ca9005656a 100644 --- a/pipeline/parser/__init__.py +++ b/pipeline/parser/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/parser/context.py b/pipeline/parser/context.py index 279c43473f..1f3f10db44 100644 --- a/pipeline/parser/context.py +++ b/pipeline/parser/context.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/parser/pipeline_parser.py b/pipeline/parser/pipeline_parser.py index 68a8ce2e3a..18a9d260df 100644 --- a/pipeline/parser/pipeline_parser.py +++ b/pipeline/parser/pipeline_parser.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/parser/schemas.py b/pipeline/parser/schemas.py index cd763739e7..2e5a3f9f13 100644 --- a/pipeline/parser/schemas.py +++ b/pipeline/parser/schemas.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/parser/utils.py b/pipeline/parser/utils.py index f44849cc0a..9a298010eb 100644 --- a/pipeline/parser/utils.py +++ b/pipeline/parser/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/service/__init__.py b/pipeline/service/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/service/__init__.py +++ b/pipeline/service/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/service/pipeline_engine_adapter/__init__.py b/pipeline/service/pipeline_engine_adapter/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/service/pipeline_engine_adapter/__init__.py +++ b/pipeline/service/pipeline_engine_adapter/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/service/pipeline_engine_adapter/adapter_api.py b/pipeline/service/pipeline_engine_adapter/adapter_api.py index d93ac5a2ba..46ffc18a0d 100644 --- a/pipeline/service/pipeline_engine_adapter/adapter_api.py +++ b/pipeline/service/pipeline_engine_adapter/adapter_api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/service/task_service.py b/pipeline/service/task_service.py index 882254fb4d..617cf7c0cc 100644 --- a/pipeline/service/task_service.py +++ b/pipeline/service/task_service.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/signals/__init__.py b/pipeline/signals/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/signals/__init__.py +++ b/pipeline/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/signals/handlers.py b/pipeline/signals/handlers.py index 635208bac6..9ff2385b90 100644 --- a/pipeline/signals/handlers.py +++ b/pipeline/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/__init__.py b/pipeline/tests/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/__init__.py +++ b/pipeline/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/__init__.py b/pipeline/tests/builder/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/builder/__init__.py +++ b/pipeline/tests/builder/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/__init__.py b/pipeline/tests/builder/flow/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/builder/flow/__init__.py +++ b/pipeline/tests/builder/flow/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_base.py b/pipeline/tests/builder/flow/test_base.py index c500988dc9..99b5b73caa 100644 --- a/pipeline/tests/builder/flow/test_base.py +++ b/pipeline/tests/builder/flow/test_base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_conditional_parallel.py b/pipeline/tests/builder/flow/test_conditional_parallel.py index 93cb0cd458..45feaf21ff 100644 --- a/pipeline/tests/builder/flow/test_conditional_parallel.py +++ b/pipeline/tests/builder/flow/test_conditional_parallel.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_converge_gateway.py b/pipeline/tests/builder/flow/test_converge_gateway.py index f64ce2a738..5b39f40d32 100644 --- a/pipeline/tests/builder/flow/test_converge_gateway.py +++ b/pipeline/tests/builder/flow/test_converge_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_data.py b/pipeline/tests/builder/flow/test_data.py index 88019b8ba9..dd9ef8585e 100644 --- a/pipeline/tests/builder/flow/test_data.py +++ b/pipeline/tests/builder/flow/test_data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_data_input.py b/pipeline/tests/builder/flow/test_data_input.py index c3f374c495..0fe25402db 100644 --- a/pipeline/tests/builder/flow/test_data_input.py +++ b/pipeline/tests/builder/flow/test_data_input.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_empty_end_event.py b/pipeline/tests/builder/flow/test_empty_end_event.py index 4a76e3f67e..0729c1a428 100644 --- a/pipeline/tests/builder/flow/test_empty_end_event.py +++ b/pipeline/tests/builder/flow/test_empty_end_event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_empty_start_event.py b/pipeline/tests/builder/flow/test_empty_start_event.py index 80a68e846a..68ee2b51e0 100644 --- a/pipeline/tests/builder/flow/test_empty_start_event.py +++ b/pipeline/tests/builder/flow/test_empty_start_event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_exclusive_gateway.py b/pipeline/tests/builder/flow/test_exclusive_gateway.py index 9f9d6f1589..d14cc1790f 100644 --- a/pipeline/tests/builder/flow/test_exclusive_gateway.py +++ b/pipeline/tests/builder/flow/test_exclusive_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_node_output.py b/pipeline/tests/builder/flow/test_node_output.py index 4b27a7c1cd..81a9a3bcf0 100644 --- a/pipeline/tests/builder/flow/test_node_output.py +++ b/pipeline/tests/builder/flow/test_node_output.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_parallel_gateway.py b/pipeline/tests/builder/flow/test_parallel_gateway.py index 928707c161..a398736b98 100644 --- a/pipeline/tests/builder/flow/test_parallel_gateway.py +++ b/pipeline/tests/builder/flow/test_parallel_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_params.py b/pipeline/tests/builder/flow/test_params.py index 39a0ed8da3..d4f9d07286 100644 --- a/pipeline/tests/builder/flow/test_params.py +++ b/pipeline/tests/builder/flow/test_params.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_rewritable_output.py b/pipeline/tests/builder/flow/test_rewritable_output.py index f7feffe595..4d26e55e28 100644 --- a/pipeline/tests/builder/flow/test_rewritable_output.py +++ b/pipeline/tests/builder/flow/test_rewritable_output.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_service_activity.py b/pipeline/tests/builder/flow/test_service_activity.py index 94020c775f..3243518a48 100644 --- a/pipeline/tests/builder/flow/test_service_activity.py +++ b/pipeline/tests/builder/flow/test_service_activity.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_subprocess.py b/pipeline/tests/builder/flow/test_subprocess.py index e9a282cb80..722b74e5c3 100644 --- a/pipeline/tests/builder/flow/test_subprocess.py +++ b/pipeline/tests/builder/flow/test_subprocess.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/builder/flow/test_var.py b/pipeline/tests/builder/flow/test_var.py index 277ddc7a5e..0b3827bf8a 100644 --- a/pipeline/tests/builder/flow/test_var.py +++ b/pipeline/tests/builder/flow/test_var.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/component_framework/__init__.py b/pipeline/tests/component_framework/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/component_framework/__init__.py +++ b/pipeline/tests/component_framework/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/component_framework/test_base.py b/pipeline/tests/component_framework/test_base.py index a90b211c28..677bd0749b 100644 --- a/pipeline/tests/component_framework/test_base.py +++ b/pipeline/tests/component_framework/test_base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/component_framework/test_base_ignore_component.py b/pipeline/tests/component_framework/test_base_ignore_component.py index c5b8cc2ded..a9e3f61806 100644 --- a/pipeline/tests/component_framework/test_base_ignore_component.py +++ b/pipeline/tests/component_framework/test_base_ignore_component.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/component_framework/test_component.py b/pipeline/tests/component_framework/test_component.py index ce4457a5dc..6e1165874b 100644 --- a/pipeline/tests/component_framework/test_component.py +++ b/pipeline/tests/component_framework/test_component.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/component_framework/test_constant_pool.py b/pipeline/tests/component_framework/test_constant_pool.py index 68c9a0a70a..d753f21fa0 100644 --- a/pipeline/tests/component_framework/test_constant_pool.py +++ b/pipeline/tests/component_framework/test_constant_pool.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/component_framework/test_library.py b/pipeline/tests/component_framework/test_library.py index 8cca684bf1..e9f0eeeda7 100644 --- a/pipeline/tests/component_framework/test_library.py +++ b/pipeline/tests/component_framework/test_library.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/component_framework/test_models.py b/pipeline/tests/component_framework/test_models.py index 7ed45dd3a4..65ec8d1973 100644 --- a/pipeline/tests/component_framework/test_models.py +++ b/pipeline/tests/component_framework/test_models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/__init__.py b/pipeline/tests/core/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/core/__init__.py +++ b/pipeline/tests/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/data/__init__.py b/pipeline/tests/core/data/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/core/data/__init__.py +++ b/pipeline/tests/core/data/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/data/test_base.py b/pipeline/tests/core/data/test_base.py index a456dfcfe3..302ef13f88 100644 --- a/pipeline/tests/core/data/test_base.py +++ b/pipeline/tests/core/data/test_base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/data/test_context.py b/pipeline/tests/core/data/test_context.py index f0dc497085..f53d76918d 100644 --- a/pipeline/tests/core/data/test_context.py +++ b/pipeline/tests/core/data/test_context.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/data/test_converter.py b/pipeline/tests/core/data/test_converter.py index 8d11bf3586..d558a5ecff 100644 --- a/pipeline/tests/core/data/test_converter.py +++ b/pipeline/tests/core/data/test_converter.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/data/test_expression.py b/pipeline/tests/core/data/test_expression.py index 85c06ff5cd..fb1bc9b503 100644 --- a/pipeline/tests/core/data/test_expression.py +++ b/pipeline/tests/core/data/test_expression.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/data/test_library.py b/pipeline/tests/core/data/test_library.py index 8a18fee87e..3c92741f90 100644 --- a/pipeline/tests/core/data/test_library.py +++ b/pipeline/tests/core/data/test_library.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/data/test_var.py b/pipeline/tests/core/data/test_var.py index 1112b9011d..0e27beacdc 100644 --- a/pipeline/tests/core/data/test_var.py +++ b/pipeline/tests/core/data/test_var.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/__init__.py b/pipeline/tests/core/flow/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/core/flow/__init__.py +++ b/pipeline/tests/core/flow/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/io/__init__.py b/pipeline/tests/core/flow/io/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/core/flow/io/__init__.py +++ b/pipeline/tests/core/flow/io/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/io/test_array_item_schema.py b/pipeline/tests/core/flow/io/test_array_item_schema.py index 5dcd429750..bcd549d114 100644 --- a/pipeline/tests/core/flow/io/test_array_item_schema.py +++ b/pipeline/tests/core/flow/io/test_array_item_schema.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/io/test_input_item.py b/pipeline/tests/core/flow/io/test_input_item.py index 053215dd82..b8ae924e6c 100644 --- a/pipeline/tests/core/flow/io/test_input_item.py +++ b/pipeline/tests/core/flow/io/test_input_item.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/io/test_object_item_schema.py b/pipeline/tests/core/flow/io/test_object_item_schema.py index d36444402d..fbd5342c82 100644 --- a/pipeline/tests/core/flow/io/test_object_item_schema.py +++ b/pipeline/tests/core/flow/io/test_object_item_schema.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/io/test_output_item.py b/pipeline/tests/core/flow/io/test_output_item.py index 23b895d23e..3842e37c02 100644 --- a/pipeline/tests/core/flow/io/test_output_item.py +++ b/pipeline/tests/core/flow/io/test_output_item.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/io/test_simple_item_schema.py b/pipeline/tests/core/flow/io/test_simple_item_schema.py index 64dd0f8802..d38c7dec82 100644 --- a/pipeline/tests/core/flow/io/test_simple_item_schema.py +++ b/pipeline/tests/core/flow/io/test_simple_item_schema.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_activity.py b/pipeline/tests/core/flow/test_activity.py index d7f9815172..d703f6aa81 100644 --- a/pipeline/tests/core/flow/test_activity.py +++ b/pipeline/tests/core/flow/test_activity.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_conditional_parallel_gateway.py b/pipeline/tests/core/flow/test_conditional_parallel_gateway.py index 1f5d3bc2dd..bfdfbe168d 100644 --- a/pipeline/tests/core/flow/test_conditional_parallel_gateway.py +++ b/pipeline/tests/core/flow/test_conditional_parallel_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_converge_gateway.py b/pipeline/tests/core/flow/test_converge_gateway.py index ffd0e5319a..5d31b3b576 100644 --- a/pipeline/tests/core/flow/test_converge_gateway.py +++ b/pipeline/tests/core/flow/test_converge_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_event.py b/pipeline/tests/core/flow/test_event.py index 49a6647e03..51d333b9ff 100644 --- a/pipeline/tests/core/flow/test_event.py +++ b/pipeline/tests/core/flow/test_event.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_exclusive_gateway.py b/pipeline/tests/core/flow/test_exclusive_gateway.py index 7a39ff4f95..75e22508bc 100644 --- a/pipeline/tests/core/flow/test_exclusive_gateway.py +++ b/pipeline/tests/core/flow/test_exclusive_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_flow_collection.py b/pipeline/tests/core/flow/test_flow_collection.py index 950e219264..c119f31bfe 100644 --- a/pipeline/tests/core/flow/test_flow_collection.py +++ b/pipeline/tests/core/flow/test_flow_collection.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_flow_element.py b/pipeline/tests/core/flow/test_flow_element.py index 72ebca26f3..92c489424e 100644 --- a/pipeline/tests/core/flow/test_flow_element.py +++ b/pipeline/tests/core/flow/test_flow_element.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_flow_node.py b/pipeline/tests/core/flow/test_flow_node.py index 82fe239b7f..232b9408c0 100644 --- a/pipeline/tests/core/flow/test_flow_node.py +++ b/pipeline/tests/core/flow/test_flow_node.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_flow_node_cls_factory.py b/pipeline/tests/core/flow/test_flow_node_cls_factory.py index ece5a191e1..158b94cd69 100644 --- a/pipeline/tests/core/flow/test_flow_node_cls_factory.py +++ b/pipeline/tests/core/flow/test_flow_node_cls_factory.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_parallel_gateway.py b/pipeline/tests/core/flow/test_parallel_gateway.py index aba8d7cb26..5430683680 100644 --- a/pipeline/tests/core/flow/test_parallel_gateway.py +++ b/pipeline/tests/core/flow/test_parallel_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/flow/test_sequence_flow.py b/pipeline/tests/core/flow/test_sequence_flow.py index 1762ffb5bd..b344da835b 100644 --- a/pipeline/tests/core/flow/test_sequence_flow.py +++ b/pipeline/tests/core/flow/test_sequence_flow.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/core/test_pipeline.py b/pipeline/tests/core/test_pipeline.py index 48e09d7d26..7526d696e0 100644 --- a/pipeline/tests/core/test_pipeline.py +++ b/pipeline/tests/core/test_pipeline.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/__init__.py b/pipeline/tests/engine/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/__init__.py +++ b/pipeline/tests/engine/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/__init__.py b/pipeline/tests/engine/core/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/core/__init__.py +++ b/pipeline/tests/engine/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/data/__init__.py b/pipeline/tests/engine/core/data/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/core/data/__init__.py +++ b/pipeline/tests/engine/core/data/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/data/test_api.py b/pipeline/tests/engine/core/data/test_api.py index 3f671215f6..3168522d7a 100644 --- a/pipeline/tests/engine/core/data/test_api.py +++ b/pipeline/tests/engine/core/data/test_api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/data/test_mysql_backend.py b/pipeline/tests/engine/core/data/test_mysql_backend.py index 0b5168eab6..f7d07f395b 100644 --- a/pipeline/tests/engine/core/data/test_mysql_backend.py +++ b/pipeline/tests/engine/core/data/test_mysql_backend.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/__init__.py b/pipeline/tests/engine/core/handlers/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/core/handlers/__init__.py +++ b/pipeline/tests/engine/core/handlers/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_conditional_parallel_handler.py b/pipeline/tests/engine/core/handlers/test_conditional_parallel_handler.py index b228d6a811..6f662855c5 100644 --- a/pipeline/tests/engine/core/handlers/test_conditional_parallel_handler.py +++ b/pipeline/tests/engine/core/handlers/test_conditional_parallel_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_converge_gateway_handler.py b/pipeline/tests/engine/core/handlers/test_converge_gateway_handler.py index db6f356373..31608f6fec 100644 --- a/pipeline/tests/engine/core/handlers/test_converge_gateway_handler.py +++ b/pipeline/tests/engine/core/handlers/test_converge_gateway_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_empty_end_event_handler.py b/pipeline/tests/engine/core/handlers/test_empty_end_event_handler.py index 7c3415c37e..55f16b4f2c 100644 --- a/pipeline/tests/engine/core/handlers/test_empty_end_event_handler.py +++ b/pipeline/tests/engine/core/handlers/test_empty_end_event_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_empty_start_event_handler.py b/pipeline/tests/engine/core/handlers/test_empty_start_event_handler.py index 82e0911862..68755e85a5 100644 --- a/pipeline/tests/engine/core/handlers/test_empty_start_event_handler.py +++ b/pipeline/tests/engine/core/handlers/test_empty_start_event_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_exclusive_gateway_handler.py b/pipeline/tests/engine/core/handlers/test_exclusive_gateway_handler.py index c99732d02d..4b0bac13f1 100644 --- a/pipeline/tests/engine/core/handlers/test_exclusive_gateway_handler.py +++ b/pipeline/tests/engine/core/handlers/test_exclusive_gateway_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_executable_end_event_handler.py b/pipeline/tests/engine/core/handlers/test_executable_end_event_handler.py index 61f72f9c79..4c9dcc250a 100644 --- a/pipeline/tests/engine/core/handlers/test_executable_end_event_handler.py +++ b/pipeline/tests/engine/core/handlers/test_executable_end_event_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_handlers_factory.py b/pipeline/tests/engine/core/handlers/test_handlers_factory.py index 38f235cc48..483478e688 100644 --- a/pipeline/tests/engine/core/handlers/test_handlers_factory.py +++ b/pipeline/tests/engine/core/handlers/test_handlers_factory.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_parallel_gateway_handler.py b/pipeline/tests/engine/core/handlers/test_parallel_gateway_handler.py index f848f04e15..aece82bf8a 100644 --- a/pipeline/tests/engine/core/handlers/test_parallel_gateway_handler.py +++ b/pipeline/tests/engine/core/handlers/test_parallel_gateway_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_service_act_handler.py b/pipeline/tests/engine/core/handlers/test_service_act_handler.py index 0744329cf1..60cebb993b 100644 --- a/pipeline/tests/engine/core/handlers/test_service_act_handler.py +++ b/pipeline/tests/engine/core/handlers/test_service_act_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/handlers/test_subprocess_handler.py b/pipeline/tests/engine/core/handlers/test_subprocess_handler.py index 3857e6047d..64d24d2c0d 100644 --- a/pipeline/tests/engine/core/handlers/test_subprocess_handler.py +++ b/pipeline/tests/engine/core/handlers/test_subprocess_handler.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/test_api.py b/pipeline/tests/engine/core/test_api.py index 31fc44c8b8..dd72e9b890 100644 --- a/pipeline/tests/engine/core/test_api.py +++ b/pipeline/tests/engine/core/test_api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/test_runtime.py b/pipeline/tests/engine/core/test_runtime.py index bff185101a..1f5785ea31 100644 --- a/pipeline/tests/engine/core/test_runtime.py +++ b/pipeline/tests/engine/core/test_runtime.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/core/test_schedule.py b/pipeline/tests/engine/core/test_schedule.py index 09ee012922..8c1503b61e 100644 --- a/pipeline/tests/engine/core/test_schedule.py +++ b/pipeline/tests/engine/core/test_schedule.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/mock.py b/pipeline/tests/engine/mock.py index 16ff564f36..e3c5d2dff1 100644 --- a/pipeline/tests/engine/mock.py +++ b/pipeline/tests/engine/mock.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/__init__.py b/pipeline/tests/engine/models/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/models/__init__.py +++ b/pipeline/tests/engine/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/__init__.py b/pipeline/tests/engine/models/core/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/models/core/__init__.py +++ b/pipeline/tests/engine/models/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_data.py b/pipeline/tests/engine/models/core/test_data.py index 71ffd060d6..b6a1c1de6e 100644 --- a/pipeline/tests/engine/models/core/test_data.py +++ b/pipeline/tests/engine/models/core/test_data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_history.py b/pipeline/tests/engine/models/core/test_history.py index 82b8f6c515..c1b8aa12f6 100644 --- a/pipeline/tests/engine/models/core/test_history.py +++ b/pipeline/tests/engine/models/core/test_history.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_node_celery_task.py b/pipeline/tests/engine/models/core/test_node_celery_task.py index e9f3aa7d52..25e323f354 100644 --- a/pipeline/tests/engine/models/core/test_node_celery_task.py +++ b/pipeline/tests/engine/models/core/test_node_celery_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_node_relationship.py b/pipeline/tests/engine/models/core/test_node_relationship.py index fbb50dd894..dcdec85ef7 100644 --- a/pipeline/tests/engine/models/core/test_node_relationship.py +++ b/pipeline/tests/engine/models/core/test_node_relationship.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_pipeline_model.py b/pipeline/tests/engine/models/core/test_pipeline_model.py index 882f6de10f..69932168e6 100644 --- a/pipeline/tests/engine/models/core/test_pipeline_model.py +++ b/pipeline/tests/engine/models/core/test_pipeline_model.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_pipeline_process.py b/pipeline/tests/engine/models/core/test_pipeline_process.py index bc55ef16c2..f3caae0979 100644 --- a/pipeline/tests/engine/models/core/test_pipeline_process.py +++ b/pipeline/tests/engine/models/core/test_pipeline_process.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_process_celery_task.py b/pipeline/tests/engine/models/core/test_process_celery_task.py index 5a3154bf58..c0daee7e4b 100644 --- a/pipeline/tests/engine/models/core/test_process_celery_task.py +++ b/pipeline/tests/engine/models/core/test_process_celery_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_process_snapshot.py b/pipeline/tests/engine/models/core/test_process_snapshot.py index d6384696e9..72a5c94ebc 100644 --- a/pipeline/tests/engine/models/core/test_process_snapshot.py +++ b/pipeline/tests/engine/models/core/test_process_snapshot.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_schedule_celery_task.py b/pipeline/tests/engine/models/core/test_schedule_celery_task.py index 190e4fc6df..81953f8b1c 100644 --- a/pipeline/tests/engine/models/core/test_schedule_celery_task.py +++ b/pipeline/tests/engine/models/core/test_schedule_celery_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_schedule_service.py b/pipeline/tests/engine/models/core/test_schedule_service.py index 0f88601212..ec55f7d78d 100644 --- a/pipeline/tests/engine/models/core/test_schedule_service.py +++ b/pipeline/tests/engine/models/core/test_schedule_service.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_status.py b/pipeline/tests/engine/models/core/test_status.py index 68734342e0..4a0575c79f 100644 --- a/pipeline/tests/engine/models/core/test_status.py +++ b/pipeline/tests/engine/models/core/test_status.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/core/test_subprocess_relationship.py b/pipeline/tests/engine/models/core/test_subprocess_relationship.py index d823f2c2e6..f0032cc38b 100644 --- a/pipeline/tests/engine/models/core/test_subprocess_relationship.py +++ b/pipeline/tests/engine/models/core/test_subprocess_relationship.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/data/__init__.py b/pipeline/tests/engine/models/data/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/models/data/__init__.py +++ b/pipeline/tests/engine/models/data/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/data/test_data_snapshot.py b/pipeline/tests/engine/models/data/test_data_snapshot.py index de1b997dcd..2196568c74 100644 --- a/pipeline/tests/engine/models/data/test_data_snapshot.py +++ b/pipeline/tests/engine/models/data/test_data_snapshot.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/function/__init__.py b/pipeline/tests/engine/models/function/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/models/function/__init__.py +++ b/pipeline/tests/engine/models/function/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/function/test_function_switch.py b/pipeline/tests/engine/models/function/test_function_switch.py index 5c0d1db2a7..3901fce9ca 100644 --- a/pipeline/tests/engine/models/function/test_function_switch.py +++ b/pipeline/tests/engine/models/function/test_function_switch.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/models/mock.py b/pipeline/tests/engine/models/mock.py index 25684eace4..36f3ca2a5a 100644 --- a/pipeline/tests/engine/models/mock.py +++ b/pipeline/tests/engine/models/mock.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/test_api.py b/pipeline/tests/engine/test_api.py index bcf0ccc151..95b603121e 100644 --- a/pipeline/tests/engine/test_api.py +++ b/pipeline/tests/engine/test_api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/test_apps.py b/pipeline/tests/engine/test_apps.py index 882fdf7a12..a68750d793 100644 --- a/pipeline/tests/engine/test_apps.py +++ b/pipeline/tests/engine/test_apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/test_states.py b/pipeline/tests/engine/test_states.py index 3ebc6cab20..4fa2dd362e 100644 --- a/pipeline/tests/engine/test_states.py +++ b/pipeline/tests/engine/test_states.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/test_tasks.py b/pipeline/tests/engine/test_tasks.py index ea5edcfcfa..cb8da68576 100644 --- a/pipeline/tests/engine/test_tasks.py +++ b/pipeline/tests/engine/test_tasks.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/utils/__init__.py b/pipeline/tests/engine/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/engine/utils/__init__.py +++ b/pipeline/tests/engine/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/utils/test_stack.py b/pipeline/tests/engine/utils/test_stack.py index ab19b6e293..cc2943d832 100644 --- a/pipeline/tests/engine/utils/test_stack.py +++ b/pipeline/tests/engine/utils/test_stack.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/engine/utils/test_utils_func.py b/pipeline/tests/engine/utils/test_utils_func.py index cfe1c282fa..a30d3a56c5 100644 --- a/pipeline/tests/engine/utils/test_utils_func.py +++ b/pipeline/tests/engine/utils/test_utils_func.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/mock.py b/pipeline/tests/mock.py index db0255c0aa..e33cddd904 100644 --- a/pipeline/tests/mock.py +++ b/pipeline/tests/mock.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/mock_settings.py b/pipeline/tests/mock_settings.py index 771e47f127..acaf068f74 100644 --- a/pipeline/tests/mock_settings.py +++ b/pipeline/tests/mock_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/models/__init__.py b/pipeline/tests/models/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/models/__init__.py +++ b/pipeline/tests/models/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/models/test_instance.py b/pipeline/tests/models/test_instance.py index f27da5f907..fc7654abe7 100644 --- a/pipeline/tests/models/test_instance.py +++ b/pipeline/tests/models/test_instance.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/models/test_snapshot.py b/pipeline/tests/models/test_snapshot.py index 6b68f31581..04b7d0e8c7 100644 --- a/pipeline/tests/models/test_snapshot.py +++ b/pipeline/tests/models/test_snapshot.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/models/test_template.py b/pipeline/tests/models/test_template.py index 6ebb80224f..c6d88e6bac 100644 --- a/pipeline/tests/models/test_template.py +++ b/pipeline/tests/models/test_template.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/pipeline_data.py b/pipeline/tests/pipeline_data.py index 20a6e0a03e..c1e69cb65c 100644 --- a/pipeline/tests/pipeline_data.py +++ b/pipeline/tests/pipeline_data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/pipeline_parser/__init__.py b/pipeline/tests/pipeline_parser/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/pipeline_parser/__init__.py +++ b/pipeline/tests/pipeline_parser/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/pipeline_parser/data.py b/pipeline/tests/pipeline_parser/data.py index 720e933007..78092116bc 100644 --- a/pipeline/tests/pipeline_parser/data.py +++ b/pipeline/tests/pipeline_parser/data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/pipeline_parser/new_data_for_test.py b/pipeline/tests/pipeline_parser/new_data_for_test.py index 37ea3e785d..07346fa4dc 100644 --- a/pipeline/tests/pipeline_parser/new_data_for_test.py +++ b/pipeline/tests/pipeline_parser/new_data_for_test.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/pipeline_parser/test_pipeline_parser.py b/pipeline/tests/pipeline_parser/test_pipeline_parser.py index 54be2998e0..54d5d8686f 100644 --- a/pipeline/tests/pipeline_parser/test_pipeline_parser.py +++ b/pipeline/tests/pipeline_parser/test_pipeline_parser.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/signals/__init__.py b/pipeline/tests/signals/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/signals/__init__.py +++ b/pipeline/tests/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/signals/test_handlers.py b/pipeline/tests/signals/test_handlers.py index bc1b648b11..efae5b87ae 100644 --- a/pipeline/tests/signals/test_handlers.py +++ b/pipeline/tests/signals/test_handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/test_apps.py b/pipeline/tests/test_apps.py index 960d3590e4..a7cc069390 100644 --- a/pipeline/tests/test_apps.py +++ b/pipeline/tests/test_apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/utils/__init__.py b/pipeline/tests/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/utils/__init__.py +++ b/pipeline/tests/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/utils/boolrule/__init__.py b/pipeline/tests/utils/boolrule/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/utils/boolrule/__init__.py +++ b/pipeline/tests/utils/boolrule/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/utils/boolrule/tests.py b/pipeline/tests/utils/boolrule/tests.py index 4f984478b3..75c525d924 100644 --- a/pipeline/tests/utils/boolrule/tests.py +++ b/pipeline/tests/utils/boolrule/tests.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/validators/__init__.py b/pipeline/tests/validators/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/tests/validators/__init__.py +++ b/pipeline/tests/validators/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/validators/cases.py b/pipeline/tests/validators/cases.py index 5328b4e0d8..5a7937b23d 100644 --- a/pipeline/tests/validators/cases.py +++ b/pipeline/tests/validators/cases.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/validators/test_gateway.py b/pipeline/tests/validators/test_gateway.py index 8d224374a1..c3f6a0205e 100644 --- a/pipeline/tests/validators/test_gateway.py +++ b/pipeline/tests/validators/test_gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/tests/validators/utils.py b/pipeline/tests/validators/utils.py index 929c18207e..9cb897a2d5 100644 --- a/pipeline/tests/validators/utils.py +++ b/pipeline/tests/validators/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/__init__.py b/pipeline/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/utils/__init__.py +++ b/pipeline/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/boolrule/__init__.py b/pipeline/utils/boolrule/__init__.py index 74ec443a33..e5dca09e51 100644 --- a/pipeline/utils/boolrule/__init__.py +++ b/pipeline/utils/boolrule/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/boolrule/boolrule.py b/pipeline/utils/boolrule/boolrule.py index 8cf29eb3a4..56733d0079 100644 --- a/pipeline/utils/boolrule/boolrule.py +++ b/pipeline/utils/boolrule/boolrule.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/collections.py b/pipeline/utils/collections.py index a1e0f9dda0..37fb7a2d99 100644 --- a/pipeline/utils/collections.py +++ b/pipeline/utils/collections.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/crypt.py b/pipeline/utils/crypt.py index 60c744e51d..126e7c3a65 100644 --- a/pipeline/utils/crypt.py +++ b/pipeline/utils/crypt.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/dj.py b/pipeline/utils/dj.py index 03e019dce0..955ac0585a 100644 --- a/pipeline/utils/dj.py +++ b/pipeline/utils/dj.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/graph.py b/pipeline/utils/graph.py index 5d243886ea..ee16c17577 100644 --- a/pipeline/utils/graph.py +++ b/pipeline/utils/graph.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/http.py b/pipeline/utils/http.py index 1fbf8f2422..a817ddbed0 100644 --- a/pipeline/utils/http.py +++ b/pipeline/utils/http.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/register.py b/pipeline/utils/register.py index 7ac0dca7bd..5a82b5a7c9 100644 --- a/pipeline/utils/register.py +++ b/pipeline/utils/register.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/uniqid.py b/pipeline/utils/uniqid.py index ef6559afad..74c11849ff 100644 --- a/pipeline/utils/uniqid.py +++ b/pipeline/utils/uniqid.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/utils/utils.py b/pipeline/utils/utils.py index 6d40641acb..8951ac693f 100644 --- a/pipeline/utils/utils.py +++ b/pipeline/utils/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/validators/__init__.py b/pipeline/validators/__init__.py index 2721758f87..8558bcbdbe 100644 --- a/pipeline/validators/__init__.py +++ b/pipeline/validators/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/validators/base.py b/pipeline/validators/base.py index 442ed194eb..7fde8bcf1a 100644 --- a/pipeline/validators/base.py +++ b/pipeline/validators/base.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/validators/connection.py b/pipeline/validators/connection.py index d54b732c9e..99f34863c3 100644 --- a/pipeline/validators/connection.py +++ b/pipeline/validators/connection.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/validators/gateway.py b/pipeline/validators/gateway.py index 4dff41d203..cc34d4180a 100644 --- a/pipeline/validators/gateway.py +++ b/pipeline/validators/gateway.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/validators/handlers.py b/pipeline/validators/handlers.py index 438cea957a..c8c7e46149 100644 --- a/pipeline/validators/handlers.py +++ b/pipeline/validators/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/validators/rules.py b/pipeline/validators/rules.py index 4935cbfdc5..b2c296203a 100644 --- a/pipeline/validators/rules.py +++ b/pipeline/validators/rules.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/validators/utils.py b/pipeline/validators/utils.py index 86291a747f..9ddea65fff 100644 --- a/pipeline/validators/utils.py +++ b/pipeline/validators/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/__init__.py b/pipeline/variable_framework/__init__.py index 774b1d4dd3..cc91d7cff0 100644 --- a/pipeline/variable_framework/__init__.py +++ b/pipeline/variable_framework/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/admin.py b/pipeline/variable_framework/admin.py index 271f4936ee..a210cac85e 100644 --- a/pipeline/variable_framework/admin.py +++ b/pipeline/variable_framework/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/apps.py b/pipeline/variable_framework/apps.py index fa578d2b6c..299f340df3 100644 --- a/pipeline/variable_framework/apps.py +++ b/pipeline/variable_framework/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/migrations/0001_initial.py b/pipeline/variable_framework/migrations/0001_initial.py index 46d72d091a..82fe53ec3e 100644 --- a/pipeline/variable_framework/migrations/0001_initial.py +++ b/pipeline/variable_framework/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/migrations/__init__.py b/pipeline/variable_framework/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/variable_framework/migrations/__init__.py +++ b/pipeline/variable_framework/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/models.py b/pipeline/variable_framework/models.py index 5a09992648..08743b2d1b 100644 --- a/pipeline/variable_framework/models.py +++ b/pipeline/variable_framework/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/signals/__init__.py b/pipeline/variable_framework/signals/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline/variable_framework/signals/__init__.py +++ b/pipeline/variable_framework/signals/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline/variable_framework/signals/handlers.py b/pipeline/variable_framework/signals/handlers.py index 4521843818..5842a94b60 100644 --- a/pipeline/variable_framework/signals/handlers.py +++ b/pipeline/variable_framework/signals/handlers.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/__init__.py b/pipeline_plugins/__init__.py index 7f379e5617..4e2bddeab0 100644 --- a/pipeline_plugins/__init__.py +++ b/pipeline_plugins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/apps.py b/pipeline_plugins/apps.py index cd3bc2ab94..de163f5a1a 100644 --- a/pipeline_plugins/apps.py +++ b/pipeline_plugins/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/base/__init__.py b/pipeline_plugins/base/__init__.py index e62a3f707e..9af520af8a 100644 --- a/pipeline_plugins/base/__init__.py +++ b/pipeline_plugins/base/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/base/query/__init__.py b/pipeline_plugins/base/query/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/base/query/__init__.py +++ b/pipeline_plugins/base/query/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/base/query/cmdb.py b/pipeline_plugins/base/query/cmdb.py index 5dbeb6186c..edb2077ad1 100644 --- a/pipeline_plugins/base/query/cmdb.py +++ b/pipeline_plugins/base/query/cmdb.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/base/urls.py b/pipeline_plugins/base/urls.py index b76343a2fa..61cd518142 100644 --- a/pipeline_plugins/base/urls.py +++ b/pipeline_plugins/base/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/base/utils/__init__.py b/pipeline_plugins/base/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/base/utils/__init__.py +++ b/pipeline_plugins/base/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/base/utils/adapter.py b/pipeline_plugins/base/utils/adapter.py index 9492d15e58..7e47510d08 100644 --- a/pipeline_plugins/base/utils/adapter.py +++ b/pipeline_plugins/base/utils/adapter.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/base/utils/inject.py b/pipeline_plugins/base/utils/inject.py index d8431c42b3..0a0b4f9b71 100644 --- a/pipeline_plugins/base/utils/inject.py +++ b/pipeline_plugins/base/utils/inject.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/cmdb_ip_picker/__init__.py b/pipeline_plugins/cmdb_ip_picker/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/cmdb_ip_picker/__init__.py +++ b/pipeline_plugins/cmdb_ip_picker/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/cmdb_ip_picker/constants.py b/pipeline_plugins/cmdb_ip_picker/constants.py index b260acf9fe..78de305441 100644 --- a/pipeline_plugins/cmdb_ip_picker/constants.py +++ b/pipeline_plugins/cmdb_ip_picker/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/cmdb_ip_picker/query.py b/pipeline_plugins/cmdb_ip_picker/query.py index 9b5d8341b2..58c56099be 100644 --- a/pipeline_plugins/cmdb_ip_picker/query.py +++ b/pipeline_plugins/cmdb_ip_picker/query.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/cmdb_ip_picker/urls.py b/pipeline_plugins/cmdb_ip_picker/urls.py index a522b6bac4..98b40b2994 100644 --- a/pipeline_plugins/cmdb_ip_picker/urls.py +++ b/pipeline_plugins/cmdb_ip_picker/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/cmdb_ip_picker/utils.py b/pipeline_plugins/cmdb_ip_picker/utils.py index 3529d2058b..85022eb855 100644 --- a/pipeline_plugins/cmdb_ip_picker/utils.py +++ b/pipeline_plugins/cmdb_ip_picker/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/__init__.py b/pipeline_plugins/components/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/__init__.py +++ b/pipeline_plugins/components/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/__init__.py b/pipeline_plugins/components/collections/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/collections/__init__.py +++ b/pipeline_plugins/components/collections/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/common.py b/pipeline_plugins/components/collections/common.py index 3ba32f6494..096aa83511 100644 --- a/pipeline_plugins/components/collections/common.py +++ b/pipeline_plugins/components/collections/common.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/controller.py b/pipeline_plugins/components/collections/controller.py index d7a9d402c5..b671543455 100644 --- a/pipeline_plugins/components/collections/controller.py +++ b/pipeline_plugins/components/collections/controller.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/http/__init__.py b/pipeline_plugins/components/collections/http/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/collections/http/__init__.py +++ b/pipeline_plugins/components/collections/http/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/http/v1_0.py b/pipeline_plugins/components/collections/http/v1_0.py index f7059fa48d..3dc8907810 100644 --- a/pipeline_plugins/components/collections/http/v1_0.py +++ b/pipeline_plugins/components/collections/http/v1_0.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/__init__.py b/pipeline_plugins/components/collections/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/collections/sites/__init__.py +++ b/pipeline_plugins/components/collections/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/open/__init__.py b/pipeline_plugins/components/collections/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/collections/sites/open/__init__.py +++ b/pipeline_plugins/components/collections/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/open/bk.py b/pipeline_plugins/components/collections/sites/open/bk.py index 5a85e5ae98..20a8dcd012 100644 --- a/pipeline_plugins/components/collections/sites/open/bk.py +++ b/pipeline_plugins/components/collections/sites/open/bk.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/open/cc.py b/pipeline_plugins/components/collections/sites/open/cc.py index cb131792b3..9176353556 100644 --- a/pipeline_plugins/components/collections/sites/open/cc.py +++ b/pipeline_plugins/components/collections/sites/open/cc.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/open/cc_plugins/__init__.py b/pipeline_plugins/components/collections/sites/open/cc_plugins/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/collections/sites/open/cc_plugins/__init__.py +++ b/pipeline_plugins/components/collections/sites/open/cc_plugins/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/open/cc_plugins/v1_0.py b/pipeline_plugins/components/collections/sites/open/cc_plugins/v1_0.py index 49f859844b..51913f1f58 100644 --- a/pipeline_plugins/components/collections/sites/open/cc_plugins/v1_0.py +++ b/pipeline_plugins/components/collections/sites/open/cc_plugins/v1_0.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/open/job.py b/pipeline_plugins/components/collections/sites/open/job.py index dfbbc2f863..b3481efa97 100644 --- a/pipeline_plugins/components/collections/sites/open/job.py +++ b/pipeline_plugins/components/collections/sites/open/job.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/collections/sites/open/nodeman.py b/pipeline_plugins/components/collections/sites/open/nodeman.py index 7677f630de..f004dd6c5e 100644 --- a/pipeline_plugins/components/collections/sites/open/nodeman.py +++ b/pipeline_plugins/components/collections/sites/open/nodeman.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/http.py b/pipeline_plugins/components/http.py index 468168c92b..5624561984 100644 --- a/pipeline_plugins/components/http.py +++ b/pipeline_plugins/components/http.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/query/__init__.py b/pipeline_plugins/components/query/__init__.py index 575533387b..816645398b 100644 --- a/pipeline_plugins/components/query/__init__.py +++ b/pipeline_plugins/components/query/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/query/sites/__init__.py b/pipeline_plugins/components/query/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/query/sites/__init__.py +++ b/pipeline_plugins/components/query/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/query/sites/open/__init__.py b/pipeline_plugins/components/query/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/query/sites/open/__init__.py +++ b/pipeline_plugins/components/query/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/query/sites/open/query.py b/pipeline_plugins/components/query/sites/open/query.py index 09a9a52110..dc6036a476 100644 --- a/pipeline_plugins/components/query/sites/open/query.py +++ b/pipeline_plugins/components/query/sites/open/query.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/urls.py b/pipeline_plugins/components/urls.py index 06916d5908..d74e434c73 100644 --- a/pipeline_plugins/components/urls.py +++ b/pipeline_plugins/components/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/utils/__init__.py b/pipeline_plugins/components/utils/__init__.py index 787be3bbac..31fe952335 100644 --- a/pipeline_plugins/components/utils/__init__.py +++ b/pipeline_plugins/components/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/utils/common.py b/pipeline_plugins/components/utils/common.py index ce6a8e1502..860af7e9e7 100644 --- a/pipeline_plugins/components/utils/common.py +++ b/pipeline_plugins/components/utils/common.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/utils/sites/__init__.py b/pipeline_plugins/components/utils/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/utils/sites/__init__.py +++ b/pipeline_plugins/components/utils/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/utils/sites/open/__init__.py b/pipeline_plugins/components/utils/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/components/utils/sites/open/__init__.py +++ b/pipeline_plugins/components/utils/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/components/utils/sites/open/utils.py b/pipeline_plugins/components/utils/sites/open/utils.py index 421807b870..06ff36c9cc 100644 --- a/pipeline_plugins/components/utils/sites/open/utils.py +++ b/pipeline_plugins/components/utils/sites/open/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/migrations/__init__.py b/pipeline_plugins/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/migrations/__init__.py +++ b/pipeline_plugins/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/__init__.py b/pipeline_plugins/tests/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/__init__.py +++ b/pipeline_plugins/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/cmdb_ip_picker/__init__.py b/pipeline_plugins/tests/cmdb_ip_picker/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/cmdb_ip_picker/__init__.py +++ b/pipeline_plugins/tests/cmdb_ip_picker/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/cmdb_ip_picker/test_query.py b/pipeline_plugins/tests/cmdb_ip_picker/test_query.py index 99a2f8c846..46148fd9af 100644 --- a/pipeline_plugins/tests/cmdb_ip_picker/test_query.py +++ b/pipeline_plugins/tests/cmdb_ip_picker/test_query.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/cmdb_ip_picker/test_utils.py b/pipeline_plugins/tests/cmdb_ip_picker/test_utils.py index e4e622d88d..1fe16f6b51 100644 --- a/pipeline_plugins/tests/cmdb_ip_picker/test_utils.py +++ b/pipeline_plugins/tests/cmdb_ip_picker/test_utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/__init__.py b/pipeline_plugins/tests/components/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/__init__.py +++ b/pipeline_plugins/tests/components/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/__init__.py b/pipeline_plugins/tests/components/collections/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/collections/__init__.py +++ b/pipeline_plugins/tests/components/collections/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/http_test/__init__.py b/pipeline_plugins/tests/components/collections/http_test/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/collections/http_test/__init__.py +++ b/pipeline_plugins/tests/components/collections/http_test/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/http_test/test_v1_0.py b/pipeline_plugins/tests/components/collections/http_test/test_v1_0.py index 8390262f43..9c7e271bd9 100644 --- a/pipeline_plugins/tests/components/collections/http_test/test_v1_0.py +++ b/pipeline_plugins/tests/components/collections/http_test/test_v1_0.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/__init__.py b/pipeline_plugins/tests/components/collections/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/collections/sites/__init__.py +++ b/pipeline_plugins/tests/components/collections/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/__init__.py b/pipeline_plugins/tests/components/collections/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/__init__.py +++ b/pipeline_plugins/tests/components/collections/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/cc_test/__init__.py b/pipeline_plugins/tests/components/collections/sites/open/cc_test/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/cc_test/__init__.py +++ b/pipeline_plugins/tests/components/collections/sites/open/cc_test/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_fault_host.py b/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_fault_host.py index b174902d43..30a846e0fd 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_fault_host.py +++ b/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_fault_host.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_host_resource.py b/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_host_resource.py index 34da1c2c75..685125c6d5 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_host_resource.py +++ b/pipeline_plugins/tests/components/collections/sites/open/cc_test/test_cmdb_transfer_host_resource.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/job_test/__init__.py b/pipeline_plugins/tests/components/collections/sites/open/job_test/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/job_test/__init__.py +++ b/pipeline_plugins/tests/components/collections/sites/open/job_test/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_cron_task.py b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_cron_task.py index 3595d7fb4a..bfb8a9f4d4 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_cron_task.py +++ b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_cron_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_execute_task.py b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_execute_task.py index 4bee2a31c7..ee031755b2 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_execute_task.py +++ b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_execute_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_fast_execute_script.py b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_fast_execute_script.py index d111bb7bb6..a167d4d884 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_fast_execute_script.py +++ b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_fast_execute_script.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_push_local_files.py b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_push_local_files.py index 5e617aade2..64504ee2e7 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_push_local_files.py +++ b/pipeline_plugins/tests/components/collections/sites/open/job_test/test_job_push_local_files.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/__init__.py b/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/__init__.py +++ b/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/test_nodeman_create_task.py b/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/test_nodeman_create_task.py index 142f67f363..ee1b23e2b3 100644 --- a/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/test_nodeman_create_task.py +++ b/pipeline_plugins/tests/components/collections/sites/open/nodeman_test/test_nodeman_create_task.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/utils/__init__.py b/pipeline_plugins/tests/components/utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/utils/__init__.py +++ b/pipeline_plugins/tests/components/utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/utils/sites/__init__.py b/pipeline_plugins/tests/components/utils/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/utils/sites/__init__.py +++ b/pipeline_plugins/tests/components/utils/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/utils/sites/open/__init__.py b/pipeline_plugins/tests/components/utils/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/components/utils/sites/open/__init__.py +++ b/pipeline_plugins/tests/components/utils/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/components/utils/sites/open/test_utils.py b/pipeline_plugins/tests/components/utils/sites/open/test_utils.py index 26a5abd566..68b08c7134 100644 --- a/pipeline_plugins/tests/components/utils/sites/open/test_utils.py +++ b/pipeline_plugins/tests/components/utils/sites/open/test_utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/test_utils/__init__.py b/pipeline_plugins/tests/test_utils/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/test_utils/__init__.py +++ b/pipeline_plugins/tests/test_utils/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/test_utils/sites/__init__.py b/pipeline_plugins/tests/test_utils/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/test_utils/sites/__init__.py +++ b/pipeline_plugins/tests/test_utils/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/test_utils/sites/open/__init__.py b/pipeline_plugins/tests/test_utils/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/tests/test_utils/sites/open/__init__.py +++ b/pipeline_plugins/tests/test_utils/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/test_utils/sites/open/test_utils.py b/pipeline_plugins/tests/test_utils/sites/open/test_utils.py index 57d81942a8..4032675a77 100644 --- a/pipeline_plugins/tests/test_utils/sites/open/test_utils.py +++ b/pipeline_plugins/tests/test_utils/sites/open/test_utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/tests/utils.py b/pipeline_plugins/tests/utils.py index 96e8a6fefd..af2052079a 100644 --- a/pipeline_plugins/tests/utils.py +++ b/pipeline_plugins/tests/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/__init__.py b/pipeline_plugins/variables/__init__.py index 8cf7dbe4d3..b435ac1c1f 100644 --- a/pipeline_plugins/variables/__init__.py +++ b/pipeline_plugins/variables/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/apps.py b/pipeline_plugins/variables/apps.py index 0ebf9eda0f..1fab75e0b8 100644 --- a/pipeline_plugins/variables/apps.py +++ b/pipeline_plugins/variables/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/collections/__init__.py b/pipeline_plugins/variables/collections/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/variables/collections/__init__.py +++ b/pipeline_plugins/variables/collections/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/collections/bk_manage_user_selector.py b/pipeline_plugins/variables/collections/bk_manage_user_selector.py index db5a1ca054..73aeea0f75 100644 --- a/pipeline_plugins/variables/collections/bk_manage_user_selector.py +++ b/pipeline_plugins/variables/collections/bk_manage_user_selector.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/collections/common.py b/pipeline_plugins/variables/collections/common.py index 83c09ed0a0..8a534fddae 100644 --- a/pipeline_plugins/variables/collections/common.py +++ b/pipeline_plugins/variables/collections/common.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/collections/datatable.py b/pipeline_plugins/variables/collections/datatable.py index 6cf551d23a..2b64504f09 100644 --- a/pipeline_plugins/variables/collections/datatable.py +++ b/pipeline_plugins/variables/collections/datatable.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/collections/sites/__init__.py b/pipeline_plugins/variables/collections/sites/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/variables/collections/sites/__init__.py +++ b/pipeline_plugins/variables/collections/sites/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/collections/sites/open/__init__.py b/pipeline_plugins/variables/collections/sites/open/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/variables/collections/sites/open/__init__.py +++ b/pipeline_plugins/variables/collections/sites/open/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/collections/sites/open/cc.py b/pipeline_plugins/variables/collections/sites/open/cc.py index f974aefb83..0dbd57ea00 100644 --- a/pipeline_plugins/variables/collections/sites/open/cc.py +++ b/pipeline_plugins/variables/collections/sites/open/cc.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/query/__init__.py b/pipeline_plugins/variables/query/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_plugins/variables/query/__init__.py +++ b/pipeline_plugins/variables/query/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/query/select.py b/pipeline_plugins/variables/query/select.py index 48284529d5..7f738c57ac 100644 --- a/pipeline_plugins/variables/query/select.py +++ b/pipeline_plugins/variables/query/select.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_plugins/variables/urls.py b/pipeline_plugins/variables/urls.py index 85762b9f70..683eab5b7f 100644 --- a/pipeline_plugins/variables/urls.py +++ b/pipeline_plugins/variables/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/__init__.py b/pipeline_web/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/__init__.py +++ b/pipeline_web/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/admin.py b/pipeline_web/admin.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/admin.py +++ b/pipeline_web/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/__init__.py b/pipeline_web/drawing_new/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/drawing_new/__init__.py +++ b/pipeline_web/drawing_new/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/acyclic.py b/pipeline_web/drawing_new/acyclic.py index eb303b77c0..bf9062664f 100644 --- a/pipeline_web/drawing_new/acyclic.py +++ b/pipeline_web/drawing_new/acyclic.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/constants.py b/pipeline_web/drawing_new/constants.py index 80bff729fb..716557df2b 100644 --- a/pipeline_web/drawing_new/constants.py +++ b/pipeline_web/drawing_new/constants.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/drawing.py b/pipeline_web/drawing_new/drawing.py index e8541493d7..44dc4acd8c 100644 --- a/pipeline_web/drawing_new/drawing.py +++ b/pipeline_web/drawing_new/drawing.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/dummy.py b/pipeline_web/drawing_new/dummy.py index d619e96890..dcd153c63b 100644 --- a/pipeline_web/drawing_new/dummy.py +++ b/pipeline_web/drawing_new/dummy.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/normalize.py b/pipeline_web/drawing_new/normalize.py index 58baa71d31..1cfafad9a0 100644 --- a/pipeline_web/drawing_new/normalize.py +++ b/pipeline_web/drawing_new/normalize.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/order/__init__.py b/pipeline_web/drawing_new/order/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/drawing_new/order/__init__.py +++ b/pipeline_web/drawing_new/order/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/order/builder.py b/pipeline_web/drawing_new/order/builder.py index a260ced4b4..f96243fbc8 100644 --- a/pipeline_web/drawing_new/order/builder.py +++ b/pipeline_web/drawing_new/order/builder.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/order/order.py b/pipeline_web/drawing_new/order/order.py index 8a304edd0e..4faf6eef11 100644 --- a/pipeline_web/drawing_new/order/order.py +++ b/pipeline_web/drawing_new/order/order.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/position.py b/pipeline_web/drawing_new/position.py index 7a05a54929..d253c8c878 100644 --- a/pipeline_web/drawing_new/position.py +++ b/pipeline_web/drawing_new/position.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/rank/__init__.py b/pipeline_web/drawing_new/rank/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/drawing_new/rank/__init__.py +++ b/pipeline_web/drawing_new/rank/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/rank/feasible_tree.py b/pipeline_web/drawing_new/rank/feasible_tree.py index 80b918ca52..25849649f2 100644 --- a/pipeline_web/drawing_new/rank/feasible_tree.py +++ b/pipeline_web/drawing_new/rank/feasible_tree.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/rank/longest_path.py b/pipeline_web/drawing_new/rank/longest_path.py index 9e9374a1aa..c01f8d5e15 100644 --- a/pipeline_web/drawing_new/rank/longest_path.py +++ b/pipeline_web/drawing_new/rank/longest_path.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/rank/tight_tree.py b/pipeline_web/drawing_new/rank/tight_tree.py index 47aa7338f8..0b2ff6688e 100644 --- a/pipeline_web/drawing_new/rank/tight_tree.py +++ b/pipeline_web/drawing_new/rank/tight_tree.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/rank/utils.py b/pipeline_web/drawing_new/rank/utils.py index 13ac965efc..028bc66b59 100644 --- a/pipeline_web/drawing_new/rank/utils.py +++ b/pipeline_web/drawing_new/rank/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/drawing_new/utils.py b/pipeline_web/drawing_new/utils.py index 9f400416f6..c35557dc84 100644 --- a/pipeline_web/drawing_new/utils.py +++ b/pipeline_web/drawing_new/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/exceptions.py b/pipeline_web/exceptions.py index bf64c372ca..5a939cfc20 100644 --- a/pipeline_web/exceptions.py +++ b/pipeline_web/exceptions.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/migrations/__init__.py b/pipeline_web/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/migrations/__init__.py +++ b/pipeline_web/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/models.py b/pipeline_web/models.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/models.py +++ b/pipeline_web/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/parser/__init__.py b/pipeline_web/parser/__init__.py index 00deeecb3d..61c0668172 100644 --- a/pipeline_web/parser/__init__.py +++ b/pipeline_web/parser/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/parser/format.py b/pipeline_web/parser/format.py index 9163d5a774..62c8cecfc8 100644 --- a/pipeline_web/parser/format.py +++ b/pipeline_web/parser/format.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/parser/parser.py b/pipeline_web/parser/parser.py index e323643b13..22bdaa2f0d 100644 --- a/pipeline_web/parser/parser.py +++ b/pipeline_web/parser/parser.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/parser/schemas.py b/pipeline_web/parser/schemas.py index 5c2ce1d598..7a84d00bc7 100644 --- a/pipeline_web/parser/schemas.py +++ b/pipeline_web/parser/schemas.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/parser/validator.py b/pipeline_web/parser/validator.py index 1550a1b1ff..44b9c1146e 100644 --- a/pipeline_web/parser/validator.py +++ b/pipeline_web/parser/validator.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/__init__.py b/pipeline_web/tests/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/tests/__init__.py +++ b/pipeline_web/tests/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/__init__.py b/pipeline_web/tests/drawing_new/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/tests/drawing_new/__init__.py +++ b/pipeline_web/tests/drawing_new/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/data.py b/pipeline_web/tests/drawing_new/data.py index 6c72562b71..899ec363ec 100644 --- a/pipeline_web/tests/drawing_new/data.py +++ b/pipeline_web/tests/drawing_new/data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the 'License'); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/order/__init__.py b/pipeline_web/tests/drawing_new/order/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/tests/drawing_new/order/__init__.py +++ b/pipeline_web/tests/drawing_new/order/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/order/test_order.py b/pipeline_web/tests/drawing_new/order/test_order.py index 9fb721f6c6..bcafffb828 100644 --- a/pipeline_web/tests/drawing_new/order/test_order.py +++ b/pipeline_web/tests/drawing_new/order/test_order.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/rank/__init__.py b/pipeline_web/tests/drawing_new/rank/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/tests/drawing_new/rank/__init__.py +++ b/pipeline_web/tests/drawing_new/rank/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/rank/test_feasible_tree.py b/pipeline_web/tests/drawing_new/rank/test_feasible_tree.py index baa4123bb5..cf8b765621 100644 --- a/pipeline_web/tests/drawing_new/rank/test_feasible_tree.py +++ b/pipeline_web/tests/drawing_new/rank/test_feasible_tree.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/rank/test_longest_path.py b/pipeline_web/tests/drawing_new/rank/test_longest_path.py index 8371bb2b36..0f473569cc 100644 --- a/pipeline_web/tests/drawing_new/rank/test_longest_path.py +++ b/pipeline_web/tests/drawing_new/rank/test_longest_path.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/test_acyclic.py b/pipeline_web/tests/drawing_new/test_acyclic.py index 0514126a2d..e1ae7b09ab 100644 --- a/pipeline_web/tests/drawing_new/test_acyclic.py +++ b/pipeline_web/tests/drawing_new/test_acyclic.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/test_drawing.py b/pipeline_web/tests/drawing_new/test_drawing.py index 71388057a7..af8ac6dc48 100644 --- a/pipeline_web/tests/drawing_new/test_drawing.py +++ b/pipeline_web/tests/drawing_new/test_drawing.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/drawing_new/test_dummy.py b/pipeline_web/tests/drawing_new/test_dummy.py index 3fc682eae0..e26eac9a96 100644 --- a/pipeline_web/tests/drawing_new/test_dummy.py +++ b/pipeline_web/tests/drawing_new/test_dummy.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/parser/__init__.py b/pipeline_web/tests/parser/__init__.py index 90524bb0e7..92b537244c 100644 --- a/pipeline_web/tests/parser/__init__.py +++ b/pipeline_web/tests/parser/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/parser/data.py b/pipeline_web/tests/parser/data.py index bb8c91ccf9..475e545a99 100644 --- a/pipeline_web/tests/parser/data.py +++ b/pipeline_web/tests/parser/data.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/tests/parser/test_parser.py b/pipeline_web/tests/parser/test_parser.py index d21753fc15..6e6aacded0 100644 --- a/pipeline_web/tests/parser/test_parser.py +++ b/pipeline_web/tests/parser/test_parser.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/pipeline_web/wrapper.py b/pipeline_web/wrapper.py index 57331f476b..75e2ae4c38 100644 --- a/pipeline_web/wrapper.py +++ b/pipeline_web/wrapper.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/scripts/develop/dev_settings.py b/scripts/develop/dev_settings.py index ba98bdf2db..0156375aec 100644 --- a/scripts/develop/dev_settings.py +++ b/scripts/develop/dev_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/scripts/i18n/fill_po_with_po.py b/scripts/i18n/fill_po_with_po.py index 6767588e64..185445e026 100644 --- a/scripts/i18n/fill_po_with_po.py +++ b/scripts/i18n/fill_po_with_po.py @@ -3,7 +3,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/settings.py b/settings.py index ec88ece6cc..6c78fe61cf 100644 --- a/settings.py +++ b/settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/urls.py b/urls.py index 79c98a20f5..93b97a1402 100644 --- a/urls.py +++ b/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/__init__.py b/version_log/__init__.py index 0ef4687bc0..34075f3b3d 100644 --- a/version_log/__init__.py +++ b/version_log/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/apps.py b/version_log/apps.py index 84dc701c61..4494a2492b 100644 --- a/version_log/apps.py +++ b/version_log/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/config.py b/version_log/config.py index f410b71f55..97eb014af3 100644 --- a/version_log/config.py +++ b/version_log/config.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/decorators.py b/version_log/decorators.py index fbbcd71fb8..d6ea371995 100644 --- a/version_log/decorators.py +++ b/version_log/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/middleware.py b/version_log/middleware.py index 9ee8e59a8b..3db3ca1d6d 100644 --- a/version_log/middleware.py +++ b/version_log/middleware.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/migrations/0001_initial.py b/version_log/migrations/0001_initial.py index f0e0ecfbef..e3ed2e94be 100644 --- a/version_log/migrations/0001_initial.py +++ b/version_log/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/migrations/__init__.py b/version_log/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/version_log/migrations/__init__.py +++ b/version_log/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/models.py b/version_log/models.py index c192f01e02..64b9e529fe 100644 --- a/version_log/models.py +++ b/version_log/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/quick_start_settings.py b/version_log/quick_start_settings.py index d3a8730963..c88d6f8ee8 100644 --- a/version_log/quick_start_settings.py +++ b/version_log/quick_start_settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/urls.py b/version_log/urls.py index 384254b1d9..2adc0340f0 100644 --- a/version_log/urls.py +++ b/version_log/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/utils.py b/version_log/utils.py index 1dd2bb1018..a293d2f5a0 100644 --- a/version_log/utils.py +++ b/version_log/utils.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/version_log/views.py b/version_log/views.py index 23a813b1b3..49ed336284 100644 --- a/version_log/views.py +++ b/version_log/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/__init__.py b/weixin/__init__.py index ddb50f15fe..c6d2503fa5 100644 --- a/weixin/__init__.py +++ b/weixin/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/__init__.py b/weixin/core/__init__.py index d7a34c3a4a..a8c86bacd5 100644 --- a/weixin/core/__init__.py +++ b/weixin/core/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/accounts.py b/weixin/core/accounts.py index 7303deaecd..5ee4b213e3 100644 --- a/weixin/core/accounts.py +++ b/weixin/core/accounts.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/admin.py b/weixin/core/admin.py index 8185661cbe..71bb4a12bc 100644 --- a/weixin/core/admin.py +++ b/weixin/core/admin.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/api.py b/weixin/core/api.py index 8570ef3d01..a99bcd0b55 100644 --- a/weixin/core/api.py +++ b/weixin/core/api.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/apps.py b/weixin/core/apps.py index 066f04605d..0c0edf5693 100644 --- a/weixin/core/apps.py +++ b/weixin/core/apps.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/decorators.py b/weixin/core/decorators.py index 93f3892bc2..bf9fa183f0 100644 --- a/weixin/core/decorators.py +++ b/weixin/core/decorators.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/middlewares.py b/weixin/core/middlewares.py index c8a0922b58..7102567db9 100644 --- a/weixin/core/middlewares.py +++ b/weixin/core/middlewares.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/migrations/0001_initial.py b/weixin/core/migrations/0001_initial.py index e4cb2eb7d2..5d2e0cbdf2 100644 --- a/weixin/core/migrations/0001_initial.py +++ b/weixin/core/migrations/0001_initial.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/migrations/0002_auto_20190513_1332.py b/weixin/core/migrations/0002_auto_20190513_1332.py index c763c891ae..4bbaf1459e 100644 --- a/weixin/core/migrations/0002_auto_20190513_1332.py +++ b/weixin/core/migrations/0002_auto_20190513_1332.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/migrations/0003_auto_20190531_1205.py b/weixin/core/migrations/0003_auto_20190531_1205.py index 58bd58bf5e..61ecf135f5 100644 --- a/weixin/core/migrations/0003_auto_20190531_1205.py +++ b/weixin/core/migrations/0003_auto_20190531_1205.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/migrations/__init__.py b/weixin/core/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/weixin/core/migrations/__init__.py +++ b/weixin/core/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/models.py b/weixin/core/models.py index 87703eb9d1..b8d4b11760 100644 --- a/weixin/core/models.py +++ b/weixin/core/models.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/settings.py b/weixin/core/settings.py index db32ff4e5a..ca12644a95 100644 --- a/weixin/core/settings.py +++ b/weixin/core/settings.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/urls.py b/weixin/core/urls.py index 50f50944d7..165a2cd503 100644 --- a/weixin/core/urls.py +++ b/weixin/core/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/core/views.py b/weixin/core/views.py index f913c23961..53598dc1f2 100644 --- a/weixin/core/views.py +++ b/weixin/core/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/migrations/__init__.py b/weixin/migrations/__init__.py index 90524bb0e7..92b537244c 100644 --- a/weixin/migrations/__init__.py +++ b/weixin/migrations/__init__.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/resources.py b/weixin/resources.py index da90dce1ab..13035e4e80 100644 --- a/weixin/resources.py +++ b/weixin/resources.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/urls.py b/weixin/urls.py index 3674a05be5..8d08d759a1 100644 --- a/weixin/urls.py +++ b/weixin/urls.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/weixin/views.py b/weixin/views.py index ad5228ce32..b2ee465cc1 100644 --- a/weixin/views.py +++ b/weixin/views.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT diff --git a/wsgi.py b/wsgi.py index 5231d76e19..a0958d2f54 100644 --- a/wsgi.py +++ b/wsgi.py @@ -2,7 +2,7 @@ """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2017-2020 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT