diff --git a/paas2/paas/common/mixins/base.py b/paas2/paas/common/mixins/base.py index 3f7525265..00242603c 100644 --- a/paas2/paas/common/mixins/base.py +++ b/paas2/paas/common/mixins/base.py @@ -10,14 +10,6 @@ specific language governing permissions and limitations under the License. """ -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa - from __future__ import unicode_literals diff --git a/paas2/paas/common/responses.py b/paas2/paas/common/responses.py index 6143a18cf..6f3dd758f 100644 --- a/paas2/paas/common/responses.py +++ b/paas2/paas/common/responses.py @@ -10,14 +10,6 @@ specific language governing permissions and limitations under the License. """ -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa - from __future__ import unicode_literals from django.http import JsonResponse diff --git a/paas2/paas/common/views/__init__.py b/paas2/paas/common/views/__init__.py index 1f0ec4020..1c6763228 100644 --- a/paas2/paas/common/views/__init__.py +++ b/paas2/paas/common/views/__init__.py @@ -9,11 +9,3 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """ - -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa diff --git a/paas2/paas/common/views/mako.py b/paas2/paas/common/views/mako.py index c3969ebce..f6a884fe9 100644 --- a/paas2/paas/common/views/mako.py +++ b/paas2/paas/common/views/mako.py @@ -10,14 +10,6 @@ specific language governing permissions and limitations under the License. """ -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa - from __future__ import unicode_literals from django.core.exceptions import ImproperlyConfigured diff --git a/paas2/paas/home/manager.py b/paas2/paas/home/manager.py index 01ad7dc5f..f9f7c4e4e 100644 --- a/paas2/paas/home/manager.py +++ b/paas2/paas/home/manager.py @@ -10,14 +10,6 @@ specific language governing permissions and limitations under the License. """ -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa - from __future__ import unicode_literals from django.db import models diff --git a/paas2/paas/home/utils.py b/paas2/paas/home/utils.py index 4d9d75096..4f3d15034 100644 --- a/paas2/paas/home/utils.py +++ b/paas2/paas/home/utils.py @@ -10,14 +10,6 @@ specific language governing permissions and limitations under the License. """ -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa - from __future__ import unicode_literals import json diff --git a/paas2/paas/home/views.py b/paas2/paas/home/views.py index 471c51845..798fb05b6 100644 --- a/paas2/paas/home/views.py +++ b/paas2/paas/home/views.py @@ -10,14 +10,6 @@ specific language governing permissions and limitations under the License. """ -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa - from __future__ import unicode_literals from django.views.generic import View diff --git a/paas2/paas/user_center/urls.py b/paas2/paas/user_center/urls.py index 478d49ffb..c6d8ddeb3 100644 --- a/paas2/paas/user_center/urls.py +++ b/paas2/paas/user_center/urls.py @@ -10,14 +10,6 @@ specific language governing permissions and limitations under the License. """ -""" -Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. -Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. -Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://opensource.org/licenses/MIT -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -""" # noqa - from __future__ import unicode_literals from django.conf.urls import include, url