mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 22:32:31 +02:00
ima-evm-utils: add missing license info
src/utils.c contains some common functions. Fixes: 03f99ea6d05b ("ima-evm-utils: Add support for Intel TSS2 for PCR reading") Reported-by: Petr Vorel <pvorel@suse.cz> Cc: Patrick Uiterwijk <patrick@puiterwijk.org> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
229e9e3cee
commit
4780eae3e3
@ -1,3 +1,10 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* utils: set of common functions
|
||||
*
|
||||
* Copyright (C) 2020 Patrick Uiterwijk <patrick@puiterwijk.org>
|
||||
* Copyright (C) 2010 Cyril Hrubis <chrubis@suse.cz>
|
||||
*/
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user