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
+9
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 <stdlib.h>
#include <stdarg.h>