diff options
author | zhang sanshan <b51434@freescale.com> | 2017-05-18 15:19:09 +0800 |
---|---|---|
committer | sanshan zhang <sanshan.zhang@nxp.com> | 2017-05-19 15:27:36 +0800 |
commit | 7e050d6a3141aa692e07077af1a467cda78b029e (patch) | |
tree | 4c0c6cf5934a0f46072592bce57517da2d22601b | |
parent | 53af3d0aedeb077853fc3f39260c022dc909c6da (diff) |
MA-9611 [Android]: add license for utilsn7.1.2_1.1.0_7ulp-prc
Add licese for utils.c
Change-Id: I6dc6de5d29542c587a809a719831793fc652bca6
Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
-rw-r--r-- | lib/avb/fsl/utils.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/avb/fsl/utils.c b/lib/avb/fsl/utils.c index ec50c70..81f26c9 100644 --- a/lib/avb/fsl/utils.c +++ b/lib/avb/fsl/utils.c @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2016 Freescale Semiconductor, Inc. + * Copyright 2017 NXP + * + * SPDX-License-Identifier: GPL-2.0+ + */ #include <common.h> #include <stdlib.h> |