forked from p15670423/monkey
Merge pull request #481 from guardicore/468/copyright-year
468/copyright year
This commit is contained in:
commit
77c7aae07c
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue