summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>