mirror of https://github.com/jumpserver/jumpserver
[Update] 修改copyright
parent
4463e7545d
commit
490041587b
|
@ -47,7 +47,7 @@ Step by Step 安装文档 [详细部署](http://docs.jumpserver.org/zh/docs/step
|
||||||
|
|
||||||
|
|
||||||
### License & Copyright
|
### 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
|
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
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ def jumpserver_processor(request):
|
||||||
'FAVICON_URL': static('img/facio.ico'),
|
'FAVICON_URL': static('img/facio.ico'),
|
||||||
'JMS_TITLE': 'Jumpserver',
|
'JMS_TITLE': 'Jumpserver',
|
||||||
'VERSION': settings.VERSION,
|
'VERSION': settings.VERSION,
|
||||||
'COPYRIGHT': _('Beijing Duizhan Tech, Inc.') + ' © 2014-2019'
|
'COPYRIGHT': '飞致云 FIT2CLOUD' + ' © 2014-2019'
|
||||||
}
|
}
|
||||||
return context
|
return context
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue