summaryrefslogtreecommitdiffstats
path: root/sys-utils/setarch.c
diff options
context:
space:
mode:
authorKarel Zak2007-08-21 10:52:02 +0200
committerKarel Zak2007-08-21 10:52:02 +0200
commit8855c38d04b40ed01bed66b4ccff0420a7ceddd9 (patch)
treea867084b2b5b8b148c830baddf8c944c2690b0f3 /sys-utils/setarch.c
parentdocs: update AUTHORS file (diff)
downloadkernel-qcow2-util-linux-8855c38d04b40ed01bed66b4ccff0420a7ceddd9.tar.gz
kernel-qcow2-util-linux-8855c38d04b40ed01bed66b4ccff0420a7ceddd9.tar.xz
kernel-qcow2-util-linux-8855c38d04b40ed01bed66b4ccff0420a7ceddd9.zip
setarch: cleanup licensing note
Signed-off-by: Jindrich Novy <jnovy@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/setarch.c')
-rw-r--r--sys-utils/setarch.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/sys-utils/setarch.c b/sys-utils/setarch.c
index 156e5f8c4..17ab7e08f 100644
--- a/sys-utils/setarch.c
+++ b/sys-utils/setarch.c
@@ -1,5 +1,18 @@
-/* Copyright (C) 2003-2006 Red Hat, Inc.
- * Licensed under the terms of the GPL
+/*
+ * Copyright (C) 2003-2007 Red Hat, Inc.
+ *
+ * This file is part of util-linux-ng.
+ *
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This file is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
*
* Written by Elliot Lee <sopwith@redhat.com>
* New personality options & code added by Jindrich Novy <jnovy@redhat.com>