From 4e28f6749bb0886342e547dd0e2dc2d90f47e559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Fri, 29 Apr 2022 15:51:13 +0200 Subject: [PATCH] Add missing copyright header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- genprotimg/src/common.h | 7 +++++++ lsstp/lsstp.c | 9 +++++++++ ziomon/blktrace.h | 7 +++++++ 3 files changed, 23 insertions(+) diff --git a/genprotimg/src/common.h b/genprotimg/src/common.h index 401d690f..d0cef964 100644 --- a/genprotimg/src/common.h +++ b/genprotimg/src/common.h @@ -1,3 +1,10 @@ +/* + * Copyright IBM Corp. 2020, 2022 + * + * s390-tools is free software; you can redistribute it and/or modify + * it under the terms of the MIT license. See LICENSE for details. + */ + #ifndef COMMON_H #define COMMON_H diff --git a/lsstp/lsstp.c b/lsstp/lsstp.c index 93926cf1..8b29f47f 100644 --- a/lsstp/lsstp.c +++ b/lsstp/lsstp.c @@ -1,3 +1,12 @@ +/* + * lsstp - Display STP system information + * + * Copyright IBM Corp. 2020, 2022 + * + * s390-tools is free software; you can redistribute it and/or modify + * it under the terms of the MIT license. See LICENSE for details. + */ + #include #include #include diff --git a/ziomon/blktrace.h b/ziomon/blktrace.h index 050e4c3e..0c2cffac 100644 --- a/ziomon/blktrace.h +++ b/ziomon/blktrace.h @@ -1,3 +1,10 @@ +/* + * Copyright IBM Corp. 2008, 2022 + * + * s390-tools is free software; you can redistribute it and/or modify + * it under the terms of the MIT license. See LICENSE for details. + */ + #ifndef BLKTRACE_H #define BLKTRACE_H