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/cortex-m/atomic.h | 2 +- core/cortex-m/build.mk | 2 +- core/cortex-m/config_core.h | 2 +- core/cortex-m/cpu.c | 2 +- core/cortex-m/cpu.h | 2 +- core/cortex-m/ec.lds.S | 2 +- core/cortex-m/include/math.h | 2 +- core/cortex-m/include/mpu.h | 2 +- core/cortex-m/init.S | 2 +- core/cortex-m/irq_handler.h | 2 +- core/cortex-m/mpu.c | 2 +- core/cortex-m/panic-internal.h | 2 +- core/cortex-m/panic.c | 2 +- core/cortex-m/switch.S | 2 +- core/cortex-m/task.c | 2 +- core/cortex-m/vecttable.c | 2 +- core/cortex-m/watchdog.c | 2 +- core/cortex-m0/atomic.h | 2 +- core/cortex-m0/build.mk | 2 +- core/cortex-m0/config_core.h | 2 +- core/cortex-m0/cpu.c | 2 +- core/cortex-m0/cpu.h | 2 +- core/cortex-m0/ec.lds.S | 2 +- core/cortex-m0/init.S | 2 +- core/cortex-m0/irq_handler.h | 2 +- core/cortex-m0/ldivmod.S | 2 +- core/cortex-m0/panic-internal.h | 2 +- core/cortex-m0/panic.c | 2 +- core/cortex-m0/switch.S | 2 +- core/cortex-m0/task.c | 2 +- core/cortex-m0/thumb_case.S | 2 +- core/cortex-m0/uldivmod.S | 2 +- core/cortex-m0/vecttable.c | 2 +- core/cortex-m0/watchdog.c | 2 +- core/host/atomic.h | 2 +- core/host/build.mk | 2 +- core/host/cpu.h | 2 +- core/host/disabled.c | 2 +- core/host/host_exe.lds | 2 +- core/host/host_task.h | 2 +- core/host/irq_handler.h | 2 +- core/host/main.c | 2 +- core/host/panic.c | 2 +- core/host/stack_trace.c | 2 +- core/host/task.c | 2 +- core/host/timer.c | 2 +- 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 +- 58 files changed, 58 insertions(+), 58 deletions(-) (limited to 'core') diff --git a/core/cortex-m/atomic.h b/core/cortex-m/atomic.h index a39f816008..2b2b6153ba 100644 --- a/core/cortex-m/atomic.h +++ b/core/cortex-m/atomic.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m/build.mk b/core/cortex-m/build.mk index c7be9d685a..2bcf32317d 100644 --- a/core/cortex-m/build.mk +++ b/core/cortex-m/build.mk @@ -1,5 +1,5 @@ # -*- makefile -*- -# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +# Copyright 2012 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/cortex-m/config_core.h b/core/cortex-m/config_core.h index b7a75db960..0665b28852 100644 --- a/core/cortex-m/config_core.h +++ b/core/cortex-m/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/cortex-m/cpu.c b/core/cortex-m/cpu.c index 4ed61f44e0..96ac96a016 100644 --- a/core/cortex-m/cpu.c +++ b/core/cortex-m/cpu.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m/cpu.h b/core/cortex-m/cpu.h index 21de5bebf4..47c7d0bca1 100644 --- a/core/cortex-m/cpu.h +++ b/core/cortex-m/cpu.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m/ec.lds.S b/core/cortex-m/ec.lds.S index 5cac211b9d..402abfe39d 100644 --- a/core/cortex-m/ec.lds.S +++ b/core/cortex-m/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/cortex-m/include/math.h b/core/cortex-m/include/math.h index ac6acf1ef0..1b336eb2aa 100644 --- a/core/cortex-m/include/math.h +++ b/core/cortex-m/include/math.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m/include/mpu.h b/core/cortex-m/include/mpu.h index c252ab6ddc..62e9b8bbec 100644 --- a/core/cortex-m/include/mpu.h +++ b/core/cortex-m/include/mpu.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/cortex-m/init.S b/core/cortex-m/init.S index a68bbf38b7..5b7afb2ed8 100644 --- a/core/cortex-m/init.S +++ b/core/cortex-m/init.S @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved. +/* Copyright 2011 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/cortex-m/irq_handler.h b/core/cortex-m/irq_handler.h index 95218281e9..657a494c93 100644 --- a/core/cortex-m/irq_handler.h +++ b/core/cortex-m/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/cortex-m/mpu.c b/core/cortex-m/mpu.c index b239de3e57..fa6efb5951 100644 --- a/core/cortex-m/mpu.c +++ b/core/cortex-m/mpu.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/cortex-m/panic-internal.h b/core/cortex-m/panic-internal.h index 2ed21912a0..1a58afa8a2 100644 --- a/core/cortex-m/panic-internal.h +++ b/core/cortex-m/panic-internal.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 The Chromium OS Authors. All rights reserved. +/* Copyright 2018 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/cortex-m/panic.c b/core/cortex-m/panic.c index 219920463f..42582c8ca2 100644 --- a/core/cortex-m/panic.c +++ b/core/cortex-m/panic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m/switch.S b/core/cortex-m/switch.S index d5d49a8827..ae76b64c37 100644 --- a/core/cortex-m/switch.S +++ b/core/cortex-m/switch.S @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m/task.c b/core/cortex-m/task.c index 159bd78097..83d53105aa 100644 --- a/core/cortex-m/task.c +++ b/core/cortex-m/task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m/vecttable.c b/core/cortex-m/vecttable.c index a79b42d16a..d27962a7d8 100644 --- a/core/cortex-m/vecttable.c +++ b/core/cortex-m/vecttable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 The Chromium OS Authors. All rights reserved. +/* Copyright 2018 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/cortex-m/watchdog.c b/core/cortex-m/watchdog.c index a67903df62..3e62b5f4c5 100644 --- a/core/cortex-m/watchdog.c +++ b/core/cortex-m/watchdog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +/* Copyright 2012 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/cortex-m0/atomic.h b/core/cortex-m0/atomic.h index e2df0f2a93..417c86a6c9 100644 --- a/core/cortex-m0/atomic.h +++ b/core/cortex-m0/atomic.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/cortex-m0/build.mk b/core/cortex-m0/build.mk index 1687c16d5a..f199b09361 100644 --- a/core/cortex-m0/build.mk +++ b/core/cortex-m0/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/core/cortex-m0/config_core.h b/core/cortex-m0/config_core.h index 19a22bc333..c31adc471c 100644 --- a/core/cortex-m0/config_core.h +++ b/core/cortex-m0/config_core.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/cortex-m0/cpu.c b/core/cortex-m0/cpu.c index 540777d664..b354cc03e2 100644 --- a/core/cortex-m0/cpu.c +++ b/core/cortex-m0/cpu.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/core/cortex-m0/cpu.h b/core/cortex-m0/cpu.h index f4f8e424df..71c0ce495d 100644 --- a/core/cortex-m0/cpu.h +++ b/core/cortex-m0/cpu.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/cortex-m0/ec.lds.S b/core/cortex-m0/ec.lds.S index fe356b8dc7..42e0b2e034 100644 --- a/core/cortex-m0/ec.lds.S +++ b/core/cortex-m0/ec.lds.S @@ -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/cortex-m0/init.S b/core/cortex-m0/init.S index d8ab0587d6..c76f5a3ba3 100644 --- a/core/cortex-m0/init.S +++ b/core/cortex-m0/init.S @@ -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/cortex-m0/irq_handler.h b/core/cortex-m0/irq_handler.h index 22a72ebf98..1ad033ab2d 100644 --- a/core/cortex-m0/irq_handler.h +++ b/core/cortex-m0/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/cortex-m0/ldivmod.S b/core/cortex-m0/ldivmod.S index 853d85b0d2..f552829ab2 100644 --- a/core/cortex-m0/ldivmod.S +++ b/core/cortex-m0/ldivmod.S @@ -1,7 +1,7 @@ /* Runtime ABI for the ARM Cortex-M0 * ldivmod.S: signed 64 bit division (quotient and remainder) * - * Copyright (c) 2012 Jörg Mische + * Copyright 2012 Jörg Mische * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/core/cortex-m0/panic-internal.h b/core/cortex-m0/panic-internal.h index cd30849f53..e32db54320 100644 --- a/core/cortex-m0/panic-internal.h +++ b/core/cortex-m0/panic-internal.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 The Chromium OS Authors. All rights reserved. +/* Copyright 2018 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/cortex-m0/panic.c b/core/cortex-m0/panic.c index b8777784e2..630c542c4a 100644 --- a/core/cortex-m0/panic.c +++ b/core/cortex-m0/panic.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/core/cortex-m0/switch.S b/core/cortex-m0/switch.S index a58336b0c1..ed1148e21b 100644 --- a/core/cortex-m0/switch.S +++ b/core/cortex-m0/switch.S @@ -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/cortex-m0/task.c b/core/cortex-m0/task.c index e13cd39a58..1a198827db 100644 --- a/core/cortex-m0/task.c +++ b/core/cortex-m0/task.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/core/cortex-m0/thumb_case.S b/core/cortex-m0/thumb_case.S index 0bc8b38db0..6c5fc54b1c 100644 --- a/core/cortex-m0/thumb_case.S +++ b/core/cortex-m0/thumb_case.S @@ -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/cortex-m0/uldivmod.S b/core/cortex-m0/uldivmod.S index 6b42fdbe33..269645268b 100644 --- a/core/cortex-m0/uldivmod.S +++ b/core/cortex-m0/uldivmod.S @@ -1,7 +1,7 @@ /* Runtime ABI for the ARM Cortex-M0 * uldivmod.S: unsigned 64 bit division * - * Copyright (c) 2012 Jörg Mische + * Copyright 2012 Jörg Mische * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/core/cortex-m0/vecttable.c b/core/cortex-m0/vecttable.c index a4b5c8831d..b1eaa957e0 100644 --- a/core/cortex-m0/vecttable.c +++ b/core/cortex-m0/vecttable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2018 The Chromium OS Authors. All rights reserved. +/* Copyright 2018 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/cortex-m0/watchdog.c b/core/cortex-m0/watchdog.c index 159ee9d030..20fcc2ab35 100644 --- a/core/cortex-m0/watchdog.c +++ b/core/cortex-m0/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. */ diff --git a/core/host/atomic.h b/core/host/atomic.h index 17721390f8..b6e60e40b5 100644 --- a/core/host/atomic.h +++ b/core/host/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/host/build.mk b/core/host/build.mk index 183714f6c4..503aa5538a 100644 --- a/core/host/build.mk +++ b/core/host/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/host/cpu.h b/core/host/cpu.h index cb4ee7239a..d990e06afa 100644 --- a/core/host/cpu.h +++ b/core/host/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/host/disabled.c b/core/host/disabled.c index 60b5d9f7ca..759c215ebd 100644 --- a/core/host/disabled.c +++ b/core/host/disabled.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/host/host_exe.lds b/core/host/host_exe.lds index 792ab36685..149682ee04 100644 --- a/core/host/host_exe.lds +++ b/core/host/host_exe.lds @@ -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/host/host_task.h b/core/host/host_task.h index cc9b4ae9ea..30cd2ff594 100644 --- a/core/host/host_task.h +++ b/core/host/host_task.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/host/irq_handler.h b/core/host/irq_handler.h index 6d37020175..9ff5d9979c 100644 --- a/core/host/irq_handler.h +++ b/core/host/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/host/main.c b/core/host/main.c index 822ca460e1..e773713b2a 100644 --- a/core/host/main.c +++ b/core/host/main.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/host/panic.c b/core/host/panic.c index 21ab642338..7b0829989d 100644 --- a/core/host/panic.c +++ b/core/host/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/host/stack_trace.c b/core/host/stack_trace.c index 2d63efd625..ea08aa469b 100644 --- a/core/host/stack_trace.c +++ b/core/host/stack_trace.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/core/host/task.c b/core/host/task.c index 3a2ff8974c..d004698ed7 100644 --- a/core/host/task.c +++ b/core/host/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. */ diff --git a/core/host/timer.c b/core/host/timer.c index b29786b007..162bb02644 100644 --- a/core/host/timer.c +++ b/core/host/timer.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/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