summaryrefslogtreecommitdiff
path: root/test/tpm_test
diff options
context:
space:
mode:
Diffstat (limited to 'test/tpm_test')
-rw-r--r--test/tpm_test/Makefile2
-rw-r--r--test/tpm_test/bn_test.c2
-rw-r--r--test/tpm_test/crypto_test.py2
-rw-r--r--test/tpm_test/crypto_test.xml2
-rw-r--r--test/tpm_test/drbg_test.py2
-rw-r--r--test/tpm_test/ecc_test.py2
-rw-r--r--test/tpm_test/ecies_test.py2
-rw-r--r--test/tpm_test/ftdi_spi_tpm.c2
-rw-r--r--test/tpm_test/ftdi_spi_tpm.h2
-rw-r--r--test/tpm_test/ftdi_spi_tpm.i2
-rwxr-xr-xtest/tpm_test/genvectors.py2
-rw-r--r--test/tpm_test/hash_test.py2
-rw-r--r--test/tpm_test/hkdf_test.py2
-rw-r--r--test/tpm_test/lab_vectors.py2
-rw-r--r--test/tpm_test/mpsse.c2
-rw-r--r--test/tpm_test/mpsse.h2
-rwxr-xr-xtest/tpm_test/nist_entropy.sh2
-rw-r--r--test/tpm_test/rsa_test.py2
-rw-r--r--test/tpm_test/subcmd.py2
-rw-r--r--test/tpm_test/support.c2
-rw-r--r--test/tpm_test/support.h2
-rw-r--r--test/tpm_test/testlib/common.c2
-rw-r--r--test/tpm_test/testlib/common.h3
-rw-r--r--test/tpm_test/testlib/trng.h2
-rw-r--r--test/tpm_test/testlib/util.h2
-rwxr-xr-xtest/tpm_test/tpmtest.py2
-rw-r--r--test/tpm_test/trng_test.py2
-rw-r--r--test/tpm_test/u2f_test.py2
-rw-r--r--test/tpm_test/upgrade_test.py2
-rw-r--r--test/tpm_test/utils.py2
30 files changed, 30 insertions, 31 deletions
diff --git a/test/tpm_test/Makefile b/test/tpm_test/Makefile
index 95c407c03f..a34132ebc8 100644
--- a/test/tpm_test/Makefile
+++ b/test/tpm_test/Makefile
@@ -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/test/tpm_test/bn_test.c b/test/tpm_test/bn_test.c
index 01a2119daa..7c06c8b9bb 100644
--- a/test/tpm_test/bn_test.c
+++ b/test/tpm_test/bn_test.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/test/tpm_test/crypto_test.py b/test/tpm_test/crypto_test.py
index b10b04df1c..d08b34fcb5 100644
--- a/test/tpm_test/crypto_test.py
+++ b/test/tpm_test/crypto_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/crypto_test.xml b/test/tpm_test/crypto_test.xml
index 152f55c97f..96d54696a0 100644
--- a/test/tpm_test/crypto_test.xml
+++ b/test/tpm_test/crypto_test.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
-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/test/tpm_test/drbg_test.py b/test/tpm_test/drbg_test.py
index 1ada131600..38a97132b4 100644
--- a/test/tpm_test/drbg_test.py
+++ b/test/tpm_test/drbg_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/ecc_test.py b/test/tpm_test/ecc_test.py
index ecc68dbdd5..b2d25dece0 100644
--- a/test/tpm_test/ecc_test.py
+++ b/test/tpm_test/ecc_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/ecies_test.py b/test/tpm_test/ecies_test.py
index c19be8d123..bae84e70c1 100644
--- a/test/tpm_test/ecies_test.py
+++ b/test/tpm_test/ecies_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/ftdi_spi_tpm.c b/test/tpm_test/ftdi_spi_tpm.c
index c0fc2669e2..fe3b46db83 100644
--- a/test/tpm_test/ftdi_spi_tpm.c
+++ b/test/tpm_test/ftdi_spi_tpm.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/test/tpm_test/ftdi_spi_tpm.h b/test/tpm_test/ftdi_spi_tpm.h
index 5393d4cd86..3153d01149 100644
--- a/test/tpm_test/ftdi_spi_tpm.h
+++ b/test/tpm_test/ftdi_spi_tpm.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/test/tpm_test/ftdi_spi_tpm.i b/test/tpm_test/ftdi_spi_tpm.i
index 2bbcded64b..589caab042 100644
--- a/test/tpm_test/ftdi_spi_tpm.i
+++ b/test/tpm_test/ftdi_spi_tpm.i
@@ -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/test/tpm_test/genvectors.py b/test/tpm_test/genvectors.py
index baf276bd88..2c8945b915 100755
--- a/test/tpm_test/genvectors.py
+++ b/test/tpm_test/genvectors.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/hash_test.py b/test/tpm_test/hash_test.py
index 1f88034065..24c77be151 100644
--- a/test/tpm_test/hash_test.py
+++ b/test/tpm_test/hash_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/hkdf_test.py b/test/tpm_test/hkdf_test.py
index ab1c87301a..cd42901ccf 100644
--- a/test/tpm_test/hkdf_test.py
+++ b/test/tpm_test/hkdf_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/lab_vectors.py b/test/tpm_test/lab_vectors.py
index dfa9f6a62f..d5db76f4ca 100644
--- a/test/tpm_test/lab_vectors.py
+++ b/test/tpm_test/lab_vectors.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/mpsse.c b/test/tpm_test/mpsse.c
index 249b548b11..9e7ebf17ee 100644
--- a/test/tpm_test/mpsse.c
+++ b/test/tpm_test/mpsse.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/test/tpm_test/mpsse.h b/test/tpm_test/mpsse.h
index 2925dfe27a..b16b2e8cb2 100644
--- a/test/tpm_test/mpsse.h
+++ b/test/tpm_test/mpsse.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/test/tpm_test/nist_entropy.sh b/test/tpm_test/nist_entropy.sh
index b25bd884bf..65630560b4 100755
--- a/test/tpm_test/nist_entropy.sh
+++ b/test/tpm_test/nist_entropy.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/test/tpm_test/rsa_test.py b/test/tpm_test/rsa_test.py
index ceaa15786f..d11143ff50 100644
--- a/test/tpm_test/rsa_test.py
+++ b/test/tpm_test/rsa_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/subcmd.py b/test/tpm_test/subcmd.py
index 754fbf575d..6d043b23c8 100644
--- a/test/tpm_test/subcmd.py
+++ b/test/tpm_test/subcmd.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/support.c b/test/tpm_test/support.c
index fbb4d0b6ab..52a361531b 100644
--- a/test/tpm_test/support.c
+++ b/test/tpm_test/support.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/test/tpm_test/support.h b/test/tpm_test/support.h
index 77316582cc..d75184c3b6 100644
--- a/test/tpm_test/support.h
+++ b/test/tpm_test/support.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/test/tpm_test/testlib/common.c b/test/tpm_test/testlib/common.c
index 35b07196aa..46d0e203a7 100644
--- a/test/tpm_test/testlib/common.c
+++ b/test/tpm_test/testlib/common.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/test/tpm_test/testlib/common.h b/test/tpm_test/testlib/common.h
index 9fdd7ebcae..52e16c00a4 100644
--- a/test/tpm_test/testlib/common.h
+++ b/test/tpm_test/testlib/common.h
@@ -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.
*/
@@ -15,4 +15,3 @@
void rand_bytes(void *buf, size_t num);
#endif /* ! __EC_TEST_TPM_TEST_TESTLIB_COMMON_H */
-
diff --git a/test/tpm_test/testlib/trng.h b/test/tpm_test/testlib/trng.h
index 25ff00b4f7..b7c29b12d0 100644
--- a/test/tpm_test/testlib/trng.h
+++ b/test/tpm_test/testlib/trng.h
@@ -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/test/tpm_test/testlib/util.h b/test/tpm_test/testlib/util.h
index 25ff00b4f7..b7c29b12d0 100644
--- a/test/tpm_test/testlib/util.h
+++ b/test/tpm_test/testlib/util.h
@@ -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/test/tpm_test/tpmtest.py b/test/tpm_test/tpmtest.py
index 62e299f7d0..0df57548f8 100755
--- a/test/tpm_test/tpmtest.py
+++ b/test/tpm_test/tpmtest.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# 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.
"""Module for initializing and driving a SPI TPM."""
diff --git a/test/tpm_test/trng_test.py b/test/tpm_test/trng_test.py
index 38aabc7c13..9433d11d24 100644
--- a/test/tpm_test/trng_test.py
+++ b/test/tpm_test/trng_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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.
"""Tests for trng."""
diff --git a/test/tpm_test/u2f_test.py b/test/tpm_test/u2f_test.py
index a5f9e0743c..a7439602ef 100644
--- a/test/tpm_test/u2f_test.py
+++ b/test/tpm_test/u2f_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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/test/tpm_test/upgrade_test.py b/test/tpm_test/upgrade_test.py
index 1cdd15a728..1d8885188e 100644
--- a/test/tpm_test/upgrade_test.py
+++ b/test/tpm_test/upgrade_test.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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.
"""Firmware upgrade tests"""
diff --git a/test/tpm_test/utils.py b/test/tpm_test/utils.py
index b4e1748779..0f85bbba6a 100644
--- a/test/tpm_test/utils.py
+++ b/test/tpm_test/utils.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# 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.