From d0800aba018fed9e3895a3b15e2c735cd414d324 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 15 Sep 2009 12:51:28 +0000 Subject: missing (C) reminders --- daemons/clvmd/clvmd-corosync.c | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'daemons/clvmd/clvmd-corosync.c') 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 -- cgit