summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYicheng Li <yichengli@chromium.org>2019-06-13 14:15:20 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-15 03:05:29 +0000
commit38eb0404ba4e72880e334e47dc7871dc0ed65cb3 (patch)
tree9a527c02af5bc157811a860bda4070f2f18d524a
parentbb9122dbca0b94916535d5c01f8e9ba07424316c (diff)
downloadchrome-ec-38eb0404ba4e72880e334e47dc7871dc0ed65cb3.tar.gz
fpsensor: Change new files' year to 2019
Although the code is moved from files created in 2017, these are new files, so change the year to 2019. BRANCH=nocturne BUG=none TEST=make -j buildall Change-Id: I15015c7ad1a713437b04395fd09e6641019f5ff7 Signed-off-by: Yicheng Li <yichengli@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1660092 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--common/fpsensor/fpsensor_state.c2
-rw-r--r--include/fpsensor_state.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/fpsensor/fpsensor_state.c b/common/fpsensor/fpsensor_state.c
index 4e634e2785..2b546191a3 100644
--- a/common/fpsensor/fpsensor_state.c
+++ b/common/fpsensor/fpsensor_state.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/include/fpsensor_state.h b/include/fpsensor_state.h
index 4ca792035f..a07f7a683d 100644
--- a/include/fpsensor_state.h
+++ b/include/fpsensor_state.h
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/