From 4405abbedffd413a407d66b9eafc75c00d26f7ca Mon Sep 17 00:00:00 2001 From: Michael Bai Date: Tue, 4 Jan 2022 12:51:55 +0800 Subject: [PATCH] feat: 2022 --- README.md | 2 +- README_EN.md | 2 +- apps/jumpserver/context_processor.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 879be93a2..3fdcb7fde 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ JumpServer是一款安全产品,请参考 [基本安全建议](https://docs.ju ### License & Copyright -Copyright (c) 2014-2021 飞致云 FIT2CLOUD, All rights reserved. +Copyright (c) 2014-2022 飞致云 FIT2CLOUD, All rights reserved. Licensed under The GNU General Public License version 3 (GPLv3) (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/README_EN.md b/README_EN.md index 4e9bf0e6c..bb2b15097 100644 --- a/README_EN.md +++ b/README_EN.md @@ -85,7 +85,7 @@ If you find a security problem, please contact us directly: - 400-052-0755 ### License & Copyright -Copyright (c) 2014-2021 FIT2CLOUD Tech, Inc., All rights reserved. +Copyright (c) 2014-2022 FIT2CLOUD Tech, Inc., All rights reserved. Licensed under The GNU General Public License version 3 (GPLv3) (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 51a077cca..f714759f0 100644 --- a/apps/jumpserver/context_processor.py +++ b/apps/jumpserver/context_processor.py @@ -31,7 +31,7 @@ def jumpserver_processor(request): context = default_context context.update({ 'VERSION': settings.VERSION, - 'COPYRIGHT': 'FIT2CLOUD 飞致云' + ' © 2014-2021', + 'COPYRIGHT': 'FIT2CLOUD 飞致云' + ' © 2014-2022', 'SECURITY_COMMAND_EXECUTION': settings.SECURITY_COMMAND_EXECUTION, 'SECURITY_MFA_VERIFY_TTL': settings.SECURITY_MFA_VERIFY_TTL, 'FORCE_SCRIPT_NAME': settings.FORCE_SCRIPT_NAME,