From 490041587b915dc86120e293dd654668728a121b Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 29 Apr 2019 10:39:31 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- apps/jumpserver/context_processor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a7f6a647..3cee0f771 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Step by Step 安装文档 [详细部署](http://docs.jumpserver.org/zh/docs/step ### License & Copyright -Copyright (c) 2014-2019 Beijing Duizhan Tech, Inc., All rights reserved. +Copyright (c) 2014-2019 飞致云 FIT2CLOUD, All rights reserved. Licensed under The GNU General Public License version 2 (GPLv2) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/apps/jumpserver/context_processor.py b/apps/jumpserver/context_processor.py index 10cf48a56..af05bbaab 100644 --- a/apps/jumpserver/context_processor.py +++ b/apps/jumpserver/context_processor.py @@ -15,7 +15,7 @@ def jumpserver_processor(request): 'FAVICON_URL': static('img/facio.ico'), 'JMS_TITLE': 'Jumpserver', 'VERSION': settings.VERSION, - 'COPYRIGHT': _('Beijing Duizhan Tech, Inc.') + ' © 2014-2019' + 'COPYRIGHT': '飞致云 FIT2CLOUD' + ' © 2014-2019' } return context