Merge pull request #481 from guardicore/468/copyright-year

468/copyright year
This commit is contained in:
Shay Nehmad 2019-11-08 16:23:58 +02:00 committed by GitHub
commit 77c7aae07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3957 additions and 3918 deletions

File diff suppressed because it is too large Load Diff

View File

@ -83,6 +83,7 @@
"npm": "^6.11.3",
"pluralize": "^7.0.0",
"prop-types": "^15.7.2",
"rainge": "^1.0.1",
"rc-progress": "^2.5.2",
"react": "^16.10.1",
"react-bootstrap": "^0.32.4",

View File

@ -1,5 +1,6 @@
import React from 'react';
import {Col} from 'react-bootstrap';
import rainge from 'rainge'
class LicensePageComponent extends React.Component {
constructor(props) {
@ -18,7 +19,7 @@ class LicensePageComponent extends React.Component {
<h1 className="page-title">License</h1>
<div style={{'fontSize': '1.2em'}}>
<p>
Copyright <i className="glyphicon glyphicon-copyright-mark"/> 2017 Guardicore Ltd.
Copyright <i className="glyphicon glyphicon-copyright-mark"/> {rainge(2015)} Guardicore Ltd.
<br/>
Licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GPLv3</a>.
</p>

View File

@ -108,10 +108,11 @@ body {
.guardicore-link span {
color: #999;
vertical-align: middle;
font-size: 1.7em;
}
.guardicore-link img {
height: 24px;
height: 38px;
margin-left: 8px;
vertical-align: middle;
}