From f0d8bc02a7835752219cd08efc20d5e77f5343e8 Mon Sep 17 00:00:00 2001 From: Philipp Rudo Date: Wed, 27 Sep 2017 17:37:10 +0200 Subject: [PATCH] util_prg: Delete douplicate copyright header Signed-off-by: Philipp Rudo Signed-off-by: Michael Holzheu --- include/lib/util_prg.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/lib/util_prg.h b/include/lib/util_prg.h index 02b55e21..ba7d7ffe 100644 --- a/include/lib/util_prg.h +++ b/include/lib/util_prg.h @@ -18,12 +18,6 @@ #include #include -/** - * Copyright IBM Corp. 2016, 2017 - * - * s390-tools is free software; you can redistribute it and/or modify - * it under the terms of the MIT license. See LICENSE for details. - */ struct util_prg_copyright { /** Name of the copyright owner, e.g. IBM */ const char *owner;