diff options
author | Tom Hughes <tomhughes@chromium.org> | 2019-06-18 11:41:01 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-06-19 00:30:43 +0000 |
commit | f36a4e530c40284228b6954564cd3836b4588401 (patch) | |
tree | d33a7fd65ecf3bccf4571300cd2ead9c999369c3 /common | |
parent | 30cc96d5c81e8a5f2ce4319c999fa92e3a1a4650 (diff) | |
download | chrome-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 'common')
87 files changed, 87 insertions, 87 deletions
diff --git a/common/acpi.c b/common/acpi.c index e681fd25a6..e741fc2abc 100644 --- a/common/acpi.c +++ b/common/acpi.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/common/adc.c b/common/adc.c index bbee4ce207..a307ed9a83 100644 --- a/common/adc.c +++ b/common/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/common/als.c b/common/als.c index fee478c280..cf136ef50f 100644 --- a/common/als.c +++ b/common/als.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/common/ap_hang_detect.c b/common/ap_hang_detect.c index 8b859aa2d7..c8d148dfb8 100644 --- a/common/ap_hang_detect.c +++ b/common/ap_hang_detect.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/common/backlight_lid.c b/common/backlight_lid.c index 9f2c984ec0..2a10fe61fc 100644 --- a/common/backlight_lid.c +++ b/common/backlight_lid.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/common/battery.c b/common/battery.c index 0dc9e0b899..3b8f0e8cd6 100644 --- a/common/battery.c +++ b/common/battery.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/common/build.mk b/common/build.mk index ad0b6cddd3..4a3ff23abf 100644 --- a/common/build.mk +++ b/common/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/common/button.c b/common/button.c index cdc8eebbc7..6a9ffa41c5 100644 --- a/common/button.c +++ b/common/button.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/common/capsense.c b/common/capsense.c index 2e34651573..30ce34ebce 100644 --- a/common/capsense.c +++ b/common/capsense.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/common/charge_manager.c b/common/charge_manager.c index e14fb98225..c5380bbb35 100644 --- a/common/charge_manager.c +++ b/common/charge_manager.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/common/charge_state_v2.c b/common/charge_state_v2.c index 3ede9e19aa..a376107ba8 100644 --- a/common/charge_state_v2.c +++ b/common/charge_state_v2.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/common/charger.c b/common/charger.c index f43ada4ff2..2f3079d1b6 100644 --- a/common/charger.c +++ b/common/charger.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/common/chipset.c b/common/chipset.c index f6481e5de8..427ea37940 100644 --- a/common/chipset.c +++ b/common/chipset.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/common/clz.c b/common/clz.c index 456683b0cd..b0b58e76a0 100644 --- a/common/clz.c +++ b/common/clz.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/common/console.c b/common/console.c index 7cd876e966..8f42dffbf5 100644 --- a/common/console.c +++ b/common/console.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/common/console_output.c b/common/console_output.c index 0eb1423b83..b184ffd2be 100644 --- a/common/console_output.c +++ b/common/console_output.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/common/crc.c b/common/crc.c index 79d405eb13..2db1ffc361 100644 --- a/common/crc.c +++ b/common/crc.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/common/crc8.c b/common/crc8.c index ca32d5a19c..83ba31c5a4 100644 --- a/common/crc8.c +++ b/common/crc8.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/common/curve25519-generic.c b/common/curve25519-generic.c index 5374110a85..e0d09b2acb 100644 --- a/common/curve25519-generic.c +++ b/common/curve25519-generic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015, Google Inc. +/* Copyright 2015, Google Inc. * * 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/common/curve25519.c b/common/curve25519.c index 5e3a8b81f6..2a7fad6509 100644 --- a/common/curve25519.c +++ b/common/curve25519.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015, Google Inc. +/* Copyright 2015, Google Inc. * * 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/common/device_event.c b/common/device_event.c index 4b4e37724c..3cb81abb6f 100644 --- a/common/device_event.c +++ b/common/device_event.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2017 The Chromium OS Authors. All rights reserved. +/* Copyright 2017 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/common/ec.libsharedobjs.ld b/common/ec.libsharedobjs.ld index ba4170a07e..adf5081640 100644 --- a/common/ec.libsharedobjs.ld +++ b/common/ec.libsharedobjs.ld @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 The Chromium OS Authors. All rights reserved. +/* Copyright 2015 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/common/espi.c b/common/espi.c index 4c6a0ed1c2..b496ca3cb6 100644 --- a/common/espi.c +++ b/common/espi.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2017 The Chromium OS Authors. All rights reserved. +/* Copyright 2017 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/common/extpower_gpio.c b/common/extpower_gpio.c index c9e62b71e2..988cf243c9 100644 --- a/common/extpower_gpio.c +++ b/common/extpower_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/common/fan.c b/common/fan.c index 2a5ef34e89..ab90c79dce 100644 --- a/common/fan.c +++ b/common/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/common/firmware_image.S b/common/firmware_image.S index a0924979c2..b7d0c0d19a 100644 --- a/common/firmware_image.S +++ b/common/firmware_image.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/common/firmware_image.lds.S b/common/firmware_image.lds.S index afae2f1624..350aeb3bc7 100644 --- a/common/firmware_image.lds.S +++ b/common/firmware_image.lds.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/common/flash.c b/common/flash.c index fa5afa2072..607d409d96 100644 --- a/common/flash.c +++ b/common/flash.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/common/fmap.c b/common/fmap.c index 8b5ecf94f3..f8255c8798 100644 --- a/common/fmap.c +++ b/common/fmap.c @@ -1,5 +1,5 @@ /* - * 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/common/gesture.c b/common/gesture.c index e4fb79c5bd..35eddd0daa 100644 --- a/common/gesture.c +++ b/common/gesture.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/common/gpio.c b/common/gpio.c index e20f1f8c93..a27a1c0ee0 100644 --- a/common/gpio.c +++ b/common/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/common/gpio_commands.c b/common/gpio_commands.c index aafc376e79..e71497fc4b 100644 --- a/common/gpio_commands.c +++ b/common/gpio_commands.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/common/hooks.c b/common/hooks.c index fbdf8e414b..ce8712eca2 100644 --- a/common/hooks.c +++ b/common/hooks.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/common/host_command.c b/common/host_command.c index 2be24277ac..5f63a8f325 100644 --- a/common/host_command.c +++ b/common/host_command.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/common/host_command_master.c b/common/host_command_master.c index 9ba8ba64ab..899b442977 100644 --- a/common/host_command_master.c +++ b/common/host_command_master.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/common/host_command_pd.c b/common/host_command_pd.c index fbb4b8c9df..a02fd754c4 100644 --- a/common/host_command_pd.c +++ b/common/host_command_pd.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/common/host_event_commands.c b/common/host_event_commands.c index 2762a8bd56..d99daf45af 100644 --- a/common/host_event_commands.c +++ b/common/host_event_commands.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/common/i2c_master.c b/common/i2c_master.c index 20917fd0be..79ee897d25 100644 --- a/common/i2c_master.c +++ b/common/i2c_master.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/common/i2c_wedge.c b/common/i2c_wedge.c index 7c8ff6be5a..ef87234cce 100644 --- a/common/i2c_wedge.c +++ b/common/i2c_wedge.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/common/keyboard_8042.c b/common/keyboard_8042.c index d1efbc9df2..596c66d317 100644 --- a/common/keyboard_8042.c +++ b/common/keyboard_8042.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/common/keyboard_mkbp.c b/common/keyboard_mkbp.c index bca1385391..c39028cfbc 100644 --- a/common/keyboard_mkbp.c +++ b/common/keyboard_mkbp.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/common/keyboard_scan.c b/common/keyboard_scan.c index 1c0f9759d1..7366c8d95e 100644 --- a/common/keyboard_scan.c +++ b/common/keyboard_scan.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/common/keyboard_test.c b/common/keyboard_test.c index fee7d6db69..55fa37d4b7 100644 --- a/common/keyboard_test.c +++ b/common/keyboard_test.c @@ -1,5 +1,5 @@ /* - * 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/common/lb_common.c b/common/lb_common.c index f800a6a65a..208015482c 100644 --- a/common/lb_common.c +++ b/common/lb_common.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/common/led_common.c b/common/led_common.c index bd1c35816a..086483601b 100644 --- a/common/led_common.c +++ b/common/led_common.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/common/lid_angle.c b/common/lid_angle.c index 24b2e8ca60..94ecce9549 100644 --- a/common/lid_angle.c +++ b/common/lid_angle.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/common/lid_switch.c b/common/lid_switch.c index 2851a53f77..4b0da4d92d 100644 --- a/common/lid_switch.c +++ b/common/lid_switch.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/common/lightbar.c b/common/lightbar.c index bbce184c95..84bd24d0c6 100644 --- a/common/lightbar.c +++ b/common/lightbar.c @@ -1,5 +1,5 @@ /* - * 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/common/main.c b/common/main.c index 0a222b23ca..56c9eb762a 100644 --- a/common/main.c +++ b/common/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/common/math_util.c b/common/math_util.c index 1a29c63d49..53c688ae1c 100644 --- a/common/math_util.c +++ b/common/math_util.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/common/memory_commands.c b/common/memory_commands.c index f44640d5e3..d946ad6e24 100644 --- a/common/memory_commands.c +++ b/common/memory_commands.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/common/mkbp_event.c b/common/mkbp_event.c index 28e6a6fc98..ee0fca71de 100644 --- a/common/mkbp_event.c +++ b/common/mkbp_event.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/common/motion_lid.c b/common/motion_lid.c index dd3506a3b8..7354639083 100644 --- a/common/motion_lid.c +++ b/common/motion_lid.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/common/motion_sense.c b/common/motion_sense.c index d7084dbf84..ce3f1374f0 100644 --- a/common/motion_sense.c +++ b/common/motion_sense.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/common/onewire.c b/common/onewire.c index e57d6db5a1..43080d096e 100644 --- a/common/onewire.c +++ b/common/onewire.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/common/panic_output.c b/common/panic_output.c index 1d85e0a9d8..cce99e23a3 100644 --- a/common/panic_output.c +++ b/common/panic_output.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/common/pd_log.c b/common/pd_log.c index 39a4edd207..86aa2b9e69 100644 --- a/common/pd_log.c +++ b/common/pd_log.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/common/port80.c b/common/port80.c index 0dc4d2135e..881fb6f85f 100644 --- a/common/port80.c +++ b/common/port80.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/common/power_button.c b/common/power_button.c index 97ac7b0a77..3d85d17c75 100644 --- a/common/power_button.c +++ b/common/power_button.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/common/power_button_x86.c b/common/power_button_x86.c index 357355bfa4..e17800f1d8 100644 --- a/common/power_button_x86.c +++ b/common/power_button_x86.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/common/printf.c b/common/printf.c index 72272e6e6f..c9bada8bc9 100644 --- a/common/printf.c +++ b/common/printf.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/common/pstore_commands.c b/common/pstore_commands.c index e130528eee..78b8a6a90c 100644 --- a/common/pstore_commands.c +++ b/common/pstore_commands.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/common/pwm.c b/common/pwm.c index 18651d8358..7ed963e9dc 100644 --- a/common/pwm.c +++ b/common/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/common/pwm_kblight.c b/common/pwm_kblight.c index 1db5b9e5bd..c6464b7011 100644 --- a/common/pwm_kblight.c +++ b/common/pwm_kblight.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/common/queue.c b/common/queue.c index c8436344c1..ed1672c190 100644 --- a/common/queue.c +++ b/common/queue.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/common/rsa.c b/common/rsa.c index 8b166e9dfb..10f0afa4b4 100644 --- a/common/rsa.c +++ b/common/rsa.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/common/rwsig.c b/common/rwsig.c index 0170884937..ac86cf2a39 100644 --- a/common/rwsig.c +++ b/common/rwsig.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/common/sha1.c b/common/sha1.c index 25d9b04793..57e6e8999b 100644 --- a/common/sha1.c +++ b/common/sha1.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved. +/* Copyright 2010 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/common/shared_mem.c b/common/shared_mem.c index 3157f69e38..be420f60a6 100644 --- a/common/shared_mem.c +++ b/common/shared_mem.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/common/smbus.c b/common/smbus.c index 2694eba08a..dfe0dcc964 100644 --- a/common/smbus.c +++ b/common/smbus.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/common/spi_flash.c b/common/spi_flash.c index d8e4afef28..ea9095fac1 100644 --- a/common/spi_flash.c +++ b/common/spi_flash.c @@ -1,5 +1,5 @@ /* - * 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/common/switch.c b/common/switch.c index f7f07ad99a..ea07efbca0 100644 --- a/common/switch.c +++ b/common/switch.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/common/system.c b/common/system.c index 2a7059d455..86f576b7be 100644 --- a/common/system.c +++ b/common/system.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/common/temp_sensor.c b/common/temp_sensor.c index 1ed5e5e518..2b0b6b1514 100644 --- a/common/temp_sensor.c +++ b/common/temp_sensor.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/common/test_util.c b/common/test_util.c index 92c41d52d4..72dc59f33d 100644 --- a/common/test_util.c +++ b/common/test_util.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/common/thermal.c b/common/thermal.c index 3591343a06..a0303f8521 100644 --- a/common/thermal.c +++ b/common/thermal.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/common/throttle_ap.c b/common/throttle_ap.c index d82d5429e5..8ecc71c207 100644 --- a/common/throttle_ap.c +++ b/common/throttle_ap.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/common/timer.c b/common/timer.c index 776d1b8a62..525fc4a27d 100644 --- a/common/timer.c +++ b/common/timer.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/common/uart_buffering.c b/common/uart_buffering.c index 86d9f1df92..d0f302396f 100644 --- a/common/uart_buffering.c +++ b/common/uart_buffering.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/common/usb_pd_policy.c b/common/usb_pd_policy.c index ab512b81bd..a64aeaf3a5 100644 --- a/common/usb_pd_policy.c +++ b/common/usb_pd_policy.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/common/usb_pd_protocol.c b/common/usb_pd_protocol.c index 3f25cadc25..4c74561689 100644 --- a/common/usb_pd_protocol.c +++ b/common/usb_pd_protocol.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/common/usb_port_power_dumb.c b/common/usb_port_power_dumb.c index ea6904c97f..a005e19262 100644 --- a/common/usb_port_power_dumb.c +++ b/common/usb_port_power_dumb.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/common/usb_port_power_smart.c b/common/usb_port_power_smart.c index a7ef9cc3bc..8668100518 100644 --- a/common/usb_port_power_smart.c +++ b/common/usb_port_power_smart.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/common/util.c b/common/util.c index f3d3fc3993..a98845b017 100644 --- a/common/util.c +++ b/common/util.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/common/vboot_hash.c b/common/vboot_hash.c index 93a8597c40..16e62003c6 100644 --- a/common/vboot_hash.c +++ b/common/vboot_hash.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/common/version.c b/common/version.c index 550f383a66..962f4621e8 100644 --- a/common/version.c +++ b/common/version.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/common/wireless.c b/common/wireless.c index a4c6e7fbdb..4eb7b75d3b 100644 --- a/common/wireless.c +++ b/common/wireless.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. */ |