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/mec1322/adc.c | 2 +- chip/mec1322/adc_chip.h | 2 +- chip/mec1322/build.mk | 2 +- chip/mec1322/clock.c | 2 +- chip/mec1322/config_chip.h | 2 +- chip/mec1322/dma.c | 2 +- chip/mec1322/fan.c | 2 +- chip/mec1322/gpio.c | 2 +- chip/mec1322/hwtimer.c | 2 +- chip/mec1322/i2c.c | 2 +- chip/mec1322/keyboard_raw.c | 2 +- chip/mec1322/lpc.c | 2 +- chip/mec1322/pwm.c | 2 +- chip/mec1322/pwm_chip.h | 2 +- chip/mec1322/registers.h | 2 +- chip/mec1322/spi.c | 2 +- chip/mec1322/system.c | 2 +- chip/mec1322/uart.c | 2 +- chip/mec1322/util/pack_ec.py | 2 +- chip/mec1322/watchdog.c | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'chip/mec1322') diff --git a/chip/mec1322/adc.c b/chip/mec1322/adc.c index 9026cf8a2e..fd797a7f15 100644 --- a/chip/mec1322/adc.c +++ b/chip/mec1322/adc.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/mec1322/adc_chip.h b/chip/mec1322/adc_chip.h index 37e7f477e6..bc25344b11 100644 --- a/chip/mec1322/adc_chip.h +++ b/chip/mec1322/adc_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/mec1322/build.mk b/chip/mec1322/build.mk index 71b9d7ae0e..ced56303a5 100644 --- a/chip/mec1322/build.mk +++ b/chip/mec1322/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/mec1322/clock.c b/chip/mec1322/clock.c index 3f58ef086c..4e5d245a59 100644 --- a/chip/mec1322/clock.c +++ b/chip/mec1322/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/mec1322/config_chip.h b/chip/mec1322/config_chip.h index 609891a688..414fb492bf 100644 --- a/chip/mec1322/config_chip.h +++ b/chip/mec1322/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/mec1322/dma.c b/chip/mec1322/dma.c index 34617c92bc..298d581071 100644 --- a/chip/mec1322/dma.c +++ b/chip/mec1322/dma.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/mec1322/fan.c b/chip/mec1322/fan.c index 0f40ba22be..1f54389fc7 100644 --- a/chip/mec1322/fan.c +++ b/chip/mec1322/fan.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/mec1322/gpio.c b/chip/mec1322/gpio.c index 4e532e75d0..fee9bfa79e 100644 --- a/chip/mec1322/gpio.c +++ b/chip/mec1322/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/mec1322/hwtimer.c b/chip/mec1322/hwtimer.c index 4adaa38516..a5c5858620 100644 --- a/chip/mec1322/hwtimer.c +++ b/chip/mec1322/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/mec1322/i2c.c b/chip/mec1322/i2c.c index 8c59be9a38..d5c3692b3f 100644 --- a/chip/mec1322/i2c.c +++ b/chip/mec1322/i2c.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/mec1322/keyboard_raw.c b/chip/mec1322/keyboard_raw.c index a8a1e6b124..2c62ada9ac 100644 --- a/chip/mec1322/keyboard_raw.c +++ b/chip/mec1322/keyboard_raw.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/mec1322/lpc.c b/chip/mec1322/lpc.c index 829f91a85c..32d6fa6405 100644 --- a/chip/mec1322/lpc.c +++ b/chip/mec1322/lpc.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/mec1322/pwm.c b/chip/mec1322/pwm.c index 314f92fb6a..ce94e50e7e 100644 --- a/chip/mec1322/pwm.c +++ b/chip/mec1322/pwm.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/mec1322/pwm_chip.h b/chip/mec1322/pwm_chip.h index fc8cbb0882..9c441aaecd 100644 --- a/chip/mec1322/pwm_chip.h +++ b/chip/mec1322/pwm_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/mec1322/registers.h b/chip/mec1322/registers.h index 877a48ff7a..7e5bbc7cea 100644 --- a/chip/mec1322/registers.h +++ b/chip/mec1322/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/mec1322/spi.c b/chip/mec1322/spi.c index f7211f7289..834fbd10b1 100644 --- a/chip/mec1322/spi.c +++ b/chip/mec1322/spi.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/mec1322/system.c b/chip/mec1322/system.c index 38b895c471..13bb83920b 100644 --- a/chip/mec1322/system.c +++ b/chip/mec1322/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/mec1322/uart.c b/chip/mec1322/uart.c index af4ccc5b46..2c607d0b72 100644 --- a/chip/mec1322/uart.c +++ b/chip/mec1322/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/mec1322/util/pack_ec.py b/chip/mec1322/util/pack_ec.py index 7fed5a8008..13f5f31010 100755 --- a/chip/mec1322/util/pack_ec.py +++ b/chip/mec1322/util/pack_ec.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# 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/mec1322/watchdog.c b/chip/mec1322/watchdog.c index 07724ca5ee..ad93fb1240 100644 --- a/chip/mec1322/watchdog.c +++ b/chip/mec1322/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. */ -- cgit v1.2.1