Skip to content

Commit 4eb44e4

Browse files
committed
Standardise some more headers
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
1 parent aeaf1d7 commit 4eb44e4

9 files changed

+1
-19
lines changed

library/mps_common.h

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
22
* Copyright The Mbed TLS Contributors
33
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
4-
*
5-
* This file is part of Mbed TLS (https://tls.mbed.org)
64
*/
75

86
/**

library/mps_error.h

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
22
* Copyright The Mbed TLS Contributors
33
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
4-
*
5-
* This file is part of Mbed TLS (https://tls.mbed.org)
64
*/
75

86
/**

library/mps_reader.c

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* Copyright The Mbed TLS Contributors
55
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
6-
*
7-
* This file is part of Mbed TLS (https://tls.mbed.org)
86
*/
97

108
#include "common.h"

library/mps_reader.h

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
22
* Copyright The Mbed TLS Contributors
33
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
4-
*
5-
* This file is part of Mbed TLS (https://tls.mbed.org)
64
*/
75

86
/**

library/mps_trace.c

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* Copyright The Mbed TLS Contributors
55
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
6-
*
7-
* This file is part of Mbed TLS (https://tls.mbed.org)
86
*/
97

108
#include "common.h"

library/mps_trace.h

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
22
* Copyright The Mbed TLS Contributors
33
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
4-
*
5-
* This file is part of Mbed TLS (https://tls.mbed.org)
64
*/
75

86
/**

library/ssl_client.c

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* Copyright The Mbed TLS Contributors
55
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
6-
*
7-
* This file is part of Mbed TLS ( https://tls.mbed.org )
86
*/
97

108
#include "common.h"

library/ssl_tls13_client.c

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* Copyright The Mbed TLS Contributors
55
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
6-
*
7-
* This file is part of Mbed TLS ( https://tls.mbed.org )
86
*/
97

108
#include "common.h"

tests/scripts/depends.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2022, Arm Limited, All Rights Reserved.
3+
# Copyright The Mbed TLS Contributors
44
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
5-
#
6-
# This file is part of Mbed TLS (https://tls.mbed.org)
75

86
"""
97
Test Mbed TLS with a subset of algorithms.

0 commit comments

Comments
 (0)