diff options
Diffstat (limited to 'lib/libavb/avb_rsa.c')
-rw-r--r-- | lib/libavb/avb_rsa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libavb/avb_rsa.c b/lib/libavb/avb_rsa.c index 269f7d00b4..bbf15626b8 100644 --- a/lib/libavb/avb_rsa.c +++ b/lib/libavb/avb_rsa.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: MIT OR BSD-3-Clause /* * Copyright (C) 2016 The Android Open Source Project - * - * SPDX-License-Identifier: (MIT or BSD-3-Clause) */ /* Implementation of RSA signature verification which uses a pre-processed |