diff --git a/Makefile b/Makefile index 4382a5110..44627e333 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 - 2014 Vladislav Bolkhovitin -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2004 - 2015 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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/fcst/Makefile b/fcst/Makefile index d70f7626c..6ed535a59 100644 --- a/fcst/Makefile +++ b/fcst/Makefile @@ -3,7 +3,7 @@ # Based on ../mvsas_tgt/Makefile # # Copyright (C) 2006 - 2008 Jacky Feng -# Copyright (C) 2011 - 2014 Bart Van Assche +# Copyright (C) 2011 - 2015 Bart Van Assche # # 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 b1f9c0ddd..19ae2c2b5 100644 --- a/iscsi-scst/include/iscsi_scst.h +++ b/iscsi-scst/include/iscsi_scst.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 8e3790195..566425c85 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 803e76c4e..9ee51b4ed 100644 --- a/iscsi-scst/kernel/Makefile +++ b/iscsi-scst/kernel/Makefile @@ -1,8 +1,8 @@ # # Makefile for the kernel part of iSCSI-SCST. # -# Copyright (C) 2007 - 2014 Vladislav Bolkhovitin -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2007 - 2015 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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 3ae4e0567..be2611b3d 100644 --- a/iscsi-scst/kernel/config.c +++ b/iscsi-scst/kernel/config.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 aa8cc742f..e8e690fbb 100644 --- a/iscsi-scst/kernel/conn.c +++ b/iscsi-scst/kernel/conn.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 e9c7c7787..1da1a04d0 100644 --- a/iscsi-scst/kernel/digest.c +++ b/iscsi-scst/kernel/digest.c @@ -3,8 +3,8 @@ * * Copyright (C) 2004 - 2006 Xiranet Communications GmbH * - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 3a72b25f6..d13289d21 100644 --- a/iscsi-scst/kernel/digest.h +++ b/iscsi-scst/kernel/digest.h @@ -2,8 +2,8 @@ * iSCSI digest handling. * * Copyright (C) 2004 Xiranet Communications GmbH - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 ffd9e13b5..568f24108 100644 --- a/iscsi-scst/kernel/event.c +++ b/iscsi-scst/kernel/event.c @@ -2,8 +2,8 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 b880a91a0..b102b3ae0 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 3b21c3ebb..47b474502 100644 --- a/iscsi-scst/kernel/iscsi.h +++ b/iscsi-scst/kernel/iscsi.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 b62240f4d..493720d6d 100644 --- a/iscsi-scst/kernel/iscsi_dbg.h +++ b/iscsi-scst/kernel/iscsi_dbg.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 6204699c7..67e729697 100644 --- a/iscsi-scst/kernel/iscsi_hdr.h +++ b/iscsi-scst/kernel/iscsi_hdr.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 72951bd95..76bac980e 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -2,8 +2,8 @@ * Network threads. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/iscsi-scst/kernel/param.c b/iscsi-scst/kernel/param.c index 2430777d2..2a423093a 100644 --- a/iscsi-scst/kernel/param.c +++ b/iscsi-scst/kernel/param.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 121389aab..d892e5907 100644 --- a/iscsi-scst/kernel/session.c +++ b/iscsi-scst/kernel/session.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 85ce05496..fdb132e55 100644 --- a/iscsi-scst/kernel/target.c +++ b/iscsi-scst/kernel/target.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 00c8ae2c9..f9953a253 100644 --- a/iscsi-scst/usr/Makefile +++ b/iscsi-scst/usr/Makefile @@ -1,8 +1,8 @@ # # Makefile for the user space part of iSCSI-SCST. # -# Copyright (C) 2007 - 2014 Vladislav Bolkhovitin -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2007 - 2015 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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 a54309be4..febf69153 100644 --- a/iscsi-scst/usr/chap.c +++ b/iscsi-scst/usr/chap.c @@ -3,8 +3,8 @@ * * Copyright (C) 2004 Xiranet Communications GmbH * Copyright (C) 2002 - 2003 Ardis Technolgies , - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 0ea14491a..f6017e5e7 100644 --- a/iscsi-scst/usr/config.c +++ b/iscsi-scst/usr/config.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 8d4391762..4d62c3eff 100644 --- a/iscsi-scst/usr/conn.c +++ b/iscsi-scst/usr/conn.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 c82b84d26..4bb76055f 100644 --- a/iscsi-scst/usr/ctldev.c +++ b/iscsi-scst/usr/ctldev.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 c13865839..719c7e2a6 100644 --- a/iscsi-scst/usr/event.c +++ b/iscsi-scst/usr/event.c @@ -2,8 +2,8 @@ * Event notification code. * * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 57242f044..dc0a85f2e 100644 --- a/iscsi-scst/usr/iscsi_adm.c +++ b/iscsi-scst/usr/iscsi_adm.c @@ -2,8 +2,8 @@ * iscsi_adm - manage iSCSI-SCST Target software. * * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 4408368e4..ba87ff10f 100644 --- a/iscsi-scst/usr/iscsi_adm.h +++ b/iscsi-scst/usr/iscsi_adm.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 95b8b2280..c766be279 100644 --- a/iscsi-scst/usr/iscsi_hdr.h +++ b/iscsi-scst/usr/iscsi_hdr.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 56f51bf21..f78506a54 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 a3b3f3049..dfe927804 100644 --- a/iscsi-scst/usr/iscsid.c +++ b/iscsi-scst/usr/iscsid.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 2f75ed295..670e80957 100644 --- a/iscsi-scst/usr/iscsid.h +++ b/iscsi-scst/usr/iscsid.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 cdd7c3e4e..c5d5eafdf 100644 --- a/iscsi-scst/usr/isns.c +++ b/iscsi-scst/usr/isns.c @@ -2,8 +2,8 @@ * iSNS functions * * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 49e45556f..5bdfd3510 100644 --- a/iscsi-scst/usr/isns_proto.h +++ b/iscsi-scst/usr/isns_proto.h @@ -2,8 +2,8 @@ * iSNS protocol data types * * Copyright (C) 2006 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 273cbc330..2a552e290 100644 --- a/iscsi-scst/usr/log.c +++ b/iscsi-scst/usr/log.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 89e0610de..acd257153 100644 --- a/iscsi-scst/usr/message.c +++ b/iscsi-scst/usr/message.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2004 - 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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.c b/iscsi-scst/usr/misc.c index 89eb06c38..7ef434b6e 100644 --- a/iscsi-scst/usr/misc.c +++ b/iscsi-scst/usr/misc.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 4e5fb968f..9b972ebd3 100644 --- a/iscsi-scst/usr/misc.h +++ b/iscsi-scst/usr/misc.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 710b5f1d5..007271e79 100644 --- a/iscsi-scst/usr/param.c +++ b/iscsi-scst/usr/param.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 670b5af63..7b46900aa 100644 --- a/iscsi-scst/usr/param.h +++ b/iscsi-scst/usr/param.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 FUJITA Tomonori - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 57f897683..fe25b1c05 100644 --- a/iscsi-scst/usr/session.c +++ b/iscsi-scst/usr/session.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 128faad38..1bb5a2a72 100644 --- a/iscsi-scst/usr/target.c +++ b/iscsi-scst/usr/target.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 147b108fb..a4ff61f85 100644 --- a/iscsi-scst/usr/types.h +++ b/iscsi-scst/usr/types.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2002 - 2003 Ardis Technolgies - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 67aacf8a1..e3065ff5a 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -1,9 +1,9 @@ # # Qlogic 2x00 SCSI target driver makefile # -# Copyright (C) 2004 - 2014 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2015 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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 a66eb3ada..5785e5016 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -1,10 +1,10 @@ /* * qla2x00t.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * QLogic 22xx/23xx/24xx/25xx FC target driver. * diff --git a/qla2x00t/qla2x00-target/qla2x00t.h b/qla2x00t/qla2x00-target/qla2x00t.h index 57517046a..bfcd4ff40 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.h +++ b/qla2x00t/qla2x00-target/qla2x00t.h @@ -1,10 +1,10 @@ /* * qla2x00t.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * QLogic 22xx/23xx/24xx/25xx FC target driver. * diff --git a/qla2x00t/qla2x_tgt.h b/qla2x00t/qla2x_tgt.h index 2562f1178..c8fa52aae 100644 --- a/qla2x00t/qla2x_tgt.h +++ b/qla2x00t/qla2x_tgt.h @@ -1,10 +1,10 @@ /* * qla2x_tgt.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * Additional file for the target driver support. * diff --git a/qla2x00t/qla2x_tgt_def.h b/qla2x00t/qla2x_tgt_def.h index 8b0ea8454..ad8111c3e 100644 --- a/qla2x00t/qla2x_tgt_def.h +++ b/qla2x00t/qla2x_tgt_def.h @@ -1,10 +1,10 @@ /* * qla2x_tgt_def.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2006 Nathaniel Clark - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * Additional file for the target driver support. * diff --git a/scst/Makefile b/scst/Makefile index 44cdd1cdd..be6936c9e 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -1,9 +1,9 @@ # # Common makefile for SCSI target mid-level and its drivers # -# Copyright (C) 2004 - 2014 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2015 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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 d239aa5d3..20e2c6685 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1,9 +1,9 @@ /* * include/scst.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * 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 022f0ec77..e0aae987e 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -1,8 +1,8 @@ /* * include/scst_const.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * Contains common SCST constants. This file supposed to be included * from both kernel and user spaces. diff --git a/scst/include/scst_debug.h b/scst/include/scst_debug.h index d5b343241..878d188b6 100644 --- a/scst/include/scst_debug.h +++ b/scst/include/scst_debug.h @@ -1,9 +1,9 @@ /* * include/scst_debug.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * Contains macros for execution tracing and error reporting * diff --git a/scst/include/scst_sgv.h b/scst/include/scst_sgv.h index 8b5084492..36902931e 100644 --- a/scst/include/scst_sgv.h +++ b/scst/include/scst_sgv.h @@ -1,8 +1,8 @@ /* * include/scst_sgv.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * Include file for SCST SGV cache. * diff --git a/scst/include/scst_user.h b/scst/include/scst_user.h index 55f1672d2..69e90bdea 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -1,8 +1,8 @@ /* * include/scst_user.h * - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 4d7088d57..1535e6db6 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -1,9 +1,9 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2004 - 2014 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2015 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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 f3f8b960d..d5187a677 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -1,9 +1,9 @@ # # SCSI target mid-level dev handler's makefile # -# Copyright (C) 2004 - 2014 Vladislav Bolkhovitin +# Copyright (C) 2004 - 2015 Vladislav Bolkhovitin # Copyright (C) 2004 - 2005 Leonid Stoljar -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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 c1ffb454b..a7f7354f4 100644 --- a/scst/src/dev_handlers/scst_cdrom.c +++ b/scst/src/dev_handlers/scst_cdrom.c @@ -1,9 +1,9 @@ /* * scst_cdrom.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 23eb11ce7..46e981972 100644 --- a/scst/src/dev_handlers/scst_changer.c +++ b/scst/src/dev_handlers/scst_changer.c @@ -1,9 +1,9 @@ /* * scst_changer.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 cc2f27cba..3b85ae15b 100644 --- a/scst/src/dev_handlers/scst_disk.c +++ b/scst/src/dev_handlers/scst_disk.c @@ -1,9 +1,9 @@ /* * scst_disk.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 eb9e50d1d..b6837727b 100644 --- a/scst/src/dev_handlers/scst_modisk.c +++ b/scst/src/dev_handlers/scst_modisk.c @@ -1,9 +1,9 @@ /* * scst_modisk.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 cad04b576..82f584c27 100644 --- a/scst/src/dev_handlers/scst_processor.c +++ b/scst/src/dev_handlers/scst_processor.c @@ -1,9 +1,9 @@ /* * scst_processor.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 7f95d2b5c..e4cf7e3d4 100644 --- a/scst/src/dev_handlers/scst_raid.c +++ b/scst/src/dev_handlers/scst_raid.c @@ -1,9 +1,9 @@ /* * scst_raid.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 4aeba2417..4daa84d84 100644 --- a/scst/src/dev_handlers/scst_tape.c +++ b/scst/src/dev_handlers/scst_tape.c @@ -1,9 +1,9 @@ /* * scst_tape.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 5dabae13d..f5e8003dc 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -1,8 +1,8 @@ /* * scst_user.c * - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 d2537ccd9..f3dd61247 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 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar * Copyright (C) 2007 Ming Zhang * Copyright (C) 2007 Ross Walker - * Copyright (C) 2007 - 2014 Fusion-io, Inc. - * Copyright (C) 2008 - 2014 Bart Van Assche + * Copyright (C) 2007 - 2015 SanDisk Corporation + * Copyright (C) 2008 - 2015 Bart Van Assche * * 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 31632c163..40b8f54dd 100644 --- a/scst/src/scst_debug.c +++ b/scst/src/scst_debug.c @@ -1,9 +1,9 @@ /* * scst_debug.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 298d90bec..669cafdb7 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -1,9 +1,9 @@ /* * scst_lib.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 c39e6f935..1669dc8d1 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -1,9 +1,9 @@ /* * scst_main.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 b3ab75e1a..6ccb8cf40 100644 --- a/scst/src/scst_mem.c +++ b/scst/src/scst_mem.c @@ -1,8 +1,8 @@ /* * scst_mem.c * - * Copyright (C) 2006 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2006 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 68e33a092..e36153e64 100644 --- a/scst/src/scst_mem.h +++ b/scst/src/scst_mem.h @@ -1,8 +1,8 @@ /* * scst_mem.h * - * Copyright (C) 2006 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2006 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 53a8a0263..da5a29fda 100644 --- a/scst/src/scst_module.c +++ b/scst/src/scst_module.c @@ -1,9 +1,9 @@ /* * scst_module.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 0bb1126c8..bec46df08 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 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2015 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 98b8f6f33..3cbecacc5 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 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2009 - 2015 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 fce62d9af..5f016fb08 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -1,9 +1,9 @@ /* * scst_priv.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 57c9bbd1f..e430c1a36 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -1,9 +1,9 @@ /* * scst_proc.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 71be58f89..218d40ec9 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -2,8 +2,8 @@ * scst_sysfs.c * * Copyright (C) 2009 Daniel Henrique Debonzi - * Copyright (C) 2009 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2009 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 d6a8fb6d0..e13bd5ae0 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1,9 +1,9 @@ /* * scst_targ.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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_tg.c b/scst/src/scst_tg.c index 62c7b70f5..d48af7c6d 100644 --- a/scst/src/scst_tg.c +++ b/scst/src/scst_tg.c @@ -3,7 +3,7 @@ * * SCSI target group related code. * - * Copyright (C) 2011 - 2014 Bart Van Assche . + * Copyright (C) 2011 - 2015 Bart Van Assche . * * 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 28d3afa34..71ef89be3 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 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2008 - 2015 Vladislav Bolkhovitin * * Simulate a host adapter and an SCST target adapter back to back * diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 6f8dfcae3..80993cbd3 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2006 - 2009 Mellanox Technology Inc. All rights reserved. - * Copyright (C) 2008 - 2014 Bart Van Assche . + * Copyright (C) 2008 - 2015 Bart Van Assche . * Copyright (C) 2008 Vladislav Bolkhovitin * * This software is available to you under a choice of one of two diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 8ec103fb5..5e87a4141 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 - 2014 Bart Van Assche . + * Copyright (C) 2009 - 2015 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 6c8f68991..8dfd4ad6d 100644 --- a/usr/fileio/Makefile +++ b/usr/fileio/Makefile @@ -1,8 +1,8 @@ # # SCSI target mid-level makefile # -# Copyright (C) 2007 - 2014 Vladislav Bolkhovitin -# Copyright (C) 2007 - 2014 Fusion-io, Inc. +# Copyright (C) 2007 - 2015 Vladislav Bolkhovitin +# Copyright (C) 2007 - 2015 SanDisk Corporation # # 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 75d09a7d7..feb4e8b3c 100644 --- a/usr/fileio/common.c +++ b/usr/fileio/common.c @@ -1,8 +1,8 @@ /* * common.c * - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 957377795..e36697332 100644 --- a/usr/fileio/common.h +++ b/usr/fileio/common.h @@ -1,8 +1,8 @@ /* * common.h * - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 ea1d9eb85..8e93a70e1 100644 --- a/usr/fileio/debug.c +++ b/usr/fileio/debug.c @@ -1,9 +1,9 @@ /* * debug.c * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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 fc698e8f6..dbd0b8af1 100644 --- a/usr/fileio/debug.h +++ b/usr/fileio/debug.h @@ -1,9 +1,9 @@ /* * debug.h * - * Copyright (C) 2004 - 2014 Vladislav Bolkhovitin + * Copyright (C) 2004 - 2015 Vladislav Bolkhovitin * Copyright (C) 2004 - 2005 Leonid Stoljar - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 SanDisk Corporation * * Contains macroses for execution tracing and error reporting * diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index cfb5d21b6..2b808f404 100644 --- a/usr/fileio/fileio.c +++ b/usr/fileio/fileio.c @@ -1,8 +1,8 @@ /* * fileio.c * - * Copyright (C) 2007 - 2014 Vladislav Bolkhovitin - * Copyright (C) 2007 - 2014 Fusion-io, Inc. + * Copyright (C) 2007 - 2015 Vladislav Bolkhovitin + * Copyright (C) 2007 - 2015 SanDisk Corporation * * 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/www/comparison.html b/www/comparison.html index 5f00293ea..f3ca1e4ea 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -547,7 +547,7 @@ target reconfiguration in a PnP-like manner) + - diff --git a/www/contributing.html b/www/contributing.html index 3c356390e..0d049f783 100644 --- a/www/contributing.html +++ b/www/contributing.html @@ -204,7 +204,7 @@ diff --git a/www/downloads.html b/www/downloads.html index d1f6506eb..d1bad5235 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -94,7 +94,7 @@ diff --git a/www/handler_fileio_tgt.html b/www/handler_fileio_tgt.html index 387bb8cc6..e6321f956 100644 --- a/www/handler_fileio_tgt.html +++ b/www/handler_fileio_tgt.html @@ -80,7 +80,7 @@ diff --git a/www/index.html b/www/index.html index 4f5314802..195602770 100644 --- a/www/index.html +++ b/www/index.html @@ -186,7 +186,7 @@ diff --git a/www/mc_s.html b/www/mc_s.html index c7675a7bc..a351b4c22 100644 --- a/www/mc_s.html +++ b/www/mc_s.html @@ -247,7 +247,7 @@ and here. diff --git a/www/scst_admin.html b/www/scst_admin.html index 9d663f5aa..4b6d3117d 100644 --- a/www/scst_admin.html +++ b/www/scst_admin.html @@ -79,7 +79,7 @@ diff --git a/www/scstvslio.html b/www/scstvslio.html index 06185548b..eb9d322de 100644 --- a/www/scstvslio.html +++ b/www/scstvslio.html @@ -100,7 +100,7 @@ diff --git a/www/scstvsstgt.html b/www/scstvsstgt.html index dba073301..132312d5f 100644 --- a/www/scstvsstgt.html +++ b/www/scstvsstgt.html @@ -80,7 +80,7 @@ diff --git a/www/solutions.html b/www/solutions.html index 22a0456dc..4141e3ca2 100644 --- a/www/solutions.html +++ b/www/solutions.html @@ -57,7 +57,7 @@ diff --git a/www/target_emulex.html b/www/target_emulex.html index 9d5668bca..f7a8b9bfd 100644 --- a/www/target_emulex.html +++ b/www/target_emulex.html @@ -90,7 +90,7 @@ diff --git a/www/target_fcoe.html b/www/target_fcoe.html index 10ab096f7..51c2afd47 100644 --- a/www/target_fcoe.html +++ b/www/target_fcoe.html @@ -77,7 +77,7 @@ diff --git a/www/target_ibmvscsi.html b/www/target_ibmvscsi.html index 6b01c9621..f9abc7446 100644 --- a/www/target_ibmvscsi.html +++ b/www/target_ibmvscsi.html @@ -78,7 +78,7 @@ diff --git a/www/target_iscsi.html b/www/target_iscsi.html index 3708eaeb9..bf58b0183 100644 --- a/www/target_iscsi.html +++ b/www/target_iscsi.html @@ -138,7 +138,7 @@ diff --git a/www/target_iser.html b/www/target_iser.html index 149994e22..67bf344a9 100644 --- a/www/target_iser.html +++ b/www/target_iser.html @@ -76,7 +76,7 @@ diff --git a/www/target_local.html b/www/target_local.html index 8579ab586..570c8158e 100644 --- a/www/target_local.html +++ b/www/target_local.html @@ -86,7 +86,7 @@ diff --git a/www/target_lsi.html b/www/target_lsi.html index 1f8ab013b..b96496b0b 100644 --- a/www/target_lsi.html +++ b/www/target_lsi.html @@ -75,7 +75,7 @@ diff --git a/www/target_mvsas.html b/www/target_mvsas.html index 4941e8751..2e3984aaa 100644 --- a/www/target_mvsas.html +++ b/www/target_mvsas.html @@ -75,7 +75,7 @@ diff --git a/www/target_old.html b/www/target_old.html index 6de51239b..bae199446 100644 --- a/www/target_old.html +++ b/www/target_old.html @@ -111,7 +111,7 @@ diff --git a/www/target_qla2x00t.html b/www/target_qla2x00t.html index a05e8cd4a..afbfd7404 100644 --- a/www/target_qla2x00t.html +++ b/www/target_qla2x00t.html @@ -82,7 +82,7 @@ diff --git a/www/target_srp.html b/www/target_srp.html index 571d149f8..ed6e8e4e8 100644 --- a/www/target_srp.html +++ b/www/target_srp.html @@ -78,7 +78,7 @@ diff --git a/www/targets.html b/www/targets.html index 892d9afdc..412ae3c4f 100644 --- a/www/targets.html +++ b/www/targets.html @@ -78,7 +78,7 @@ diff --git a/www/users.html b/www/users.html index 7283da367..a9a94d58b 100644 --- a/www/users.html +++ b/www/users.html @@ -167,7 +167,7 @@