summaryrefslogtreecommitdiffstats
path: root/sys-utils/lsmem.c
diff options
context:
space:
mode:
authorKarel Zak2016-11-07 11:43:12 +0100
committerKarel Zak2016-11-09 10:02:32 +0100
commita5c4535b0df9e122025d804b27831dc1d38c73a9 (patch)
tree6220b237c28a80b0076e9cf1352324762495ff77 /sys-utils/lsmem.c
parenttests: add x86_64-16g lsmem test (diff)
downloadkernel-qcow2-util-linux-a5c4535b0df9e122025d804b27831dc1d38c73a9.tar.gz
kernel-qcow2-util-linux-a5c4535b0df9e122025d804b27831dc1d38c73a9.tar.xz
kernel-qcow2-util-linux-a5c4535b0df9e122025d804b27831dc1d38c73a9.zip
lsmem: add Copyright
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/lsmem.c')
-rw-r--r--sys-utils/lsmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lsmem.c b/sys-utils/lsmem.c
index 1dcf8a8e4..2210339a3 100644
--- a/sys-utils/lsmem.c
+++ b/sys-utils/lsmem.c
@@ -2,6 +2,7 @@
* lsmem - Show memory configuration
*
* Copyright IBM Corp. 2016
+ * Copyright (C) 2016 Karel Zak <kzak@redhat.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,7 +18,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
#include <c.h>
#include <nls.h>
#include <path.h>