mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-19 22:44:24 +00:00
- Copyrights updated.
- Other minor updates git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@803 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
#
|
||||
# SCSI target mid-level makefile
|
||||
#
|
||||
# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
# Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
# Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#
|
||||
# SCSI target mid-level dev handler's makefile
|
||||
#
|
||||
# Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
# Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
# Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
# Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_cdrom.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI CDROM (type 5) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_changer.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI medium changer (type 8) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_disk.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI disk (type 0) dev handler
|
||||
* &
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_modisk.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI MO disk (type 7) dev handler
|
||||
* &
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_processor.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI medium processor (type 3) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_raid.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI raid(controller) (type 0xC) dev handler
|
||||
*
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_tape.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI tape (type 1) dev handler
|
||||
* &
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* scst_user.c
|
||||
*
|
||||
* Copyright (C) 2007 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI virtual user space device handler
|
||||
*
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* scst_vdisk.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* 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
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* SCSI disk (type 0) and CDROM (type 5) dev handler using files
|
||||
* on file systems or block devices (VDISK)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_cdbprobe.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_debug.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* Contains helper functions for execution tracing and error reporting.
|
||||
* Intended to be included in main .c file.
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_lib.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_main.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_mem.c
|
||||
*
|
||||
* Copyright (C) 2006 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2006 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 Krzysztof Blaszkowski <kb@sysmikro.com.pl>
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_mem.h
|
||||
*
|
||||
* Copyright (C) 2006 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2006 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2007 Krzysztof Blaszkowski <kb@sysmikro.com.pl>
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_module.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* Support for loading target modules. The usage is similar to scsi_module.c
|
||||
*
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_priv.h
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_proc.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* scst_targ.c
|
||||
*
|
||||
* Copyright (C) 2004 - 2008 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2009 Vladislav Bolkhovitin <vst@vlnb.net>
|
||||
* Copyright (C) 2004 - 2005 Leonid Stoljar
|
||||
* Copyright (C) 2007 - 2008 CMS Distribution Limited
|
||||
* Copyright (C) 2007 - 2009 ID7 Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
||||
Reference in New Issue
Block a user