summaryrefslogtreecommitdiff
path: root/chip/it83xx
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-06-18 11:41:01 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-19 00:30:43 +0000
commitf36a4e530c40284228b6954564cd3836b4588401 (patch)
treed33a7fd65ecf3bccf4571300cd2ead9c999369c3 /chip/it83xx
parent30cc96d5c81e8a5f2ce4319c999fa92e3a1a4650 (diff)
downloadchrome-ec-f36a4e530c40284228b6954564cd3836b4588401.tar.gz
LICENSE: remove unnecessary (c) after Copyright
Ran the following command: git grep -l 'Copyright (c)' | \ xargs sed -i 's/Copyright (c)/Copyright/g' BRANCH=none BUG=none TEST=make buildall -j Change-Id: I6cc4a0f7e8b30d5b5f97d53c031c299f3e164ca7 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1663262 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'chip/it83xx')
-rw-r--r--chip/it83xx/adc.c2
-rw-r--r--chip/it83xx/adc_chip.h2
-rw-r--r--chip/it83xx/build.mk2
-rw-r--r--chip/it83xx/clock.c2
-rw-r--r--chip/it83xx/config_chip.h2
-rw-r--r--chip/it83xx/ec2i.c2
-rw-r--r--chip/it83xx/ec2i_chip.h2
-rw-r--r--chip/it83xx/gpio.c2
-rw-r--r--chip/it83xx/hwtimer.c2
-rw-r--r--chip/it83xx/irq.c2
-rw-r--r--chip/it83xx/lpc.c2
-rw-r--r--chip/it83xx/pwm.c2
-rw-r--r--chip/it83xx/pwm_chip.h2
-rw-r--r--chip/it83xx/registers.h2
-rw-r--r--chip/it83xx/system.c2
-rw-r--r--chip/it83xx/uart.c2
-rw-r--r--chip/it83xx/watchdog.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/chip/it83xx/adc.c b/chip/it83xx/adc.c
index 0dadca3875..287a3bd5ba 100644
--- a/chip/it83xx/adc.c
+++ b/chip/it83xx/adc.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 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/it83xx/adc_chip.h b/chip/it83xx/adc_chip.h
index 3b418a8630..c43a64c132 100644
--- a/chip/it83xx/adc_chip.h
+++ b/chip/it83xx/adc_chip.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 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/it83xx/build.mk b/chip/it83xx/build.mk
index 23ae81b674..027bf2e1b3 100644
--- a/chip/it83xx/build.mk
+++ b/chip/it83xx/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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/it83xx/clock.c b/chip/it83xx/clock.c
index ee0d20f8a8..ff63330551 100644
--- a/chip/it83xx/clock.c
+++ b/chip/it83xx/clock.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/config_chip.h b/chip/it83xx/config_chip.h
index cc5ecb1b57..e06fb5c62c 100644
--- a/chip/it83xx/config_chip.h
+++ b/chip/it83xx/config_chip.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/ec2i.c b/chip/it83xx/ec2i.c
index 2cdcb43f8a..80cd08ecc9 100644
--- a/chip/it83xx/ec2i.c
+++ b/chip/it83xx/ec2i.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 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/it83xx/ec2i_chip.h b/chip/it83xx/ec2i_chip.h
index 29566de905..c8069f4ff5 100644
--- a/chip/it83xx/ec2i_chip.h
+++ b/chip/it83xx/ec2i_chip.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 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/it83xx/gpio.c b/chip/it83xx/gpio.c
index e5c63d4f95..158c267f9f 100644
--- a/chip/it83xx/gpio.c
+++ b/chip/it83xx/gpio.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/hwtimer.c b/chip/it83xx/hwtimer.c
index ecfbcf7be6..1fc90ebe67 100644
--- a/chip/it83xx/hwtimer.c
+++ b/chip/it83xx/hwtimer.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/irq.c b/chip/it83xx/irq.c
index 931cb60710..7b3e48946b 100644
--- a/chip/it83xx/irq.c
+++ b/chip/it83xx/irq.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/lpc.c b/chip/it83xx/lpc.c
index 5ca7cf91b9..64137b447a 100644
--- a/chip/it83xx/lpc.c
+++ b/chip/it83xx/lpc.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 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/it83xx/pwm.c b/chip/it83xx/pwm.c
index fbf9a3f413..8aae12b9a1 100644
--- a/chip/it83xx/pwm.c
+++ b/chip/it83xx/pwm.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 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/it83xx/pwm_chip.h b/chip/it83xx/pwm_chip.h
index 22f2076432..4e8aba1c62 100644
--- a/chip/it83xx/pwm_chip.h
+++ b/chip/it83xx/pwm_chip.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 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/it83xx/registers.h b/chip/it83xx/registers.h
index 184b7985fb..9a2015263e 100644
--- a/chip/it83xx/registers.h
+++ b/chip/it83xx/registers.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/system.c b/chip/it83xx/system.c
index 80bd30fc78..c5affcff59 100644
--- a/chip/it83xx/system.c
+++ b/chip/it83xx/system.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/uart.c b/chip/it83xx/uart.c
index 8cfbfdf466..d0b645e68c 100644
--- a/chip/it83xx/uart.c
+++ b/chip/it83xx/uart.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/it83xx/watchdog.c b/chip/it83xx/watchdog.c
index 54b916a61b..6e12b9ba37 100644
--- a/chip/it83xx/watchdog.c
+++ b/chip/it83xx/watchdog.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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.
*/