public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/daemons/clvmd clvmd-corosync.c clvmd-gulm ...
@ 2009-09-15 12:51 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2009-09-15 12:51 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-09-15 12:51:28

Modified files:
	daemons/clvmd  : clvmd-corosync.c clvmd-gulm.c clvmd-openais.c 
	                 refresh_clvmd.c tcp-comms.c 

Log message:
	missing (C) reminders

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/clvmd-corosync.c.diff?cvsroot=lvm2&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/clvmd-gulm.c.diff?cvsroot=lvm2&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/clvmd-openais.c.diff?cvsroot=lvm2&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/refresh_clvmd.c.diff?cvsroot=lvm2&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/tcp-comms.c.diff?cvsroot=lvm2&r1=1.19&r2=1.20

--- LVM2/daemons/clvmd/clvmd-corosync.c	2009/08/28 19:22:05	1.11
+++ LVM2/daemons/clvmd/clvmd-corosync.c	2009/09/15 12:51:28	1.12
@@ -1,14 +1,20 @@
-/******************************************************************************
-*******************************************************************************
-**
-**  Copyright (C) 2009 Red Hat, Inc. All rights reserved.
-**
-*******************************************************************************
-******************************************************************************/
+/*
+ * 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
+/*
+ * This provides the interface between clvmd and corosync/DLM as the cluster
  * and lock manager.
- *
  */
 
 #define _GNU_SOURCE
--- LVM2/daemons/clvmd/clvmd-gulm.c	2009/07/15 20:02:46	1.27
+++ LVM2/daemons/clvmd/clvmd-gulm.c	2009/09/15 12:51:28	1.28
@@ -1,13 +1,20 @@
-/******************************************************************************
-*******************************************************************************
-**
-**  Copyright (C) Sistina Software, Inc.  2002-2003  All rights reserved.
-**  Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
-**
-*******************************************************************************
-******************************************************************************/
+/*
+ * Copyright (C) 2002-2003 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004-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 gulm as the cluster
+/*
+ * This provides the interface between clvmd and gulm as the cluster
  * and lock manager.
  *
  * It also provides the "liblm" functions too as it's hard (and pointless)
@@ -17,7 +24,6 @@
  * on the cluster nodes. That is done in tcp-comms.c
  */
 
-
 #include <pthread.h>
 #include <sys/types.h>
 #include <sys/utsname.h>
--- LVM2/daemons/clvmd/clvmd-openais.c	2009/08/28 19:22:05	1.12
+++ LVM2/daemons/clvmd/clvmd-openais.c	2009/09/15 12:51:28	1.13
@@ -1,14 +1,20 @@
-/******************************************************************************
-*******************************************************************************
-**
-**  Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved.
-**
-*******************************************************************************
-******************************************************************************/
+/*
+ * Copyright (C) 2007-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 OpenAIS as the cluster
+/*
+ * This provides the interface between clvmd and OpenAIS as the cluster
  * and lock manager.
- *
  */
 
 #define _GNU_SOURCE
--- LVM2/daemons/clvmd/refresh_clvmd.c	2008/11/04 16:41:47	1.6
+++ LVM2/daemons/clvmd/refresh_clvmd.c	2009/09/15 12:51:28	1.7
@@ -15,7 +15,6 @@
 
 /*
  * Tell all clvmds in a cluster to refresh their toolcontext
- *
  */
 
 #define _GNU_SOURCE
--- LVM2/daemons/clvmd/tcp-comms.c	2008/11/04 16:41:47	1.19
+++ LVM2/daemons/clvmd/tcp-comms.c	2009/09/15 12:51:28	1.20
@@ -1,17 +1,24 @@
-/******************************************************************************
-*******************************************************************************
-**
-**  Copyright (C) Sistina Software, Inc.  2002-2003  All rights reserved.
-**  Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
-**
-*******************************************************************************
-******************************************************************************/
-
-/* This provides the inter-clvmd communications for a system without CMAN.
-   There is a listening TCP socket which accepts new connections in the
-   normal way.
-   It can also make outgoing connnections to the other clvmd nodes.
-*/
+/*
+ *  Copyright (C) 2002-2003 Sistina Software, Inc. All rights reserved.
+ *  Copyright (C) 2004-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 inter-clvmd communications for a system without CMAN.
+ * There is a listening TCP socket which accepts new connections in the
+ * normal way.
+ * It can also make outgoing connnections to the other clvmd nodes.
+ */
 
 #define _GNU_SOURCE
 #define _FILE_OFFSET_BITS 64


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-15 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15 12:51 LVM2/daemons/clvmd clvmd-corosync.c clvmd-gulm agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).