mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Add missing licences
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
8bfb758e87
commit
0ca70d51d7
@ -2,6 +2,11 @@
|
||||
|
||||
/* server implementations */
|
||||
|
||||
/*
|
||||
* Copyright The Mbed TLS Contributors
|
||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -5,6 +5,9 @@
|
||||
# manually and the output files are what are to be reviewed. In due course
|
||||
# this will be replaced by a Python script.
|
||||
#
|
||||
# Copyright The Mbed TLS Contributors
|
||||
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
#
|
||||
use strict;
|
||||
use Data::Dumper;
|
||||
use JSON qw(encode_json);
|
||||
@ -251,6 +254,11 @@ sub server_implementations_header
|
||||
|
||||
/* server implementations */
|
||||
|
||||
/*
|
||||
* Copyright The Mbed TLS Contributors
|
||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -10,6 +10,9 @@
|
||||
# perl psa_sim_serialise.pl h > psa_sim_serialise.h
|
||||
# perl psa_sim_serialise.pl c > psa_sim_serialise.c
|
||||
#
|
||||
# Copyright The Mbed TLS Contributors
|
||||
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
#
|
||||
use strict;
|
||||
|
||||
my $usage = "$0: usage: $0 c|h\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user