summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2022-09-12 14:54:36 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-12 20:11:50 +0000
commit71b2ef709dcb14260f5fdaa3ab4ced005a29fb46 (patch)
tree76ce790c79cc5e9ef4646a412082bf02c75fafc5 /power
parent1cd8f2fca2dfcfd1c0f5f9cd22f822ede4e1b7a4 (diff)
downloadchrome-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 'power')
-rw-r--r--power/alderlake_slg4bd44540.c2
-rw-r--r--power/amd_x86.c2
-rw-r--r--power/apollolake.c2
-rw-r--r--power/build.mk2
-rw-r--r--power/cannonlake.c2
-rw-r--r--power/cometlake-discrete.c2
-rw-r--r--power/cometlake.c2
-rw-r--r--power/common.c2
-rw-r--r--power/ec_driven.c2
-rw-r--r--power/falconlite.c2
-rw-r--r--power/host_sleep.c2
-rw-r--r--power/icelake.c2
-rw-r--r--power/intel_x86.c2
-rw-r--r--power/meteorlake.c2
-rw-r--r--power/mt817x.c2
-rw-r--r--power/mt8183.c2
-rw-r--r--power/mt8186.c2
-rw-r--r--power/mt8192.c2
-rw-r--r--power/qcom.c2
-rw-r--r--power/rk3288.c2
-rw-r--r--power/rk3399.c2
-rw-r--r--power/sdm845.c2
-rw-r--r--power/skylake.c2
23 files changed, 23 insertions, 23 deletions
diff --git a/power/alderlake_slg4bd44540.c b/power/alderlake_slg4bd44540.c
index 0f2bd18d60..d55ef61531 100644
--- a/power/alderlake_slg4bd44540.c
+++ b/power/alderlake_slg4bd44540.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/power/amd_x86.c b/power/amd_x86.c
index 3a407dfdf5..e5b44a313f 100644
--- a/power/amd_x86.c
+++ b/power/amd_x86.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 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/power/apollolake.c b/power/apollolake.c
index d6a9f75e89..20244abee9 100644
--- a/power/apollolake.c
+++ b/power/apollolake.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/power/build.mk b/power/build.mk
index ad1b3593cb..8ef237c154 100644
--- a/power/build.mk
+++ b/power/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# Copyright 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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/power/cannonlake.c b/power/cannonlake.c
index b4ffa94f41..b6f8d91e69 100644
--- a/power/cannonlake.c
+++ b/power/cannonlake.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 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/power/cometlake-discrete.c b/power/cometlake-discrete.c
index b731f56bda..85a08da2d2 100644
--- a/power/cometlake-discrete.c
+++ b/power/cometlake-discrete.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 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/power/cometlake.c b/power/cometlake.c
index 481e7dc51a..508ad22df4 100644
--- a/power/cometlake.c
+++ b/power/cometlake.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 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/power/common.c b/power/common.c
index 284e8cd933..24b9f314f4 100644
--- a/power/common.c
+++ b/power/common.c
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/power/ec_driven.c b/power/ec_driven.c
index ea0c4420ae..f0aee46c60 100644
--- a/power/ec_driven.c
+++ b/power/ec_driven.c
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/power/falconlite.c b/power/falconlite.c
index 0ddd310898..04c428f5be 100644
--- a/power/falconlite.c
+++ b/power/falconlite.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/power/host_sleep.c b/power/host_sleep.c
index bba21706ee..b6f0de498e 100644
--- a/power/host_sleep.c
+++ b/power/host_sleep.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 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/power/icelake.c b/power/icelake.c
index b06c5c51a7..2fae215ab1 100644
--- a/power/icelake.c
+++ b/power/icelake.c
@@ -1,4 +1,4 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 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/power/intel_x86.c b/power/intel_x86.c
index 4b489116d5..1c9f2ef8c8 100644
--- a/power/intel_x86.c
+++ b/power/intel_x86.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/power/meteorlake.c b/power/meteorlake.c
index 9a92768ad3..c13ed1694d 100644
--- a/power/meteorlake.c
+++ b/power/meteorlake.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/power/mt817x.c b/power/mt817x.c
index 99f83d0808..a50e66b156 100644
--- a/power/mt817x.c
+++ b/power/mt817x.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/power/mt8183.c b/power/mt8183.c
index c0b6140ce1..eec8796427 100644
--- a/power/mt8183.c
+++ b/power/mt8183.c
@@ -1,4 +1,4 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 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/power/mt8186.c b/power/mt8186.c
index 7cf3309f7c..b05700b599 100644
--- a/power/mt8186.c
+++ b/power/mt8186.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/power/mt8192.c b/power/mt8192.c
index a942153a95..67dcc2fec6 100644
--- a/power/mt8192.c
+++ b/power/mt8192.c
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 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/power/qcom.c b/power/qcom.c
index f144468970..418f2b3136 100644
--- a/power/qcom.c
+++ b/power/qcom.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 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/power/rk3288.c b/power/rk3288.c
index ad56ef585e..e4e4ac9d69 100644
--- a/power/rk3288.c
+++ b/power/rk3288.c
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/power/rk3399.c b/power/rk3399.c
index 1c1172c8bf..ef4c0407b8 100644
--- a/power/rk3399.c
+++ b/power/rk3399.c
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/power/sdm845.c b/power/sdm845.c
index 42d082dbd6..aeed0d13d2 100644
--- a/power/sdm845.c
+++ b/power/sdm845.c
@@ -1,4 +1,4 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 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/power/skylake.c b/power/skylake.c
index 883b6d0012..24adb56f86 100644
--- a/power/skylake.c
+++ b/power/skylake.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/