summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2022-09-13 10:46:24 -0500
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-13 19:50:31 +0000
commit9e31a10eccea4ff5d757af2fc4e54be5a8816334 (patch)
tree5c26acd4851210a21a5cc3d54b9c45c4c376f334 /util
parent12d1cd4566508e2108bc0bd7fda08796327fba68 (diff)
downloadchrome-ec-9e31a10eccea4ff5d757af2fc4e54be5a8816334.tar.gz
fix ChromiumOS authors and whitespace warnings
BUG=none TEST=none Change-Id: I61b0b0106a43f723ec3bc805eb190aef00bbd05b Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3894391 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/acroterm.py2
-rwxr-xr-xutil/ap_ro_hash.py2
-rwxr-xr-xutil/bcmp.sh2
-rwxr-xr-xutil/bin2h.sh2
-rwxr-xr-xutil/brescue.sh2
-rw-r--r--util/build.mk2
-rw-r--r--util/chargen2
-rwxr-xr-xutil/config_option_check.py2
-rw-r--r--util/ecst.c3
-rw-r--r--util/ecst.h2
-rwxr-xr-xutil/env_changed.sh2
-rwxr-xr-xutil/flash_cr50.py2
-rwxr-xr-xutil/getversion.sh2
-rwxr-xr-xutil/inject_fips_fingerprint.sh2
-rwxr-xr-xutil/maptty.sh2
-rw-r--r--util/misc_util.h2
-rwxr-xr-xutil/presubmit_check.sh2
-rwxr-xr-xutil/run_host_test2
-rwxr-xr-xutil/signer/bs2
-rwxr-xr-xutil/test_acroterm.py2
-rwxr-xr-xutil/test_ap_ro_hash.py2
-rwxr-xr-xutil/test_util_precompile.py2
-rwxr-xr-xutil/tpm_hash_gen.py2
-rw-r--r--util/usb_if.c2
-rw-r--r--util/usb_if.h2
-rwxr-xr-xutil/util_precompile.py2
26 files changed, 26 insertions, 27 deletions
diff --git a/util/acroterm.py b/util/acroterm.py
index a2510244d4..1517b04723 100755
--- a/util/acroterm.py
+++ b/util/acroterm.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-"
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""acroterm.py - Terminal program for Acropora RTOS
diff --git a/util/ap_ro_hash.py b/util/ap_ro_hash.py
index 1cc016c4cf..6c14c111bd 100755
--- a/util/ap_ro_hash.py
+++ b/util/ap_ro_hash.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-"
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""ap_ro_hash.py - script for generating hashes of AP RO sections.
diff --git a/util/bcmp.sh b/util/bcmp.sh
index a02205fe50..6727160f76 100755
--- a/util/bcmp.sh
+++ b/util/bcmp.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# 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/util/bin2h.sh b/util/bin2h.sh
index 1507bc4004..276d89f0cf 100755
--- a/util/bin2h.sh
+++ b/util/bin2h.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2018 The Chromium OS Authors. All rights reserved.
+# Copyright 2018 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/util/brescue.sh b/util/brescue.sh
index 87fcac91d9..6c6b8a001e 100755
--- a/util/brescue.sh
+++ b/util/brescue.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# 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/util/build.mk b/util/build.mk
index 51d890e630..dde78b6866 100644
--- a/util/build.mk
+++ b/util/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# Copyright 2014 The Chromium OS Authors. All rights reserved.
+# Copyright 2014 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/util/chargen b/util/chargen
index 42c40f13e4..c949f709e0 100644
--- a/util/chargen
+++ b/util/chargen
@@ -1,5 +1,5 @@
#!/usr/bin/env python2
-# Copyright 2019 The Chromium OS Authors. All rights reserved.
+# Copyright 2019 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/util/config_option_check.py b/util/config_option_check.py
index 57bc4cea93..a204150fd4 100755
--- a/util/config_option_check.py
+++ b/util/config_option_check.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# 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.
"""Configuration Option Checker.
diff --git a/util/ecst.c b/util/ecst.c
index 22f9f6c0e8..8976434d4f 100644
--- a/util/ecst.c
+++ b/util/ecst.c
@@ -1,5 +1,5 @@
/*
- * 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.
*/
@@ -2516,4 +2516,3 @@ unsigned int finalize_crc_32(unsigned int crc)
return result;
} /* finalize_crc_32 */
-
diff --git a/util/ecst.h b/util/ecst.h
index 423f65a102..bfc9d8a558 100644
--- a/util/ecst.h
+++ b/util/ecst.h
@@ -1,5 +1,5 @@
/*
- * 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/util/env_changed.sh b/util/env_changed.sh
index 5bab64760d..eadc94ae01 100755
--- a/util/env_changed.sh
+++ b/util/env_changed.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2019 The Chromium OS Authors. All rights reserved.
+# Copyright 2019 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/util/flash_cr50.py b/util/flash_cr50.py
index 2b3895e06d..2e1a555e89 100755
--- a/util/flash_cr50.py
+++ b/util/flash_cr50.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Flash Cr50 using gsctool or cr50-rescue.
diff --git a/util/getversion.sh b/util/getversion.sh
index 9eac163b17..f17e4c3751 100755
--- a/util/getversion.sh
+++ b/util/getversion.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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/util/inject_fips_fingerprint.sh b/util/inject_fips_fingerprint.sh
index 056c98b682..a3c7d6c423 100755
--- a/util/inject_fips_fingerprint.sh
+++ b/util/inject_fips_fingerprint.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# 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/util/maptty.sh b/util/maptty.sh
index 092b820f85..c097aee649 100755
--- a/util/maptty.sh
+++ b/util/maptty.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# 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/util/misc_util.h b/util/misc_util.h
index 240d735556..e2890ebe83 100644
--- a/util/misc_util.h
+++ b/util/misc_util.h
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 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/util/presubmit_check.sh b/util/presubmit_check.sh
index fe4b679494..d82c7e9caf 100755
--- a/util/presubmit_check.sh
+++ b/util/presubmit_check.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2014 The Chromium OS Authors. All rights reserved.
+# Copyright 2014 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/util/run_host_test b/util/run_host_test
index 6d0c1adb5e..3e623a0e66 100755
--- a/util/run_host_test
+++ b/util/run_host_test
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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/util/signer/bs b/util/signer/bs
index 9e937e24a7..c61def55bc 100755
--- a/util/signer/bs
+++ b/util/signer/bs
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# 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/util/test_acroterm.py b/util/test_acroterm.py
index ed1092524c..a62882872b 100755
--- a/util/test_acroterm.py
+++ b/util/test_acroterm.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-"
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
'Unit tests for acroterm.py'
diff --git a/util/test_ap_ro_hash.py b/util/test_ap_ro_hash.py
index ad84d41927..aadf5b89f6 100755
--- a/util/test_ap_ro_hash.py
+++ b/util/test_ap_ro_hash.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-"
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
'Unit tests for ap_ro_hash.py'
diff --git a/util/test_util_precompile.py b/util/test_util_precompile.py
index 210130c12c..4e492296bf 100755
--- a/util/test_util_precompile.py
+++ b/util/test_util_precompile.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-"
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
'Unit tests for util_precompile.py'
diff --git a/util/tpm_hash_gen.py b/util/tpm_hash_gen.py
index 5d2cc36828..bf1c661cf2 100755
--- a/util/tpm_hash_gen.py
+++ b/util/tpm_hash_gen.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""A program for calculating Cr50 TPM image identifier used in UMA.
diff --git a/util/usb_if.c b/util/usb_if.c
index f8aa6bfd7e..2df0c517ba 100644
--- a/util/usb_if.c
+++ b/util/usb_if.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Copyright 2018 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/util/usb_if.h b/util/usb_if.h
index 8cc1088c6e..09e5271c5d 100644
--- a/util/usb_if.h
+++ b/util/usb_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Copyright 2018 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/util/util_precompile.py b/util/util_precompile.py
index bc8ad0320f..f38d026805 100755
--- a/util/util_precompile.py
+++ b/util/util_precompile.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-"
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Process preprocessor output to move strings out of the image.