From 5fe037e5b9d08b582cef6ce4d972e197accccb2e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 21 Dec 2010 18:48:14 +0000 Subject: [PATCH] Updated my e-mail address in copyright statements and README files. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3175 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/README | 2 +- iscsi-scst/README_in-tree | 2 +- scripts/blockdev-perftest | 2 +- scripts/filter-trace-entry-exit | 2 +- scripts/generate-kernel-patch | 2 +- scripts/generate-patched-kernel | 2 +- scripts/list-double-blank-lines | 2 +- scripts/monitor-memory-usage | 2 +- scripts/run-regression-tests | 4 ++-- scripts/specialize-patch | 2 +- scst/README | 2 +- scst/README_in-tree | 2 +- scstadmin/init.d/qla2x00t | 2 +- scstadmin/init.d/qla2x00t.gentoo | 2 +- scstadmin/init.d/scst | 2 +- scstadmin/init.d/scst.gentoo | 2 +- srpt/README | 2 +- srpt/README_in-tree | 2 +- srpt/src/ib_srpt.c | 2 +- srpt/src/ib_srpt.h | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/iscsi-scst/README b/iscsi-scst/README index 4663afe36..db08f3553 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -922,7 +922,7 @@ Thanks to: * Tomasz Chmielewski for testing and suggestions - * Bart Van Assche for a lot of help + * Bart Van Assche for a lot of help Vladislav Bolkhovitin , http://scst.sourceforge.net diff --git a/iscsi-scst/README_in-tree b/iscsi-scst/README_in-tree index 557e55ce9..85ae8cee4 100644 --- a/iscsi-scst/README_in-tree +++ b/iscsi-scst/README_in-tree @@ -742,7 +742,7 @@ Thanks to: * Tomasz Chmielewski for testing and suggestions - * Bart Van Assche for a lot of help + * Bart Van Assche for a lot of help Vladislav Bolkhovitin , http://scst.sourceforge.net diff --git a/scripts/blockdev-perftest b/scripts/blockdev-perftest index 860317937..3d099f493 100755 --- a/scripts/blockdev-perftest +++ b/scripts/blockdev-perftest @@ -8,7 +8,7 @@ # operation of this script is similar to iozone, while this script is easier # to use. # -# Copyright (C) 2009 Bart Van Assche . +# Copyright (C) 2009 Bart Van Assche . # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/filter-trace-entry-exit b/scripts/filter-trace-entry-exit index 5b889a4cc..6d9c49dd3 100755 --- a/scripts/filter-trace-entry-exit +++ b/scripts/filter-trace-entry-exit @@ -5,7 +5,7 @@ # Script for filtering TRACE_ENTRY(), TRACE_EXIT() and TRACE_EXIT_RES() # statements from a patch. # -# Copyright (C) 2009 Bart Van Assche +# Copyright (C) 2009 Bart Van Assche # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 1d9c1d34d..dc225b67e 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -5,7 +5,7 @@ # Script for converting the SCST source tree as it exists in the Subversion # repository to a Linux kernel patch. # -# Copyright (C) 2008-2009 Bart Van Assche +# Copyright (C) 2008-2009 Bart Van Assche # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/generate-patched-kernel b/scripts/generate-patched-kernel index 50471983e..09efbd915 100755 --- a/scripts/generate-patched-kernel +++ b/scripts/generate-patched-kernel @@ -4,7 +4,7 @@ # # Script for generating a kernel source tree with the SCST patches applied. # -# Copyright (C) 2010 Bart Van Assche +# Copyright (C) 2010 Bart Van Assche # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/list-double-blank-lines b/scripts/list-double-blank-lines index 285144a5c..d5150043f 100755 --- a/scripts/list-double-blank-lines +++ b/scripts/list-double-blank-lines @@ -5,7 +5,7 @@ # Script that takes a patch as input and lists the line numbers of double # blank lines in the input. # -# Copyright (C) 2009 Bart Van Assche +# Copyright (C) 2009 Bart Van Assche # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/monitor-memory-usage b/scripts/monitor-memory-usage index 7e89b342a..e43cd6b12 100755 --- a/scripts/monitor-memory-usage +++ b/scripts/monitor-memory-usage @@ -4,7 +4,7 @@ # # Script for monitoring system-wide memory usage. # -# Copyright (C) 2009 Bart Van Assche . +# Copyright (C) 2009 Bart Van Assche . # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index c7c9e8d01..53ab29439 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -4,7 +4,7 @@ # # Script for running those SCST regression tests that can be run automatically. # -# Copyright (C) 2008-2009 Bart Van Assche +# Copyright (C) 2008-2009 Bart Van Assche # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -127,7 +127,7 @@ kmemcheck_annotate_bitfield() macro. An example of such a warning: include/net/inet_sock.h:208:17: warning: do-while statement is not a compound statement -Signed-off-by: Bart Van Assche +Signed-off-by: Bart Van Assche Cc: Vegard Nossum Cc: Andrew Morton diff --git a/scripts/specialize-patch b/scripts/specialize-patch index 3b1c5bded..d9d07c378 100755 --- a/scripts/specialize-patch +++ b/scripts/specialize-patch @@ -5,7 +5,7 @@ # Script that removes preprocessor checks on the kernel version. Somewhat # related to the v4l-scripts-gentree.pl script. # -# Copyright (C) 2008-2009 Bart Van Assche +# Copyright (C) 2008-2009 Bart Van Assche # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scst/README b/scst/README index d362ffd0f..d93351ccd 100644 --- a/scst/README +++ b/scst/README @@ -1977,7 +1977,7 @@ Thanks to: * Jianxi Chen for fixing problem with devices >2TB in size - * Bart Van Assche for a lot of help + * Bart Van Assche for a lot of help * University of New Hampshire Interoperability Labs (UNH IOL, http://www.iol.unh.edu) for UNH-iSCSI project (http://www.iol.unh.edu/consortiums/iscsi/index.html) diff --git a/scst/README_in-tree b/scst/README_in-tree index 333daa5cd..8f8c4d825 100644 --- a/scst/README_in-tree +++ b/scst/README_in-tree @@ -1465,7 +1465,7 @@ Thanks to: * Jianxi Chen for fixing problem with devices >2TB in size - * Bart Van Assche for a lot of help + * Bart Van Assche for a lot of help * Daniel Debonzi for a big part of the initial SCST sysfs tree implementation diff --git a/scstadmin/init.d/qla2x00t b/scstadmin/init.d/qla2x00t index 6d6960a3d..1b243233c 100755 --- a/scstadmin/init.d/qla2x00t +++ b/scstadmin/init.d/qla2x00t @@ -1,7 +1,7 @@ #!/bin/sh # # Copyright (C) 2008 Mark Buechler -# Copyright (C) 2009 Bart Van Assche +# Copyright (C) 2009 Bart Van Assche # This software is made available under the GPLv2 license. # # System startup script for the QLogic 22xx/23xx card target driver. diff --git a/scstadmin/init.d/qla2x00t.gentoo b/scstadmin/init.d/qla2x00t.gentoo index bbf36fcdc..42a1ca229 100755 --- a/scstadmin/init.d/qla2x00t.gentoo +++ b/scstadmin/init.d/qla2x00t.gentoo @@ -1,7 +1,7 @@ #!/sbin/runscript # # Copyright (C) 2008 Mark Buechler -# Copyright (C) 2009 Bart Van Assche +# Copyright (C) 2009 Bart Van Assche # Copyright (C) 2010 Scott Bowe # This software is made available under the GPLv2 license. # diff --git a/scstadmin/init.d/scst b/scstadmin/init.d/scst index 0cb3af44d..bcde3f5ab 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -1,7 +1,7 @@ #!/bin/sh # # Copyright (C) 2008 Mark Buechler -# Copyright (C) 2009 Bart Van Assche +# Copyright (C) 2009 Bart Van Assche # This software is made available under the GPLv2 license. # # System startup script for the SCST core functionality. diff --git a/scstadmin/init.d/scst.gentoo b/scstadmin/init.d/scst.gentoo index c68ba89a9..71216b81c 100755 --- a/scstadmin/init.d/scst.gentoo +++ b/scstadmin/init.d/scst.gentoo @@ -1,7 +1,7 @@ #!/sbin/runscript # # Copyright (C) 2008 Mark Buechler -# Copyright (C) 2009 Bart Van Assche +# Copyright (C) 2009 Bart Van Assche # Copyright (C) 2010 Scott Bowe # This software is made available under the GPLv2 license. # diff --git a/srpt/README b/srpt/README index eaf798e4c..71f4df233 100644 --- a/srpt/README +++ b/srpt/README @@ -208,4 +208,4 @@ Performance Notes - Initiator Side Send questions about this driver to scst-devel@lists.sourceforge.net, CC: -Vu Pham and Bart Van Assche . +Vu Pham and Bart Van Assche . diff --git a/srpt/README_in-tree b/srpt/README_in-tree index 6f8b3caaa..8261307a6 100644 --- a/srpt/README_in-tree +++ b/srpt/README_in-tree @@ -109,4 +109,4 @@ internal thread you should load ib_srpt module with parameter Send questions about this driver to scst-devel@lists.sourceforge.net, CC: -Vu Pham and Bart Van Assche . +Vu Pham and Bart Van Assche . diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 512adf5e6..3023a0f84 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2006 - 2009 Mellanox Technology Inc. All rights reserved. + * Copyright (C) 2008 - 2010 Bart Van Assche . * Copyright (C) 2008 Vladislav Bolkhovitin - * Copyright (C) 2008 - 2010 Bart Van Assche * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index b970c1670..5240257ea 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2006 - 2009 Mellanox Technology Inc. All rights reserved. - * Copyright (C) 2009 - 2010 Bart Van Assche + * Copyright (C) 2009 - 2010 Bart Van Assche * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU