summaryrefslogtreecommitdiff
path: root/board/blipper
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/blipper
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/blipper')
-rw-r--r--board/blipper/battery.c2
-rw-r--r--board/blipper/board.c2
-rw-r--r--board/blipper/board.h2
-rw-r--r--board/blipper/build.mk2
-rw-r--r--board/blipper/cbi_ssfc.c2
-rw-r--r--board/blipper/cbi_ssfc.h2
-rw-r--r--board/blipper/ec.tasklist2
-rw-r--r--board/blipper/gpio.inc2
-rw-r--r--board/blipper/led.c2
-rw-r--r--board/blipper/usb_pd_policy.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/board/blipper/battery.c b/board/blipper/battery.c
index 114cfbc313..61ad95d4b7 100644
--- a/board/blipper/battery.c
+++ b/board/blipper/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/blipper/board.c b/board/blipper/board.c
index 8b2da26be2..f09ae15ecd 100644
--- a/board/blipper/board.c
+++ b/board/blipper/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/blipper/board.h b/board/blipper/board.h
index a213019842..379a92a007 100644
--- a/board/blipper/board.h
+++ b/board/blipper/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/blipper/build.mk b/board/blipper/build.mk
index 8167ca9966..01b890bf29 100644
--- a/board/blipper/build.mk
+++ b/board/blipper/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/blipper/cbi_ssfc.c b/board/blipper/cbi_ssfc.c
index 39fd4929a1..81f3ee0dad 100644
--- a/board/blipper/cbi_ssfc.c
+++ b/board/blipper/cbi_ssfc.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/blipper/cbi_ssfc.h b/board/blipper/cbi_ssfc.h
index 7b29a1c585..bc6bc92286 100644
--- a/board/blipper/cbi_ssfc.h
+++ b/board/blipper/cbi_ssfc.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/blipper/ec.tasklist b/board/blipper/ec.tasklist
index bdcbcdf074..8ccdfc81b2 100644
--- a/board/blipper/ec.tasklist
+++ b/board/blipper/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/blipper/gpio.inc b/board/blipper/gpio.inc
index 8558aab638..215f31a281 100644
--- a/board/blipper/gpio.inc
+++ b/board/blipper/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/blipper/led.c b/board/blipper/led.c
index 43afc9873f..c6617d081c 100644
--- a/board/blipper/led.c
+++ b/board/blipper/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/blipper/usb_pd_policy.c b/board/blipper/usb_pd_policy.c
index 814287a417..a7633b73ac 100644
--- a/board/blipper/usb_pd_policy.c
+++ b/board/blipper/usb_pd_policy.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.
*/