mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 05:11:13 +02:00
ima-evm-utils: add missing license info
src/utils.c contains some common functions.
Fixes: 03f99ea6d0
("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:
@ -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>
|
||||
|
Reference in New Issue
Block a user