diff options
author | Mike Frysinger <vapier@chromium.org> | 2022-09-12 14:54:36 -0400 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-09-12 20:11:50 +0000 |
commit | 71b2ef709dcb14260f5fdaa3ab4ced005a29fb46 (patch) | |
tree | 76ce790c79cc5e9ef4646a412082bf02c75fafc5 /board/taniks | |
parent | 1cd8f2fca2dfcfd1c0f5f9cd22f822ede4e1b7a4 (diff) | |
download | chrome-ec-71b2ef709dcb14260f5fdaa3ab4ced005a29fb46.tar.gz |
Update license boilerplate text in source code files
Normally we don't do this, but enough changes have accumulated that
we're doing a tree-wide one-off update of the name & style.
BRANCH=none
BUG=chromium:1098010
TEST=`repo upload` works
Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b
Signed-off-by: Mike Frysinger <vapier@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203
Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'board/taniks')
-rw-r--r-- | board/taniks/battery.c | 2 | ||||
-rw-r--r-- | board/taniks/board.c | 2 | ||||
-rw-r--r-- | board/taniks/board.h | 2 | ||||
-rw-r--r-- | board/taniks/build.mk | 2 | ||||
-rw-r--r-- | board/taniks/charger.c | 2 | ||||
-rw-r--r-- | board/taniks/ec.tasklist | 2 | ||||
-rw-r--r-- | board/taniks/fans.c | 2 | ||||
-rw-r--r-- | board/taniks/fw_config.c | 2 | ||||
-rw-r--r-- | board/taniks/fw_config.h | 2 | ||||
-rw-r--r-- | board/taniks/gpio.inc | 2 | ||||
-rw-r--r-- | board/taniks/i2c.c | 2 | ||||
-rw-r--r-- | board/taniks/keyboard.c | 2 | ||||
-rw-r--r-- | board/taniks/led.c | 2 | ||||
-rw-r--r-- | board/taniks/pwm.c | 2 | ||||
-rw-r--r-- | board/taniks/sensors.c | 2 | ||||
-rw-r--r-- | board/taniks/usbc_config.c | 2 | ||||
-rw-r--r-- | board/taniks/usbc_config.h | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/board/taniks/battery.c b/board/taniks/battery.c index c84452e9bb..013c27602c 100644 --- a/board/taniks/battery.c +++ b/board/taniks/battery.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * diff --git a/board/taniks/board.c b/board/taniks/board.c index 44e1617545..5da998524b 100644 --- a/board/taniks/board.c +++ b/board/taniks/board.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/board.h b/board/taniks/board.h index 63660dc357..6cd42ad7bb 100644 --- a/board/taniks/board.h +++ b/board/taniks/board.h @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/build.mk b/board/taniks/build.mk index 2afcd5a0f8..7d01cfff96 100644 --- a/board/taniks/build.mk +++ b/board/taniks/build.mk @@ -1,5 +1,5 @@ # -*- makefile -*- -# Copyright 2021 The Chromium OS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/board/taniks/charger.c b/board/taniks/charger.c index cbc657271b..a4fa209246 100644 --- a/board/taniks/charger.c +++ b/board/taniks/charger.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/ec.tasklist b/board/taniks/ec.tasklist index 12beb39a23..c879d3f77c 100644 --- a/board/taniks/ec.tasklist +++ b/board/taniks/ec.tasklist @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/fans.c b/board/taniks/fans.c index d3ffa45eb9..aeb2ff2caa 100644 --- a/board/taniks/fans.c +++ b/board/taniks/fans.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/fw_config.c b/board/taniks/fw_config.c index ee544fbffd..7d6323c868 100644 --- a/board/taniks/fw_config.c +++ b/board/taniks/fw_config.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/fw_config.h b/board/taniks/fw_config.h index 7b708716c9..05ca552538 100644 --- a/board/taniks/fw_config.h +++ b/board/taniks/fw_config.h @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/gpio.inc b/board/taniks/gpio.inc index 0dff3216de..d2c2bdffb9 100644 --- a/board/taniks/gpio.inc +++ b/board/taniks/gpio.inc @@ -1,6 +1,6 @@ /* -*- mode:c -*- * - * Copyright 2021 The Chromium OS Authors. All rights reserved. + * Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/i2c.c b/board/taniks/i2c.c index 64c5e8f127..5be2ad4b85 100644 --- a/board/taniks/i2c.c +++ b/board/taniks/i2c.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/keyboard.c b/board/taniks/keyboard.c index 5bf8e2091d..069627a168 100644 --- a/board/taniks/keyboard.c +++ b/board/taniks/keyboard.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/led.c b/board/taniks/led.c index ec53a2613a..6b7e0bb6cd 100644 --- a/board/taniks/led.c +++ b/board/taniks/led.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/pwm.c b/board/taniks/pwm.c index 468a83788b..d23358db5f 100644 --- a/board/taniks/pwm.c +++ b/board/taniks/pwm.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/sensors.c b/board/taniks/sensors.c index 840e0e186b..5371f94081 100644 --- a/board/taniks/sensors.c +++ b/board/taniks/sensors.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/usbc_config.c b/board/taniks/usbc_config.c index 02a67cc5bc..99f2fd952c 100644 --- a/board/taniks/usbc_config.c +++ b/board/taniks/usbc_config.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/board/taniks/usbc_config.h b/board/taniks/usbc_config.h index 09fd179aa1..c9b8a8d71c 100644 --- a/board/taniks/usbc_config.h +++ b/board/taniks/usbc_config.h @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS Authors. All rights reserved. +/* Copyright 2021 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ |