From: Michael S. Tsirkin Date: Tue, 23 Oct 2007 17:59:49 +0000 (-0700) Subject: SDP - Add note on where linux bits in sdp_main come from. X-Git-Tag: v4.1.12-92~264^2~5^2~339 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5c130473c0edb62a48284223e64a7642c793563e;p=users%2Fjedix%2Flinux-maple.git SDP - Add note on where linux bits in sdp_main come from. Signed-off-by: Michael S. Tsirkin --- diff --git a/drivers/infiniband/ulp/sdp/sdp_main.c b/drivers/infiniband/ulp/sdp/sdp_main.c index 75e9c7ebd17f2..2bac48520f754 100644 --- a/drivers/infiniband/ulp/sdp/sdp_main.c +++ b/drivers/infiniband/ulp/sdp/sdp_main.c @@ -29,6 +29,15 @@ * 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.