|
@@ -1,4 +1,4 @@
|
|
-/* SCTP kernel reference Implementation
|
|
|
|
|
|
+/* SCTP kernel implementation
|
|
* (C) Copyright IBM Corp. 2001, 2004
|
|
* (C) Copyright IBM Corp. 2001, 2004
|
|
* Copyright (c) 1999-2000 Cisco, Inc.
|
|
* Copyright (c) 1999-2000 Cisco, Inc.
|
|
* Copyright (c) 1999-2001 Motorola, Inc.
|
|
* Copyright (c) 1999-2001 Motorola, Inc.
|
|
@@ -6,7 +6,7 @@
|
|
* Copyright (c) 2001-2002 Nokia, Inc.
|
|
* Copyright (c) 2001-2002 Nokia, Inc.
|
|
* Copyright (c) 2001 La Monte H.P. Yarroll
|
|
* Copyright (c) 2001 La Monte H.P. Yarroll
|
|
*
|
|
*
|
|
- * This file is part of the SCTP kernel reference Implementation
|
|
|
|
|
|
+ * This file is part of the SCTP kernel implementation
|
|
*
|
|
*
|
|
* These functions interface with the sockets layer to implement the
|
|
* These functions interface with the sockets layer to implement the
|
|
* SCTP Extensions for the Sockets API.
|
|
* SCTP Extensions for the Sockets API.
|
|
@@ -15,13 +15,13 @@
|
|
* functions--this file is the functions which populate the struct proto
|
|
* functions--this file is the functions which populate the struct proto
|
|
* for SCTP which is the BOTTOM of the sockets interface.
|
|
* for SCTP which is the BOTTOM of the sockets interface.
|
|
*
|
|
*
|
|
- * 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
|
|
* you can redistribute it and/or modify it under the terms of
|
|
* the GNU General Public License as published by
|
|
* the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
* 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
|
|
* will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
* ************************
|
|
* ************************
|
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|