From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFAB8C282DD for ; Thu, 23 May 2019 22:20:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 57F772168B for ; Thu, 23 May 2019 22:20:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="sPPJbfpb"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=lohutok.net header.i=@lohutok.net header.b="gilFkP2n" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388246AbfEWWUm (ORCPT ); Thu, 23 May 2019 18:20:42 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:54972 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387616AbfEWWUm (ORCPT ); Thu, 23 May 2019 18:20:42 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 294AE14C3F1 for ; Thu, 23 May 2019 18:20:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=vYryUz78lOAm EMqiTJUjDACLNsw=; b=sPPJbfpbgnJxNAXr5/HVv/E8gk93MJ3VLAXxDKW+BKeP j0B+SsnY29PoE6Do5CKFDwPhrqhmsuWF4N/NUopXyLovfCKsIcFWx7gxr3RC1i0b vFnXSap7D60+WpCpRi+MKP3TR++KC5HRZ+/mF455exCTP4ISF4wlVQO7hVzzlYo= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 1FFBD14C3F0 for ; Thu, 23 May 2019 18:20:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lohutok.net; h=subject:to:references:from:message-id:date:mime-version:in-reply-to:content-type:content-transfer-encoding; s=2018-11.pbsmtp; bh=zydlxNRcBWlatqqkEngCSP72xyKMUoM3BvUDetoMu6Q=; b=gilFkP2nB42S0b/6Jr+eOye1Dk6oA3VNJBaX9BhJBMvStdL7plD4nA3Ft69Va1TrOxubPV7s7fpq6cmZJprxHr3F5sx+sWJLhvKEsdKBGANu6TtXwJ0ucj6Mq7jUSG7XkfHjD7tx58r6rW8rYQx6JHAY1gRkq6Vzfm/bRvI1RS4= Received: from [10.0.0.75] (unknown [24.47.52.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 3903014C3ED for ; Thu, 23 May 2019 18:20:28 -0400 (EDT) Subject: Re: [Batch 5 - patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 To: linux-spdx@vger.kernel.org References: <20190523091437.334232837@linutronix.de> <20190523091649.683323110@linutronix.de> From: Allison Randal Message-ID: Date: Thu, 23 May 2019 18:20:27 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190523091649.683323110@linutronix.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: F823EA10-7DA8-11E9-9423-46F8B7964D18-44123303!pb-smtp1.pobox.com Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Reviewed-by: Allison Randal On 5/23/19 5:14 AM, Thomas Gleixner wrote: > Based on 1 normalized pattern(s): > > this sctp implementation 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 or at > your option any later version this sctp implementation is > distributed in the hope that it will be useful but without any > warranty without even the implied warranty of merchantability or > fitness for a particular purpose see the gnu general public license > for more details you should have received a copy of the gnu general > public license along with gnu cc see the file copying if not see > http www gnu org licenses > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 42 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch5&id=d14e4ff614c0 > --- > include/linux/sctp.h | 17 +---------------- > include/net/sctp/auth.h | 17 +---------------- > include/net/sctp/command.h | 17 +---------------- > include/net/sctp/constants.h | 17 +---------------- > include/net/sctp/sctp.h | 17 +---------------- > include/net/sctp/sm.h | 17 +---------------- > include/net/sctp/stream_interleave.h | 17 +---------------- > include/net/sctp/stream_sched.h | 17 +---------------- > include/net/sctp/structs.h | 17 +---------------- > include/net/sctp/tsnmap.h | 17 +---------------- > include/net/sctp/ulpevent.h | 17 +---------------- > include/net/sctp/ulpqueue.h | 17 +---------------- > net/sctp/associola.c | 17 +---------------- > net/sctp/auth.c | 17 +---------------- > net/sctp/bind_addr.c | 17 +---------------- > net/sctp/chunk.c | 17 +---------------- > net/sctp/debug.c | 17 +---------------- > net/sctp/diag.c | 17 +---------------- > net/sctp/input.c | 17 +---------------- > net/sctp/inqueue.c | 17 +---------------- > net/sctp/ipv6.c | 17 +---------------- > net/sctp/objcnt.c | 17 +---------------- > net/sctp/output.c | 17 +---------------- > net/sctp/outqueue.c | 17 +---------------- > net/sctp/primitive.c | 17 +---------------- > net/sctp/proc.c | 17 +---------------- > net/sctp/protocol.c | 17 +---------------- > net/sctp/sm_make_chunk.c | 17 +---------------- > net/sctp/sm_sideeffect.c | 17 +---------------- > net/sctp/sm_statefuns.c | 17 +---------------- > net/sctp/sm_statetable.c | 17 +---------------- > net/sctp/socket.c | 17 +---------------- > net/sctp/stream.c | 17 +---------------- > net/sctp/stream_interleave.c | 17 +---------------- > net/sctp/stream_sched.c | 17 +---------------- > net/sctp/stream_sched_prio.c | 17 +---------------- > net/sctp/stream_sched_rr.c | 17 +---------------- > net/sctp/sysctl.c | 17 +---------------- > net/sctp/transport.c | 17 +---------------- > net/sctp/tsnmap.c | 17 +---------------- > net/sctp/ulpevent.c | 17 +---------------- > net/sctp/ulpqueue.c | 17 +---------------- > 42 files changed, 42 insertions(+), 672 deletions(-) > > --- a/include/linux/sctp.h > +++ b/include/linux/sctp.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel reference Implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -10,22 +11,6 @@ > * > * Various protocol defined structures. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/include/net/sctp/auth.h > +++ b/include/net/sctp/auth.h > @@ -1,24 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright 2007 Hewlett-Packard Development Company, L.P. > * > * This file is part of the SCTP kernel implementation > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/include/net/sctp/command.h > +++ b/include/net/sctp/command.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel Implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (C) 1999-2001 Cisco, Motorola > @@ -6,22 +7,6 @@ > * > * These are the definitions needed for the command object. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/include/net/sctp/constants.h > +++ b/include/net/sctp/constants.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -6,22 +7,6 @@ > * > * This file is part of the SCTP kernel implementation > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/include/net/sctp/sctp.h > +++ b/include/net/sctp/sctp.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -8,22 +9,6 @@ > * > * The base lksctp header. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/include/net/sctp/sm.h > +++ b/include/net/sctp/sm.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -8,22 +9,6 @@ > * > * These are definitions needed by the state machine. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresses: > * lksctp developers > --- a/include/net/sctp/stream_interleave.h > +++ b/include/net/sctp/stream_interleave.h > @@ -1,25 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright Red Hat Inc. 2017 > * > * These are definitions used by the stream schedulers, defined in RFC > * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresses: > * lksctp developers > --- a/include/net/sctp/stream_sched.h > +++ b/include/net/sctp/stream_sched.h > @@ -1,25 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright Red Hat Inc. 2017 > * > * These are definitions used by the stream schedulers, defined in RFC > * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresses: > * lksctp developers > --- a/include/net/sctp/structs.h > +++ b/include/net/sctp/structs.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -6,22 +7,6 @@ > * > * This file is part of the SCTP kernel implementation > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresses: > * lksctp developers > --- a/include/net/sctp/tsnmap.h > +++ b/include/net/sctp/tsnmap.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -9,22 +10,6 @@ > * These are the definitions needed for the tsnmap type. The tsnmap is used > * to track out of order TSNs received. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/include/net/sctp/ulpevent.h > +++ b/include/net/sctp/ulpevent.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -12,22 +13,6 @@ > * > * This file is part of the SCTP kernel implementation > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/include/net/sctp/ulpqueue.h > +++ b/include/net/sctp/ulpqueue.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -11,22 +12,6 @@ > * and the core SCTP state machine. This is the component which handles > * reassembly and ordering. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresses: > * lksctp developers > --- a/net/sctp/associola.c > +++ b/net/sctp/associola.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -9,22 +10,6 @@ > * > * This module provides the abstraction for an SCTP association. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/auth.c > +++ b/net/sctp/auth.c > @@ -1,24 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright 2007 Hewlett-Packard Development Company, L.P. > * > * This file is part of the SCTP kernel implementation > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/bind_addr.c > +++ b/net/sctp/bind_addr.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2003 > * Copyright (c) Cisco 1999,2000 > @@ -8,22 +9,6 @@ > * > * A collection class to handle the storage of transport addresses. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/chunk.c > +++ b/net/sctp/chunk.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2003, 2004 > * > @@ -5,22 +6,6 @@ > * > * This file contains the code relating the chunk abstraction. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/debug.c > +++ b/net/sctp/debug.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -9,22 +10,6 @@ > * This file converts numerical ID value to alphabetical names for SCTP > * terms such as chunk type, parameter time, event type, etc. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/diag.c > +++ b/net/sctp/diag.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright Red Hat Inc. 2017 > * > @@ -5,22 +6,6 @@ > * > * These functions implement sctp diag support. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresched(es): > * lksctp developers > --- a/net/sctp/input.c > +++ b/net/sctp/input.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * Copyright (c) 1999-2000 Cisco, Inc. > * Copyright (c) 1999-2001 Motorola, Inc. > @@ -10,22 +11,6 @@ > * > * These functions handle all input from the IP layer into SCTP. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/inqueue.c > +++ b/net/sctp/inqueue.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * Copyright (c) 1999-2000 Cisco, Inc. > * Copyright (c) 1999-2001 Motorola, Inc. > @@ -11,22 +12,6 @@ > * (which might be bundles or fragments of chunks) and out of which you > * pop SCTP whole chunks. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/ipv6.c > +++ b/net/sctp/ipv6.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2002, 2004 > * Copyright (c) 2001 Nokia, Inc. > @@ -8,22 +9,6 @@ > * > * SCTP over IPv6. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/objcnt.c > +++ b/net/sctp/objcnt.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * > @@ -7,22 +8,6 @@ > * object allocations/deallocations for types instrumented for this > * via the proc fs. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/output.c > +++ b/net/sctp/output.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -7,22 +8,6 @@ > * > * These functions handle output processing. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/outqueue.c > +++ b/net/sctp/outqueue.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -9,22 +10,6 @@ > * These functions implement the sctp_outq class. The outqueue handles > * bundling and queueing of outgoing SCTP chunks. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/primitive.c > +++ b/net/sctp/primitive.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * Copyright (c) 1999-2000 Cisco, Inc. > * Copyright (c) 1999-2001 Motorola, Inc. > @@ -10,22 +11,6 @@ > * functions--this file is the functions which populate the struct proto > * for SCTP which is the BOTTOM of the sockets interface. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/proc.c > +++ b/net/sctp/proc.c > @@ -1,24 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * Copyright (c) 2003 International Business Machines, Corp. > * > * This file is part of the SCTP kernel implementation > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/protocol.c > +++ b/net/sctp/protocol.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -10,22 +11,6 @@ > * > * Initialization/cleanup for SCTP protocol support. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/sm_make_chunk.c > +++ b/net/sctp/sm_make_chunk.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -10,22 +11,6 @@ > * to implement the state operations. These functions implement the > * steps which require modifying existing data structures. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/sm_sideeffect.c > +++ b/net/sctp/sm_sideeffect.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999 Cisco, Inc. > @@ -9,22 +10,6 @@ > * to implement that state operations. These functions implement the > * steps which require modifying existing data structures. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/sm_statefuns.c > +++ b/net/sctp/sm_statefuns.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -9,22 +10,6 @@ > * > * These are the state functions for the state machine. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/sm_statetable.c > +++ b/net/sctp/sm_statetable.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -9,22 +10,6 @@ > * > * These are the state tables for the SCTP state machine. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/socket.c > +++ b/net/sctp/socket.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -15,22 +16,6 @@ > * functions--this file is the functions which populate the struct proto > * for SCTP which is the BOTTOM of the sockets interface. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/stream.c > +++ b/net/sctp/stream.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -8,22 +9,6 @@ > * > * This file contains sctp stream maniuplation primitives and helpers. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/stream_interleave.c > +++ b/net/sctp/stream_interleave.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright Red Hat Inc. 2017 > * > @@ -6,22 +7,6 @@ > * These functions implement sctp stream message interleaving, mostly > * including I-DATA and I-FORWARD-TSN chunks process. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresched(es): > * lksctp developers > --- a/net/sctp/stream_sched.c > +++ b/net/sctp/stream_sched.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright Red Hat Inc. 2017 > * > @@ -5,22 +6,6 @@ > * > * These functions manipulate sctp stream queue/scheduling. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresched(es): > * lksctp developers > --- a/net/sctp/stream_sched_prio.c > +++ b/net/sctp/stream_sched_prio.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright Red Hat Inc. 2017 > * > @@ -5,22 +6,6 @@ > * > * These functions manipulate sctp stream queue/scheduling. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresched(es): > * lksctp developers > --- a/net/sctp/stream_sched_rr.c > +++ b/net/sctp/stream_sched_rr.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright Red Hat Inc. 2017 > * > @@ -5,22 +6,6 @@ > * > * These functions manipulate sctp stream queue/scheduling. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email addresched(es): > * lksctp developers > --- a/net/sctp/sysctl.c > +++ b/net/sctp/sysctl.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2002, 2004 > * Copyright (c) 2002 Intel Corp. > @@ -6,22 +7,6 @@ > * > * Sysctl related interfaces for SCTP. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/transport.c > +++ b/net/sctp/transport.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * Copyright (c) 1999-2000 Cisco, Inc. > * Copyright (c) 1999-2001 Motorola, Inc. > @@ -11,22 +12,6 @@ > * a remote transport address. For local transport addresses, we just use > * union sctp_addr. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/tsnmap.c > +++ b/net/sctp/tsnmap.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -8,22 +9,6 @@ > * > * These functions manipulate sctp tsn mapping array. > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/ulpevent.c > +++ b/net/sctp/ulpevent.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -9,22 +10,6 @@ > * These functions manipulate an sctp event. The struct ulpevent is used > * to carry notifications and data to the ULP (sockets). > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > --- a/net/sctp/ulpqueue.c > +++ b/net/sctp/ulpqueue.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* SCTP kernel implementation > * (C) Copyright IBM Corp. 2001, 2004 > * Copyright (c) 1999-2000 Cisco, Inc. > @@ -8,22 +9,6 @@ > * > * This abstraction carries sctp events to the ULP (sockets). > * > - * This SCTP implementation 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, or (at your option) > - * any later version. > - * > - * This SCTP implementation is distributed in the hope that it > - * will be useful, but WITHOUT ANY WARRANTY; without even the implied > - * ************************ > - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > - * See the GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with GNU CC; see the file COPYING. If not, see > - * . > - * > * Please send any bug reports or fixes you make to the > * email address(es): > * lksctp developers > >