diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h index 55f1ea86e..9c53f3e7e 100644 --- a/include/tinycrypt/ecc.h +++ b/include/tinycrypt/ecc.h @@ -1,10 +1,13 @@ /* ecc.h - TinyCrypt interface to common ECC functions */ +/* + * Copyright (c) 2019, Arm Limited (or its affiliates), All Rights Reserved. + * SPDX-License-Identifier: BSD-3-Clause + */ + /* Copyright (c) 2014, Kenneth MacKay * All rights reserved. * - * SPDX-License-Identifier: BSD-3-Clause - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/include/tinycrypt/ecc_dh.h b/include/tinycrypt/ecc_dh.h index ac4ff142d..a2edb0155 100644 --- a/include/tinycrypt/ecc_dh.h +++ b/include/tinycrypt/ecc_dh.h @@ -1,11 +1,14 @@ /* ecc_dh.h - TinyCrypt interface to EC-DH implementation */ +/* + * Copyright (c) 2019, Arm Limited (or its affiliates), All Rights Reserved. + * SPDX-License-Identifier: BSD-3-Clause + */ + /* * Copyright (c) 2014, Kenneth MacKay * All rights reserved. * - * SPDX-License-Identifier: BSD-3-Clause - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/include/tinycrypt/ecc_dsa.h b/include/tinycrypt/ecc_dsa.h index 349f061b3..e54a77e85 100644 --- a/include/tinycrypt/ecc_dsa.h +++ b/include/tinycrypt/ecc_dsa.h @@ -1,11 +1,14 @@ /* ecc_dh.h - TinyCrypt interface to EC-DSA implementation */ +/* + * Copyright (c) 2019, Arm Limited (or its affiliates), All Rights Reserved. + * SPDX-License-Identifier: BSD-3-Clause + */ + /* * Copyright (c) 2014, Kenneth MacKay * All rights reserved. * - * SPDX-License-Identifier: BSD-3-Clause - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/tinycrypt/ecc.c b/tinycrypt/ecc.c index 1f32170dd..cef1469ee 100644 --- a/tinycrypt/ecc.c +++ b/tinycrypt/ecc.c @@ -1,11 +1,14 @@ /* ecc.c - TinyCrypt implementation of common ECC functions */ +/* + * Copyright (c) 2019, Arm Limited (or its affiliates), All Rights Reserved. + * SPDX-License-Identifier: BSD-3-Clause + */ + /* * Copyright (c) 2014, Kenneth MacKay * All rights reserved. * - * SPDX-License-Identifier: BSD-3-Clause - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, diff --git a/tinycrypt/ecc_dh.c b/tinycrypt/ecc_dh.c index 08b92a423..ec1328e14 100644 --- a/tinycrypt/ecc_dh.c +++ b/tinycrypt/ecc_dh.c @@ -1,11 +1,14 @@ /* ec_dh.c - TinyCrypt implementation of EC-DH */ +/* + * Copyright (c) 2019, Arm Limited (or its affiliates), All Rights Reserved. + * SPDX-License-Identifier: BSD-3-Clause + */ + /* * Copyright (c) 2014, Kenneth MacKay * All rights reserved. * - * SPDX-License-Identifier: BSD-3-Clause - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, diff --git a/tinycrypt/ecc_dsa.c b/tinycrypt/ecc_dsa.c index c093ebefc..a3893d37f 100644 --- a/tinycrypt/ecc_dsa.c +++ b/tinycrypt/ecc_dsa.c @@ -1,10 +1,13 @@ /* ec_dsa.c - TinyCrypt implementation of EC-DSA */ +/* + * Copyright (c) 2019, Arm Limited (or its affiliates), All Rights Reserved. + * SPDX-License-Identifier: BSD-3-Clause + */ + /* Copyright (c) 2014, Kenneth MacKay * All rights reserved. * - * SPDX-License-Identifier: BSD-3-Clause - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice,