Skip to content

Commit

Permalink
Update copyright notice.
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Aage Amundsen <Carl.Amundsen@silabs.com>
  • Loading branch information
carlaageamundsen committed Sep 3, 2020
1 parent e5a1abd commit 31962b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 2 additions & 5 deletions tests/include/opaque_test_driver.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/**
* \file opaque_test_driver.h
*
* \brief This file contains prototypes for the opaque driver implementation
* sample.
* \brief This file contains prototypes for the opaque test driver.
*/

/*
* Copyright (C) 2020, ARM Limited, All Rights Reserved
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
Expand All @@ -20,8 +19,6 @@
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* This file is part of mbed TLS (https://tls.mbed.org)
*/

#ifndef OPAQUE_TEST_DRIVER_H
Expand Down
6 changes: 2 additions & 4 deletions tests/src/opaque_test_driver.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* \file opaque_test_driver.c
*
* \brief This file contains the opaque driver sample implementation.
* \brief Test driver for the opaque driver interface.
*/

/*
* Copyright (C) 2020, ARM Limited, All Rights Reserved
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
Expand All @@ -19,8 +19,6 @@
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* This file is part of mbed TLS (https://tls.mbed.org)
*/

#include "opaque_test_driver.h"
Expand Down

0 comments on commit 31962b1

Please sign in to comment.