-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update my copyright notices and remove old RCS tags
Make my copyright notices all consistently have a 2-clause BSD licence. Signed-off-by: Paul Mackerras <[email protected]>
- Loading branch information
1 parent
734bc04
commit d4ec06e
Showing
63 changed files
with
98 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* ppp-comp.h - Definitions for doing PPP packet compression. | ||
* | ||
* Copyright (c) 1994 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -15,36 +15,13 @@ | |
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* 3. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 4. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
* AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY | ||
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN | ||
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING | ||
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
* | ||
* $Id: ppp-comp.h,v 1.10 2002/12/06 09:49:15 paulus Exp $ | ||
*/ | ||
|
||
/* | ||
* ==FILEVERSION 20020319== | ||
* | ||
* NOTE TO MAINTAINERS: | ||
* If you modify this file at all, please set the above date. | ||
* ppp-comp.h is shipped with a PPP distribution as well as with the kernel; | ||
* if everyone increases the FILEVERSION number above, then scripts | ||
* can do the right thing when deciding whether to install a new ppp-comp.h | ||
* file. Don't change the format of that line otherwise, so the | ||
* installation script can recognize it. | ||
*/ | ||
|
||
#ifndef _NET_PPP_COMP_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
/* $Id: ppp_defs.h,v 1.11 2002/12/06 09:49:15 paulus Exp $ */ | ||
|
||
/* | ||
* ppp_defs.h - PPP definitions. | ||
* | ||
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -17,15 +15,6 @@ | |
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* 3. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 4. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
* AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY | ||
|
@@ -35,18 +24,6 @@ | |
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
*/ | ||
|
||
/* | ||
* ==FILEVERSION 20020521== | ||
* | ||
* NOTE TO MAINTAINERS: | ||
* If you modify this file at all, please set the above date. | ||
* ppp_defs.h is shipped with a PPP distribution as well as with the kernel; | ||
* if everyone increases the FILEVERSION number above, then scripts | ||
* can do the right thing when deciding whether to install a new ppp_defs.h | ||
* file. Don't change the format of that line otherwise, so the | ||
* installation script can recognize it. | ||
*/ | ||
|
||
#ifndef _PPP_DEFS_H_ | ||
#define _PPP_DEFS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* auth.c - PPP authentication and phase control. | ||
* | ||
* Copyright (c) 1993-2002 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 1993-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -10,14 +10,10 @@ | |
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* | ||
* 2. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 3. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in | ||
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
|
@@ -68,8 +64,6 @@ | |
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
*/ | ||
|
||
#define RCSID "$Id: auth.c,v 1.117 2008/07/01 12:27:56 paulus Exp $" | ||
|
||
#ifdef HAVE_CONFIG_H | ||
#include "config.h" | ||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* ccp.c - PPP Compression Control Protocol. | ||
* | ||
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -10,14 +10,10 @@ | |
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* | ||
* 2. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 3. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in | ||
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
|
@@ -32,8 +28,6 @@ | |
#include "config.h" | ||
#endif | ||
|
||
#define RCSID "$Id: ccp.c,v 1.50 2005/06/26 19:34:41 carlsonj Exp $" | ||
|
||
#include <stdlib.h> | ||
#include <string.h> | ||
#if defined(SOL2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* ccp.h - Definitions for PPP Compression Control Protocol. | ||
* | ||
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -10,14 +10,10 @@ | |
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* | ||
* 2. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 3. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in | ||
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
|
@@ -26,8 +22,6 @@ | |
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN | ||
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING | ||
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
* | ||
* $Id: ccp.h,v 1.12 2004/11/04 10:02:26 paulus Exp $ | ||
*/ | ||
#ifndef PPP_CCP_H | ||
#define PPP_CCP_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* chap-md5.c - New CHAP/MD5 implementation. | ||
* | ||
* Copyright (c) 2003 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -10,14 +10,10 @@ | |
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* | ||
* 2. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 3. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in | ||
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
|
@@ -28,8 +24,6 @@ | |
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
*/ | ||
|
||
#define RCSID "$Id: chap-md5.c,v 1.4 2004/11/09 22:39:25 paulus Exp $" | ||
|
||
#ifdef HAVE_CONFIG_H | ||
#include "config.h" | ||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* chap-md5.h - New CHAP/MD5 implementation. | ||
* | ||
* Copyright (c) 2003 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -10,14 +10,10 @@ | |
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* | ||
* 2. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 3. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in | ||
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* chap-new.c - New CHAP implementation. | ||
* chap.c - New CHAP implementation. | ||
* | ||
* Copyright (c) 2003 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -10,14 +10,10 @@ | |
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* | ||
* 2. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 3. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in | ||
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
|
@@ -28,8 +24,6 @@ | |
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
*/ | ||
|
||
#define RCSID "$Id: chap-new.c,v 1.9 2007/06/19 02:08:35 carlsonj Exp $" | ||
|
||
#ifdef HAVE_CONFIG_H | ||
#include "config.h" | ||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* chap-new.c - New CHAP implementation. | ||
* chap.h - New CHAP implementation. | ||
* | ||
* Copyright (c) 2003 Paul Mackerras. All rights reserved. | ||
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions | ||
|
@@ -10,14 +10,10 @@ | |
* 1. Redistributions of source code must retain the above copyright | ||
* notice, this list of conditions and the following disclaimer. | ||
* | ||
* 2. The name(s) of the authors of this software must not be used to | ||
* endorse or promote products derived from this software without | ||
* prior written permission. | ||
* | ||
* 3. Redistributions of any form whatsoever must retain the following | ||
* acknowledgment: | ||
* "This product includes software developed by Paul Mackerras | ||
* <[email protected]>". | ||
* 2. Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in | ||
* the documentation and/or other materials provided with the | ||
* distribution. | ||
* | ||
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO | ||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.