summaryrefslogtreecommitdiff
path: root/board/anahera
diff options
context:
space:
mode:
Diffstat (limited to 'board/anahera')
-rw-r--r--board/anahera/battery.c2
-rw-r--r--board/anahera/board.c2
-rw-r--r--board/anahera/board.h2
-rw-r--r--board/anahera/build.mk2
-rw-r--r--board/anahera/charger.c2
-rw-r--r--board/anahera/ec.tasklist2
-rw-r--r--board/anahera/fans.c2
-rw-r--r--board/anahera/fw_config.c2
-rw-r--r--board/anahera/fw_config.h2
-rw-r--r--board/anahera/gpio.inc2
-rw-r--r--board/anahera/i2c.c2
-rw-r--r--board/anahera/keyboard.c2
-rw-r--r--board/anahera/led.c2
-rw-r--r--board/anahera/pwm.c2
-rw-r--r--board/anahera/sensors.c2
-rw-r--r--board/anahera/thermal.c2
-rw-r--r--board/anahera/usbc_config.c2
-rw-r--r--board/anahera/usbc_config.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/board/anahera/battery.c b/board/anahera/battery.c
index 95ca9be206..f7b0b6f43f 100644
--- a/board/anahera/battery.c
+++ b/board/anahera/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/anahera/board.c b/board/anahera/board.c
index f1da042cc7..e087d629a7 100644
--- a/board/anahera/board.c
+++ b/board/anahera/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/anahera/board.h b/board/anahera/board.h
index 4a38765a65..18360171e3 100644
--- a/board/anahera/board.h
+++ b/board/anahera/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/anahera/build.mk b/board/anahera/build.mk
index b3aef429a6..dda59fdd82 100644
--- a/board/anahera/build.mk
+++ b/board/anahera/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/anahera/charger.c b/board/anahera/charger.c
index cbc657271b..a4fa209246 100644
--- a/board/anahera/charger.c
+++ b/board/anahera/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/board/anahera/ec.tasklist b/board/anahera/ec.tasklist
index 187609f36e..ebbfd239f9 100644
--- a/board/anahera/ec.tasklist
+++ b/board/anahera/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/anahera/fans.c b/board/anahera/fans.c
index 1ecf1d4a75..7d08701dc0 100644
--- a/board/anahera/fans.c
+++ b/board/anahera/fans.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/anahera/fw_config.c b/board/anahera/fw_config.c
index 1144a30fbe..6073384f53 100644
--- a/board/anahera/fw_config.c
+++ b/board/anahera/fw_config.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/anahera/fw_config.h b/board/anahera/fw_config.h
index ddbb741ffc..32787c1e4f 100644
--- a/board/anahera/fw_config.h
+++ b/board/anahera/fw_config.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/anahera/gpio.inc b/board/anahera/gpio.inc
index 794e8750b4..5cce74abff 100644
--- a/board/anahera/gpio.inc
+++ b/board/anahera/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/anahera/i2c.c b/board/anahera/i2c.c
index 7748066514..7e7993b4d5 100644
--- a/board/anahera/i2c.c
+++ b/board/anahera/i2c.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/anahera/keyboard.c b/board/anahera/keyboard.c
index 43164df58c..8588191460 100644
--- a/board/anahera/keyboard.c
+++ b/board/anahera/keyboard.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/anahera/led.c b/board/anahera/led.c
index c00e56a12a..d7a3d07efc 100644
--- a/board/anahera/led.c
+++ b/board/anahera/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/anahera/pwm.c b/board/anahera/pwm.c
index 54d0d05afb..b242683306 100644
--- a/board/anahera/pwm.c
+++ b/board/anahera/pwm.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/anahera/sensors.c b/board/anahera/sensors.c
index 1b4e657843..05d9a9080b 100644
--- a/board/anahera/sensors.c
+++ b/board/anahera/sensors.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/anahera/thermal.c b/board/anahera/thermal.c
index 86b1ecd2d3..b5b5a0c1cc 100644
--- a/board/anahera/thermal.c
+++ b/board/anahera/thermal.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/anahera/usbc_config.c b/board/anahera/usbc_config.c
index 7248cda081..758f1d4e28 100644
--- a/board/anahera/usbc_config.c
+++ b/board/anahera/usbc_config.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/anahera/usbc_config.h b/board/anahera/usbc_config.h
index 785cfdb082..c476919027 100644
--- a/board/anahera/usbc_config.h
+++ b/board/anahera/usbc_config.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.
*/