From 455a69622836505a71d9d3fea61abd1e4ef5ca16 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 6 Jan 2011 20:17:38 +0000 Subject: [PATCH] Merge of the trunk's r3200: Copyrights updated git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@3201 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 3 ++- iscsi-scst/include/iscsi_scst.h | 3 ++- iscsi-scst/include/iscsi_scst_ver.h | 3 ++- iscsi-scst/kernel/Makefile | 31 +++++++++++++------------- iscsi-scst/kernel/config.c | 3 ++- iscsi-scst/kernel/conn.c | 3 ++- iscsi-scst/kernel/digest.c | 3 ++- iscsi-scst/kernel/digest.h | 3 ++- iscsi-scst/kernel/event.c | 3 ++- iscsi-scst/kernel/iscsi.c | 3 ++- iscsi-scst/kernel/iscsi.h | 3 ++- iscsi-scst/kernel/iscsi_dbg.h | 3 ++- iscsi-scst/kernel/iscsi_hdr.h | 3 ++- iscsi-scst/kernel/nthread.c | 3 ++- iscsi-scst/kernel/param.c | 3 ++- iscsi-scst/kernel/session.c | 3 ++- iscsi-scst/kernel/target.c | 3 ++- iscsi-scst/usr/Makefile | 23 ++++++++++--------- iscsi-scst/usr/chap.c | 3 ++- iscsi-scst/usr/config.c | 3 ++- iscsi-scst/usr/conn.c | 3 ++- iscsi-scst/usr/ctldev.c | 3 ++- iscsi-scst/usr/event.c | 3 ++- iscsi-scst/usr/iscsi_adm.c | 3 ++- iscsi-scst/usr/iscsi_adm.h | 3 ++- iscsi-scst/usr/iscsi_hdr.h | 3 ++- iscsi-scst/usr/iscsi_scstd.c | 3 ++- iscsi-scst/usr/iscsid.c | 3 ++- iscsi-scst/usr/iscsid.h | 3 ++- iscsi-scst/usr/isns.c | 7 +++--- iscsi-scst/usr/isns_proto.h | 3 ++- iscsi-scst/usr/log.c | 3 ++- iscsi-scst/usr/message.c | 3 ++- iscsi-scst/usr/misc.h | 3 ++- iscsi-scst/usr/param.c | 3 ++- iscsi-scst/usr/param.h | 3 ++- iscsi-scst/usr/session.c | 3 ++- iscsi-scst/usr/target.c | 3 ++- iscsi-scst/usr/types.h | 3 ++- qla2x00t/qla2x00-target/Makefile | 4 ++-- qla2x00t/qla2x00-target/qla2x00t.c | 3 ++- qla2x00t/qla2x00-target/qla2x00t.h | 3 ++- qla2x00t/qla2x_tgt.h | 3 ++- qla2x00t/qla2x_tgt_def.h | 3 ++- scst/Makefile | 3 ++- scst/include/scst.h | 3 ++- scst/include/scst_const.h | 3 ++- scst/include/scst_debug.h | 3 ++- scst/include/scst_sgv.h | 3 ++- scst/include/scst_user.h | 3 ++- scst/src/Makefile | 3 ++- scst/src/dev_handlers/Makefile | 3 ++- scst/src/dev_handlers/scst_cdrom.c | 3 ++- scst/src/dev_handlers/scst_changer.c | 3 ++- scst/src/dev_handlers/scst_disk.c | 3 ++- scst/src/dev_handlers/scst_modisk.c | 3 ++- scst/src/dev_handlers/scst_processor.c | 3 ++- scst/src/dev_handlers/scst_raid.c | 3 ++- scst/src/dev_handlers/scst_tape.c | 3 ++- scst/src/dev_handlers/scst_user.c | 3 ++- scst/src/dev_handlers/scst_vdisk.c | 3 ++- scst/src/scst_debug.c | 3 ++- scst/src/scst_lib.c | 3 ++- scst/src/scst_main.c | 3 ++- scst/src/scst_mem.c | 3 ++- scst/src/scst_mem.h | 3 ++- scst/src/scst_module.c | 3 ++- scst/src/scst_pres.c | 2 +- scst/src/scst_pres.h | 2 +- scst/src/scst_priv.h | 3 ++- scst/src/scst_proc.c | 3 ++- scst/src/scst_sysfs.c | 3 ++- scst/src/scst_targ.c | 3 ++- scst_local/scst_local.c | 2 +- usr/fileio/Makefile | 3 ++- usr/fileio/common.c | 3 ++- usr/fileio/common.h | 3 ++- usr/fileio/debug.c | 3 ++- usr/fileio/debug.h | 3 ++- usr/fileio/fileio.c | 3 ++- 80 files changed, 183 insertions(+), 107 deletions(-) diff --git a/Makefile b/Makefile index 576df5a48..d8fb53244 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin # Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # # 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/iscsi-scst/include/iscsi_scst.h b/iscsi-scst/include/iscsi_scst.h index 3542c3506..03a0fb9f0 100644 --- a/iscsi-scst/include/iscsi_scst.h +++ b/iscsi-scst/include/iscsi_scst.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index 913aa1a1f..0d95da646 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/Makefile b/iscsi-scst/kernel/Makefile index c68afabce..f3ebdd05a 100644 --- a/iscsi-scst/kernel/Makefile +++ b/iscsi-scst/kernel/Makefile @@ -1,24 +1,25 @@ # -# Makefile for the kernel part of iSCSI-SCST. +# Makefile for the kernel part of iSCSI-SCST. # -# Copyright (C) 2007 - 2010 Vladislav Bolkhovitin -# Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, version 2 -# of the License. +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation, version 2 +# of the License. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# Note! Dependencies are done automatically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (not a .c file). +# Note! Dependencies are done automatically by 'make dep', which also +# removes any old dependencies. DON'T put your own dependencies here +# unless it's something special (not a .c file). # -# Note 2! The CFLAGS definitions are now in the main makefile. +# Note 2! The CFLAGS definitions are now in the main makefile. cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;) diff --git a/iscsi-scst/kernel/config.c b/iscsi-scst/kernel/config.c index 952b8f651..f9f12dbc4 100644 --- a/iscsi-scst/kernel/config.c +++ b/iscsi-scst/kernel/config.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/conn.c b/iscsi-scst/kernel/conn.c index cc2522787..a1d5c5389 100644 --- a/iscsi-scst/kernel/conn.c +++ b/iscsi-scst/kernel/conn.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/digest.c b/iscsi-scst/kernel/digest.c index b7be41a56..66187a3f9 100644 --- a/iscsi-scst/kernel/digest.c +++ b/iscsi-scst/kernel/digest.c @@ -3,8 +3,9 @@ * * Copyright (C) 2004 - 2006 Xiranet Communications GmbH * - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/digest.h b/iscsi-scst/kernel/digest.h index 46f7e374a..8cdc1951f 100644 --- a/iscsi-scst/kernel/digest.h +++ b/iscsi-scst/kernel/digest.h @@ -2,8 +2,9 @@ * iSCSI digest handling. * * Copyright (C) 2004 Xiranet Communications GmbH - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/event.c b/iscsi-scst/kernel/event.c index bf3dea082..72eff85e0 100644 --- a/iscsi-scst/kernel/event.c +++ b/iscsi-scst/kernel/event.c @@ -2,8 +2,9 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 62b54b05c..89853b42a 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/iscsi.h b/iscsi-scst/kernel/iscsi.h index 9ec8879b8..e3b51f401 100644 --- a/iscsi-scst/kernel/iscsi.h +++ b/iscsi-scst/kernel/iscsi.h @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/iscsi_dbg.h b/iscsi-scst/kernel/iscsi_dbg.h index 56eae5295..31fdcdaae 100644 --- a/iscsi-scst/kernel/iscsi_dbg.h +++ b/iscsi-scst/kernel/iscsi_dbg.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/iscsi_hdr.h b/iscsi-scst/kernel/iscsi_hdr.h index 8a406fc56..34ce6b338 100644 --- a/iscsi-scst/kernel/iscsi_hdr.h +++ b/iscsi-scst/kernel/iscsi_hdr.h @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index 79c1f1bda..13d41b3e5 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -2,8 +2,9 @@ * Network threads. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/param.c b/iscsi-scst/kernel/param.c index 9ad4060d9..ff6d7a746 100644 --- a/iscsi-scst/kernel/param.c +++ b/iscsi-scst/kernel/param.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/session.c b/iscsi-scst/kernel/session.c index a9ee50dec..395cb5872 100644 --- a/iscsi-scst/kernel/session.c +++ b/iscsi-scst/kernel/session.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/kernel/target.c b/iscsi-scst/kernel/target.c index f8d345518..e9197d6e0 100644 --- a/iscsi-scst/kernel/target.c +++ b/iscsi-scst/kernel/target.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/Makefile b/iscsi-scst/usr/Makefile index 535b210f1..68e8c265a 100644 --- a/iscsi-scst/usr/Makefile +++ b/iscsi-scst/usr/Makefile @@ -1,18 +1,19 @@ # -# Makefile for the user space part of iSCSI-SCST. +# Makefile for the user space part of iSCSI-SCST. # -# Copyright (C) 2007 - 2010 Vladislav Bolkhovitin -# Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, version 2 -# of the License. +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation, version 2 +# of the License. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. SRCS_D = iscsid.c iscsi_scstd.c conn.c session.c target.c message.c ctldev.c \ log.c chap.c event.c param.c config.c isns.c md5.c sha1.c diff --git a/iscsi-scst/usr/chap.c b/iscsi-scst/usr/chap.c index b86163660..0594bb7af 100644 --- a/iscsi-scst/usr/chap.c +++ b/iscsi-scst/usr/chap.c @@ -3,8 +3,9 @@ * * Copyright (C) 2004 Xiranet Communications GmbH * Copyright (C) 2002 - 2003 Ardis Technolgies , - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * and code taken from UNH iSCSI software: * Copyright (C) 2001-2003 InterOperability Lab (IOL) diff --git a/iscsi-scst/usr/config.c b/iscsi-scst/usr/config.c index 2e67c670d..95ba23558 100644 --- a/iscsi-scst/usr/config.c +++ b/iscsi-scst/usr/config.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/conn.c b/iscsi-scst/usr/conn.c index 94b5ce632..ee60fb931 100644 --- a/iscsi-scst/usr/conn.c +++ b/iscsi-scst/usr/conn.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/ctldev.c b/iscsi-scst/usr/ctldev.c index 7e4dff1c4..e17531a38 100644 --- a/iscsi-scst/usr/ctldev.c +++ b/iscsi-scst/usr/ctldev.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/event.c b/iscsi-scst/usr/event.c index cdbe7d18c..53c7d0f13 100644 --- a/iscsi-scst/usr/event.c +++ b/iscsi-scst/usr/event.c @@ -2,8 +2,9 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/iscsi_adm.c b/iscsi-scst/usr/iscsi_adm.c index 6a738adc5..4e27297e3 100644 --- a/iscsi-scst/usr/iscsi_adm.c +++ b/iscsi-scst/usr/iscsi_adm.c @@ -2,8 +2,9 @@ * iscsi_adm - manage iSCSI-SCST Target software. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/iscsi_adm.h b/iscsi-scst/usr/iscsi_adm.h index 741b2506f..c7486ef79 100644 --- a/iscsi-scst/usr/iscsi_adm.h +++ b/iscsi-scst/usr/iscsi_adm.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/iscsi_hdr.h b/iscsi-scst/usr/iscsi_hdr.h index df4a6062b..531858980 100644 --- a/iscsi-scst/usr/iscsi_hdr.h +++ b/iscsi-scst/usr/iscsi_hdr.h @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/iscsi_scstd.c b/iscsi-scst/usr/iscsi_scstd.c index acde70c97..76788d54e 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/iscsid.c b/iscsi-scst/usr/iscsid.c index 9809a0362..8b5c53dad 100644 --- a/iscsi-scst/usr/iscsid.c +++ b/iscsi-scst/usr/iscsid.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/iscsid.h b/iscsi-scst/usr/iscsid.h index 6d761ffa8..eca1024ae 100644 --- a/iscsi-scst/usr/iscsid.h +++ b/iscsi-scst/usr/iscsid.h @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/isns.c b/iscsi-scst/usr/isns.c index ae2a6bb7f..777e44880 100644 --- a/iscsi-scst/usr/isns.c +++ b/iscsi-scst/usr/isns.c @@ -1,9 +1,10 @@ /* * iSNS functions * - * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2006 FUJITA Tomonori + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/iscsi-scst/usr/isns_proto.h b/iscsi-scst/usr/isns_proto.h index 1382244ef..7e4e37394 100644 --- a/iscsi-scst/usr/isns_proto.h +++ b/iscsi-scst/usr/isns_proto.h @@ -2,8 +2,9 @@ * iSNS protocol data types * * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/iscsi-scst/usr/log.c b/iscsi-scst/usr/log.c index 57d86425c..c7d6d54a5 100644 --- a/iscsi-scst/usr/log.c +++ b/iscsi-scst/usr/log.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/message.c b/iscsi-scst/usr/message.c index 369e3f34b..02690fac9 100644 --- a/iscsi-scst/usr/message.c +++ b/iscsi-scst/usr/message.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/misc.h b/iscsi-scst/usr/misc.h index cfcee1cc7..437524a4c 100644 --- a/iscsi-scst/usr/misc.h +++ b/iscsi-scst/usr/misc.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/param.c b/iscsi-scst/usr/param.c index ab1d088a4..5ff582cd5 100644 --- a/iscsi-scst/usr/param.c +++ b/iscsi-scst/usr/param.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/param.h b/iscsi-scst/usr/param.h index c574c8e35..f6f91c72d 100644 --- a/iscsi-scst/usr/param.h +++ b/iscsi-scst/usr/param.h @@ -1,7 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/session.c b/iscsi-scst/usr/session.c index 1836d7477..3bdb3d8f8 100644 --- a/iscsi-scst/usr/session.c +++ b/iscsi-scst/usr/session.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/target.c b/iscsi-scst/usr/target.c index db477543e..e118ebdaf 100644 --- a/iscsi-scst/usr/target.c +++ b/iscsi-scst/usr/target.c @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/iscsi-scst/usr/types.h b/iscsi-scst/usr/types.h index 6abbf1804..04440a9e2 100644 --- a/iscsi-scst/usr/types.h +++ b/iscsi-scst/usr/types.h @@ -1,7 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index 253933f0b..75b459084 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -1,10 +1,10 @@ # # Qlogic 2x00 SCSI target driver makefile # -# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin -# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2006 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # # 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/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 8037d0812..503d066f1 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -1,10 +1,11 @@ /* * qla2x00t.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2006 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * QLogic 22xx/23xx/24xx/25xx FC target driver. * diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index ded68c8ce..c1a74ed97 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -1,10 +1,11 @@ /* * qla2x00t.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2006 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * QLogic 22xx/23xx/24xx/25xx FC target driver. * diff --git a/qla2x00t/qla2x_tgt.h b/qla2x00t/qla2x_tgt.h index b2ae54ea2..54e02e9e6 100644 --- a/qla2x00t/qla2x_tgt.h +++ b/qla2x00t/qla2x_tgt.h @@ -1,10 +1,11 @@ /* * qla2x_tgt.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Additional file for the target driver support. * diff --git a/qla2x00t/qla2x_tgt_def.h b/qla2x00t/qla2x_tgt_def.h index 9e5b30a87..e99c4e560 100644 --- a/qla2x00t/qla2x_tgt_def.h +++ b/qla2x00t/qla2x_tgt_def.h @@ -1,10 +1,11 @@ /* * qla2x_tgt_def.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Additional file for the target driver support. * diff --git a/scst/Makefile b/scst/Makefile index 9842f5375..96d86c0ec 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -1,9 +1,10 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # # 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/include/scst.h b/scst/include/scst.h index 88a87b211..28d702f65 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1,9 +1,10 @@ /* * include/scst.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Main SCSI target mid-level include file. * diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index b06dbdc37..29bfd1ee5 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -1,8 +1,9 @@ /* * include/scst_const.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Contains common SCST constants. * diff --git a/scst/include/scst_debug.h b/scst/include/scst_debug.h index f836ceb3c..e4fa36936 100644 --- a/scst/include/scst_debug.h +++ b/scst/include/scst_debug.h @@ -1,9 +1,10 @@ /* * include/scst_debug.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Contains macroses for execution tracing and error reporting * diff --git a/scst/include/scst_sgv.h b/scst/include/scst_sgv.h index 3a7e9ca25..14916f83c 100644 --- a/scst/include/scst_sgv.h +++ b/scst/include/scst_sgv.h @@ -1,8 +1,9 @@ /* * include/scst_sgv.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Include file for SCST SGV cache. * diff --git a/scst/include/scst_user.h b/scst/include/scst_user.h index d11696142..7812192ff 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -1,8 +1,9 @@ /* * include/scst_user.h * - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Contains constants and data structures for scst_user module. * See http://scst.sourceforge.net/doc/scst_user_spec.txt or diff --git a/scst/src/Makefile b/scst/src/Makefile index b21a60d3a..23e3dd7d4 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -1,9 +1,10 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # # 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/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index 45e92e719..138769b82 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -1,9 +1,10 @@ # # SCSI target mid-level dev handler's makefile # -# Copyright (C) 2004 - 2010 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # # 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/src/dev_handlers/scst_cdrom.c b/scst/src/dev_handlers/scst_cdrom.c index 972b64896..2f83c3e72 100644 --- a/scst/src/dev_handlers/scst_cdrom.c +++ b/scst/src/dev_handlers/scst_cdrom.c @@ -1,9 +1,10 @@ /* * scst_cdrom.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI CDROM (type 5) dev handler * diff --git a/scst/src/dev_handlers/scst_changer.c b/scst/src/dev_handlers/scst_changer.c index 0f1a57de3..29d2beaa7 100644 --- a/scst/src/dev_handlers/scst_changer.c +++ b/scst/src/dev_handlers/scst_changer.c @@ -1,9 +1,10 @@ /* * scst_changer.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI medium changer (type 8) dev handler * diff --git a/scst/src/dev_handlers/scst_disk.c b/scst/src/dev_handlers/scst_disk.c index 77cacec0c..556676efb 100644 --- a/scst/src/dev_handlers/scst_disk.c +++ b/scst/src/dev_handlers/scst_disk.c @@ -1,9 +1,10 @@ /* * scst_disk.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI disk (type 0) dev handler * & diff --git a/scst/src/dev_handlers/scst_modisk.c b/scst/src/dev_handlers/scst_modisk.c index 90abf14e1..147f6d1a3 100644 --- a/scst/src/dev_handlers/scst_modisk.c +++ b/scst/src/dev_handlers/scst_modisk.c @@ -1,9 +1,10 @@ /* * scst_modisk.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI MO disk (type 7) dev handler * & diff --git a/scst/src/dev_handlers/scst_processor.c b/scst/src/dev_handlers/scst_processor.c index c2910af60..307d77bca 100644 --- a/scst/src/dev_handlers/scst_processor.c +++ b/scst/src/dev_handlers/scst_processor.c @@ -1,9 +1,10 @@ /* * scst_processor.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI medium processor (type 3) dev handler * diff --git a/scst/src/dev_handlers/scst_raid.c b/scst/src/dev_handlers/scst_raid.c index fd4dfcc24..5b4bbd50c 100644 --- a/scst/src/dev_handlers/scst_raid.c +++ b/scst/src/dev_handlers/scst_raid.c @@ -1,9 +1,10 @@ /* * scst_raid.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI raid(controller) (type 0xC) dev handler * diff --git a/scst/src/dev_handlers/scst_tape.c b/scst/src/dev_handlers/scst_tape.c index 0a2909bf3..9fba3fb06 100644 --- a/scst/src/dev_handlers/scst_tape.c +++ b/scst/src/dev_handlers/scst_tape.c @@ -1,9 +1,10 @@ /* * scst_tape.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI tape (type 1) dev handler * & diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index 89166f095..106699c5e 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -1,8 +1,9 @@ /* * scst_user.c * - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI virtual user space device handler * diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 1e3de05a1..cf97635bd 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -1,11 +1,12 @@ /* * scst_vdisk.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 Ming Zhang * Copyright (C) 2007 Ross Walker * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * SCSI disk (type 0) and CDROM (type 5) dev handler using files * on file systems or block devices (VDISK) diff --git a/scst/src/scst_debug.c b/scst/src/scst_debug.c index 296c60d3f..cd1ff575a 100644 --- a/scst/src/scst_debug.c +++ b/scst/src/scst_debug.c @@ -1,9 +1,10 @@ /* * scst_debug.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Contains helper functions for execution tracing and error reporting. * Intended to be included in main .c file. diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index b8f6199c6..81099f8b9 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -1,9 +1,10 @@ /* * scst_lib.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/src/scst_main.c b/scst/src/scst_main.c index 7e0f4d082..49e1d91dd 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -1,9 +1,10 @@ /* * scst_main.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/src/scst_mem.c b/scst/src/scst_mem.c index 45ce23bd5..a3f0d5541 100644 --- a/scst/src/scst_mem.c +++ b/scst/src/scst_mem.c @@ -1,8 +1,9 @@ /* * scst_mem.c * - * Copyright (C) 2006 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2006 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/src/scst_mem.h b/scst/src/scst_mem.h index 54a96c646..efe849ba1 100644 --- a/scst/src/scst_mem.h +++ b/scst/src/scst_mem.h @@ -1,8 +1,9 @@ /* * scst_mem.h * - * Copyright (C) 2006 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2006 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/src/scst_module.c b/scst/src/scst_module.c index d0c47dfca..ff4cd36e3 100644 --- a/scst/src/scst_module.c +++ b/scst/src/scst_module.c @@ -1,9 +1,10 @@ /* * scst_module.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Support for loading target modules. The usage is similar to scsi_module.c * diff --git a/scst/src/scst_pres.c b/scst/src/scst_pres.c index 57fe301b2..e13909a2d 100644 --- a/scst/src/scst_pres.c +++ b/scst/src/scst_pres.c @@ -3,7 +3,7 @@ * * Copyright (C) 2009 - 2010 Alexey Obitotskiy * Copyright (C) 2009 - 2010 Open-E, Inc. - * Copyright (C) 2009 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2011 Vladislav Bolkhovitin * * 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/src/scst_pres.h b/scst/src/scst_pres.h index 534a7f929..1c7f07c8f 100644 --- a/scst/src/scst_pres.h +++ b/scst/src/scst_pres.h @@ -3,7 +3,7 @@ * * Copyright (C) 2009 - 2010 Alexey Obitotskiy * Copyright (C) 2009 - 2010 Open-E, Inc. - * Copyright (C) 2009 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2011 Vladislav Bolkhovitin * * 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/src/scst_priv.h b/scst/src/scst_priv.h index 9b43e808f..34e12ad8e 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -1,9 +1,10 @@ /* * scst_priv.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/src/scst_proc.c b/scst/src/scst_proc.c index 1c446f3fc..d4162c939 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -1,9 +1,10 @@ /* * scst_proc.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 8fdabd5d3..74891839c 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -2,8 +2,9 @@ * scst_sysfs.c * * Copyright (C) 2009 Daniel Henrique Debonzi - * Copyright (C) 2009 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2011 Vladislav Bolkhovitin * Copyright (C) 2009 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/src/scst_targ.c b/scst/src/scst_targ.c index 1a9b2dcc9..1467e05a4 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1,9 +1,10 @@ /* * scst_targ.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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_local/scst_local.c b/scst_local/scst_local.c index 893bc0ca5..bc99a7219 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2008 - 2010 Richard Sharpe * Copyright (C) 1992 Eric Youngdale - * Copyright (C) 2008 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2008 - 2011 Vladislav Bolkhovitin * * Simulate a host adapter and an SCST target adapter back to back * diff --git a/usr/fileio/Makefile b/usr/fileio/Makefile index 30a52b8ca..8e3c85bbc 100644 --- a/usr/fileio/Makefile +++ b/usr/fileio/Makefile @@ -1,8 +1,9 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2007 - 2010 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin # Copyright (C) 2007 - 2010 ID7 Ltd. +# Copyright (C) 2010 - 2011 SCST Ltd. # # 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/usr/fileio/common.c b/usr/fileio/common.c index ab5e5f672..a7d6e1d9f 100644 --- a/usr/fileio/common.c +++ b/usr/fileio/common.c @@ -1,8 +1,9 @@ /* * common.c * - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/usr/fileio/common.h b/usr/fileio/common.h index 3acfdf966..b0192a461 100644 --- a/usr/fileio/common.h +++ b/usr/fileio/common.h @@ -1,8 +1,9 @@ /* * common.h * - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * 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/usr/fileio/debug.c b/usr/fileio/debug.c index 9e0181689..4d144b2c1 100644 --- a/usr/fileio/debug.c +++ b/usr/fileio/debug.c @@ -1,9 +1,10 @@ /* * debug.c * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Contains helper functions for execution tracing and error reporting. * Intended to be included in main .c file. diff --git a/usr/fileio/debug.h b/usr/fileio/debug.h index 3e4ea196d..8b9681fba 100644 --- a/usr/fileio/debug.h +++ b/usr/fileio/debug.h @@ -1,9 +1,10 @@ /* * debug.h * - * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * Contains macroses for execution tracing and error reporting * diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index 9e2303dd7..0f31caaf0 100644 --- a/usr/fileio/fileio.c +++ b/usr/fileio/fileio.c @@ -1,8 +1,9 @@ /* * fileio.c * - * Copyright (C) 2007 - 2010 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. + * Copyright (C) 2010 - 2011 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License