This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a9225e8 Add 2019 year number for copyright year of 'zh-cn', the same
as 'en-us', in site.js (#230)
a9225e8 is described below
commit a9225e85913a538dcf4249a1f013fbf42bfcb1cc
Author: cdfive <[email protected]>
AuthorDate: Thu Jan 3 09:49:44 2019 +0800
Add 2019 year number for copyright year of 'zh-cn', the same as 'en-us', in
site.js (#230)
---
site_config/site.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site_config/site.js b/site_config/site.js
index 39efcd8..d22dd32 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -198,6 +198,6 @@ export default {
}
]
},
- copyright: 'Copyright © 2018 The Apache Software Foundation. Apache and
the Apache feather logo are trademarks of The Apache Software Foundation.'
+ copyright: 'Copyright © 2018-2019 The Apache Software Foundation. Apache
and the Apache feather logo are trademarks of The Apache Software Foundation.'
}
};