Addition of copyright statements to tinycrypt files

Each of the tinycrypt files have had some very minor changes, so need a
copyright statement.
diff --git a/tinycrypt/ecc.c b/tinycrypt/ecc.c
index 1f32170..cef1469 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,