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

[incubator-skywalking-ui] 01/01: Update copyright

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

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

commit 436cf23f8b0028980d75161d6a2186fe1e367b50
Author: hanahmily <ha...@gmail.com>
AuthorDate: Fri Mar 9 07:54:02 2018 +0800

    Update copyright
---
 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
hanahmily@apache.org.