Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

target: Update copyright ownership/year information to 2013

Update copyright ownership/year information for target-core,
loopback, iscsi-target, tcm_qla2xx, vhost and iser-target.

Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

+45 -84
+1 -1
drivers/infiniband/ulp/isert/ib_isert.c
··· 1 1 /******************************************************************************* 2 2 * This file contains iSCSI extentions for RDMA (iSER) Verbs 3 3 * 4 - * (c) Copyright 2013 RisingTide Systems LLC. 4 + * (c) Copyright 2013 Datera, Inc. 5 5 * 6 6 * Nicholas A. Bellinger <nab@linux-iscsi.org> 7 7 *
+1 -1
drivers/scsi/qla2xxx/qla_target.c
··· 10 10 * 11 11 * Forward port and refactoring to modern qla2xxx and target/configfs 12 12 * 13 - * Copyright (C) 2010-2011 Nicholas A. Bellinger <nab@kernel.org> 13 + * Copyright (C) 2010-2013 Nicholas A. Bellinger <nab@kernel.org> 14 14 * 15 15 * This program is free software; you can redistribute it and/or 16 16 * modify it under the terms of the GNU General Public License
+2 -5
drivers/scsi/qla2xxx/tcm_qla2xxx.c
··· 2 2 * This file contains tcm implementation using v4 configfs fabric infrastructure 3 3 * for QLogic target mode HBAs 4 4 * 5 - * ?? Copyright 2010-2011 RisingTide Systems LLC. 5 + * (c) Copyright 2010-2013 Datera, Inc. 6 6 * 7 - * Licensed to the Linux Foundation under the General Public License (GPL) 8 - * version 2. 9 - * 10 - * Author: Nicholas A. Bellinger <nab@risingtidesystems.com> 7 + * Author: Nicholas A. Bellinger <nab@daterainc.com> 11 8 * 12 9 * tcm_qla2xxx_parse_wwn() and tcm_qla2xxx_format_wwn() contains code from 13 10 * the TCM_FC / Open-FCoE.org fabric module.
+1 -3
drivers/target/iscsi/iscsi_target.c
··· 1 1 /******************************************************************************* 2 2 * This file contains main functions related to the iSCSI Target Core Driver. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_auth.c
··· 1 1 /******************************************************************************* 2 2 * This file houses the main functions for the iSCSI CHAP support 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+2 -4
drivers/target/iscsi/iscsi_target_configfs.c
··· 2 2 * This file contains the configfs implementation for iSCSI Target mode 3 3 * from the LIO-Target Project. 4 4 * 5 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 6 - * 7 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 5 + * (c) Copyright 2007-2013 Datera, Inc. 8 6 * 9 7 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 10 8 * ··· 1479 1481 struct target_fabric_configfs *tf, 1480 1482 char *page) 1481 1483 { 1482 - return sprintf(page, "RisingTide Systems Linux-iSCSI Target "ISCSIT_VERSION"\n"); 1484 + return sprintf(page, "Datera Inc. iSCSI Target "ISCSIT_VERSION"\n"); 1483 1485 } 1484 1486 1485 1487 TF_WWN_ATTR_RO(lio_target, lio_version);
+1 -3
drivers/target/iscsi/iscsi_target_datain_values.c
··· 1 1 /******************************************************************************* 2 2 * This file contains the iSCSI Target DataIN value generation functions. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_device.c
··· 2 2 * This file contains the iSCSI Virtual Device and Disk Transport 3 3 * agnostic related functions. 4 4 * 5 - \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 6 - * 7 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 5 + * (c) Copyright 2007-2013 Datera, Inc. 8 6 * 9 7 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 10 8 *
+1 -3
drivers/target/iscsi/iscsi_target_erl0.c
··· 2 2 * This file contains error recovery level zero functions used by 3 3 * the iSCSI Target driver. 4 4 * 5 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 6 - * 7 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 5 + * (c) Copyright 2007-2013 Datera, Inc. 8 6 * 9 7 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 10 8 *
+1 -3
drivers/target/iscsi/iscsi_target_erl1.c
··· 1 1 /******************************************************************************* 2 2 * This file contains error recovery level one used by the iSCSI Target driver. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_erl2.c
··· 2 2 * This file contains error recovery level two functions used by 3 3 * the iSCSI Target driver. 4 4 * 5 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 6 - * 7 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 5 + * (c) Copyright 2007-2013 Datera, Inc. 8 6 * 9 7 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 10 8 *
+1 -3
drivers/target/iscsi/iscsi_target_login.c
··· 1 1 /******************************************************************************* 2 2 * This file contains the login functions used by the iSCSI Target driver. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_nego.c
··· 1 1 /******************************************************************************* 2 2 * This file contains main functions related to iSCSI Parameter negotiation. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_nodeattrib.c
··· 1 1 /******************************************************************************* 2 2 * This file contains the main functions related to Initiator Node Attributes. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_parameters.c
··· 1 1 /******************************************************************************* 2 2 * This file contains main functions related to iSCSI Parameter negotiation. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
··· 2 2 * This file contains main functions related to iSCSI DataSequenceInOrder=No 3 3 * and DataPDUInOrder=No. 4 4 * 5 - \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 6 - * 7 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 5 + * (c) Copyright 2007-2013 Datera, Inc. 8 6 * 9 7 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 10 8 *
+2 -4
drivers/target/iscsi/iscsi_target_stat.c
··· 2 2 * Modern ConfigFS group context specific iSCSI statistics based on original 3 3 * iscsi_target_mib.c code 4 4 * 5 - * Copyright (c) 2011 Rising Tide Systems 6 - * 7 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 5 + * Copyright (c) 2011-2013 Datera, Inc. 8 6 * 9 7 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 10 8 * ··· 175 177 static ssize_t iscsi_stat_instance_show_attr_vendor( 176 178 struct iscsi_wwn_stat_grps *igrps, char *page) 177 179 { 178 - return snprintf(page, PAGE_SIZE, "RisingTide Systems iSCSI-Target\n"); 180 + return snprintf(page, PAGE_SIZE, "Datera, Inc. iSCSI-Target\n"); 179 181 } 180 182 ISCSI_STAT_INSTANCE_ATTR_RO(vendor); 181 183
+1 -3
drivers/target/iscsi/iscsi_target_tmr.c
··· 1 1 /******************************************************************************* 2 2 * This file contains the iSCSI Target specific Task Management functions. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_tpg.c
··· 1 1 /******************************************************************************* 2 2 * This file contains iSCSI Target Portal Group related functions. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_tq.c
··· 1 1 /******************************************************************************* 2 2 * This file contains the iSCSI Login Thread and Thread Queue functions. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -3
drivers/target/iscsi/iscsi_target_util.c
··· 1 1 /******************************************************************************* 2 2 * This file contains the iSCSI Target specific utility functions. 3 3 * 4 - * \u00a9 Copyright 2007-2011 RisingTide Systems LLC. 5 - * 6 - * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 4 + * (c) Copyright 2007-2013 Datera, Inc. 7 5 * 8 6 * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> 9 7 *
+1 -1
drivers/target/loopback/tcm_loop.c
··· 3 3 * This file contains the Linux/SCSI LLD virtual SCSI initiator driver 4 4 * for emulated SAS initiator ports 5 5 * 6 - * © Copyright 2011 RisingTide Systems LLC. 6 + * © Copyright 2011-2013 Datera, Inc. 7 7 * 8 8 * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 9 9 *
+1 -1
drivers/target/target_core_alua.c
··· 3 3 * 4 4 * This file contains SPC-3 compliant asymmetric logical unit assigntment (ALUA) 5 5 * 6 - * (c) Copyright 2009-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2009-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_configfs.c
··· 3 3 * 4 4 * This file contains ConfigFS logic for the Generic Target Engine project. 5 5 * 6 - * (c) Copyright 2008-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2008-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_device.c
··· 4 4 * This file contains the TCM Virtual Device and Disk Transport 5 5 * agnostic related functions. 6 6 * 7 - * (c) Copyright 2003-2012 RisingTide Systems LLC. 7 + * (c) Copyright 2003-2013 Datera, Inc. 8 8 * 9 9 * Nicholas A. Bellinger <nab@kernel.org> 10 10 *
+1 -1
drivers/target/target_core_fabric_configfs.c
··· 4 4 * This file contains generic fabric module configfs infrastructure for 5 5 * TCM v4.x code 6 6 * 7 - * (c) Copyright 2010-2012 RisingTide Systems LLC. 7 + * (c) Copyright 2010-2013 Datera, Inc. 8 8 * 9 9 * Nicholas A. Bellinger <nab@linux-iscsi.org> 10 10 *
+1 -1
drivers/target/target_core_fabric_lib.c
··· 4 4 * This file contains generic high level protocol identifier and PR 5 5 * handlers for TCM fabric modules 6 6 * 7 - * (c) Copyright 2010-2012 RisingTide Systems LLC. 7 + * (c) Copyright 2010-2013 Datera, Inc. 8 8 * 9 9 * Nicholas A. Bellinger <nab@linux-iscsi.org> 10 10 *
+1 -1
drivers/target/target_core_file.c
··· 3 3 * 4 4 * This file contains the Storage Engine <-> FILEIO transport specific functions 5 5 * 6 - * (c) Copyright 2005-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2005-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_hba.c
··· 3 3 * 4 4 * This file contains the TCM HBA Transport related functions. 5 5 * 6 - * (c) Copyright 2003-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2003-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_iblock.c
··· 4 4 * This file contains the Storage Engine <-> Linux BlockIO transport 5 5 * specific functions. 6 6 * 7 - * (c) Copyright 2003-2012 RisingTide Systems LLC. 7 + * (c) Copyright 2003-2013 Datera, Inc. 8 8 * 9 9 * Nicholas A. Bellinger <nab@kernel.org> 10 10 *
+1 -1
drivers/target/target_core_pr.c
··· 4 4 * This file contains SPC-3 compliant persistent reservations and 5 5 * legacy SPC-2 reservations with compatible reservation handling (CRH=1) 6 6 * 7 - * (c) Copyright 2009-2012 RisingTide Systems LLC. 7 + * (c) Copyright 2009-2013 Datera, Inc. 8 8 * 9 9 * Nicholas A. Bellinger <nab@kernel.org> 10 10 *
+1 -1
drivers/target/target_core_pscsi.c
··· 3 3 * 4 4 * This file contains the generic target mode <-> Linux SCSI subsystem plugin. 5 5 * 6 - * (c) Copyright 2003-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2003-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_rd.c
··· 4 4 * This file contains the Storage Engine <-> Ramdisk transport 5 5 * specific functions. 6 6 * 7 - * (c) Copyright 2003-2012 RisingTide Systems LLC. 7 + * (c) Copyright 2003-2013 Datera, Inc. 8 8 * 9 9 * Nicholas A. Bellinger <nab@kernel.org> 10 10 *
+1 -1
drivers/target/target_core_sbc.c
··· 1 1 /* 2 2 * SCSI Block Commands (SBC) parsing and emulation. 3 3 * 4 - * (c) Copyright 2002-2012 RisingTide Systems LLC. 4 + * (c) Copyright 2002-2013 Datera, Inc. 5 5 * 6 6 * Nicholas A. Bellinger <nab@kernel.org> 7 7 *
+1 -1
drivers/target/target_core_spc.c
··· 1 1 /* 2 2 * SCSI Primary Commands (SPC) parsing and emulation. 3 3 * 4 - * (c) Copyright 2002-2012 RisingTide Systems LLC. 4 + * (c) Copyright 2002-2013 Datera, Inc. 5 5 * 6 6 * Nicholas A. Bellinger <nab@kernel.org> 7 7 *
+1 -1
drivers/target/target_core_stat.c
··· 4 4 * Modern ConfigFS group context specific statistics based on original 5 5 * target_core_mib.c code 6 6 * 7 - * (c) Copyright 2006-2012 RisingTide Systems LLC. 7 + * (c) Copyright 2006-2013 Datera, Inc. 8 8 * 9 9 * Nicholas A. Bellinger <nab@linux-iscsi.org> 10 10 *
+1 -1
drivers/target/target_core_tmr.c
··· 3 3 * 4 4 * This file contains SPC-3 task management infrastructure 5 5 * 6 - * (c) Copyright 2009-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2009-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_tpg.c
··· 3 3 * 4 4 * This file contains generic Target Portal Group related functions. 5 5 * 6 - * (c) Copyright 2002-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2002-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_transport.c
··· 3 3 * 4 4 * This file contains the Generic Target Engine Core. 5 5 * 6 - * (c) Copyright 2002-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2002-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+1 -1
drivers/target/target_core_ua.c
··· 3 3 * 4 4 * This file contains logic for SPC-3 Unit Attention emulation 5 5 * 6 - * (c) Copyright 2009-2012 RisingTide Systems LLC. 6 + * (c) Copyright 2009-2013 Datera, Inc. 7 7 * 8 8 * Nicholas A. Bellinger <nab@kernel.org> 9 9 *
+2 -2
drivers/vhost/scsi.c
··· 1 1 /******************************************************************************* 2 2 * Vhost kernel TCM fabric driver for virtio SCSI initiators 3 3 * 4 - * (C) Copyright 2010-2012 RisingTide Systems LLC. 4 + * (C) Copyright 2010-2013 Datera, Inc. 5 5 * (C) Copyright 2010-2012 IBM Corp. 6 6 * 7 7 * Licensed to the Linux Foundation under the General Public License (GPL) version 2. 8 8 * 9 - * Authors: Nicholas A. Bellinger <nab@risingtidesystems.com> 9 + * Authors: Nicholas A. Bellinger <nab@daterainc.com> 10 10 * Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> 11 11 * 12 12 * This program is free software; you can redistribute it and/or modify