]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
SDP - Add note on where linux bits in sdp_main come from.
authorMichael S. Tsirkin <mst@mellanox.co.il>
Tue, 23 Oct 2007 17:59:49 +0000 (10:59 -0700)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:10 +0000 (05:04 -0700)
Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_main.c

index 75e9c7ebd17f24813fd498febcf9dc12337685f8..2bac48520f75499e08f48f1eee30abafd7116c10 100644 (file)
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
+/*
+ *  This file is based on net/ipv4/tcp.c
+ *  under the following permission notice:
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either  version
+ *  2 of the License, or(at your option) any later version.
+ */
 
 #if defined(__ia64__)
 /* csum_partial_copy_from_user is not exported on ia64.