diff --git a/Makefile b/Makefile index 947657d07..d287b4012 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2012 Vladislav Bolkhovitin # Copyright (C) 2007 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/include/iscsi_scst.h b/iscsi-scst/include/iscsi_scst.h index cb806dfab..ecd57d2e9 100644 --- a/iscsi-scst/include/iscsi_scst.h +++ b/iscsi-scst/include/iscsi_scst.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index 2986940a4..692ece900 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/Makefile b/iscsi-scst/kernel/Makefile index cb928c935..cef5f1392 100644 --- a/iscsi-scst/kernel/Makefile +++ b/iscsi-scst/kernel/Makefile @@ -1,9 +1,9 @@ # # Makefile for the kernel part of iSCSI-SCST. # -# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2012 Vladislav Bolkhovitin # Copyright (C) 2007 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/config.c b/iscsi-scst/kernel/config.c index db70ac6e7..8ba746019 100644 --- a/iscsi-scst/kernel/config.c +++ b/iscsi-scst/kernel/config.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/conn.c b/iscsi-scst/kernel/conn.c index eca99b294..db1d3221b 100644 --- a/iscsi-scst/kernel/conn.c +++ b/iscsi-scst/kernel/conn.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/digest.c b/iscsi-scst/kernel/digest.c index 66187a3f9..2d7e45c0e 100644 --- a/iscsi-scst/kernel/digest.c +++ b/iscsi-scst/kernel/digest.c @@ -3,9 +3,9 @@ * * Copyright (C) 2004 - 2006 Xiranet Communications GmbH * - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/digest.h b/iscsi-scst/kernel/digest.h index 8cdc1951f..877c2ee12 100644 --- a/iscsi-scst/kernel/digest.h +++ b/iscsi-scst/kernel/digest.h @@ -2,9 +2,9 @@ * iSCSI digest handling. * * Copyright (C) 2004 Xiranet Communications GmbH - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/event.c b/iscsi-scst/kernel/event.c index 4b7347032..6c86fb30b 100644 --- a/iscsi-scst/kernel/event.c +++ b/iscsi-scst/kernel/event.c @@ -2,9 +2,9 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 099334fad..46889becb 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/iscsi.h b/iscsi-scst/kernel/iscsi.h index 60199afde..1f8554380 100644 --- a/iscsi-scst/kernel/iscsi.h +++ b/iscsi-scst/kernel/iscsi.h @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/iscsi_dbg.h b/iscsi-scst/kernel/iscsi_dbg.h index 31fdcdaae..1c347e5b4 100644 --- a/iscsi-scst/kernel/iscsi_dbg.h +++ b/iscsi-scst/kernel/iscsi_dbg.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/iscsi_hdr.h b/iscsi-scst/kernel/iscsi_hdr.h index 34ce6b338..f00448dd3 100644 --- a/iscsi-scst/kernel/iscsi_hdr.h +++ b/iscsi-scst/kernel/iscsi_hdr.h @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index b7d93d256..5ec74a820 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -2,9 +2,9 @@ * Network threads. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -1174,6 +1174,7 @@ void iscsi_put_page_callback(struct page *page) static void check_net_priv(struct iscsi_cmnd *cmd, struct page *page) { + smp_rmb(); /* to sync with __iscsi_get_page_callback() */ if ((atomic_read(&cmd->net_ref_cnt) == 1) && (page->net_priv == cmd)) { TRACE_DBG("sendpage() not called get_page(), zeroing net_priv " "%p (page %p)", page->net_priv, page); diff --git a/iscsi-scst/kernel/param.c b/iscsi-scst/kernel/param.c index e61fe928f..7d7a8db62 100644 --- a/iscsi-scst/kernel/param.c +++ b/iscsi-scst/kernel/param.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/session.c b/iscsi-scst/kernel/session.c index a9580f756..63b248cdc 100644 --- a/iscsi-scst/kernel/session.c +++ b/iscsi-scst/kernel/session.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/target.c b/iscsi-scst/kernel/target.c index 2f7d23ca9..fdac0b7b6 100644 --- a/iscsi-scst/kernel/target.c +++ b/iscsi-scst/kernel/target.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/Makefile b/iscsi-scst/usr/Makefile index 8e0fa14f3..cb7948d86 100644 --- a/iscsi-scst/usr/Makefile +++ b/iscsi-scst/usr/Makefile @@ -1,9 +1,9 @@ # # Makefile for the user space part of iSCSI-SCST. # -# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2012 Vladislav Bolkhovitin # Copyright (C) 2007 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/chap.c b/iscsi-scst/usr/chap.c index 0594bb7af..532ac78a0 100644 --- a/iscsi-scst/usr/chap.c +++ b/iscsi-scst/usr/chap.c @@ -3,9 +3,9 @@ * * Copyright (C) 2004 Xiranet Communications GmbH * Copyright (C) 2002 - 2003 Ardis Technolgies , - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * and code taken from UNH iSCSI software: * Copyright (C) 2001-2003 InterOperability Lab (IOL) diff --git a/iscsi-scst/usr/config.c b/iscsi-scst/usr/config.c index e183c402c..55950ef6a 100644 --- a/iscsi-scst/usr/config.c +++ b/iscsi-scst/usr/config.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/conn.c b/iscsi-scst/usr/conn.c index ee60fb931..8dc7466f6 100644 --- a/iscsi-scst/usr/conn.c +++ b/iscsi-scst/usr/conn.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/ctldev.c b/iscsi-scst/usr/ctldev.c index aa9a043d2..942ca67b3 100644 --- a/iscsi-scst/usr/ctldev.c +++ b/iscsi-scst/usr/ctldev.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/event.c b/iscsi-scst/usr/event.c index 8d19d0750..06435b29f 100644 --- a/iscsi-scst/usr/event.c +++ b/iscsi-scst/usr/event.c @@ -2,9 +2,9 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/iscsi_adm.c b/iscsi-scst/usr/iscsi_adm.c index 4e27297e3..0edc81272 100644 --- a/iscsi-scst/usr/iscsi_adm.c +++ b/iscsi-scst/usr/iscsi_adm.c @@ -2,9 +2,9 @@ * iscsi_adm - manage iSCSI-SCST Target software. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/iscsi_adm.h b/iscsi-scst/usr/iscsi_adm.h index c7486ef79..592b0ac35 100644 --- a/iscsi-scst/usr/iscsi_adm.h +++ b/iscsi-scst/usr/iscsi_adm.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/iscsi_hdr.h b/iscsi-scst/usr/iscsi_hdr.h index 531858980..46aa65b18 100644 --- a/iscsi-scst/usr/iscsi_hdr.h +++ b/iscsi-scst/usr/iscsi_hdr.h @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/iscsi_scstd.c b/iscsi-scst/usr/iscsi_scstd.c index de2cf8906..9ed8f90b5 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/iscsid.c b/iscsi-scst/usr/iscsid.c index 4dc94547f..21663a9cf 100644 --- a/iscsi-scst/usr/iscsid.c +++ b/iscsi-scst/usr/iscsid.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/iscsid.h b/iscsi-scst/usr/iscsid.h index e93980e50..67292bef9 100644 --- a/iscsi-scst/usr/iscsid.h +++ b/iscsi-scst/usr/iscsid.h @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/isns.c b/iscsi-scst/usr/isns.c index b579e6c43..977065613 100644 --- a/iscsi-scst/usr/isns.c +++ b/iscsi-scst/usr/isns.c @@ -2,9 +2,9 @@ * iSNS functions * * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/iscsi-scst/usr/isns_proto.h b/iscsi-scst/usr/isns_proto.h index 7e4e37394..fbe768d5b 100644 --- a/iscsi-scst/usr/isns_proto.h +++ b/iscsi-scst/usr/isns_proto.h @@ -2,9 +2,9 @@ * iSNS protocol data types * * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/iscsi-scst/usr/log.c b/iscsi-scst/usr/log.c index c7d6d54a5..e552a7307 100644 --- a/iscsi-scst/usr/log.c +++ b/iscsi-scst/usr/log.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/message.c b/iscsi-scst/usr/message.c index 02690fac9..86e2aefc0 100644 --- a/iscsi-scst/usr/message.c +++ b/iscsi-scst/usr/message.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/misc.h b/iscsi-scst/usr/misc.h index 437524a4c..fc9ccc7a6 100644 --- a/iscsi-scst/usr/misc.h +++ b/iscsi-scst/usr/misc.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/param.c b/iscsi-scst/usr/param.c index 597af0b1b..b65a3c6e6 100644 --- a/iscsi-scst/usr/param.c +++ b/iscsi-scst/usr/param.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/param.h b/iscsi-scst/usr/param.h index f6f91c72d..5ee3199bb 100644 --- a/iscsi-scst/usr/param.h +++ b/iscsi-scst/usr/param.h @@ -1,8 +1,8 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/session.c b/iscsi-scst/usr/session.c index 8410d179b..1af581b55 100644 --- a/iscsi-scst/usr/session.c +++ b/iscsi-scst/usr/session.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/target.c b/iscsi-scst/usr/target.c index 3f08634e3..9f0fb4211 100644 --- a/iscsi-scst/usr/target.c +++ b/iscsi-scst/usr/target.c @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/usr/types.h b/iscsi-scst/usr/types.h index 04440a9e2..e82f92417 100644 --- a/iscsi-scst/usr/types.h +++ b/iscsi-scst/usr/types.h @@ -1,8 +1,8 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index 884c8281b..66589aa70 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -1,10 +1,10 @@ # # Qlogic 2x00 SCSI target driver makefile # -# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2012 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2006 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index f9baa587e..0379b0f15 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -1,11 +1,11 @@ /* * qla2x00t.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2006 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * QLogic 22xx/23xx/24xx/25xx FC target driver. * diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 688fc9279..a6a942f78 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -1,11 +1,11 @@ /* * qla2x00t.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2006 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * QLogic 22xx/23xx/24xx/25xx FC target driver. * diff --git a/qla2x00t/qla2x_tgt.h b/qla2x00t/qla2x_tgt.h index 7b113a002..f7b5b59ac 100644 --- a/qla2x00t/qla2x_tgt.h +++ b/qla2x00t/qla2x_tgt.h @@ -1,11 +1,11 @@ /* * qla2x_tgt.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Additional file for the target driver support. * diff --git a/qla2x00t/qla2x_tgt_def.h b/qla2x00t/qla2x_tgt_def.h index 9c2f48808..3f6e238aa 100644 --- a/qla2x00t/qla2x_tgt_def.h +++ b/qla2x00t/qla2x_tgt_def.h @@ -1,11 +1,11 @@ /* * qla2x_tgt_def.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Additional file for the target driver support. * diff --git a/scst/Makefile b/scst/Makefile index 664ea00d8..b40d78163 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -1,10 +1,10 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2012 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2007 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scst/include/scst.h b/scst/include/scst.h index 48e1053b5..cb621281f 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1,10 +1,10 @@ /* * include/scst.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * Copyright (C) 2010 - 2011 Bart Van Assche . * * Main SCSI target mid-level include file. diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 3d197d1a5..7a2702acf 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -1,9 +1,9 @@ /* * include/scst_const.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Contains common SCST constants. * diff --git a/scst/include/scst_debug.h b/scst/include/scst_debug.h index 8c3eac34e..f092485d0 100644 --- a/scst/include/scst_debug.h +++ b/scst/include/scst_debug.h @@ -1,10 +1,10 @@ /* * include/scst_debug.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Contains macros for execution tracing and error reporting * diff --git a/scst/include/scst_sgv.h b/scst/include/scst_sgv.h index 14916f83c..08bfa8d95 100644 --- a/scst/include/scst_sgv.h +++ b/scst/include/scst_sgv.h @@ -1,9 +1,9 @@ /* * include/scst_sgv.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Include file for SCST SGV cache. * diff --git a/scst/include/scst_user.h b/scst/include/scst_user.h index 53b7584ea..a1a2e4baf 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -1,9 +1,9 @@ /* * include/scst_user.h * - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Contains constants and data structures for scst_user module. * See http://scst.sourceforge.net/doc/scst_user_spec.txt or diff --git a/scst/src/Makefile b/scst/src/Makefile index 0247e358f..9484c9e94 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -1,10 +1,10 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2012 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2007 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scst/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index a8cd1ddd3..c4428d61e 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -1,10 +1,10 @@ # # SCSI target mid-level dev handler's makefile # -# Copyright (C) 2004 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2012 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar # Copyright (C) 2007 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scst/src/dev_handlers/scst_cdrom.c b/scst/src/dev_handlers/scst_cdrom.c index ef0da692c..e1c05219c 100644 --- a/scst/src/dev_handlers/scst_cdrom.c +++ b/scst/src/dev_handlers/scst_cdrom.c @@ -1,10 +1,10 @@ /* * scst_cdrom.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI CDROM (type 5) dev handler * diff --git a/scst/src/dev_handlers/scst_changer.c b/scst/src/dev_handlers/scst_changer.c index 9757d3b30..37d75d10e 100644 --- a/scst/src/dev_handlers/scst_changer.c +++ b/scst/src/dev_handlers/scst_changer.c @@ -1,10 +1,10 @@ /* * scst_changer.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI medium changer (type 8) dev handler * diff --git a/scst/src/dev_handlers/scst_disk.c b/scst/src/dev_handlers/scst_disk.c index 755d529e1..5e95862b3 100644 --- a/scst/src/dev_handlers/scst_disk.c +++ b/scst/src/dev_handlers/scst_disk.c @@ -1,10 +1,10 @@ /* * scst_disk.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI disk (type 0) dev handler * & diff --git a/scst/src/dev_handlers/scst_modisk.c b/scst/src/dev_handlers/scst_modisk.c index bbf5dc3a0..cae70f590 100644 --- a/scst/src/dev_handlers/scst_modisk.c +++ b/scst/src/dev_handlers/scst_modisk.c @@ -1,10 +1,10 @@ /* * scst_modisk.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI MO disk (type 7) dev handler * & diff --git a/scst/src/dev_handlers/scst_processor.c b/scst/src/dev_handlers/scst_processor.c index df53492a6..5659aacb6 100644 --- a/scst/src/dev_handlers/scst_processor.c +++ b/scst/src/dev_handlers/scst_processor.c @@ -1,10 +1,10 @@ /* * scst_processor.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI medium processor (type 3) dev handler * diff --git a/scst/src/dev_handlers/scst_raid.c b/scst/src/dev_handlers/scst_raid.c index 6fddb4c25..463b45261 100644 --- a/scst/src/dev_handlers/scst_raid.c +++ b/scst/src/dev_handlers/scst_raid.c @@ -1,10 +1,10 @@ /* * scst_raid.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI raid(controller) (type 0xC) dev handler * diff --git a/scst/src/dev_handlers/scst_tape.c b/scst/src/dev_handlers/scst_tape.c index 63e727267..d20f5ef35 100644 --- a/scst/src/dev_handlers/scst_tape.c +++ b/scst/src/dev_handlers/scst_tape.c @@ -1,10 +1,10 @@ /* * scst_tape.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI tape (type 1) dev handler * & diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index b8f3c9835..d6d0c5c60 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -1,9 +1,9 @@ /* * scst_user.c * - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI virtual user space device handler * diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 7cc9f7c94..d7e257eec 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -1,12 +1,12 @@ /* * scst_vdisk.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 Ming Zhang * Copyright (C) 2007 Ross Walker * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * SCSI disk (type 0) and CDROM (type 5) dev handler using files * on file systems or block devices (VDISK) diff --git a/scst/src/scst_debug.c b/scst/src/scst_debug.c index 5dc95668f..1b8c9f1e3 100644 --- a/scst/src/scst_debug.c +++ b/scst/src/scst_debug.c @@ -1,10 +1,10 @@ /* * scst_debug.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Contains helper functions for execution tracing and error reporting. * Intended to be included in main .c file. diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index ed9455de8..c0ee78971 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -1,10 +1,10 @@ /* * scst_lib.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index 8d83363b3..d119188f2 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -1,10 +1,10 @@ /* * scst_main.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_mem.c b/scst/src/scst_mem.c index 0ff979128..f9a76d14a 100644 --- a/scst/src/scst_mem.c +++ b/scst/src/scst_mem.c @@ -1,9 +1,9 @@ /* * scst_mem.c * - * Copyright (C) 2006 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2006 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_mem.h b/scst/src/scst_mem.h index 4abb72b36..453c11ed8 100644 --- a/scst/src/scst_mem.h +++ b/scst/src/scst_mem.h @@ -1,9 +1,9 @@ /* * scst_mem.h * - * Copyright (C) 2006 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2006 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_module.c b/scst/src/scst_module.c index ff4cd36e3..3b91620dc 100644 --- a/scst/src/scst_module.c +++ b/scst/src/scst_module.c @@ -1,10 +1,10 @@ /* * scst_module.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Support for loading target modules. The usage is similar to scsi_module.c * diff --git a/scst/src/scst_pres.c b/scst/src/scst_pres.c index 7c1f73533..7061c2510 100644 --- a/scst/src/scst_pres.c +++ b/scst/src/scst_pres.c @@ -3,7 +3,7 @@ * * Copyright (C) 2009 - 2010 Alexey Obitotskiy * Copyright (C) 2009 - 2010 Open-E, Inc. - * Copyright (C) 2009 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2012 Vladislav Bolkhovitin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_pres.h b/scst/src/scst_pres.h index 04b439327..d163ceae6 100644 --- a/scst/src/scst_pres.h +++ b/scst/src/scst_pres.h @@ -3,7 +3,7 @@ * * Copyright (C) 2009 - 2010 Alexey Obitotskiy * Copyright (C) 2009 - 2010 Open-E, Inc. - * Copyright (C) 2009 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2012 Vladislav Bolkhovitin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_priv.h b/scst/src/scst_priv.h index 027737765..235ded3c7 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -1,10 +1,10 @@ /* * scst_priv.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_proc.c b/scst/src/scst_proc.c index 6e780bccf..a65d114f1 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -1,10 +1,10 @@ /* * scst_proc.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index b776d05f5..73c6cf4d7 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -2,9 +2,9 @@ * scst_sysfs.c * * Copyright (C) 2009 Daniel Henrique Debonzi - * Copyright (C) 2009 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2012 Vladislav Bolkhovitin * Copyright (C) 2009 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 671c95ac4..54c9c495f 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1,10 +1,10 @@ /* * scst_targ.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 8270cf8fe..af1f7658d 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2008 - 2010 Richard Sharpe * Copyright (C) 1992 Eric Youngdale - * Copyright (C) 2008 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2008 - 2012 Vladislav Bolkhovitin * * Simulate a host adapter and an SCST target adapter back to back * diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 927c70649..2b9c36daf 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2006 - 2009 Mellanox Technology Inc. All rights reserved. - * Copyright (C) 2009 - 2011 Bart Van Assche . + * Copyright (C) 2009 - 2012 Bart Van Assche . * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU diff --git a/usr/fileio/Makefile b/usr/fileio/Makefile index ed13ab82f..209b932be 100644 --- a/usr/fileio/Makefile +++ b/usr/fileio/Makefile @@ -1,9 +1,9 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2007 - 2011 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2012 Vladislav Bolkhovitin # Copyright (C) 2007 - 2010 ID7 Ltd. -# Copyright (C) 2010 - 2011 SCST Ltd. +# Copyright (C) 2010 - 2012 SCST Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/usr/fileio/common.c b/usr/fileio/common.c index 25c984e43..d2c188b29 100644 --- a/usr/fileio/common.c +++ b/usr/fileio/common.c @@ -1,9 +1,9 @@ /* * common.c * - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/usr/fileio/common.h b/usr/fileio/common.h index a1cf0b14e..8e0fbd8d5 100644 --- a/usr/fileio/common.h +++ b/usr/fileio/common.h @@ -1,9 +1,9 @@ /* * common.h * - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/usr/fileio/debug.c b/usr/fileio/debug.c index 4d144b2c1..ddad5d467 100644 --- a/usr/fileio/debug.c +++ b/usr/fileio/debug.c @@ -1,10 +1,10 @@ /* * debug.c * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Contains helper functions for execution tracing and error reporting. * Intended to be included in main .c file. diff --git a/usr/fileio/debug.h b/usr/fileio/debug.h index 8b9681fba..5b6187a8a 100644 --- a/usr/fileio/debug.h +++ b/usr/fileio/debug.h @@ -1,10 +1,10 @@ /* * debug.h * - * Copyright (C) 2004 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2012 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * Contains macroses for execution tracing and error reporting * diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index 4e415dfa4..bc0f3d344 100644 --- a/usr/fileio/fileio.c +++ b/usr/fileio/fileio.c @@ -1,9 +1,9 @@ /* * fileio.c * - * Copyright (C) 2007 - 2011 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2012 Vladislav Bolkhovitin * Copyright (C) 2007 - 2010 ID7 Ltd. - * Copyright (C) 2010 - 2011 SCST Ltd. + * Copyright (C) 2010 - 2012 SCST Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License