intel: ipu3: Align the code base

Align the code base between google and intel gerrit

BUG=b:62358788
TEST=Build and deploy package to poppy and camera works

Change-Id: I35fe73673f19aaebe2f1e4c9b2d70b9e2c0ccc4b
Signed-off-by: Yang Liang <liang.l.yang@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/1136057
Commit-Ready: Liang L Yang <liang.l.yang@intel.com>
Tested-by: Liang L Yang <liang.l.yang@intel.com>
Reviewed-by: Ricky Liang <jcliang@chromium.org>
Reviewed-by: Liang L Yang <liang.l.yang@intel.com>
diff --git a/hal/intel/Makefile.am b/hal/intel/Makefile.am
index d3fbdbc..02efdbe 100644
--- a/hal/intel/Makefile.am
+++ b/hal/intel/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2017 Intel Corporation
+# Copyright (C) 2018 Intel Corporation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/hal/intel/psl/ipu3/Metadata.cpp b/hal/intel/psl/ipu3/Metadata.cpp
index e446b5c..6cd7250 100644
--- a/hal/intel/psl/ipu3/Metadata.cpp
+++ b/hal/intel/psl/ipu3/Metadata.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2017 Intel Corporation.
+ * Copyright (C) 2016-2018 Intel Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/hal/intel/psl/ipu3/PSLConfParser.h b/hal/intel/psl/ipu3/PSLConfParser.h
index a420911..cd20d22 100644
--- a/hal/intel/psl/ipu3/PSLConfParser.h
+++ b/hal/intel/psl/ipu3/PSLConfParser.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2017 Intel Corporation
+ * Copyright (C) 2014-2018 Intel Corporation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/hal/intel/psl/ipu3/ipc/client/Intel3AClient.cpp b/hal/intel/psl/ipu3/ipc/client/Intel3AClient.cpp
index 85af811..c1bba6a 100644
--- a/hal/intel/psl/ipu3/ipc/client/Intel3AClient.cpp
+++ b/hal/intel/psl/ipu3/ipc/client/Intel3AClient.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Intel Corporation.
+ * Copyright (C) 2018 Intel Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/hal/intel/psl/ipu3/ipc/client/Intel3AClient.h b/hal/intel/psl/ipu3/ipc/client/Intel3AClient.h
index 1041eb0..18270f0 100644
--- a/hal/intel/psl/ipu3/ipc/client/Intel3AClient.h
+++ b/hal/intel/psl/ipu3/ipc/client/Intel3AClient.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Intel Corporation.
+ * Copyright (C) 2018 Intel Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/hal/intel/psl/ipu3/ipc/server/Intel3AServer.h b/hal/intel/psl/ipu3/ipc/server/Intel3AServer.h
index c151889..ff0ca23 100644
--- a/hal/intel/psl/ipu3/ipc/server/Intel3AServer.h
+++ b/hal/intel/psl/ipu3/ipc/server/Intel3AServer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Intel Corporation.
+ * Copyright (C) 2018 Intel Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -90,4 +90,4 @@
 
 } /* namespace camera */
 } /* namespace intel */
-#endif // PSL_IPU3_IPC_SERVER_INTEL3ASERVER_H_
\ No newline at end of file
+#endif // PSL_IPU3_IPC_SERVER_INTEL3ASERVER_H_
diff --git a/hal/intel/psl/ipu3/tasks/ExecuteTaskBase.h b/hal/intel/psl/ipu3/tasks/ExecuteTaskBase.h
index 4ccb0fd..b09d87b 100644
--- a/hal/intel/psl/ipu3/tasks/ExecuteTaskBase.h
+++ b/hal/intel/psl/ipu3/tasks/ExecuteTaskBase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2017 Intel Corporation.
+ * Copyright (C) 2014-2018 Intel Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.