Skip to content

Commit a9b6c64

Browse files
committed
Fix some non-standard headers
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
1 parent e3c0585 commit a9b6c64

13 files changed

+5
-66
lines changed

configs/crypto_config_profile_medium.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
2-
* Copyright (c) 2018-2022, Arm Limited. All rights reserved.
3-
*
4-
* SPDX-License-Identifier: BSD-3-Clause
5-
*
2+
* Copyright The Mbed TLS Contributors
3+
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
64
*/
75
/**
86
* \file psa/crypto_config.h

configs/tfm_mbedcrypto_config_profile_medium.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
* memory footprint.
99
*/
1010
/*
11-
* Copyright (C) 2006-2022, ARM Limited, All Rights Reserved
11+
* Copyright The Mbed TLS Contributors
1212
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13-
*
14-
* This file is part of mbed TLS (https://tls.mbed.org)
1513
*/
1614

1715
#ifndef PROFILE_M_MBEDTLS_CONFIG_H

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"

library/ssl_tls13_keys.h

-12
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
*
44
* Copyright The Mbed TLS Contributors
55
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
6-
*
7-
* Licensed under the Apache License, Version 2.0 ( the "License" ); you may
8-
* not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
186
*/
197
#if !defined(MBEDTLS_SSL_TLS1_3_KEYS_H)
208
#define MBEDTLS_SSL_TLS1_3_KEYS_H

programs/x509/load_roots.c

+1-28
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,7 @@
22
* Root CA reading application
33
*
44
* Copyright The Mbed TLS Contributors
5-
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later OR GPL-2.0-or-later
6-
*
7-
* This file is provided under the Apache License 2.0, or the
8-
* GNU General Public License v2.0 or later.
9-
*
10-
* **********
11-
* Apache License 2.0:
12-
*
13-
* **********
14-
*
15-
* **********
16-
* GNU General Public License v2.0 or later:
17-
*
18-
* This program is free software; you can redistribute it and/or modify
19-
* it under the terms of the GNU General Public License as published by
20-
* the Free Software Foundation; either version 2 of the License, or
21-
* (at your option) any later version.
22-
*
23-
* This program is distributed in the hope that it will be useful,
24-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
25-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26-
* GNU General Public License for more details.
27-
*
28-
* You should have received a copy of the GNU General Public License along
29-
* with this program; if not, write to the Free Software Foundation, Inc.,
30-
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
31-
*
32-
* **********
5+
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
336
*/
347

358
#include "mbedtls/build_info.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)