summaryrefslogtreecommitdiff
path: root/driver/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/sync.c')
-rw-r--r--driver/sync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/sync.c b/driver/sync.c
index 91d161765a..b7f98dd39c 100644
--- a/driver/sync.c
+++ b/driver/sync.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -131,4 +131,3 @@ const struct accelgyro_drv sync_drv = {
.get_data_rate = sync_get_data_rate,
.irq_handler = motion_irq_handler,
};
-