From f36a4e530c40284228b6954564cd3836b4588401 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 18 Jun 2019 11:41:01 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1663262 Reviewed-by: Daisuke Nojiri Reviewed-by: Aseda Aboagye --- chip/nrf51/build.mk | 2 +- chip/nrf51/clock.c | 2 +- chip/nrf51/config_chip.h | 2 +- chip/nrf51/gpio.c | 2 +- chip/nrf51/hwtimer.c | 2 +- chip/nrf51/i2c.c | 2 +- chip/nrf51/keyboard_raw.c | 2 +- chip/nrf51/registers.h | 2 +- chip/nrf51/system.c | 2 +- chip/nrf51/uart.c | 2 +- chip/nrf51/watchdog.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'chip/nrf51') diff --git a/chip/nrf51/build.mk b/chip/nrf51/build.mk index e1cf967168..888648c9de 100644 --- a/chip/nrf51/build.mk +++ b/chip/nrf51/build.mk @@ -1,5 +1,5 @@ # -*- makefile -*- -# 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/nrf51/clock.c b/chip/nrf51/clock.c index 64fd000a51..fe56140175 100644 --- a/chip/nrf51/clock.c +++ b/chip/nrf51/clock.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/nrf51/config_chip.h b/chip/nrf51/config_chip.h index eb2ee93509..401ac4779f 100644 --- a/chip/nrf51/config_chip.h +++ b/chip/nrf51/config_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/nrf51/gpio.c b/chip/nrf51/gpio.c index a01ee49940..9d6067bb70 100644 --- a/chip/nrf51/gpio.c +++ b/chip/nrf51/gpio.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/nrf51/hwtimer.c b/chip/nrf51/hwtimer.c index 75079789dc..980a889657 100644 --- a/chip/nrf51/hwtimer.c +++ b/chip/nrf51/hwtimer.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/nrf51/i2c.c b/chip/nrf51/i2c.c index 62a4102350..440506511b 100644 --- a/chip/nrf51/i2c.c +++ b/chip/nrf51/i2c.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/nrf51/keyboard_raw.c b/chip/nrf51/keyboard_raw.c index 7eaf8f995c..779c68454c 100644 --- a/chip/nrf51/keyboard_raw.c +++ b/chip/nrf51/keyboard_raw.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/nrf51/registers.h b/chip/nrf51/registers.h index c92c66dde9..d41e80c76c 100644 --- a/chip/nrf51/registers.h +++ b/chip/nrf51/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/nrf51/system.c b/chip/nrf51/system.c index 61bd2311a8..6a3b0888c5 100644 --- a/chip/nrf51/system.c +++ b/chip/nrf51/system.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/nrf51/uart.c b/chip/nrf51/uart.c index eb94e53c98..1f546a2b79 100644 --- a/chip/nrf51/uart.c +++ b/chip/nrf51/uart.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/nrf51/watchdog.c b/chip/nrf51/watchdog.c index 0ec78a99de..da947df48e 100644 --- a/chip/nrf51/watchdog.c +++ b/chip/nrf51/watchdog.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. */ -- cgit v1.2.1