chore: add missing license header.

This commit is contained in:
Antoniu Pop
2022-01-04 09:27:34 +00:00
committed by Quentin Bourgerie
parent 84f01f78d6
commit 9deaa1400e

View File

@@ -1,3 +1,8 @@
// Part of the Concrete Compiler Project, under the BSD3 License with Zama
// Exceptions. See
// https://github.com/zama-ai/homomorphizer/blob/master/LICENSE.txt for license
// information.
#include <assert.h>
#include <concretelang/Runtime/context.h>
#include <stdio.h>