summaryrefslogtreecommitdiff
path: root/board/delbin
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 /board/delbin
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 'board/delbin')
-rw-r--r--board/delbin/battery.c2
-rw-r--r--board/delbin/board.c2
-rw-r--r--board/delbin/board.h2
-rw-r--r--board/delbin/build.mk2
-rw-r--r--board/delbin/ec.tasklist2
-rw-r--r--board/delbin/gpio.inc2
-rw-r--r--board/delbin/keyboard_customization.c2
-rw-r--r--board/delbin/keyboard_customization.h2
-rw-r--r--board/delbin/led.c2
-rw-r--r--board/delbin/sensors.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/board/delbin/battery.c b/board/delbin/battery.c
index e907a3574f..6d6ae2afad 100644
--- a/board/delbin/battery.c
+++ b/board/delbin/battery.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/board/delbin/board.c b/board/delbin/board.c
index fe1c3f10ee..ad89faaa43 100644
--- a/board/delbin/board.c
+++ b/board/delbin/board.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/board/delbin/board.h b/board/delbin/board.h
index efdb2d503a..50759b74d2 100644
--- a/board/delbin/board.h
+++ b/board/delbin/board.h
@@ -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/board/delbin/build.mk b/board/delbin/build.mk
index 003b3d871d..26007095af 100644
--- a/board/delbin/build.mk
+++ b/board/delbin/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# 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/board/delbin/ec.tasklist b/board/delbin/ec.tasklist
index 3e20d8ae39..c29125d517 100644
--- a/board/delbin/ec.tasklist
+++ b/board/delbin/ec.tasklist
@@ -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/board/delbin/gpio.inc b/board/delbin/gpio.inc
index ccc8fcd51d..f229e50dcc 100644
--- a/board/delbin/gpio.inc
+++ b/board/delbin/gpio.inc
@@ -1,6 +1,6 @@
/* -*- mode:c -*-
*
- * 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/board/delbin/keyboard_customization.c b/board/delbin/keyboard_customization.c
index 1f6c71e4e9..2cbe1ac57b 100644
--- a/board/delbin/keyboard_customization.c
+++ b/board/delbin/keyboard_customization.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/board/delbin/keyboard_customization.h b/board/delbin/keyboard_customization.h
index 71d4a54ceb..bfe5c3b584 100644
--- a/board/delbin/keyboard_customization.h
+++ b/board/delbin/keyboard_customization.h
@@ -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/board/delbin/led.c b/board/delbin/led.c
index aa7295e4c5..27eb98a75e 100644
--- a/board/delbin/led.c
+++ b/board/delbin/led.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/board/delbin/sensors.c b/board/delbin/sensors.c
index 10dcd6b7b6..77b5757e28 100644
--- a/board/delbin/sensors.c
+++ b/board/delbin/sensors.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.
*/