summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-01-18 08:11:22 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-01-19 00:13:44 -0800
commit5d1fc3186a8f9b49695c7b07e0341d0e8e05a156 (patch)
tree5e6d619e696a6edb87f62633955a19ba971513ee
parentabcff34f57d6bd69843b10073c5096dc8ae39316 (diff)
downloadchrome-ec-5d1fc3186a8f9b49695c7b07e0341d0e8e05a156.tar.gz
cleanup/ish: update copyright header to style
(c) Copyright header is no longer the style. Update so presubmit check stops complaining BRANCH=none BUG=none TEST=presumbit no longer complains Change-Id: I0de5558467859cf0b735545161ed9d1c08e0fae4 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1422057
-rw-r--r--chip/ish/clock.c2
-rw-r--r--chip/ish/gpio.c2
-rw-r--r--chip/ish/hpet.h2
-rw-r--r--chip/ish/hwtimer.c2
-rw-r--r--chip/ish/ipc.c2
-rw-r--r--chip/ish/ipc.h2
-rw-r--r--chip/ish/ish_i2c.h2
-rw-r--r--chip/ish/registers.h2
-rw-r--r--chip/ish/uart.c2
-rw-r--r--chip/ish/uart_defs.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/chip/ish/clock.c b/chip/ish/clock.c
index 118061d997..ba0a750044 100644
--- a/chip/ish/clock.c
+++ b/chip/ish/clock.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/gpio.c b/chip/ish/gpio.c
index ca0f8250c0..ed7d52497e 100644
--- a/chip/ish/gpio.c
+++ b/chip/ish/gpio.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/hpet.h b/chip/ish/hpet.h
index 4359fe0748..72acf3eaa6 100644
--- a/chip/ish/hpet.h
+++ b/chip/ish/hpet.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/hwtimer.c b/chip/ish/hwtimer.c
index 9367590348..ab393ab3c1 100644
--- a/chip/ish/hwtimer.c
+++ b/chip/ish/hwtimer.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/ipc.c b/chip/ish/ipc.c
index 6e90c30390..3a504d479d 100644
--- a/chip/ish/ipc.c
+++ b/chip/ish/ipc.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/ipc.h b/chip/ish/ipc.h
index e90fe4cb83..027079131e 100644
--- a/chip/ish/ipc.h
+++ b/chip/ish/ipc.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/ish_i2c.h b/chip/ish/ish_i2c.h
index 41571b8bff..d981b545ae 100644
--- a/chip/ish/ish_i2c.h
+++ b/chip/ish/ish_i2c.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/registers.h b/chip/ish/registers.h
index d222f60b86..2b721e83d6 100644
--- a/chip/ish/registers.h
+++ b/chip/ish/registers.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/uart.c b/chip/ish/uart.c
index c1e974cb44..e0530a223a 100644
--- a/chip/ish/uart.c
+++ b/chip/ish/uart.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/ish/uart_defs.h b/chip/ish/uart_defs.h
index ba682ccc50..11ea17cb82 100644
--- a/chip/ish/uart_defs.h
+++ b/chip/ish/uart_defs.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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.
*/