summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/ecies.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/tpm2/ecies.c')
-rw-r--r--board/cr50/tpm2/ecies.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/cr50/tpm2/ecies.c b/board/cr50/tpm2/ecies.c
index 6f89d79396..ad32d4f098 100644
--- a/board/cr50/tpm2/ecies.c
+++ b/board/cr50/tpm2/ecies.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.
*/
@@ -123,4 +123,3 @@ static void ecies_command_handler(void *cmd_body, size_t cmd_size,
DECLARE_EXTENSION_COMMAND(EXTENSION_ECIES, ecies_command_handler);
#endif /* CRYPTO_TEST_SETUP */
-