You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/08 23:59:49 UTC

[incubator-skywalking-ui] branch master updated: Update copyright (#145)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 839e398  Update copyright (#145)
839e398 is described below

commit 839e39861b12d0cd4ce11672ede459fe4dbb00c4
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Fri Mar 9 07:59:47 2018 +0800

    Update copyright (#145)
---
 src/layouts/BasicLayout.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layouts/BasicLayout.js b/src/layouts/BasicLayout.js
index 2503113..31e8488 100644
--- a/src/layouts/BasicLayout.js
+++ b/src/layouts/BasicLayout.js
@@ -264,7 +264,7 @@ class BasicLayout extends React.PureComponent {
           <GlobalFooter
             links={[{
               key: 'SkyWalking',
-              title: 'SkyWalking',
+              title: 'Apache SkyWalking',
               href: 'http://skywalking.io',
               blankTarget: true,
             }, {
@@ -275,7 +275,7 @@ class BasicLayout extends React.PureComponent {
             }]}
             copyright={
               <div>
-                Copyright <Icon type="copyright" /> 2018 SkyWalking
+                Copyright <Icon type="copyright" /> 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
               </div>
             }
           />

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.