hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/sctp/objcnt.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* SCTP kernel implementation
23 * (C) Copyright IBM Corp. 2001, 2004
34 *
....@@ -6,22 +7,6 @@
67 * Support for memory object debugging. This allows one to monitor the
78 * object allocations/deallocations for types instrumented for this
89 * 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/>.
2510 *
2611 * Please send any bug reports or fixes you make to the
2712 * email address(es):