diff options
author | Tom Rini | 2018-06-19 11:21:44 -0400 |
---|---|---|
committer | Tom Rini | 2018-06-19 11:55:05 -0400 |
commit | 897a1d947e7e50cf03113dcbe505ffb63dce45a9 (patch) | |
tree | f1aeb5a2e73d9110f76f6c4199d7664718c6230a /lib/libavb/avb_crypto.h | |
parent | e3f7c4f851c0410a86d9455b3c31b0290e7401f9 (diff) |
libavb: Update SPDX tag style
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'lib/libavb/avb_crypto.h')
-rw-r--r-- | lib/libavb/avb_crypto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libavb/avb_crypto.h b/lib/libavb/avb_crypto.h index cede08f1bc6..d8f649b137c 100644 --- a/lib/libavb/avb_crypto.h +++ b/lib/libavb/avb_crypto.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: MIT */ /* * Copyright (C) 2016 The Android Open Source Project - * - * SPDX-License-Identifier: MIT */ #if !defined(AVB_INSIDE_LIBAVB_H) && !defined(AVB_COMPILATION) |