summaryrefslogtreecommitdiff
path: root/chip/g/loader
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/loader')
-rw-r--r--chip/g/loader/debug_printf.c2
-rw-r--r--chip/g/loader/debug_printf.h2
-rw-r--r--chip/g/loader/key_ladder.c2
-rw-r--r--chip/g/loader/key_ladder.h2
-rw-r--r--chip/g/loader/launch.c2
-rw-r--r--chip/g/loader/main.c2
-rw-r--r--chip/g/loader/rom_flash.c2
-rw-r--r--chip/g/loader/rom_flash.h2
-rw-r--r--chip/g/loader/setup.c2
-rw-r--r--chip/g/loader/setup.h2
-rw-r--r--chip/g/loader/verify.c2
-rw-r--r--chip/g/loader/verify.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/chip/g/loader/debug_printf.c b/chip/g/loader/debug_printf.c
index 4d7e67b7ec..bc50840698 100644
--- a/chip/g/loader/debug_printf.c
+++ b/chip/g/loader/debug_printf.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 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/chip/g/loader/debug_printf.h b/chip/g/loader/debug_printf.h
index d34a18c9ba..88fda331b2 100644
--- a/chip/g/loader/debug_printf.h
+++ b/chip/g/loader/debug_printf.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/key_ladder.c b/chip/g/loader/key_ladder.c
index 71ed200ef2..05d233c227 100644
--- a/chip/g/loader/key_ladder.c
+++ b/chip/g/loader/key_ladder.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/key_ladder.h b/chip/g/loader/key_ladder.h
index 094dcf8940..3ab9300323 100644
--- a/chip/g/loader/key_ladder.h
+++ b/chip/g/loader/key_ladder.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/launch.c b/chip/g/loader/launch.c
index 7193f0f6b2..048480c159 100644
--- a/chip/g/loader/launch.c
+++ b/chip/g/loader/launch.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/main.c b/chip/g/loader/main.c
index e304c30a49..82de168558 100644
--- a/chip/g/loader/main.c
+++ b/chip/g/loader/main.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/rom_flash.c b/chip/g/loader/rom_flash.c
index 9666f2464a..af15893d3c 100644
--- a/chip/g/loader/rom_flash.c
+++ b/chip/g/loader/rom_flash.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/rom_flash.h b/chip/g/loader/rom_flash.h
index 7895d14af2..0b71251983 100644
--- a/chip/g/loader/rom_flash.h
+++ b/chip/g/loader/rom_flash.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/setup.c b/chip/g/loader/setup.c
index 4d016aa5f6..2a239a33a6 100644
--- a/chip/g/loader/setup.c
+++ b/chip/g/loader/setup.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/setup.h b/chip/g/loader/setup.h
index 4244696ef5..763be1bf3b 100644
--- a/chip/g/loader/setup.h
+++ b/chip/g/loader/setup.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/verify.c b/chip/g/loader/verify.c
index 54be724f10..f000cb0b2c 100644
--- a/chip/g/loader/verify.c
+++ b/chip/g/loader/verify.c
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 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/chip/g/loader/verify.h b/chip/g/loader/verify.h
index fe279e46c0..f61bf719e4 100644
--- a/chip/g/loader/verify.h
+++ b/chip/g/loader/verify.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/