diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h index 37a7ef1aff..55f1ea86ef 100644 --- a/include/tinycrypt/ecc.h +++ b/include/tinycrypt/ecc.h @@ -3,6 +3,8 @@ /* 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 c680a77e6a..ac4ff142d5 100644 --- a/include/tinycrypt/ecc_dh.h +++ b/include/tinycrypt/ecc_dh.h @@ -4,6 +4,8 @@ * 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 cc5eebcdd9..349f061b3b 100644 --- a/include/tinycrypt/ecc_dsa.h +++ b/include/tinycrypt/ecc_dsa.h @@ -4,6 +4,8 @@ * 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 ab1956a503..1f32170dd5 100644 --- a/tinycrypt/ecc.c +++ b/tinycrypt/ecc.c @@ -4,6 +4,8 @@ * 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 8aae1a214c..08b92a4235 100644 --- a/tinycrypt/ecc_dh.c +++ b/tinycrypt/ecc_dh.c @@ -4,6 +4,8 @@ * 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 3743091915..c093ebefc0 100644 --- a/tinycrypt/ecc_dsa.c +++ b/tinycrypt/ecc_dsa.c @@ -3,6 +3,8 @@ /* 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,