X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fabout%2Fsrc%2Fabout.jsx;fp=skyquake%2Fplugins%2Fabout%2Fsrc%2Fabout.jsx;h=c02afc52a6120c8c656affe5072b5a26197ddcf0;hp=1a43aa48091b8061390ef3093e6213cf765bfdcb;hb=03156e335275de1dafbc2a816e98006afdf249bf;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/about/src/about.jsx b/skyquake/plugins/about/src/about.jsx index 1a43aa480..c02afc52a 100644 --- a/skyquake/plugins/about/src/about.jsx +++ b/skyquake/plugins/about/src/about.jsx @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -120,10 +120,8 @@ class About extends React.Component { if (this.state != null) { var html = (
- {fossInfoComponent} - {uptimeComponent}
-

Version Info

+

RIFT.ware Version Info

@@ -153,6 +151,7 @@ class About extends React.Component {
+ {uptimeComponent}

Component Info

@@ -174,6 +173,36 @@ class About extends React.Component {
+ {fossInfoComponent} +
+

RIFT.ware Copyright

+ + + + + + + + + + + + + +
+ Open Source Version + + (c) Copyright 2014 – {new Date().getUTCFullYear()} RIFT.io Inc., All rights reserved + + https://open.riftio.com/ +
+ Commercial Version + + (c) Copyright 2014 – {new Date().getUTCFullYear()} RIFT.io Inc., All rights reserved + + https://riftio.com/contact/ +
+
); } else {