From: <vl...@us...> - 2008-06-12 11:39:30
|
Revision: 408 http://scst.svn.sourceforge.net/scst/?rev=408&view=rev Author: vlnb Date: 2008-06-12 04:39:28 -0700 (Thu, 12 Jun 2008) Log Message: ----------- Copyrights updated Modified Paths: -------------- trunk/Makefile trunk/iscsi-scst/include/iscsi_scst.h trunk/iscsi-scst/include/iscsi_scst_ver.h trunk/iscsi-scst/kernel/Makefile trunk/iscsi-scst/kernel/config.c trunk/iscsi-scst/kernel/conn.c trunk/iscsi-scst/kernel/digest.c trunk/iscsi-scst/kernel/digest.h trunk/iscsi-scst/kernel/event.c trunk/iscsi-scst/kernel/iscsi.c trunk/iscsi-scst/kernel/iscsi.h trunk/iscsi-scst/kernel/iscsi_dbg.h trunk/iscsi-scst/kernel/iscsi_hdr.h trunk/iscsi-scst/kernel/nthread.c trunk/iscsi-scst/kernel/param.c trunk/iscsi-scst/kernel/session.c trunk/iscsi-scst/kernel/target.c trunk/iscsi-scst/usr/Makefile trunk/iscsi-scst/usr/chap.c trunk/iscsi-scst/usr/config.h trunk/iscsi-scst/usr/conn.c trunk/iscsi-scst/usr/ctldev.c trunk/iscsi-scst/usr/event.c trunk/iscsi-scst/usr/iscsi_adm.c trunk/iscsi-scst/usr/iscsi_adm.h trunk/iscsi-scst/usr/iscsi_hdr.h trunk/iscsi-scst/usr/iscsi_scstd.c trunk/iscsi-scst/usr/iscsid.c trunk/iscsi-scst/usr/iscsid.h trunk/iscsi-scst/usr/isns.c trunk/iscsi-scst/usr/isns_proto.h trunk/iscsi-scst/usr/log.c trunk/iscsi-scst/usr/message.c trunk/iscsi-scst/usr/misc.h trunk/iscsi-scst/usr/param.c trunk/iscsi-scst/usr/param.h trunk/iscsi-scst/usr/plain.c trunk/iscsi-scst/usr/session.c trunk/iscsi-scst/usr/target.c trunk/iscsi-scst/usr/types.h trunk/mpt/mpt_scst.c trunk/qla2x00t/qla2x00-target/Makefile trunk/qla2x00t/qla2x00-target/qla2x00t.c trunk/qla2x00t/qla2x00-target/qla2x00t.h trunk/qla2x00t/qla2x_tgt.h trunk/qla2x00t/qla2x_tgt_def.h trunk/scst/Makefile trunk/scst/include/scst.h trunk/scst/include/scst_const.h trunk/scst/include/scst_debug.h trunk/scst/include/scst_user.h trunk/scst/src/Makefile trunk/scst/src/dev_handlers/Makefile trunk/scst/src/dev_handlers/scst_cdrom.c trunk/scst/src/dev_handlers/scst_changer.c trunk/scst/src/dev_handlers/scst_disk.c trunk/scst/src/dev_handlers/scst_modisk.c trunk/scst/src/dev_handlers/scst_processor.c trunk/scst/src/dev_handlers/scst_raid.c trunk/scst/src/dev_handlers/scst_tape.c trunk/scst/src/dev_handlers/scst_user.c trunk/scst/src/dev_handlers/scst_vdisk.c trunk/scst/src/scst_cdbprobe.h trunk/scst/src/scst_debug.c trunk/scst/src/scst_lib.c trunk/scst/src/scst_main.c trunk/scst/src/scst_mem.c trunk/scst/src/scst_mem.h trunk/scst/src/scst_module.c trunk/scst/src/scst_priv.h trunk/scst/src/scst_proc.c trunk/scst/src/scst_targ.c trunk/usr/fileio/Makefile trunk/usr/fileio/common.c trunk/usr/fileio/common.h trunk/usr/fileio/debug.c trunk/usr/fileio/debug.h trunk/usr/fileio/fileio.c Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2006 Vladislav Bolkhovitin <vs...@vl...> +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> +# 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 Modified: trunk/iscsi-scst/include/iscsi_scst.h =================================================================== --- trunk/iscsi-scst/include/iscsi_scst.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/include/iscsi_scst.h 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/include/iscsi_scst_ver.h =================================================================== --- trunk/iscsi-scst/include/iscsi_scst_ver.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/include/iscsi_scst_ver.h 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/kernel/Makefile =================================================================== --- trunk/iscsi-scst/kernel/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/kernel/config.c =================================================================== --- trunk/iscsi-scst/kernel/config.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/config.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/kernel/conn.c =================================================================== --- trunk/iscsi-scst/kernel/conn.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/conn.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/kernel/digest.c =================================================================== --- trunk/iscsi-scst/kernel/digest.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/digest.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * iSCSI digest handling. * * Copyright (C) 2004 - 2006 Xiranet Communications GmbH <arn...@xi...> - * 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 Modified: trunk/iscsi-scst/kernel/digest.h =================================================================== --- trunk/iscsi-scst/kernel/digest.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/digest.h 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * iSCSI digest handling. * * Copyright (C) 2004 Xiranet Communications GmbH <arn...@xi...> - * 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 Modified: trunk/iscsi-scst/kernel/event.c =================================================================== --- trunk/iscsi-scst/kernel/event.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/event.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/kernel/iscsi.c =================================================================== --- trunk/iscsi-scst/kernel/iscsi.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/iscsi.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/kernel/iscsi.h =================================================================== --- trunk/iscsi-scst/kernel/iscsi.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/iscsi.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/kernel/iscsi_dbg.h =================================================================== --- trunk/iscsi-scst/kernel/iscsi_dbg.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/iscsi_dbg.h 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/kernel/iscsi_hdr.h =================================================================== --- trunk/iscsi-scst/kernel/iscsi_hdr.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/iscsi_hdr.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/kernel/nthread.c =================================================================== --- trunk/iscsi-scst/kernel/nthread.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/nthread.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * Network threads. * * Copyright (C) 2004 - 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/kernel/param.c =================================================================== --- trunk/iscsi-scst/kernel/param.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/param.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/kernel/session.c =================================================================== --- trunk/iscsi-scst/kernel/session.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/session.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/kernel/target.c =================================================================== --- trunk/iscsi-scst/kernel/target.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/kernel/target.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/Makefile =================================================================== --- trunk/iscsi-scst/usr/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/usr/chap.c =================================================================== --- trunk/iscsi-scst/usr/chap.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/chap.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,9 +2,9 @@ * chap.c - support for (mutual) CHAP authentication. * * Copyright (C) 2004 Xiranet Communications GmbH <arn...@xi...> - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...>, - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...>, + * 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) Modified: trunk/iscsi-scst/usr/config.h =================================================================== --- trunk/iscsi-scst/usr/config.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/config.h 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/usr/conn.c =================================================================== --- trunk/iscsi-scst/usr/conn.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/conn.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/ctldev.c =================================================================== --- trunk/iscsi-scst/usr/ctldev.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/ctldev.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/event.c =================================================================== --- trunk/iscsi-scst/usr/event.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/event.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/iscsi_adm.c =================================================================== --- trunk/iscsi-scst/usr/iscsi_adm.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/iscsi_adm.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * iscsi_adm - manage iSCSI-SCST Target software. * * Copyright (C) 2004 - 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/iscsi_adm.h =================================================================== --- trunk/iscsi-scst/usr/iscsi_adm.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/iscsi_adm.h 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/usr/iscsi_hdr.h =================================================================== --- trunk/iscsi-scst/usr/iscsi_hdr.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/iscsi_hdr.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/iscsi_scstd.c =================================================================== --- trunk/iscsi-scst/usr/iscsi_scstd.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/iscsi_scstd.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/iscsid.c =================================================================== --- trunk/iscsi-scst/usr/iscsid.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/iscsid.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/iscsid.h =================================================================== --- trunk/iscsi-scst/usr/iscsid.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/iscsid.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/isns.c =================================================================== --- trunk/iscsi-scst/usr/isns.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/isns.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * iSNS functions * * Copyright (C) 2006 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/isns_proto.h =================================================================== --- trunk/iscsi-scst/usr/isns_proto.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/isns_proto.h 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * iSNS protocol data types * * Copyright (C) 2006 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/log.c =================================================================== --- trunk/iscsi-scst/usr/log.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/log.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/message.c =================================================================== --- trunk/iscsi-scst/usr/message.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/message.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/misc.h =================================================================== --- trunk/iscsi-scst/usr/misc.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/misc.h 2008-06-12 11:39:28 UTC (rev 408) @@ -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 Modified: trunk/iscsi-scst/usr/param.c =================================================================== --- trunk/iscsi-scst/usr/param.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/param.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/param.h =================================================================== --- trunk/iscsi-scst/usr/param.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/param.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/plain.c =================================================================== --- trunk/iscsi-scst/usr/plain.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/plain.c 2008-06-12 11:39:28 UTC (rev 408) @@ -2,8 +2,8 @@ * Plain file-based configuration file code. * * Copyright (C) 2005 FUJITA Tomonori <to...@ac...> - * 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 Modified: trunk/iscsi-scst/usr/session.c =================================================================== --- trunk/iscsi-scst/usr/session.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/session.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/target.c =================================================================== --- trunk/iscsi-scst/usr/target.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/target.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* - * Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited + * Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/iscsi-scst/usr/types.h =================================================================== --- trunk/iscsi-scst/usr/types.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/iscsi-scst/usr/types.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,7 @@ /* -* Copyright (C) 2002-2003 Ardis Technolgies <ro...@ar...> - * Copyright (C) 2007 Vladislav Bolkhovitin - * Copyright (C) 2007 CMS Distribution Limited +* Copyright (C) 2002 - 2003 Ardis Technolgies <ro...@ar...> + * 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 Modified: trunk/mpt/mpt_scst.c =================================================================== --- trunk/mpt/mpt_scst.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/mpt/mpt_scst.c 2008-06-12 11:39:28 UTC (rev 408) @@ -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 <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 Leonid Stoljar * * MPT SCSI target mode driver for SCST. * Modified: trunk/qla2x00t/qla2x00-target/Makefile =================================================================== --- trunk/qla2x00t/qla2x00-target/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/qla2x00t/qla2x00-target/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,8 @@ # # Qlogic 2x00 SCSI target driver makefile # -# Copyright (C) 2004 Vladislav Bolkhovitin <vs...@vl...> -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> +# 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 Modified: trunk/qla2x00t/qla2x00-target/qla2x00t.c =================================================================== --- trunk/qla2x00t/qla2x00-target/qla2x00t.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/qla2x00t/qla2x00-target/qla2x00t.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,9 +1,9 @@ /* * qla2x00t.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * Leonid Stoljar - * Nathaniel Clark <na...@mi...> + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2006 Nathaniel Clark <na...@mi...> * * Qlogic 2x00 SCSI target driver. * Modified: trunk/qla2x00t/qla2x00-target/qla2x00t.h =================================================================== --- trunk/qla2x00t/qla2x00-target/qla2x00t.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/qla2x00t/qla2x00-target/qla2x00t.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,12 +1,10 @@ /* * qla2x00t.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * Leonid Stoljar - * Nathaniel Clark <na...@mi...> + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2006 Nathaniel Clark <na...@mi...> * - * Significant modification 2006 by Nathaniel Clark <na...@mi...> - * * Qlogic 2x00 SCSI target driver. * * This program is free software; you can redistribute it and/or Modified: trunk/qla2x00t/qla2x_tgt.h =================================================================== --- trunk/qla2x00t/qla2x_tgt.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/qla2x00t/qla2x_tgt.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,8 @@ /* * qla2x_tgt.h * - * Copyright (C) 2004-2005 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar * * Additional file for the target driver support. * Modified: trunk/qla2x00t/qla2x_tgt_def.h =================================================================== --- trunk/qla2x00t/qla2x_tgt_def.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/qla2x00t/qla2x_tgt_def.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,8 @@ /* * qla2x_tgt_def.h * - * Copyright (C) 2004-2005 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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. Modified: trunk/scst/Makefile =================================================================== --- trunk/scst/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 Vladislav Bolkhovitin <vs...@vl...> -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> +# 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 Modified: trunk/scst/include/scst.h =================================================================== --- trunk/scst/include/scst.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/include/scst.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * include/scst.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Main SCSI target mid-level include file. * Modified: trunk/scst/include/scst_const.h =================================================================== --- trunk/scst/include/scst_const.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/include/scst_const.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ /* * include/scst_const.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Contains common SCST constants. * Modified: trunk/scst/include/scst_debug.h =================================================================== --- trunk/scst/include/scst_debug.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/include/scst_debug.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * include/scst_debug.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Contains macroses for execution tracing and error reporting * Modified: trunk/scst/include/scst_user.h =================================================================== --- trunk/scst/include/scst_user.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/include/scst_user.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ /* * include/scst_user.h * - * Copyright (C) 2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/scst/src/Makefile =================================================================== --- trunk/scst/src/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2004 Vladislav Bolkhovitin <vs...@vl...> -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> +# 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 Modified: trunk/scst/src/dev_handlers/Makefile =================================================================== --- trunk/scst/src/dev_handlers/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ # # SCSI target mid-level dev handler's makefile # -# Copyright (C) 2004 Vladislav Bolkhovitin <vs...@vl...> -# and Leonid Stoljar +# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> +# 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 Modified: trunk/scst/src/dev_handlers/scst_cdrom.c =================================================================== --- trunk/scst/src/dev_handlers/scst_cdrom.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_cdrom.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_cdrom.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI CDROM (type 5) dev handler * Modified: trunk/scst/src/dev_handlers/scst_changer.c =================================================================== --- trunk/scst/src/dev_handlers/scst_changer.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_changer.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_changer.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI medium changer (type 8) dev handler * Modified: trunk/scst/src/dev_handlers/scst_disk.c =================================================================== --- trunk/scst/src/dev_handlers/scst_disk.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_disk.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_disk.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI disk (type 0) dev handler * & Modified: trunk/scst/src/dev_handlers/scst_modisk.c =================================================================== --- trunk/scst/src/dev_handlers/scst_modisk.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_modisk.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_modisk.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI MO disk (type 7) dev handler * & Modified: trunk/scst/src/dev_handlers/scst_processor.c =================================================================== --- trunk/scst/src/dev_handlers/scst_processor.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_processor.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_processor.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI medium processor (type 3) dev handler * Modified: trunk/scst/src/dev_handlers/scst_raid.c =================================================================== --- trunk/scst/src/dev_handlers/scst_raid.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_raid.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_raid.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI raid(controller) (type 0xC) dev handler * Modified: trunk/scst/src/dev_handlers/scst_tape.c =================================================================== --- trunk/scst/src/dev_handlers/scst_tape.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_tape.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_tape.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI tape (type 1) dev handler * & Modified: trunk/scst/src/dev_handlers/scst_user.c =================================================================== --- trunk/scst/src/dev_handlers/scst_user.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_user.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ /* * scst_user.c * - * Copyright (C) 2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * SCSI virtual user space device handler * Modified: trunk/scst/src/dev_handlers/scst_vdisk.c =================================================================== --- trunk/scst/src/dev_handlers/scst_vdisk.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/dev_handlers/scst_vdisk.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,10 +1,11 @@ /* * scst_vdisk.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar - * (C) 2007 Ming Zhang <blackmagic02881 at gmail dot com> - * (C) 2007 Ross Walker <rswwalker at hotmail dot com> + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 Ming Zhang <blackmagic02881 at gmail dot com> + * Copyright (C) 2007 Ross Walker <rswwalker at hotmail dot com> + * 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) Modified: trunk/scst/src/scst_cdbprobe.h =================================================================== --- trunk/scst/src/scst_cdbprobe.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_cdbprobe.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_cdbprobe.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/scst/src/scst_debug.c =================================================================== --- trunk/scst/src/scst_debug.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_debug.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_debug.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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. Modified: trunk/scst/src/scst_lib.c =================================================================== --- trunk/scst/src/scst_lib.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_lib.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_lib.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/scst/src/scst_main.c =================================================================== --- trunk/scst/src/scst_main.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_main.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_main.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/scst/src/scst_mem.c =================================================================== --- trunk/scst/src/scst_mem.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_mem.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,9 +1,9 @@ /* * scst_mem.c * - * Copyright (C) 2006-2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2006 - 2008 Vladislav Bolkhovitin <vs...@vl...> * Copyright (C) 2007 Krzysztof Blaszkowski <kb...@sy...> - * 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 Modified: trunk/scst/src/scst_mem.h =================================================================== --- trunk/scst/src/scst_mem.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_mem.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,9 @@ /* * scst_mem.h * - * Copyright (C) 2006-2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2006 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 Krzysztof Blaszkowski <kb...@sy...> + * 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 Modified: trunk/scst/src/scst_module.c =================================================================== --- trunk/scst/src/scst_module.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_module.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_module.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 * Modified: trunk/scst/src/scst_priv.h =================================================================== --- trunk/scst/src/scst_priv.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_priv.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_priv.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/scst/src/scst_proc.c =================================================================== --- trunk/scst/src/scst_proc.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_proc.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_proc.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/scst/src/scst_targ.c =================================================================== --- trunk/scst/src/scst_targ.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/scst/src/scst_targ.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * scst_targ.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/usr/fileio/Makefile =================================================================== --- trunk/usr/fileio/Makefile 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/usr/fileio/Makefile 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2007 Vladislav Bolkhovitin <vs...@vl...> +# Copyright (C) 2007 - 2008 Vladislav Bolkhovitin <vs...@vl...> +# 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 Modified: trunk/usr/fileio/common.c =================================================================== --- trunk/usr/fileio/common.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/usr/fileio/common.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ /* * common.c * - * Copyright (C) 2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/usr/fileio/common.h =================================================================== --- trunk/usr/fileio/common.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/usr/fileio/common.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ /* * common.h * - * Copyright (C) 2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 Modified: trunk/usr/fileio/debug.c =================================================================== --- trunk/usr/fileio/debug.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/usr/fileio/debug.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * debug.c * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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. Modified: trunk/usr/fileio/debug.h =================================================================== --- trunk/usr/fileio/debug.h 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/usr/fileio/debug.h 2008-06-12 11:39:28 UTC (rev 408) @@ -1,8 +1,9 @@ /* * debug.h * - * Copyright (C) 2004-2007 Vladislav Bolkhovitin <vs...@vl...> - * and Leonid Stoljar + * Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2004 - 2005 Leonid Stoljar + * Copyright (C) 2007 - 2008 CMS Distribution Limited * * Contains macroses for execution tracing and error reporting * Modified: trunk/usr/fileio/fileio.c =================================================================== --- trunk/usr/fileio/fileio.c 2008-06-12 11:35:40 UTC (rev 407) +++ trunk/usr/fileio/fileio.c 2008-06-12 11:39:28 UTC (rev 408) @@ -1,7 +1,8 @@ /* * fileio.c * - * Copyright (C) 2007 Vladislav Bolkhovitin <vs...@vl...> + * Copyright (C) 2007 - 2008 Vladislav Bolkhovitin <vs...@vl...> + * 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |