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 --- core/nds32/atomic.h | 2 +- core/nds32/build.mk | 2 +- core/nds32/config_core.h | 2 +- core/nds32/cpu.c | 2 +- core/nds32/cpu.h | 2 +- core/nds32/ec.lds.S | 2 +- core/nds32/init.S | 2 +- core/nds32/irq_chip.h | 2 +- core/nds32/irq_handler.h | 2 +- core/nds32/panic.c | 2 +- core/nds32/switch.S | 2 +- core/nds32/task.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'core/nds32') diff --git a/core/nds32/atomic.h b/core/nds32/atomic.h index 4771d31f99..8928fe3373 100644 --- a/core/nds32/atomic.h +++ b/core/nds32/atomic.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/core/nds32/build.mk b/core/nds32/build.mk index 199e7bcd27..ddd65c680b 100644 --- a/core/nds32/build.mk +++ b/core/nds32/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/core/nds32/config_core.h b/core/nds32/config_core.h index 9e9a88848c..7670e5cfad 100644 --- a/core/nds32/config_core.h +++ b/core/nds32/config_core.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/core/nds32/cpu.c b/core/nds32/cpu.c index 3db4be3f19..6a3f3b5bc4 100644 --- a/core/nds32/cpu.c +++ b/core/nds32/cpu.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/core/nds32/cpu.h b/core/nds32/cpu.h index f81bbbdc03..eeacaf4c07 100644 --- a/core/nds32/cpu.h +++ b/core/nds32/cpu.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/core/nds32/ec.lds.S b/core/nds32/ec.lds.S index 751c2dc676..4014aaaaaa 100644 --- a/core/nds32/ec.lds.S +++ b/core/nds32/ec.lds.S @@ -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/core/nds32/init.S b/core/nds32/init.S index db75c4f312..f817aef346 100644 --- a/core/nds32/init.S +++ b/core/nds32/init.S @@ -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/core/nds32/irq_chip.h b/core/nds32/irq_chip.h index dfbd75ea6f..fc9f64c250 100644 --- a/core/nds32/irq_chip.h +++ b/core/nds32/irq_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/core/nds32/irq_handler.h b/core/nds32/irq_handler.h index efe3984957..b37b7927ef 100644 --- a/core/nds32/irq_handler.h +++ b/core/nds32/irq_handler.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/core/nds32/panic.c b/core/nds32/panic.c index 9bc06fc409..37f4ac77e1 100644 --- a/core/nds32/panic.c +++ b/core/nds32/panic.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/core/nds32/switch.S b/core/nds32/switch.S index 286ed6022d..95a94e63e5 100644 --- a/core/nds32/switch.S +++ b/core/nds32/switch.S @@ -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/core/nds32/task.c b/core/nds32/task.c index ac3fcb0b0c..66d922504d 100644 --- a/core/nds32/task.c +++ b/core/nds32/task.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