Standardise some more headers
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/mps_common.h b/library/mps_common.h
index 49e1753..f9fe099 100644
--- a/library/mps_common.h
+++ b/library/mps_common.h
@@ -1,8 +1,6 @@
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS (https://tls.mbed.org)
*/
/**
diff --git a/library/mps_error.h b/library/mps_error.h
index 8a714a3..016a84c 100644
--- a/library/mps_error.h
+++ b/library/mps_error.h
@@ -1,8 +1,6 @@
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS (https://tls.mbed.org)
*/
/**
diff --git a/library/mps_reader.c b/library/mps_reader.c
index 48b3936..27d0c04 100644
--- a/library/mps_reader.c
+++ b/library/mps_reader.c
@@ -3,8 +3,6 @@
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS (https://tls.mbed.org)
*/
#include "common.h"
diff --git a/library/mps_reader.h b/library/mps_reader.h
index d877ee5..3193a5e 100644
--- a/library/mps_reader.h
+++ b/library/mps_reader.h
@@ -1,8 +1,6 @@
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS (https://tls.mbed.org)
*/
/**
diff --git a/library/mps_trace.c b/library/mps_trace.c
index cb69c6b..69f6e5a 100644
--- a/library/mps_trace.c
+++ b/library/mps_trace.c
@@ -3,8 +3,6 @@
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS (https://tls.mbed.org)
*/
#include "common.h"
diff --git a/library/mps_trace.h b/library/mps_trace.h
index a13edd8..b456b2f 100644
--- a/library/mps_trace.h
+++ b/library/mps_trace.h
@@ -1,8 +1,6 @@
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS (https://tls.mbed.org)
*/
/**
diff --git a/library/ssl_client.c b/library/ssl_client.c
index eabdc75..7a78406 100644
--- a/library/ssl_client.c
+++ b/library/ssl_client.c
@@ -3,8 +3,6 @@
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS ( https://tls.mbed.org )
*/
#include "common.h"
diff --git a/library/ssl_tls13_client.c b/library/ssl_tls13_client.c
index e06e4c9..97ae51c 100644
--- a/library/ssl_tls13_client.c
+++ b/library/ssl_tls13_client.c
@@ -3,8 +3,6 @@
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
- *
- * This file is part of Mbed TLS ( https://tls.mbed.org )
*/
#include "common.h"
diff --git a/tests/scripts/depends.py b/tests/scripts/depends.py
index 29ecfdb..38c184a 100755
--- a/tests/scripts/depends.py
+++ b/tests/scripts/depends.py
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
-# Copyright (c) 2022, Arm Limited, All Rights Reserved.
+# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
-#
-# This file is part of Mbed TLS (https://tls.mbed.org)
"""
Test Mbed TLS with a subset of algorithms.