summaryrefslogtreecommitdiff
path: root/board/pico
diff options
context:
space:
mode:
Diffstat (limited to 'board/pico')
-rw-r--r--board/pico/battery.c2
-rw-r--r--board/pico/board.c2
-rw-r--r--board/pico/board.h2
-rw-r--r--board/pico/build.mk2
-rw-r--r--board/pico/ec.tasklist2
-rw-r--r--board/pico/gpio.inc2
-rw-r--r--board/pico/led.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/board/pico/battery.c b/board/pico/battery.c
index 6f6b49899a..5e1671f5f3 100644
--- a/board/pico/battery.c
+++ b/board/pico/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/pico/board.c b/board/pico/board.c
index 30d5d4beb7..a2d120c7f3 100644
--- a/board/pico/board.c
+++ b/board/pico/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/pico/board.h b/board/pico/board.h
index 422a7d6814..665cf59691 100644
--- a/board/pico/board.h
+++ b/board/pico/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/pico/build.mk b/board/pico/build.mk
index 9ca7933e2a..a1ca27116e 100644
--- a/board/pico/build.mk
+++ b/board/pico/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/pico/ec.tasklist b/board/pico/ec.tasklist
index 5c272d04f4..883033408a 100644
--- a/board/pico/ec.tasklist
+++ b/board/pico/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/pico/gpio.inc b/board/pico/gpio.inc
index 34ac5cf7af..359e25451e 100644
--- a/board/pico/gpio.inc
+++ b/board/pico/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/pico/led.c b/board/pico/led.c
index c0e6db6874..bbbad7ceb8 100644
--- a/board/pico/led.c
+++ b/board/pico/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.
*