From 71b2ef709dcb14260f5fdaa3ab4ced005a29fb46 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 12 Sep 2022 14:54:36 -0400 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis Reviewed-by: Jack Rosenthal --- zephyr/projects/nissa/nivviks/cbi.dts | 2 +- zephyr/projects/nissa/nivviks/generated.dts | 2 +- zephyr/projects/nissa/nivviks/keyboard.dts | 2 +- zephyr/projects/nissa/nivviks/motionsense.dts | 2 +- zephyr/projects/nissa/nivviks/overlay.dts | 2 +- zephyr/projects/nissa/nivviks/power_signals.dts | 2 +- zephyr/projects/nissa/nivviks/prj.conf | 2 +- zephyr/projects/nissa/nivviks/pwm_leds.dts | 2 +- zephyr/projects/nissa/nivviks/src/charger.c | 2 +- zephyr/projects/nissa/nivviks/src/fan.c | 2 +- zephyr/projects/nissa/nivviks/src/form_factor.c | 2 +- zephyr/projects/nissa/nivviks/src/keyboard.c | 2 +- zephyr/projects/nissa/nivviks/src/led.c | 2 +- zephyr/projects/nissa/nivviks/src/usbc.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'zephyr/projects/nissa/nivviks') diff --git a/zephyr/projects/nissa/nivviks/cbi.dts b/zephyr/projects/nissa/nivviks/cbi.dts index d8cc34ce77..112a2a885c 100644 --- a/zephyr/projects/nissa/nivviks/cbi.dts +++ b/zephyr/projects/nissa/nivviks/cbi.dts @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/generated.dts b/zephyr/projects/nissa/nivviks/generated.dts index d46da9d530..91718302b4 100644 --- a/zephyr/projects/nissa/nivviks/generated.dts +++ b/zephyr/projects/nissa/nivviks/generated.dts @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/keyboard.dts b/zephyr/projects/nissa/nivviks/keyboard.dts index ee5dd6d085..00610e4e18 100644 --- a/zephyr/projects/nissa/nivviks/keyboard.dts +++ b/zephyr/projects/nissa/nivviks/keyboard.dts @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/motionsense.dts b/zephyr/projects/nissa/nivviks/motionsense.dts index d15e7aeaef..6297a07bf5 100644 --- a/zephyr/projects/nissa/nivviks/motionsense.dts +++ b/zephyr/projects/nissa/nivviks/motionsense.dts @@ -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/zephyr/projects/nissa/nivviks/overlay.dts b/zephyr/projects/nissa/nivviks/overlay.dts index 3bae19e274..89eca90642 100644 --- a/zephyr/projects/nissa/nivviks/overlay.dts +++ b/zephyr/projects/nissa/nivviks/overlay.dts @@ -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/zephyr/projects/nissa/nivviks/power_signals.dts b/zephyr/projects/nissa/nivviks/power_signals.dts index 91876f0402..1d2b23069d 100644 --- a/zephyr/projects/nissa/nivviks/power_signals.dts +++ b/zephyr/projects/nissa/nivviks/power_signals.dts @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/prj.conf b/zephyr/projects/nissa/nivviks/prj.conf index b6b026e571..1a38a3adec 100644 --- a/zephyr/projects/nissa/nivviks/prj.conf +++ b/zephyr/projects/nissa/nivviks/prj.conf @@ -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/zephyr/projects/nissa/nivviks/pwm_leds.dts b/zephyr/projects/nissa/nivviks/pwm_leds.dts index 031bcea5ef..a265a5929e 100644 --- a/zephyr/projects/nissa/nivviks/pwm_leds.dts +++ b/zephyr/projects/nissa/nivviks/pwm_leds.dts @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/src/charger.c b/zephyr/projects/nissa/nivviks/src/charger.c index 5a8bbe0e7a..e2f9f966e7 100644 --- a/zephyr/projects/nissa/nivviks/src/charger.c +++ b/zephyr/projects/nissa/nivviks/src/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/zephyr/projects/nissa/nivviks/src/fan.c b/zephyr/projects/nissa/nivviks/src/fan.c index 95f3a32935..840049722c 100644 --- a/zephyr/projects/nissa/nivviks/src/fan.c +++ b/zephyr/projects/nissa/nivviks/src/fan.c @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/src/form_factor.c b/zephyr/projects/nissa/nivviks/src/form_factor.c index 018ed2b959..602b22baff 100644 --- a/zephyr/projects/nissa/nivviks/src/form_factor.c +++ b/zephyr/projects/nissa/nivviks/src/form_factor.c @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/src/keyboard.c b/zephyr/projects/nissa/nivviks/src/keyboard.c index 406ea246b4..f13d5bf78c 100644 --- a/zephyr/projects/nissa/nivviks/src/keyboard.c +++ b/zephyr/projects/nissa/nivviks/src/keyboard.c @@ -1,4 +1,4 @@ -/* Copyright 2022 The Chromium OS Authors. All rights reserved. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/src/led.c b/zephyr/projects/nissa/nivviks/src/led.c index 4a6cc8cab9..c0e4645326 100644 --- a/zephyr/projects/nissa/nivviks/src/led.c +++ b/zephyr/projects/nissa/nivviks/src/led.c @@ -1,4 +1,4 @@ -/* Copyright 2022 The ChromiumOS Authors. +/* Copyright 2022 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/zephyr/projects/nissa/nivviks/src/usbc.c b/zephyr/projects/nissa/nivviks/src/usbc.c index 651a18c21c..14fc5a071d 100644 --- a/zephyr/projects/nissa/nivviks/src/usbc.c +++ b/zephyr/projects/nissa/nivviks/src/usbc.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. */ -- cgit v1.2.1