|
@@ -1,25 +1,21 @@
|
|
|
-/* SCTP kernel reference Implementation
|
|
|
+/* SCTP kernel implementation
|
|
|
* (C) Copyright IBM Corp. 2001, 2004
|
|
|
* Copyright (c) 1999-2000 Cisco, Inc.
|
|
|
* Copyright (c) 1999-2001 Motorola, Inc.
|
|
|
* Copyright (c) 2001 Intel Corp.
|
|
|
*
|
|
|
- * This file is part of the SCTP kernel reference Implementation
|
|
|
- *
|
|
|
- * This file is part of the implementation of the add-IP extension,
|
|
|
- * based on <draft-ietf-tsvwg-addip-sctp-02.txt> June 29, 2001,
|
|
|
- * for the SCTP kernel reference Implementation.
|
|
|
+ * This file is part of the SCTP kernel implementation
|
|
|
*
|
|
|
* This file converts numerical ID value to alphabetical names for SCTP
|
|
|
* terms such as chunk type, parameter time, event type, etc.
|
|
|
*
|
|
|
- * The SCTP reference implementation is free software;
|
|
|
+ * 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.
|
|
|
*
|
|
|
- * The SCTP reference implementation is distributed in the hope that it
|
|
|
+ * 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.
|