From 20a2e4ae8d0e35fbcedbbb35d20c0a2302701708 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 12 Jun 2008 11:39:28 +0000 Subject: [PATCH] Copyrights updated git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@408 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 3 ++- iscsi-scst/include/iscsi_scst.h | 4 ++-- iscsi-scst/include/iscsi_scst_ver.h | 4 ++-- iscsi-scst/kernel/Makefile | 4 ++-- iscsi-scst/kernel/config.c | 4 ++-- iscsi-scst/kernel/conn.c | 6 +++--- iscsi-scst/kernel/digest.c | 4 ++-- iscsi-scst/kernel/digest.h | 4 ++-- iscsi-scst/kernel/event.c | 4 ++-- iscsi-scst/kernel/iscsi.c | 6 +++--- iscsi-scst/kernel/iscsi.h | 6 +++--- iscsi-scst/kernel/iscsi_dbg.h | 4 ++-- iscsi-scst/kernel/iscsi_hdr.h | 6 +++--- iscsi-scst/kernel/nthread.c | 4 ++-- iscsi-scst/kernel/param.c | 4 ++-- iscsi-scst/kernel/session.c | 6 +++--- iscsi-scst/kernel/target.c | 6 +++--- iscsi-scst/usr/Makefile | 4 ++-- iscsi-scst/usr/chap.c | 6 +++--- iscsi-scst/usr/config.h | 4 ++-- iscsi-scst/usr/conn.c | 6 +++--- iscsi-scst/usr/ctldev.c | 4 ++-- iscsi-scst/usr/event.c | 4 ++-- iscsi-scst/usr/iscsi_adm.c | 4 ++-- iscsi-scst/usr/iscsi_adm.h | 4 ++-- iscsi-scst/usr/iscsi_hdr.h | 6 +++--- iscsi-scst/usr/iscsi_scstd.c | 6 +++--- iscsi-scst/usr/iscsid.c | 6 +++--- iscsi-scst/usr/iscsid.h | 6 +++--- iscsi-scst/usr/isns.c | 4 ++-- iscsi-scst/usr/isns_proto.h | 4 ++-- iscsi-scst/usr/log.c | 6 +++--- iscsi-scst/usr/message.c | 4 ++-- iscsi-scst/usr/misc.h | 4 ++-- iscsi-scst/usr/param.c | 4 ++-- iscsi-scst/usr/param.h | 4 ++-- iscsi-scst/usr/plain.c | 4 ++-- iscsi-scst/usr/session.c | 6 +++--- iscsi-scst/usr/target.c | 6 +++--- iscsi-scst/usr/types.h | 6 +++--- mpt/mpt_scst.c | 2 +- qla2x00t/qla2x00-target/Makefile | 4 ++-- qla2x00t/qla2x00-target/qla2x00t.c | 6 +++--- qla2x00t/qla2x00-target/qla2x00t.h | 8 +++----- qla2x00t/qla2x_tgt.h | 4 ++-- qla2x00t/qla2x_tgt_def.h | 4 ++-- scst/Makefile | 5 +++-- scst/include/scst.h | 5 +++-- scst/include/scst_const.h | 3 ++- scst/include/scst_debug.h | 5 +++-- scst/include/scst_user.h | 3 ++- scst/src/Makefile | 5 +++-- scst/src/dev_handlers/Makefile | 5 +++-- scst/src/dev_handlers/scst_cdrom.c | 5 +++-- scst/src/dev_handlers/scst_changer.c | 5 +++-- scst/src/dev_handlers/scst_disk.c | 5 +++-- scst/src/dev_handlers/scst_modisk.c | 5 +++-- scst/src/dev_handlers/scst_processor.c | 5 +++-- scst/src/dev_handlers/scst_raid.c | 5 +++-- scst/src/dev_handlers/scst_tape.c | 5 +++-- scst/src/dev_handlers/scst_user.c | 3 ++- scst/src/dev_handlers/scst_vdisk.c | 9 +++++---- scst/src/scst_cdbprobe.h | 5 +++-- scst/src/scst_debug.c | 5 +++-- scst/src/scst_lib.c | 5 +++-- scst/src/scst_main.c | 5 +++-- scst/src/scst_mem.c | 4 ++-- scst/src/scst_mem.h | 4 +++- scst/src/scst_module.c | 5 +++-- scst/src/scst_priv.h | 5 +++-- scst/src/scst_proc.c | 5 +++-- scst/src/scst_targ.c | 5 +++-- usr/fileio/Makefile | 3 ++- usr/fileio/common.c | 3 ++- usr/fileio/common.h | 3 ++- usr/fileio/debug.c | 5 +++-- usr/fileio/debug.h | 5 +++-- usr/fileio/fileio.c | 3 ++- 78 files changed, 199 insertions(+), 168 deletions(-) diff --git a/Makefile b/Makefile index db82951e5..4f40ffa0b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2006 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2008 CMS Distribution Limited # # 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 b82048f99..66cb940d9 100644 --- a/iscsi-scst/include/iscsi_scst.h +++ b/iscsi-scst/include/iscsi_scst.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 cba6dcaf4..62afaba43 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 643ab61d2..4baaacb28 100644 --- a/iscsi-scst/kernel/Makefile +++ b/iscsi-scst/kernel/Makefile @@ -1,8 +1,8 @@ # # Makefile for the kernel part of iSCSI-SCST. # -# Copyright (C) 2007 Vladislav Bolkhovitin -# Copyright (C) 2007 CMS Distribution Limited +# Copyright (C) 2007 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2008 CMS Distribution Limited # # 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/config.c b/iscsi-scst/kernel/config.c index 74c547ac0..3a6474a20 100644 --- a/iscsi-scst/kernel/config.c +++ b/iscsi-scst/kernel/config.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 a4312fa1f..bbc72321e 100644 --- a/iscsi-scst/kernel/conn.c +++ b/iscsi-scst/kernel/conn.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 403748ead..b7c3e71fc 100644 --- a/iscsi-scst/kernel/digest.c +++ b/iscsi-scst/kernel/digest.c @@ -2,8 +2,8 @@ * iSCSI digest handling. * * Copyright (C) 2004 - 2006 Xiranet Communications GmbH - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 935a88890..22cdd9d93 100644 --- a/iscsi-scst/kernel/digest.h +++ b/iscsi-scst/kernel/digest.h @@ -2,8 +2,8 @@ * iSCSI digest handling. * * Copyright (C) 2004 Xiranet Communications GmbH - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 68739a206..e3e224314 100644 --- a/iscsi-scst/kernel/event.c +++ b/iscsi-scst/kernel/event.c @@ -2,8 +2,8 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 946d8b605..b6c7f9368 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 fc4ab2252..c2378fdeb 100644 --- a/iscsi-scst/kernel/iscsi.h +++ b/iscsi-scst/kernel/iscsi.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 066e44838..7c287b174 100644 --- a/iscsi-scst/kernel/iscsi_dbg.h +++ b/iscsi-scst/kernel/iscsi_dbg.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 c33d3c8a6..d4d33105c 100644 --- a/iscsi-scst/kernel/iscsi_hdr.h +++ b/iscsi-scst/kernel/iscsi_hdr.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 9bd5e4077..6052741c0 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -2,8 +2,8 @@ * Network threads. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 61ca57efb..6b02f0fdf 100644 --- a/iscsi-scst/kernel/param.c +++ b/iscsi-scst/kernel/param.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 34d6f10ea..e135d173c 100644 --- a/iscsi-scst/kernel/session.c +++ b/iscsi-scst/kernel/session.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 c05000d49..4a4b102ee 100644 --- a/iscsi-scst/kernel/target.c +++ b/iscsi-scst/kernel/target.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 7867ffefe..a3b0c8e55 100644 --- a/iscsi-scst/usr/Makefile +++ b/iscsi-scst/usr/Makefile @@ -1,8 +1,8 @@ # # Makefile for the user space part of iSCSI-SCST. # -# Copyright (C) 2007 Vladislav Bolkhovitin -# Copyright (C) 2007 CMS Distribution Limited +# Copyright (C) 2007 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2008 CMS Distribution Limited # # 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/chap.c b/iscsi-scst/usr/chap.c index b8266f522..b97f31bb6 100644 --- a/iscsi-scst/usr/chap.c +++ b/iscsi-scst/usr/chap.c @@ -2,9 +2,9 @@ * chap.c - support for (mutual) CHAP authentication. * * Copyright (C) 2004 Xiranet Communications GmbH - * Copyright (C) 2002-2003 Ardis Technolgies , - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies , + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * and code taken from UNH iSCSI software: * Copyright (C) 2001-2003 InterOperability Lab (IOL) diff --git a/iscsi-scst/usr/config.h b/iscsi-scst/usr/config.h index f02f25896..9ad66b9a2 100644 --- a/iscsi-scst/usr/config.h +++ b/iscsi-scst/usr/config.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 f212206b7..85863041f 100644 --- a/iscsi-scst/usr/conn.c +++ b/iscsi-scst/usr/conn.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 298beea12..6301a9549 100644 --- a/iscsi-scst/usr/ctldev.c +++ b/iscsi-scst/usr/ctldev.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 88c77a03a..539f3290b 100644 --- a/iscsi-scst/usr/event.c +++ b/iscsi-scst/usr/event.c @@ -2,8 +2,8 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 8c154ebd8..d1a96ae91 100644 --- a/iscsi-scst/usr/iscsi_adm.c +++ b/iscsi-scst/usr/iscsi_adm.c @@ -2,8 +2,8 @@ * iscsi_adm - manage iSCSI-SCST Target software. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 5bdcf1faa..3758e0408 100644 --- a/iscsi-scst/usr/iscsi_adm.h +++ b/iscsi-scst/usr/iscsi_adm.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 e8b5551c4..572c16818 100644 --- a/iscsi-scst/usr/iscsi_hdr.h +++ b/iscsi-scst/usr/iscsi_hdr.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 7cb1cd88c..465455579 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 0310c460b..d4ce17fc9 100644 --- a/iscsi-scst/usr/iscsid.c +++ b/iscsi-scst/usr/iscsid.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 61275769d..55809fcb9 100644 --- a/iscsi-scst/usr/iscsid.h +++ b/iscsi-scst/usr/iscsid.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 014dd3cfb..a3a51b8ca 100644 --- a/iscsi-scst/usr/isns.c +++ b/iscsi-scst/usr/isns.c @@ -2,8 +2,8 @@ * iSNS functions * * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 903987578..76ca03ce2 100644 --- a/iscsi-scst/usr/isns_proto.h +++ b/iscsi-scst/usr/isns_proto.h @@ -2,8 +2,8 @@ * iSNS protocol data types * * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 8de4b20a7..aaf1aaedb 100644 --- a/iscsi-scst/usr/log.c +++ b/iscsi-scst/usr/log.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 3d3c91be1..88f1eef0e 100644 --- a/iscsi-scst/usr/message.c +++ b/iscsi-scst/usr/message.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 e4f7cfdbc..d76305513 100644 --- a/iscsi-scst/usr/misc.h +++ b/iscsi-scst/usr/misc.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 c53ee6925..880d222d3 100644 --- a/iscsi-scst/usr/param.c +++ b/iscsi-scst/usr/param.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 5a5763fae..b1e63414f 100644 --- a/iscsi-scst/usr/param.h +++ b/iscsi-scst/usr/param.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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/plain.c b/iscsi-scst/usr/plain.c index 555d4dc90..08db4679e 100644 --- a/iscsi-scst/usr/plain.c +++ b/iscsi-scst/usr/plain.c @@ -2,8 +2,8 @@ * Plain file-based configuration file code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 2e6a9e7a6..7100dda69 100644 --- a/iscsi-scst/usr/session.c +++ b/iscsi-scst/usr/session.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 f84664eb5..7505ab25f 100644 --- a/iscsi-scst/usr/target.c +++ b/iscsi-scst/usr/target.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 98fa0fb3c..308c66871 100644 --- a/iscsi-scst/usr/types.h +++ b/iscsi-scst/usr/types.h @@ -1,7 +1,7 @@ /* -* Copyright (C) 2002-2003 Ardis Technolgies - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited +* Copyright (C) 2002 - 2003 Ardis Technolgies + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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/mpt/mpt_scst.c b/mpt/mpt_scst.c index 34aa89601..563f94860 100644 --- a/mpt/mpt_scst.c +++ b/mpt/mpt_scst.c @@ -4,7 +4,7 @@ * Copyright (C) 2005 Beijing Soul Technology Co., Ltd. * Copyright (C) 2002, 2003, 2004 LSI Logic Corporation * Copyright (C) 2004 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 Leonid Stoljar * * MPT SCSI target mode driver for SCST. * diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index e906672ec..236618ec5 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -1,8 +1,8 @@ # # Qlogic 2x00 SCSI target driver makefile # -# Copyright (C) 2004 Vladislav Bolkhovitin -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2005 Leonid Stoljar # # 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 acee6b89c..189ff5ece 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -1,9 +1,9 @@ /* * qla2x00t.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * Leonid Stoljar - * Nathaniel Clark + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2006 Nathaniel Clark * * Qlogic 2x00 SCSI target driver. * diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 16c7c875b..ada9c9a27 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -1,11 +1,9 @@ /* * qla2x00t.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * Leonid Stoljar - * Nathaniel Clark - * - * Significant modification 2006 by Nathaniel Clark + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2006 Nathaniel Clark * * Qlogic 2x00 SCSI target driver. * diff --git a/qla2x00t/qla2x_tgt.h b/qla2x00t/qla2x_tgt.h index ad5b5690e..f11dc9f69 100644 --- a/qla2x00t/qla2x_tgt.h +++ b/qla2x00t/qla2x_tgt.h @@ -1,8 +1,8 @@ /* * qla2x_tgt.h * - * Copyright (C) 2004-2005 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar * * Additional file for the target driver support. * diff --git a/qla2x00t/qla2x_tgt_def.h b/qla2x00t/qla2x_tgt_def.h index 455090cfd..87f5fa15c 100644 --- a/qla2x00t/qla2x_tgt_def.h +++ b/qla2x00t/qla2x_tgt_def.h @@ -1,8 +1,8 @@ /* * qla2x_tgt_def.h * - * Copyright (C) 2004-2005 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar * * Additional file for the target driver support. Intended to define * for 2200 and 2300 thier own exported symbols with unique names. diff --git a/scst/Makefile b/scst/Makefile index 2d2af0e81..cc0bf8398 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -1,8 +1,9 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 Vladislav Bolkhovitin -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2005 Leonid Stoljar +# Copyright (C) 2007 - 2008 CMS Distribution Limited # # 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 ce57291a5..baab67a81 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1,8 +1,9 @@ /* * include/scst.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Main SCSI target mid-level include file. * diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 39c361fbe..d58a03d5e 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -1,7 +1,8 @@ /* * include/scst_const.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Contains common SCST constants. * diff --git a/scst/include/scst_debug.h b/scst/include/scst_debug.h index 881f50789..4aeb39c30 100644 --- a/scst/include/scst_debug.h +++ b/scst/include/scst_debug.h @@ -1,8 +1,9 @@ /* * include/scst_debug.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Contains macroses for execution tracing and error reporting * diff --git a/scst/include/scst_user.h b/scst/include/scst_user.h index 1ed609690..725ffc3b0 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -1,7 +1,8 @@ /* * include/scst_user.h * - * Copyright (C) 2007 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 6e363729d..d182ccc40 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -1,8 +1,9 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2004 Vladislav Bolkhovitin -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2005 Leonid Stoljar +# Copyright (C) 2007 - 2008 CMS Distribution Limited # # 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 de4704487..b12ee5b32 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -1,8 +1,9 @@ # # SCSI target mid-level dev handler's makefile # -# Copyright (C) 2004 Vladislav Bolkhovitin -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2005 Leonid Stoljar +# Copyright (C) 2007 - 2008 CMS Distribution Limited # # 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 718f57307..abc705731 100644 --- a/scst/src/dev_handlers/scst_cdrom.c +++ b/scst/src/dev_handlers/scst_cdrom.c @@ -1,8 +1,9 @@ /* * scst_cdrom.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 dc177518a..07e3d5a45 100644 --- a/scst/src/dev_handlers/scst_changer.c +++ b/scst/src/dev_handlers/scst_changer.c @@ -1,8 +1,9 @@ /* * scst_changer.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 cb5d08168..26b9faf67 100644 --- a/scst/src/dev_handlers/scst_disk.c +++ b/scst/src/dev_handlers/scst_disk.c @@ -1,8 +1,9 @@ /* * scst_disk.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 1ac0c5fb0..2ba8ab25b 100644 --- a/scst/src/dev_handlers/scst_modisk.c +++ b/scst/src/dev_handlers/scst_modisk.c @@ -1,8 +1,9 @@ /* * scst_modisk.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 734e7a2d5..c35868cdd 100644 --- a/scst/src/dev_handlers/scst_processor.c +++ b/scst/src/dev_handlers/scst_processor.c @@ -1,8 +1,9 @@ /* * scst_processor.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 fb51ddcd2..6cc2e7119 100644 --- a/scst/src/dev_handlers/scst_raid.c +++ b/scst/src/dev_handlers/scst_raid.c @@ -1,8 +1,9 @@ /* * scst_raid.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 e2534a414..f2b4e0d3f 100644 --- a/scst/src/dev_handlers/scst_tape.c +++ b/scst/src/dev_handlers/scst_tape.c @@ -1,8 +1,9 @@ /* * scst_tape.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 5c1f3053b..1ec0b3388 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -1,7 +1,8 @@ /* * scst_user.c * - * Copyright (C) 2007 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 0fb281c50..825296296 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -1,10 +1,11 @@ /* * scst_vdisk.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar - * (C) 2007 Ming Zhang - * (C) 2007 Ross Walker + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 Ming Zhang + * Copyright (C) 2007 Ross Walker + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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_cdbprobe.h b/scst/src/scst_cdbprobe.h index 5f0237a92..ac0dcf860 100644 --- a/scst/src/scst_cdbprobe.h +++ b/scst/src/scst_cdbprobe.h @@ -1,8 +1,9 @@ /* * scst_cdbprobe.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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_debug.c b/scst/src/scst_debug.c index 6b36bc33e..27af7fa06 100644 --- a/scst/src/scst_debug.c +++ b/scst/src/scst_debug.c @@ -1,8 +1,9 @@ /* * scst_debug.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 947d277a9..517ee5126 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -1,8 +1,9 @@ /* * scst_lib.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 117655f7e..0ed51ee18 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -1,8 +1,9 @@ /* * scst_main.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 879b2dcc0..a7c9d3a03 100644 --- a/scst/src/scst_mem.c +++ b/scst/src/scst_mem.c @@ -1,9 +1,9 @@ /* * scst_mem.c * - * Copyright (C) 2006-2007 Vladislav Bolkhovitin + * Copyright (C) 2006 - 2008 Vladislav Bolkhovitin * Copyright (C) 2007 Krzysztof Blaszkowski - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 d32e8aae4..4d9782cf7 100644 --- a/scst/src/scst_mem.h +++ b/scst/src/scst_mem.h @@ -1,7 +1,9 @@ /* * scst_mem.h * - * Copyright (C) 2006-2007 Vladislav Bolkhovitin + * Copyright (C) 2006 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 Krzysztof Blaszkowski + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 75061a4b4..e4967a8c9 100644 --- a/scst/src/scst_module.c +++ b/scst/src/scst_module.c @@ -1,8 +1,9 @@ /* * scst_module.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Support for loading target modules. The usage is similar to scsi_module.c * diff --git a/scst/src/scst_priv.h b/scst/src/scst_priv.h index b180ff316..32f101735 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -1,8 +1,9 @@ /* * scst_priv.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 e2f5bbc4f..fabb98f27 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -1,8 +1,9 @@ /* * scst_proc.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 e46ccddf1..252adf76a 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1,8 +1,9 @@ /* * scst_targ.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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/Makefile b/usr/fileio/Makefile index 5ac27e5d1..f5406d412 100644 --- a/usr/fileio/Makefile +++ b/usr/fileio/Makefile @@ -1,7 +1,8 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2007 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2008 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2008 CMS Distribution Limited # # 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 c832cc6ce..81fd93257 100644 --- a/usr/fileio/common.c +++ b/usr/fileio/common.c @@ -1,7 +1,8 @@ /* * common.c * - * Copyright (C) 2007 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 9286832d3..fbb196c54 100644 --- a/usr/fileio/common.h +++ b/usr/fileio/common.h @@ -1,7 +1,8 @@ /* * common.h * - * Copyright (C) 2007 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 20731a9c0..83c524a7e 100644 --- a/usr/fileio/debug.c +++ b/usr/fileio/debug.c @@ -1,8 +1,9 @@ /* * debug.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * 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 92ab4f77b..7da34407a 100644 --- a/usr/fileio/debug.h +++ b/usr/fileio/debug.h @@ -1,8 +1,9 @@ /* * debug.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Contains macroses for execution tracing and error reporting * diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index b8393da67..f9b1c196a 100644 --- a/usr/fileio/fileio.c +++ b/usr/fileio/fileio.c @@ -1,7 +1,8 @@ /* * fileio.c * - * Copyright (C) 2007 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License