Update copyright to 2019
diff --git a/src/layouts/BasicLayout.js b/src/layouts/BasicLayout.js
index 3f8ac68..ef2c4bb 100644
--- a/src/layouts/BasicLayout.js
+++ b/src/layouts/BasicLayout.js
@@ -285,7 +285,7 @@
             }]}
             copyright={
               <div>
-                Copyright <Icon type="copyright" /> 2017 - 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+                Copyright <Icon type="copyright" /> 2017 - 2019 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
               </div>
             }
           />
diff --git a/src/layouts/UserLayout.js b/src/layouts/UserLayout.js
index 904b2ea..4403842 100644
--- a/src/layouts/UserLayout.js
+++ b/src/layouts/UserLayout.js
@@ -25,7 +25,7 @@
 import logo from '../assets/sw-2.png';
 import { getRoutes } from '../utils/utils';
 
-const copyright = <div>Copyright <Icon type="copyright" /> 2017 - 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</div>;
+const copyright = <div>Copyright <Icon type="copyright" /> 2017 - 2019 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</div>;
 
 class UserLayout extends React.PureComponent {
   getPageTitle() {