summaryrefslogtreecommitdiff
path: root/board/gaelin
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaelin')
-rw-r--r--board/gaelin/board.c2
-rw-r--r--board/gaelin/board.h2
-rw-r--r--board/gaelin/build.mk2
-rw-r--r--board/gaelin/ec.tasklist2
-rw-r--r--board/gaelin/fans.c2
-rw-r--r--board/gaelin/fw_config.c2
-rw-r--r--board/gaelin/fw_config.h2
-rw-r--r--board/gaelin/gpio.inc2
-rw-r--r--board/gaelin/i2c.c2
-rw-r--r--board/gaelin/led.c2
-rw-r--r--board/gaelin/pwm.c2
-rw-r--r--board/gaelin/sensors.c2
-rw-r--r--board/gaelin/usbc_config.c2
-rw-r--r--board/gaelin/usbc_config.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/board/gaelin/board.c b/board/gaelin/board.c
index dff60f4986..3409aa750f 100644
--- a/board/gaelin/board.c
+++ b/board/gaelin/board.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/board/gaelin/board.h b/board/gaelin/board.h
index bb339a080e..f113c6cffd 100644
--- a/board/gaelin/board.h
+++ b/board/gaelin/board.h
@@ -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/board/gaelin/build.mk b/board/gaelin/build.mk
index 9c668e0e2a..3de758d1bd 100644
--- a/board/gaelin/build.mk
+++ b/board/gaelin/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# 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/board/gaelin/ec.tasklist b/board/gaelin/ec.tasklist
index 0688607266..d16fc35f52 100644
--- a/board/gaelin/ec.tasklist
+++ b/board/gaelin/ec.tasklist
@@ -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/board/gaelin/fans.c b/board/gaelin/fans.c
index 62492fe063..6828438a10 100644
--- a/board/gaelin/fans.c
+++ b/board/gaelin/fans.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/board/gaelin/fw_config.c b/board/gaelin/fw_config.c
index 5b987f7ebc..3ee71e6a0f 100644
--- a/board/gaelin/fw_config.c
+++ b/board/gaelin/fw_config.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/board/gaelin/fw_config.h b/board/gaelin/fw_config.h
index ff1f3583fe..95d81f1e05 100644
--- a/board/gaelin/fw_config.h
+++ b/board/gaelin/fw_config.h
@@ -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/board/gaelin/gpio.inc b/board/gaelin/gpio.inc
index 617463b7f6..51cf0010c6 100644
--- a/board/gaelin/gpio.inc
+++ b/board/gaelin/gpio.inc
@@ -1,6 +1,6 @@
/* -*- mode:c -*-
*
- * 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/board/gaelin/i2c.c b/board/gaelin/i2c.c
index 9c92852461..0a0b6b69a6 100644
--- a/board/gaelin/i2c.c
+++ b/board/gaelin/i2c.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/board/gaelin/led.c b/board/gaelin/led.c
index 386e7e6137..842cee0530 100644
--- a/board/gaelin/led.c
+++ b/board/gaelin/led.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/board/gaelin/pwm.c b/board/gaelin/pwm.c
index 6d66ad7c31..3d4335f453 100644
--- a/board/gaelin/pwm.c
+++ b/board/gaelin/pwm.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/board/gaelin/sensors.c b/board/gaelin/sensors.c
index 0f91d47f3b..162140d37d 100644
--- a/board/gaelin/sensors.c
+++ b/board/gaelin/sensors.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/board/gaelin/usbc_config.c b/board/gaelin/usbc_config.c
index 020a4696a5..97f2753842 100644
--- a/board/gaelin/usbc_config.c
+++ b/board/gaelin/usbc_config.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/board/gaelin/usbc_config.h b/board/gaelin/usbc_config.h
index e9d77e6683..5e7beae21a 100644
--- a/board/gaelin/usbc_config.h
+++ b/board/gaelin/usbc_config.h
@@ -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.
*/