Add missing copyright header

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2022-04-29 15:51:13 +02:00
parent 5f08033bb8
commit 4e28f6749b
3 changed files with 23 additions and 0 deletions

View File

@@ -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 #ifndef COMMON_H
#define COMMON_H #define COMMON_H

View File

@@ -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 <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>

View File

@@ -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 #ifndef BLKTRACE_H
#define BLKTRACE_H #define BLKTRACE_H