From 8242f46ed72839567456a00ea8aca0758c61bcb3 Mon Sep 17 00:00:00 2001 From: George Wort Date: Fri, 16 Jul 2021 11:56:48 +0100 Subject: [PATCH] Add Licence to state_compress and bitutils. Change-Id: I958daf82e5aef5bd306424dcfa7812382b266d65 --- src/util/arch/arm/bitutils.h | 1 + src/util/state_compress.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/util/arch/arm/bitutils.h b/src/util/arch/arm/bitutils.h index 0960db33..c73e623c 100644 --- a/src/util/arch/arm/bitutils.h +++ b/src/util/arch/arm/bitutils.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2017, Intel Corporation + * Copyright (c) 2021, Arm Limited * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/util/state_compress.c b/src/util/state_compress.c index fc837392..e3f50949 100644 --- a/src/util/state_compress.c +++ b/src/util/state_compress.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2017, Intel Corporation + * Copyright (c) 2021, Arm Limited * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: