| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* SCTP kernel implementation |
|---|
| 2 | 3 | * (C) Copyright IBM Corp. 2001, 2004 |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Support for memory object debugging. This allows one to monitor the |
|---|
| 7 | 8 | * object allocations/deallocations for types instrumented for this |
|---|
| 8 | 9 | * via the proc fs. |
|---|
| 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 | 10 | * |
|---|
| 26 | 11 | * Please send any bug reports or fixes you make to the |
|---|
| 27 | 12 | * email address(es): |
|---|