From 37e94bd191701a08e0081b2027cfbede6d76a21c Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 4 Jun 2023 08:13:23 +0200 Subject: treewide: Change to GPLv2, add LICENSES, missing headers As discussed with Alice -- 'reuse lint' passes now. Signed-off-by: Stefano Brivio --- common/common.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common/common.c') diff --git a/common/common.c b/common/common.c index f67f175..e13c214 100644 --- a/common/common.c +++ b/common/common.c @@ -1,3 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + +/* seitan - Syscall Expressive Interpreter, Transformer and Notifier + * + * common/common.c - Common routines for seitan, seitan-eater and seitan-cooker + * + * Copyright 2023 Red Hat GmbH + * Authors: Alice Frosi + * Stefano Brivio + */ + #define _GNU_SOURCE #include #include -- cgit v1.2.3