summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvmd-corosync.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-09-15 12:51:28 +0000
committerAlasdair Kergon <agk@redhat.com>2009-09-15 12:51:28 +0000
commitd0800aba018fed9e3895a3b15e2c735cd414d324 (patch)
tree7e90e3bf6add3b973098e936025e64314053c9e5 /daemons/clvmd/clvmd-corosync.c
parent6087b1581ddc35d548e212c50dcf7781a09ddf09 (diff)
downloadlvm2-d0800aba018fed9e3895a3b15e2c735cd414d324.tar.gz
lvm2-d0800aba018fed9e3895a3b15e2c735cd414d324.tar.xz
lvm2-d0800aba018fed9e3895a3b15e2c735cd414d324.zip
missing (C) reminders
Diffstat (limited to 'daemons/clvmd/clvmd-corosync.c')
-rw-r--r--daemons/clvmd/clvmd-corosync.c26
1 files changed, 16 insertions, 10 deletions
diff --git a/daemons/clvmd/clvmd-corosync.c b/daemons/clvmd/clvmd-corosync.c
index 239942ca..37281530 100644
--- a/daemons/clvmd/clvmd-corosync.c
+++ b/daemons/clvmd/clvmd-corosync.c
@@ -1,14 +1,20 @@
-/******************************************************************************
-*******************************************************************************
-**
-** Copyright (C) 2009 Red Hat, Inc. All rights reserved.
-**
-*******************************************************************************
-******************************************************************************/
-
-/* This provides the interface between clvmd and corosync/DLM as the cluster
- * and lock manager.
+/*
+ * Copyright (C) 2009 Red Hat, Inc. All rights reserved.
+ *
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License v.2.1.
*
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+/*
+ * This provides the interface between clvmd and corosync/DLM as the cluster
+ * and lock manager.
*/
#define _GNU_SOURCE