···11/*******************************************************************************22 * This file contains iSCSI extentions for RDMA (iSER) Verbs33 *44- * (c) Copyright 2013 RisingTide Systems LLC.44+ * (c) Copyright 2013 Datera, Inc.55 *66 * Nicholas A. Bellinger <nab@linux-iscsi.org>77 *
+1-1
drivers/scsi/qla2xxx/qla_target.c
···1010 *1111 * Forward port and refactoring to modern qla2xxx and target/configfs1212 *1313- * Copyright (C) 2010-2011 Nicholas A. Bellinger <nab@kernel.org>1313+ * Copyright (C) 2010-2013 Nicholas A. Bellinger <nab@kernel.org>1414 *1515 * This program is free software; you can redistribute it and/or1616 * modify it under the terms of the GNU General Public License
+2-5
drivers/scsi/qla2xxx/tcm_qla2xxx.c
···22 * This file contains tcm implementation using v4 configfs fabric infrastructure33 * for QLogic target mode HBAs44 *55- * ?? Copyright 2010-2011 RisingTide Systems LLC.55+ * (c) Copyright 2010-2013 Datera, Inc.66 *77- * Licensed to the Linux Foundation under the General Public License (GPL)88- * version 2.99- *1010- * Author: Nicholas A. Bellinger <nab@risingtidesystems.com>77+ * Author: Nicholas A. Bellinger <nab@daterainc.com>118 *129 * tcm_qla2xxx_parse_wwn() and tcm_qla2xxx_format_wwn() contains code from1310 * the TCM_FC / Open-FCoE.org fabric module.
+1-3
drivers/target/iscsi/iscsi_target.c
···11/*******************************************************************************22 * This file contains main functions related to the iSCSI Target Core Driver.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_auth.c
···11/*******************************************************************************22 * This file houses the main functions for the iSCSI CHAP support33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+2-4
drivers/target/iscsi/iscsi_target_configfs.c
···22 * This file contains the configfs implementation for iSCSI Target mode33 * from the LIO-Target Project.44 *55- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.66- *77- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.55+ * (c) Copyright 2007-2013 Datera, Inc.86 *97 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>108 *···14791481 struct target_fabric_configfs *tf,14801482 char *page)14811483{14821482- return sprintf(page, "RisingTide Systems Linux-iSCSI Target "ISCSIT_VERSION"\n");14841484+ return sprintf(page, "Datera Inc. iSCSI Target "ISCSIT_VERSION"\n");14831485}1484148614851487TF_WWN_ATTR_RO(lio_target, lio_version);
+1-3
drivers/target/iscsi/iscsi_target_datain_values.c
···11/*******************************************************************************22 * This file contains the iSCSI Target DataIN value generation functions.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_device.c
···22 * This file contains the iSCSI Virtual Device and Disk Transport33 * agnostic related functions.44 *55- \u00a9 Copyright 2007-2011 RisingTide Systems LLC.66- *77- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.55+ * (c) Copyright 2007-2013 Datera, Inc.86 *97 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>108 *
+1-3
drivers/target/iscsi/iscsi_target_erl0.c
···22 * This file contains error recovery level zero functions used by33 * the iSCSI Target driver.44 *55- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.66- *77- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.55+ * (c) Copyright 2007-2013 Datera, Inc.86 *97 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>108 *
+1-3
drivers/target/iscsi/iscsi_target_erl1.c
···11/*******************************************************************************22 * This file contains error recovery level one used by the iSCSI Target driver.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_erl2.c
···22 * This file contains error recovery level two functions used by33 * the iSCSI Target driver.44 *55- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.66- *77- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.55+ * (c) Copyright 2007-2013 Datera, Inc.86 *97 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>108 *
+1-3
drivers/target/iscsi/iscsi_target_login.c
···11/*******************************************************************************22 * This file contains the login functions used by the iSCSI Target driver.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_nego.c
···11/*******************************************************************************22 * This file contains main functions related to iSCSI Parameter negotiation.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_nodeattrib.c
···11/*******************************************************************************22 * This file contains the main functions related to Initiator Node Attributes.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_parameters.c
···11/*******************************************************************************22 * This file contains main functions related to iSCSI Parameter negotiation.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
···22 * This file contains main functions related to iSCSI DataSequenceInOrder=No33 * and DataPDUInOrder=No.44 *55- \u00a9 Copyright 2007-2011 RisingTide Systems LLC.66- *77- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.55+ * (c) Copyright 2007-2013 Datera, Inc.86 *97 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>108 *
+2-4
drivers/target/iscsi/iscsi_target_stat.c
···22 * Modern ConfigFS group context specific iSCSI statistics based on original33 * iscsi_target_mib.c code44 *55- * Copyright (c) 2011 Rising Tide Systems66- *77- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.55+ * Copyright (c) 2011-2013 Datera, Inc.86 *97 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>108 *···175177static ssize_t iscsi_stat_instance_show_attr_vendor(176178 struct iscsi_wwn_stat_grps *igrps, char *page)177179{178178- return snprintf(page, PAGE_SIZE, "RisingTide Systems iSCSI-Target\n");180180+ return snprintf(page, PAGE_SIZE, "Datera, Inc. iSCSI-Target\n");179181}180182ISCSI_STAT_INSTANCE_ATTR_RO(vendor);181183
+1-3
drivers/target/iscsi/iscsi_target_tmr.c
···11/*******************************************************************************22 * This file contains the iSCSI Target specific Task Management functions.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_tpg.c
···11/*******************************************************************************22 * This file contains iSCSI Target Portal Group related functions.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_tq.c
···11/*******************************************************************************22 * This file contains the iSCSI Login Thread and Thread Queue functions.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
+1-3
drivers/target/iscsi/iscsi_target_util.c
···11/*******************************************************************************22 * This file contains the iSCSI Target specific utility functions.33 *44- * \u00a9 Copyright 2007-2011 RisingTide Systems LLC.55- *66- * Licensed to the Linux Foundation under the General Public License (GPL) version 2.44+ * (c) Copyright 2007-2013 Datera, Inc.75 *86 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org>97 *
···33 *44 * This file contains SPC-3 compliant asymmetric logical unit assigntment (ALUA)55 *66- * (c) Copyright 2009-2012 RisingTide Systems LLC.66+ * (c) Copyright 2009-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_configfs.c
···33 *44 * This file contains ConfigFS logic for the Generic Target Engine project.55 *66- * (c) Copyright 2008-2012 RisingTide Systems LLC.66+ * (c) Copyright 2008-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_device.c
···44 * This file contains the TCM Virtual Device and Disk Transport55 * agnostic related functions.66 *77- * (c) Copyright 2003-2012 RisingTide Systems LLC.77+ * (c) Copyright 2003-2013 Datera, Inc.88 *99 * Nicholas A. Bellinger <nab@kernel.org>1010 *
+1-1
drivers/target/target_core_fabric_configfs.c
···44 * This file contains generic fabric module configfs infrastructure for55 * TCM v4.x code66 *77- * (c) Copyright 2010-2012 RisingTide Systems LLC.77+ * (c) Copyright 2010-2013 Datera, Inc.88 *99 * Nicholas A. Bellinger <nab@linux-iscsi.org>1010*
+1-1
drivers/target/target_core_fabric_lib.c
···44 * This file contains generic high level protocol identifier and PR55 * handlers for TCM fabric modules66 *77- * (c) Copyright 2010-2012 RisingTide Systems LLC.77+ * (c) Copyright 2010-2013 Datera, Inc.88 *99 * Nicholas A. Bellinger <nab@linux-iscsi.org>1010 *
+1-1
drivers/target/target_core_file.c
···33 *44 * This file contains the Storage Engine <-> FILEIO transport specific functions55 *66- * (c) Copyright 2005-2012 RisingTide Systems LLC.66+ * (c) Copyright 2005-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_hba.c
···33 *44 * This file contains the TCM HBA Transport related functions.55 *66- * (c) Copyright 2003-2012 RisingTide Systems LLC.66+ * (c) Copyright 2003-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_iblock.c
···44 * This file contains the Storage Engine <-> Linux BlockIO transport55 * specific functions.66 *77- * (c) Copyright 2003-2012 RisingTide Systems LLC.77+ * (c) Copyright 2003-2013 Datera, Inc.88 *99 * Nicholas A. Bellinger <nab@kernel.org>1010 *
+1-1
drivers/target/target_core_pr.c
···44 * This file contains SPC-3 compliant persistent reservations and55 * legacy SPC-2 reservations with compatible reservation handling (CRH=1)66 *77- * (c) Copyright 2009-2012 RisingTide Systems LLC.77+ * (c) Copyright 2009-2013 Datera, Inc.88 *99 * Nicholas A. Bellinger <nab@kernel.org>1010 *
+1-1
drivers/target/target_core_pscsi.c
···33 *44 * This file contains the generic target mode <-> Linux SCSI subsystem plugin.55 *66- * (c) Copyright 2003-2012 RisingTide Systems LLC.66+ * (c) Copyright 2003-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_rd.c
···44 * This file contains the Storage Engine <-> Ramdisk transport55 * specific functions.66 *77- * (c) Copyright 2003-2012 RisingTide Systems LLC.77+ * (c) Copyright 2003-2013 Datera, Inc.88 *99 * Nicholas A. Bellinger <nab@kernel.org>1010 *
+1-1
drivers/target/target_core_sbc.c
···11/*22 * SCSI Block Commands (SBC) parsing and emulation.33 *44- * (c) Copyright 2002-2012 RisingTide Systems LLC.44+ * (c) Copyright 2002-2013 Datera, Inc.55 *66 * Nicholas A. Bellinger <nab@kernel.org>77 *
+1-1
drivers/target/target_core_spc.c
···11/*22 * SCSI Primary Commands (SPC) parsing and emulation.33 *44- * (c) Copyright 2002-2012 RisingTide Systems LLC.44+ * (c) Copyright 2002-2013 Datera, Inc.55 *66 * Nicholas A. Bellinger <nab@kernel.org>77 *
+1-1
drivers/target/target_core_stat.c
···44 * Modern ConfigFS group context specific statistics based on original55 * target_core_mib.c code66 *77- * (c) Copyright 2006-2012 RisingTide Systems LLC.77+ * (c) Copyright 2006-2013 Datera, Inc.88 *99 * Nicholas A. Bellinger <nab@linux-iscsi.org>1010 *
+1-1
drivers/target/target_core_tmr.c
···33 *44 * This file contains SPC-3 task management infrastructure55 *66- * (c) Copyright 2009-2012 RisingTide Systems LLC.66+ * (c) Copyright 2009-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_tpg.c
···33 *44 * This file contains generic Target Portal Group related functions.55 *66- * (c) Copyright 2002-2012 RisingTide Systems LLC.66+ * (c) Copyright 2002-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_transport.c
···33 *44 * This file contains the Generic Target Engine Core.55 *66- * (c) Copyright 2002-2012 RisingTide Systems LLC.66+ * (c) Copyright 2002-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+1-1
drivers/target/target_core_ua.c
···33 *44 * This file contains logic for SPC-3 Unit Attention emulation55 *66- * (c) Copyright 2009-2012 RisingTide Systems LLC.66+ * (c) Copyright 2009-2013 Datera, Inc.77 *88 * Nicholas A. Bellinger <nab@kernel.org>99 *
+2-2
drivers/vhost/scsi.c
···11/*******************************************************************************22 * Vhost kernel TCM fabric driver for virtio SCSI initiators33 *44- * (C) Copyright 2010-2012 RisingTide Systems LLC.44+ * (C) Copyright 2010-2013 Datera, Inc.55 * (C) Copyright 2010-2012 IBM Corp.66 *77 * Licensed to the Linux Foundation under the General Public License (GPL) version 2.88 *99- * Authors: Nicholas A. Bellinger <nab@risingtidesystems.com>99+ * Authors: Nicholas A. Bellinger <nab@daterainc.com>1010 * Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>1111 *1212 * This program is free software; you can redistribute it and/or modify