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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104

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 <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190523091649.683323110@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
47505b8b 8e8caf97

+42 -672
+1 -16
include/linux/sctp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel reference Implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 10 9 * This file is part of the SCTP kernel reference Implementation 11 10 * 12 11 * Various protocol defined structures. 13 - * 14 - * This SCTP implementation is free software; 15 - * you can redistribute it and/or modify it under the terms of 16 - * the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This SCTP implementation is distributed in the hope that it 21 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 22 - * ************************ 23 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 24 - * See the GNU General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with GNU CC; see the file COPYING. If not, see 28 - * <http://www.gnu.org/licenses/>. 29 12 * 30 13 * Please send any bug reports or fixes you make to the 31 14 * email address(es):
+1 -16
include/net/sctp/auth.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright 2007 Hewlett-Packard Development Company, L.P. 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 - * 6 - * This SCTP implementation is free software; 7 - * you can redistribute it and/or modify it under the terms of 8 - * the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 11 - * 12 - * This SCTP implementation is distributed in the hope that it 13 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 14 - * ************************ 15 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 - * See the GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with GNU CC; see the file COPYING. If not, see 20 - * <http://www.gnu.org/licenses/>. 21 6 * 22 7 * Please send any bug reports or fixes you make to the 23 8 * email address(es):
+1 -16
include/net/sctp/command.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel Implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (C) 1999-2001 Cisco, Motorola ··· 6 5 * This file is part of the SCTP kernel implementation 7 6 * 8 7 * These are the definitions needed for the command object. 9 - * 10 - * This SCTP implementation is free software; 11 - * you can redistribute it and/or modify it under the terms of 12 - * the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This SCTP implementation is distributed in the hope that it 17 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 18 - * ************************ 19 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 - * See the GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with GNU CC; see the file COPYING. If not, see 24 - * <http://www.gnu.org/licenses/>. 25 8 * 26 9 * Please send any bug reports or fixes you make to the 27 10 * email address(es):
+1 -16
include/net/sctp/constants.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 6 5 * Copyright (c) 2001 Intel Corp. 7 6 * 8 7 * This file is part of the SCTP kernel implementation 9 - * 10 - * This SCTP implementation is free software; 11 - * you can redistribute it and/or modify it under the terms of 12 - * the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This SCTP implementation is distributed in the hope that it 17 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 18 - * ************************ 19 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 - * See the GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with GNU CC; see the file COPYING. If not, see 24 - * <http://www.gnu.org/licenses/>. 25 8 * 26 9 * Please send any bug reports or fixes you make to the 27 10 * email address(es):
+1 -16
include/net/sctp/sctp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 8 7 * This file is part of the SCTP kernel implementation 9 8 * 10 9 * The base lksctp header. 11 - * 12 - * This SCTP implementation is free software; 13 - * you can redistribute it and/or modify it under the terms of 14 - * the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This SCTP implementation is distributed in the hope that it 19 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 20 - * ************************ 21 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 - * See the GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with GNU CC; see the file COPYING. If not, see 26 - * <http://www.gnu.org/licenses/>. 27 10 * 28 11 * Please send any bug reports or fixes you make to the 29 12 * email address(es):
+1 -16
include/net/sctp/sm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 8 7 * This file is part of the SCTP kernel implementation 9 8 * 10 9 * These are definitions needed by the state machine. 11 - * 12 - * This SCTP implementation is free software; 13 - * you can redistribute it and/or modify it under the terms of 14 - * the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This SCTP implementation is distributed in the hope that it 19 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 20 - * ************************ 21 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 - * See the GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with GNU CC; see the file COPYING. If not, see 26 - * <http://www.gnu.org/licenses/>. 27 10 * 28 11 * Please send any bug reports or fixes you make to the 29 12 * email addresses:
+1 -16
include/net/sctp/stream_interleave.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright Red Hat Inc. 2017 3 4 * 4 5 * These are definitions used by the stream schedulers, defined in RFC 5 6 * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) 6 - * 7 - * This SCTP implementation is free software; 8 - * you can redistribute it and/or modify it under the terms of 9 - * the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This SCTP implementation is distributed in the hope that it 14 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 15 - * ************************ 16 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 - * See the GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with GNU CC; see the file COPYING. If not, see 21 - * <http://www.gnu.org/licenses/>. 22 7 * 23 8 * Please send any bug reports or fixes you make to the 24 9 * email addresses:
+1 -16
include/net/sctp/stream_sched.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright Red Hat Inc. 2017 3 4 * 4 5 * These are definitions used by the stream schedulers, defined in RFC 5 6 * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) 6 - * 7 - * This SCTP implementation is free software; 8 - * you can redistribute it and/or modify it under the terms of 9 - * the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This SCTP implementation is distributed in the hope that it 14 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 15 - * ************************ 16 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 - * See the GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with GNU CC; see the file COPYING. If not, see 21 - * <http://www.gnu.org/licenses/>. 22 7 * 23 8 * Please send any bug reports or fixes you make to the 24 9 * email addresses:
+1 -16
include/net/sctp/structs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 6 5 * Copyright (c) 2001 Intel Corp. 7 6 * 8 7 * This file is part of the SCTP kernel implementation 9 - * 10 - * This SCTP implementation is free software; 11 - * you can redistribute it and/or modify it under the terms of 12 - * the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This SCTP implementation is distributed in the hope that it 17 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 18 - * ************************ 19 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 - * See the GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with GNU CC; see the file COPYING. If not, see 24 - * <http://www.gnu.org/licenses/>. 25 8 * 26 9 * Please send any bug reports or fixes you make to the 27 10 * email addresses:
+1 -16
include/net/sctp/tsnmap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 9 8 * 10 9 * These are the definitions needed for the tsnmap type. The tsnmap is used 11 10 * to track out of order TSNs received. 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
include/net/sctp/ulpevent.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 12 11 * upwards to the ULP. 13 12 * 14 13 * This file is part of the SCTP kernel implementation 15 - * 16 - * This SCTP implementation is free software; 17 - * you can redistribute it and/or modify it under the terms of 18 - * the GNU General Public License as published by 19 - * the Free Software Foundation; either version 2, or (at your option) 20 - * any later version. 21 - * 22 - * This SCTP implementation is distributed in the hope that it 23 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 24 - * ************************ 25 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 26 - * See the GNU General Public License for more details. 27 - * 28 - * You should have received a copy of the GNU General Public License 29 - * along with GNU CC; see the file COPYING. If not, see 30 - * <http://www.gnu.org/licenses/>. 31 14 * 32 15 * Please send any bug reports or fixes you make to the 33 16 * email address(es):
+1 -16
include/net/sctp/ulpqueue.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 11 10 * sctp_ulpq is the interface between the Upper Layer Protocol, or ULP, 12 11 * and the core SCTP state machine. This is the component which handles 13 12 * reassembly and ordering. 14 - * 15 - * This SCTP implementation is free software; 16 - * you can redistribute it and/or modify it under the terms of 17 - * the GNU General Public License as published by 18 - * the Free Software Foundation; either version 2, or (at your option) 19 - * any later version. 20 - * 21 - * This SCTP implementation is distributed in the hope that it 22 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 23 - * ************************ 24 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 25 - * See the GNU General Public License for more details. 26 - * 27 - * You should have received a copy of the GNU General Public License 28 - * along with GNU CC; see the file COPYING. If not, see 29 - * <http://www.gnu.org/licenses/>. 30 13 * 31 14 * Please send any bug reports or fixes you make to the 32 15 * email addresses:
+1 -16
net/sctp/associola.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 9 8 * This file is part of the SCTP kernel implementation 10 9 * 11 10 * This module provides the abstraction for an SCTP association. 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
net/sctp/auth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright 2007 Hewlett-Packard Development Company, L.P. 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 - * 6 - * This SCTP implementation is free software; 7 - * you can redistribute it and/or modify it under the terms of 8 - * the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 11 - * 12 - * This SCTP implementation is distributed in the hope that it 13 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 14 - * ************************ 15 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 - * See the GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with GNU CC; see the file COPYING. If not, see 20 - * <http://www.gnu.org/licenses/>. 21 6 * 22 7 * Please send any bug reports or fixes you make to the 23 8 * email address(es):
+1 -16
net/sctp/bind_addr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2003 3 4 * Copyright (c) Cisco 1999,2000 ··· 8 7 * This file is part of the SCTP kernel implementation. 9 8 * 10 9 * A collection class to handle the storage of transport addresses. 11 - * 12 - * This SCTP implementation is free software; 13 - * you can redistribute it and/or modify it under the terms of 14 - * the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This SCTP implementation is distributed in the hope that it 19 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 20 - * ************************ 21 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 - * See the GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with GNU CC; see the file COPYING. If not, see 26 - * <http://www.gnu.org/licenses/>. 27 10 * 28 11 * Please send any bug reports or fixes you make to the 29 12 * email address(es):
+1 -16
net/sctp/chunk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2003, 2004 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 6 * 6 7 * This file contains the code relating the chunk abstraction. 7 - * 8 - * This SCTP implementation is free software; 9 - * you can redistribute it and/or modify it under the terms of 10 - * the GNU General Public License as published by 11 - * the Free Software Foundation; either version 2, or (at your option) 12 - * any later version. 13 - * 14 - * This SCTP implementation is distributed in the hope that it 15 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 16 - * ************************ 17 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 - * See the GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with GNU CC; see the file COPYING. If not, see 22 - * <http://www.gnu.org/licenses/>. 23 8 * 24 9 * Please send any bug reports or fixes you make to the 25 10 * email address(es):
+1 -16
net/sctp/debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 9 8 * 10 9 * This file converts numerical ID value to alphabetical names for SCTP 11 10 * terms such as chunk type, parameter time, event type, etc. 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
net/sctp/diag.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright Red Hat Inc. 2017 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 6 * 6 7 * These functions implement sctp diag support. 7 - * 8 - * This SCTP implementation is free software; 9 - * you can redistribute it and/or modify it under the terms of 10 - * the GNU General Public License as published by 11 - * the Free Software Foundation; either version 2, or (at your option) 12 - * any later version. 13 - * 14 - * This SCTP implementation is distributed in the hope that it 15 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 16 - * ************************ 17 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 - * See the GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with GNU CC; see the file COPYING. If not, see 22 - * <http://www.gnu.org/licenses/>. 23 8 * 24 9 * Please send any bug reports or fixes you make to the 25 10 * email addresched(es):
+1 -16
net/sctp/input.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * Copyright (c) 1999-2000 Cisco, Inc. 3 4 * Copyright (c) 1999-2001 Motorola, Inc. ··· 10 9 * This file is part of the SCTP kernel implementation 11 10 * 12 11 * These functions handle all input from the IP layer into SCTP. 13 - * 14 - * This SCTP implementation is free software; 15 - * you can redistribute it and/or modify it under the terms of 16 - * the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This SCTP implementation is distributed in the hope that it 21 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 22 - * ************************ 23 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 24 - * See the GNU General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with GNU CC; see the file COPYING. If not, see 28 - * <http://www.gnu.org/licenses/>. 29 12 * 30 13 * Please send any bug reports or fixes you make to the 31 14 * email address(es):
+1 -16
net/sctp/inqueue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * Copyright (c) 1999-2000 Cisco, Inc. 3 4 * Copyright (c) 1999-2001 Motorola, Inc. ··· 11 10 * An SCTP inqueue is a queue into which you push SCTP packets 12 11 * (which might be bundles or fragments of chunks) and out of which you 13 12 * pop SCTP whole chunks. 14 - * 15 - * This SCTP implementation is free software; 16 - * you can redistribute it and/or modify it under the terms of 17 - * the GNU General Public License as published by 18 - * the Free Software Foundation; either version 2, or (at your option) 19 - * any later version. 20 - * 21 - * This SCTP implementation is distributed in the hope that it 22 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 23 - * ************************ 24 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 25 - * See the GNU General Public License for more details. 26 - * 27 - * You should have received a copy of the GNU General Public License 28 - * along with GNU CC; see the file COPYING. If not, see 29 - * <http://www.gnu.org/licenses/>. 30 13 * 31 14 * Please send any bug reports or fixes you make to the 32 15 * email address(es):
+1 -16
net/sctp/ipv6.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2002, 2004 3 4 * Copyright (c) 2001 Nokia, Inc. ··· 8 7 * This file is part of the SCTP kernel implementation 9 8 * 10 9 * SCTP over IPv6. 11 - * 12 - * This SCTP implementation is free software; 13 - * you can redistribute it and/or modify it under the terms of 14 - * the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This SCTP implementation is distributed in the hope that it 19 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 20 - * ************************ 21 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 - * See the GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with GNU CC; see the file COPYING. If not, see 26 - * <http://www.gnu.org/licenses/>. 27 10 * 28 11 * Please send any bug reports or fixes you make to the 29 12 * email address(es):
+1 -16
net/sctp/objcnt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * ··· 7 6 * Support for memory object debugging. This allows one to monitor the 8 7 * object allocations/deallocations for types instrumented for this 9 8 * via the proc fs. 10 - * 11 - * This SCTP implementation is free software; 12 - * you can redistribute it and/or modify it under the terms of 13 - * the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This SCTP implementation is distributed in the hope that it 18 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 19 - * ************************ 20 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 - * See the GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with GNU CC; see the file COPYING. If not, see 25 - * <http://www.gnu.org/licenses/>. 26 9 * 27 10 * Please send any bug reports or fixes you make to the 28 11 * email address(es):
+1 -16
net/sctp/output.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 7 6 * This file is part of the SCTP kernel implementation 8 7 * 9 8 * These functions handle output processing. 10 - * 11 - * This SCTP implementation is free software; 12 - * you can redistribute it and/or modify it under the terms of 13 - * the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This SCTP implementation is distributed in the hope that it 18 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 19 - * ************************ 20 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 - * See the GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with GNU CC; see the file COPYING. If not, see 25 - * <http://www.gnu.org/licenses/>. 26 9 * 27 10 * Please send any bug reports or fixes you make to the 28 11 * email address(es):
+1 -16
net/sctp/outqueue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 9 8 * 10 9 * These functions implement the sctp_outq class. The outqueue handles 11 10 * bundling and queueing of outgoing SCTP chunks. 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
net/sctp/primitive.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * Copyright (c) 1999-2000 Cisco, Inc. 3 4 * Copyright (c) 1999-2001 Motorola, Inc. ··· 10 9 * Note that the descriptions from the specification are USER level 11 10 * functions--this file is the functions which populate the struct proto 12 11 * for SCTP which is the BOTTOM of the sockets interface. 13 - * 14 - * This SCTP implementation is free software; 15 - * you can redistribute it and/or modify it under the terms of 16 - * the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This SCTP implementation is distributed in the hope that it 21 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 22 - * ************************ 23 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 24 - * See the GNU General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with GNU CC; see the file COPYING. If not, see 28 - * <http://www.gnu.org/licenses/>. 29 12 * 30 13 * Please send any bug reports or fixes you make to the 31 14 * email address(es):
+1 -16
net/sctp/proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * Copyright (c) 2003 International Business Machines, Corp. 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 - * 6 - * This SCTP implementation is free software; 7 - * you can redistribute it and/or modify it under the terms of 8 - * the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 11 - * 12 - * This SCTP implementation is distributed in the hope that it 13 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 14 - * ************************ 15 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 - * See the GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with GNU CC; see the file COPYING. If not, see 20 - * <http://www.gnu.org/licenses/>. 21 6 * 22 7 * Please send any bug reports or fixes you make to the 23 8 * email address(es):
+1 -16
net/sctp/protocol.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 10 9 * This file is part of the SCTP kernel implementation 11 10 * 12 11 * Initialization/cleanup for SCTP protocol support. 13 - * 14 - * This SCTP implementation is free software; 15 - * you can redistribute it and/or modify it under the terms of 16 - * the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This SCTP implementation is distributed in the hope that it 21 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 22 - * ************************ 23 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 24 - * See the GNU General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with GNU CC; see the file COPYING. If not, see 28 - * <http://www.gnu.org/licenses/>. 29 12 * 30 13 * Please send any bug reports or fixes you make to the 31 14 * email address(es):
+1 -16
net/sctp/sm_make_chunk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 10 9 * These functions work with the state functions in sctp_sm_statefuns.c 11 10 * to implement the state operations. These functions implement the 12 11 * steps which require modifying existing data structures. 13 - * 14 - * This SCTP implementation is free software; 15 - * you can redistribute it and/or modify it under the terms of 16 - * the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This SCTP implementation is distributed in the hope that it 21 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 22 - * ************************ 23 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 24 - * See the GNU General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with GNU CC; see the file COPYING. If not, see 28 - * <http://www.gnu.org/licenses/>. 29 12 * 30 13 * Please send any bug reports or fixes you make to the 31 14 * email address(es):
+1 -16
net/sctp/sm_sideeffect.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999 Cisco, Inc. ··· 9 8 * These functions work with the state functions in sctp_sm_statefuns.c 10 9 * to implement that state operations. These functions implement the 11 10 * steps which require modifying existing data structures. 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
net/sctp/sm_statefuns.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 9 8 * This is part of the SCTP Linux Kernel Implementation. 10 9 * 11 10 * These are the state functions for the state machine. 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
net/sctp/sm_statetable.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 9 8 * This file is part of the SCTP kernel implementation 10 9 * 11 10 * These are the state tables for the SCTP state machine. 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
net/sctp/socket.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 15 14 * Note that the descriptions from the specification are USER level 16 15 * functions--this file is the functions which populate the struct proto 17 16 * for SCTP which is the BOTTOM of the sockets interface. 18 - * 19 - * This SCTP implementation is free software; 20 - * you can redistribute it and/or modify it under the terms of 21 - * the GNU General Public License as published by 22 - * the Free Software Foundation; either version 2, or (at your option) 23 - * any later version. 24 - * 25 - * This SCTP implementation is distributed in the hope that it 26 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 27 - * ************************ 28 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 29 - * See the GNU General Public License for more details. 30 - * 31 - * You should have received a copy of the GNU General Public License 32 - * along with GNU CC; see the file COPYING. If not, see 33 - * <http://www.gnu.org/licenses/>. 34 17 * 35 18 * Please send any bug reports or fixes you make to the 36 19 * email address(es):
+1 -16
net/sctp/stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 8 7 * This file is part of the SCTP kernel implementation 9 8 * 10 9 * This file contains sctp stream maniuplation primitives and helpers. 11 - * 12 - * This SCTP implementation is free software; 13 - * you can redistribute it and/or modify it under the terms of 14 - * the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This SCTP implementation is distributed in the hope that it 19 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 20 - * ************************ 21 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 - * See the GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with GNU CC; see the file COPYING. If not, see 26 - * <http://www.gnu.org/licenses/>. 27 10 * 28 11 * Please send any bug reports or fixes you make to the 29 12 * email address(es):
+1 -16
net/sctp/stream_interleave.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright Red Hat Inc. 2017 3 4 * ··· 6 5 * 7 6 * These functions implement sctp stream message interleaving, mostly 8 7 * including I-DATA and I-FORWARD-TSN chunks process. 9 - * 10 - * This SCTP implementation is free software; 11 - * you can redistribute it and/or modify it under the terms of 12 - * the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This SCTP implementation is distributed in the hope that it 17 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 18 - * ************************ 19 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 - * See the GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with GNU CC; see the file COPYING. If not, see 24 - * <http://www.gnu.org/licenses/>. 25 8 * 26 9 * Please send any bug reports or fixes you make to the 27 10 * email addresched(es):
+1 -16
net/sctp/stream_sched.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright Red Hat Inc. 2017 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 6 * 6 7 * These functions manipulate sctp stream queue/scheduling. 7 - * 8 - * This SCTP implementation is free software; 9 - * you can redistribute it and/or modify it under the terms of 10 - * the GNU General Public License as published by 11 - * the Free Software Foundation; either version 2, or (at your option) 12 - * any later version. 13 - * 14 - * This SCTP implementation is distributed in the hope that it 15 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 16 - * ************************ 17 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 - * See the GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with GNU CC; see the file COPYING. If not, see 22 - * <http://www.gnu.org/licenses/>. 23 8 * 24 9 * Please send any bug reports or fixes you make to the 25 10 * email addresched(es):
+1 -16
net/sctp/stream_sched_prio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright Red Hat Inc. 2017 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 6 * 6 7 * These functions manipulate sctp stream queue/scheduling. 7 - * 8 - * This SCTP implementation is free software; 9 - * you can redistribute it and/or modify it under the terms of 10 - * the GNU General Public License as published by 11 - * the Free Software Foundation; either version 2, or (at your option) 12 - * any later version. 13 - * 14 - * This SCTP implementation is distributed in the hope that it 15 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 16 - * ************************ 17 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 - * See the GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with GNU CC; see the file COPYING. If not, see 22 - * <http://www.gnu.org/licenses/>. 23 8 * 24 9 * Please send any bug reports or fixes you make to the 25 10 * email addresched(es):
+1 -16
net/sctp/stream_sched_rr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright Red Hat Inc. 2017 3 4 * 4 5 * This file is part of the SCTP kernel implementation 5 6 * 6 7 * These functions manipulate sctp stream queue/scheduling. 7 - * 8 - * This SCTP implementation is free software; 9 - * you can redistribute it and/or modify it under the terms of 10 - * the GNU General Public License as published by 11 - * the Free Software Foundation; either version 2, or (at your option) 12 - * any later version. 13 - * 14 - * This SCTP implementation is distributed in the hope that it 15 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 16 - * ************************ 17 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 - * See the GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with GNU CC; see the file COPYING. If not, see 22 - * <http://www.gnu.org/licenses/>. 23 8 * 24 9 * Please send any bug reports or fixes you make to the 25 10 * email addresched(es):
+1 -16
net/sctp/sysctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2002, 2004 3 4 * Copyright (c) 2002 Intel Corp. ··· 6 5 * This file is part of the SCTP kernel implementation 7 6 * 8 7 * Sysctl related interfaces for SCTP. 9 - * 10 - * This SCTP implementation is free software; 11 - * you can redistribute it and/or modify it under the terms of 12 - * the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This SCTP implementation is distributed in the hope that it 17 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 18 - * ************************ 19 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 - * See the GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with GNU CC; see the file COPYING. If not, see 24 - * <http://www.gnu.org/licenses/>. 25 8 * 26 9 * Please send any bug reports or fixes you make to the 27 10 * email address(es):
+1 -16
net/sctp/transport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * Copyright (c) 1999-2000 Cisco, Inc. 3 4 * Copyright (c) 1999-2001 Motorola, Inc. ··· 11 10 * This module provides the abstraction for an SCTP tranport representing 12 11 * a remote transport address. For local transport addresses, we just use 13 12 * union sctp_addr. 14 - * 15 - * This SCTP implementation is free software; 16 - * you can redistribute it and/or modify it under the terms of 17 - * the GNU General Public License as published by 18 - * the Free Software Foundation; either version 2, or (at your option) 19 - * any later version. 20 - * 21 - * This SCTP implementation is distributed in the hope that it 22 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 23 - * ************************ 24 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 25 - * See the GNU General Public License for more details. 26 - * 27 - * You should have received a copy of the GNU General Public License 28 - * along with GNU CC; see the file COPYING. If not, see 29 - * <http://www.gnu.org/licenses/>. 30 13 * 31 14 * Please send any bug reports or fixes you make to the 32 15 * email address(es):
+1 -16
net/sctp/tsnmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 8 7 * This file is part of the SCTP kernel implementation 9 8 * 10 9 * These functions manipulate sctp tsn mapping array. 11 - * 12 - * This SCTP implementation is free software; 13 - * you can redistribute it and/or modify it under the terms of 14 - * the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This SCTP implementation is distributed in the hope that it 19 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 20 - * ************************ 21 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 - * See the GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with GNU CC; see the file COPYING. If not, see 26 - * <http://www.gnu.org/licenses/>. 27 10 * 28 11 * Please send any bug reports or fixes you make to the 29 12 * email address(es):
+1 -16
net/sctp/ulpevent.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 9 8 * 10 9 * These functions manipulate an sctp event. The struct ulpevent is used 11 10 * to carry notifications and data to the ULP (sockets). 12 - * 13 - * This SCTP implementation is free software; 14 - * you can redistribute it and/or modify it under the terms of 15 - * the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This SCTP implementation is distributed in the hope that it 20 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 21 - * ************************ 22 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 23 - * See the GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with GNU CC; see the file COPYING. If not, see 27 - * <http://www.gnu.org/licenses/>. 28 11 * 29 12 * Please send any bug reports or fixes you make to the 30 13 * email address(es):
+1 -16
net/sctp/ulpqueue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SCTP kernel implementation 2 3 * (C) Copyright IBM Corp. 2001, 2004 3 4 * Copyright (c) 1999-2000 Cisco, Inc. ··· 8 7 * Copyright (c) 2001 La Monte H.P. Yarroll 9 8 * 10 9 * This abstraction carries sctp events to the ULP (sockets). 11 - * 12 - * This SCTP implementation is free software; 13 - * you can redistribute it and/or modify it under the terms of 14 - * the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This SCTP implementation is distributed in the hope that it 19 - * will be useful, but WITHOUT ANY WARRANTY; without even the implied 20 - * ************************ 21 - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 - * See the GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with GNU CC; see the file COPYING. If not, see 26 - * <http://www.gnu.org/licenses/>. 27 10 * 28 11 * Please send any bug reports or fixes you make to the 29 12 * email address(es):