From f7e713553146abac7d2dd451ffcd8905ed69e694 Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Tue, 15 Nov 2005 10:16:52 +0100 Subject: [PATCH] [legal] seed the copyright headers I tried to get it right from the first shot. But experience showed it never works that way. So please send corrections for inaccuracies and forgotten credits. Regards, cvaroqui --- devmap_name/devmap_name.c | 3 +++ kpartx/devmapper.c | 3 +++ kpartx/dos.c | 6 ++++++ kpartx/kpartx.c | 9 +++++++++ libcheckers/directio.c | 3 +++ libcheckers/emc_clariion.c | 3 +++ libcheckers/hp_sw.c | 3 +++ libcheckers/readsector0.c | 3 +++ libcheckers/selector.c | 3 +++ libcheckers/tur.c | 5 +++++ libmultipath/alias.c | 4 ++++ libmultipath/blacklist.c | 3 +++ libmultipath/cache.c | 4 ++++ libmultipath/callout.c | 6 ++++++ libmultipath/config.c | 5 +++++ libmultipath/debug.c | 3 +++ libmultipath/defaults.c | 3 +++ libmultipath/devmapper.c | 6 ++++++ libmultipath/dict.c | 6 ++++++ libmultipath/discovery.c | 5 +++++ libmultipath/dmparser.c | 6 +++--- libmultipath/log.c | 5 +++++ libmultipath/log_pthread.c | 3 +++ libmultipath/pgpolicies.c | 2 +- libmultipath/print.c | 3 +++ libmultipath/propsel.c | 5 +++++ libmultipath/structs.c | 4 ++++ libmultipath/switchgroup.c | 3 +++ libmultipath/uxsock.c | 6 ++++++ libmultipath/vector.c | 3 +++ multipath/main.c | 8 +++++++- multipathd/cli.c | 3 +++ multipathd/cli_handlers.c | 3 +++ multipathd/main.c | 6 ++++++ multipathd/uxclnt.c | 6 ++++++ multipathd/uxlsnr.c | 8 +++++++- 36 files changed, 154 insertions(+), 6 deletions(-) diff --git a/devmap_name/devmap_name.c b/devmap_name/devmap_name.c index 6a2124e..525c348 100644 --- a/devmap_name/devmap_name.c +++ b/devmap_name/devmap_name.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + */ #include #include #include diff --git a/kpartx/devmapper.c b/kpartx/devmapper.c index 9db8b93..c4321b1 100644 --- a/kpartx/devmapper.c +++ b/kpartx/devmapper.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + */ #include #include #include diff --git a/kpartx/dos.c b/kpartx/dos.c index 896f911..8bb7615 100644 --- a/kpartx/dos.c +++ b/kpartx/dos.c @@ -1,3 +1,9 @@ +/* + * Source: copy of util-linux' partx dos.c + * + * Copyrights of the original file apply + * Copyright (c) 2005 Bastian Blank + */ #include "kpartx.h" #include "byteorder.h" #include diff --git a/kpartx/kpartx.c b/kpartx/kpartx.c index 12b80a4..5830312 100644 --- a/kpartx/kpartx.c +++ b/kpartx/kpartx.c @@ -1,4 +1,13 @@ /* + * Source: copy of util-linux' partx partx.c + * + * Copyrights of the original file applies + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Kiyoshi Ueda + * Copyright (c) 2005 Lars Soltau + */ + +/* * Given a block device and a partition table type, * try to parse the partition table, and list the * contents. Optionally add or remove partitions. diff --git a/libcheckers/directio.c b/libcheckers/directio.c index 6f52494..2c75012 100644 --- a/libcheckers/directio.c +++ b/libcheckers/directio.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Hannes Reinecke, Suse + */ #define _GNU_SOURCE #include #include diff --git a/libcheckers/emc_clariion.c b/libcheckers/emc_clariion.c index 790168b..71ecf7a 100644 --- a/libcheckers/emc_clariion.c +++ b/libcheckers/emc_clariion.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2004, 2005 Lars Marowsky-Bree + */ #include #include #include diff --git a/libcheckers/hp_sw.c b/libcheckers/hp_sw.c index 35d4fb2..6e4aac7 100644 --- a/libcheckers/hp_sw.c +++ b/libcheckers/hp_sw.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include #include #include diff --git a/libcheckers/readsector0.c b/libcheckers/readsector0.c index 10fa58c..a671dcd 100644 --- a/libcheckers/readsector0.c +++ b/libcheckers/readsector0.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + */ #include #include #include diff --git a/libcheckers/selector.c b/libcheckers/selector.c index 43f88f0..f9bea96 100644 --- a/libcheckers/selector.c +++ b/libcheckers/selector.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + */ #include #include #include diff --git a/libcheckers/tur.c b/libcheckers/tur.c index 3c76f41..56964ab 100644 --- a/libcheckers/tur.c +++ b/libcheckers/tur.c @@ -1,3 +1,8 @@ +/* + * Some code borrowed from sg-utils. + * + * Copyright (c) 2004 Christophe Varoqui + */ #include #include #include diff --git a/libmultipath/alias.c b/libmultipath/alias.c index 0addeb6..d425da6 100644 --- a/libmultipath/alias.c +++ b/libmultipath/alias.c @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + */ #include #include #include diff --git a/libmultipath/blacklist.c b/libmultipath/blacklist.c index 3a979ba..c6f68f8 100644 --- a/libmultipath/blacklist.c +++ b/libmultipath/blacklist.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + */ #include #include "memory.h" diff --git a/libmultipath/cache.c b/libmultipath/cache.c index 342f736..d646bc7 100644 --- a/libmultipath/cache.c +++ b/libmultipath/cache.c @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + * Copyright (c) 2005 Stephan Bader, IBM + */ #include #include "memory.h" diff --git a/libmultipath/callout.c b/libmultipath/callout.c index f891a69..c2ba2a4 100644 --- a/libmultipath/callout.c +++ b/libmultipath/callout.c @@ -1,3 +1,9 @@ +/* + * Source: copy of the udev package source file + * + * Copyrights of the source file apply + * Copyright (c) 2004 Christophe Varoqui + */ #include #include #include diff --git a/libmultipath/config.c b/libmultipath/config.c index 53db00c..0172cf8 100644 --- a/libmultipath/config.c +++ b/libmultipath/config.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + * Copyright (c) 2005 Edward Goggin, EMC + */ #include #include diff --git a/libmultipath/debug.c b/libmultipath/debug.c index 4c46c23..d7188b9 100644 --- a/libmultipath/debug.c +++ b/libmultipath/debug.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include #include #include diff --git a/libmultipath/defaults.c b/libmultipath/defaults.c index 3b8ecff..e665325 100644 --- a/libmultipath/defaults.c +++ b/libmultipath/defaults.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include #include "memory.h" diff --git a/libmultipath/devmapper.c b/libmultipath/devmapper.c index ee241f2..ab291ae 100644 --- a/libmultipath/devmapper.c +++ b/libmultipath/devmapper.c @@ -1,3 +1,9 @@ +/* + * snippets copied from device-mapper dmsetup.c + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Kiyoshi Ueda, NEC + * Copyright (c) 2005 Patrick Caulfield, Redhat + */ #include #include #include diff --git a/libmultipath/dict.c b/libmultipath/dict.c index 06333f0..5a7bf96 100644 --- a/libmultipath/dict.c +++ b/libmultipath/dict.c @@ -1,3 +1,9 @@ +/* + * Based on Alexandre Cassen template for keepalived + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + * Copyright (c) 2005 Kiyoshi Ueda, NEC + */ #include "vector.h" #include "hwtable.h" #include "structs.h" diff --git a/libmultipath/discovery.c b/libmultipath/discovery.c index 6a54e9b..1818a89 100644 --- a/libmultipath/discovery.c +++ b/libmultipath/discovery.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Stefan Bader, IBM + * Copyright (c) 2005 Mike Anderson + */ #include #include #include diff --git a/libmultipath/dmparser.c b/libmultipath/dmparser.c index 71deb08..a26c800 100644 --- a/libmultipath/dmparser.c +++ b/libmultipath/dmparser.c @@ -1,7 +1,7 @@ /* - * Christophe Varoqui (2004) - * This code is GPLv2, see license file - * + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Stefan Bader, IBM + * Copyright (c) 2005 Edward Goggin, EMC */ #include #include diff --git a/libmultipath/log.c b/libmultipath/log.c index 2bc81b5..8b339d7 100644 --- a/libmultipath/log.c +++ b/libmultipath/log.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + * Copyright (c) 2005 Jun'ichi Nomura, NEC + */ #include #include #include diff --git a/libmultipath/log_pthread.c b/libmultipath/log_pthread.c index 3ac13a7..f98cfa4 100644 --- a/libmultipath/log_pthread.c +++ b/libmultipath/log_pthread.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include #include #include diff --git a/libmultipath/pgpolicies.c b/libmultipath/pgpolicies.c index 5eb326f..ef827ca 100644 --- a/libmultipath/pgpolicies.c +++ b/libmultipath/pgpolicies.c @@ -1,5 +1,5 @@ /* - * Here we define the path grouping policies + * Copyright (c) 2004, 2005 Christophe Varoqui */ #include #include diff --git a/libmultipath/print.c b/libmultipath/print.c index 21ac634..03bca66 100644 --- a/libmultipath/print.c +++ b/libmultipath/print.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include #include #include diff --git a/libmultipath/propsel.c b/libmultipath/propsel.c index ac2ebf1..29c7a4c 100644 --- a/libmultipath/propsel.c +++ b/libmultipath/propsel.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + * Copyright (c) 2005 Kiyoshi Ueda, NEC + */ #include #include "vector.h" diff --git a/libmultipath/structs.c b/libmultipath/structs.c index 148d1ef..4e30dce 100644 --- a/libmultipath/structs.c +++ b/libmultipath/structs.c @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2004 Stefan Bader, IBM + */ #include #include #include diff --git a/libmultipath/switchgroup.c b/libmultipath/switchgroup.c index 8ebbae7..26f26fb 100644 --- a/libmultipath/switchgroup.c +++ b/libmultipath/switchgroup.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include "vector.h" #include "structs.h" #include "switchgroup.h" diff --git a/libmultipath/uxsock.c b/libmultipath/uxsock.c index 3f2f8e2..abb9f85 100644 --- a/libmultipath/uxsock.c +++ b/libmultipath/uxsock.c @@ -1,3 +1,9 @@ +/* + * Original author : tridge@samba.org, January 2002 + * + * Copyright (c) 2005 Christophe Varoqui + * Copyright (c) 2005 Alasdair Kergon, Redhat + */ #include #include #include diff --git a/libmultipath/vector.c b/libmultipath/vector.c index d7459ee..56eb860 100644 --- a/libmultipath/vector.c +++ b/libmultipath/vector.c @@ -14,6 +14,9 @@ * 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. + * + * Copyright (c) 2002, 2003, 2004 Alexandre Cassen + * Copyright (c) 2005 Christophe Varoqui */ #include "memory.h" diff --git a/multipath/main.c b/multipath/main.c index ba5d7a0..cdda429 100644 --- a/multipath/main.c +++ b/multipath/main.c @@ -3,7 +3,7 @@ * * Version: $Id: main.h,v 0.0.1 2003/09/18 15:13:38 cvaroqui Exp $ * - * Author: Copyright (C) 2003 Christophe Varoqui + * Author: Christophe Varoqui * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,6 +14,12 @@ * 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. + * + * Copyright (c) 2003, 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + * Copyright (c) 2005 Kiyoshi Ueda, NEC + * Copyright (c) 2005 Patrick Caulfield, Redhat + * Copyright (c) 2005 Edward Goggin, EMC */ #include diff --git a/multipathd/cli.c b/multipathd/cli.c index 044deef..39265ec 100644 --- a/multipathd/cli.c +++ b/multipathd/cli.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include #include #include diff --git a/multipathd/cli_handlers.c b/multipathd/cli_handlers.c index 047b578..afa5454 100644 --- a/multipathd/cli_handlers.c +++ b/multipathd/cli_handlers.c @@ -1,3 +1,6 @@ +/* + * Copyright (c) 2005 Christophe Varoqui + */ #include #include #include diff --git a/multipathd/main.c b/multipathd/main.c index f23a98e..548b2d1 100644 --- a/multipathd/main.c +++ b/multipathd/main.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2004, 2005 Christophe Varoqui + * Copyright (c) 2005 Kiyoshi Ueda, NEC + * Copyright (c) 2005 Benjamin Marzinski, Redhat + * Copyright (c) 2005 Edward Goggin, EMC + */ #include #include #include diff --git a/multipathd/uxclnt.c b/multipathd/uxclnt.c index 47d528c..ff7b578 100644 --- a/multipathd/uxclnt.c +++ b/multipathd/uxclnt.c @@ -1,3 +1,9 @@ +/* + * Original author : tridge@samba.org, January 2002 + * + * Copyright (c) 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + */ #include #include #include diff --git a/multipathd/uxlsnr.c b/multipathd/uxlsnr.c index 4f32e87..0bd3dc1 100644 --- a/multipathd/uxlsnr.c +++ b/multipathd/uxlsnr.c @@ -1,6 +1,12 @@ /* - * A simple domain socket listener * Original author : tridge@samba.org, January 2002 + * + * Copyright (c) 2005 Christophe Varoqui + * Copyright (c) 2005 Benjamin Marzinski, Redhat + */ + +/* + * A simple domain socket listener */ #include #include -- 2.7.4