Skip to content

Commit d4ec06e

Browse files
committed
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]>
1 parent 734bc04 commit d4ec06e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+98
-333
lines changed

PLUGINS

-2
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,3 @@ access the MPPE keys directly via the:
327327
variables. The 2.5.0 release prohibits the direct access of these
328328
variables by making them static and private in favor of using the new
329329
API.
330-
331-
## $Id: PLUGINS,v 1.8 2008/06/15 07:02:18 paulus Exp $ ##

chat/chat.8

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.\" -*- nroff -*-
22
.\" manual page [] for chat 1.8
3-
.\" $Id: chat.8,v 1.11 2004/11/13 12:22:49 paulus Exp $
43
.\" SH section heading
54
.\" SS subsection heading
65
.\" LP paragraph

include/linux/ppp-comp.h

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* ppp-comp.h - Definitions for doing PPP packet compression.
33
*
4-
* Copyright (c) 1994 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -15,36 +15,13 @@
1515
* the documentation and/or other materials provided with the
1616
* distribution.
1717
*
18-
* 3. The name(s) of the authors of this software must not be used to
19-
* endorse or promote products derived from this software without
20-
* prior written permission.
21-
*
22-
* 4. Redistributions of any form whatsoever must retain the following
23-
* acknowledgment:
24-
* "This product includes software developed by Paul Mackerras
25-
26-
*
2718
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2819
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2920
* AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
3021
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3122
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
3223
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
3324
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34-
*
35-
* $Id: ppp-comp.h,v 1.10 2002/12/06 09:49:15 paulus Exp $
36-
*/
37-
38-
/*
39-
* ==FILEVERSION 20020319==
40-
*
41-
* NOTE TO MAINTAINERS:
42-
* If you modify this file at all, please set the above date.
43-
* ppp-comp.h is shipped with a PPP distribution as well as with the kernel;
44-
* if everyone increases the FILEVERSION number above, then scripts
45-
* can do the right thing when deciding whether to install a new ppp-comp.h
46-
* file. Don't change the format of that line otherwise, so the
47-
* installation script can recognize it.
4825
*/
4926

5027
#ifndef _NET_PPP_COMP_H

include/linux/ppp_defs.h

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
/* $Id: ppp_defs.h,v 1.11 2002/12/06 09:49:15 paulus Exp $ */
2-
31
/*
42
* ppp_defs.h - PPP definitions.
53
*
6-
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved.
75
*
86
* Redistribution and use in source and binary forms, with or without
97
* modification, are permitted provided that the following conditions
@@ -17,15 +15,6 @@
1715
* the documentation and/or other materials provided with the
1816
* distribution.
1917
*
20-
* 3. The name(s) of the authors of this software must not be used to
21-
* endorse or promote products derived from this software without
22-
* prior written permission.
23-
*
24-
* 4. Redistributions of any form whatsoever must retain the following
25-
* acknowledgment:
26-
* "This product includes software developed by Paul Mackerras
27-
28-
*
2918
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
3019
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
3120
* AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
@@ -35,18 +24,6 @@
3524
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3625
*/
3726

38-
/*
39-
* ==FILEVERSION 20020521==
40-
*
41-
* NOTE TO MAINTAINERS:
42-
* If you modify this file at all, please set the above date.
43-
* ppp_defs.h is shipped with a PPP distribution as well as with the kernel;
44-
* if everyone increases the FILEVERSION number above, then scripts
45-
* can do the right thing when deciding whether to install a new ppp_defs.h
46-
* file. Don't change the format of that line otherwise, so the
47-
* installation script can recognize it.
48-
*/
49-
5027
#ifndef _PPP_DEFS_H_
5128
#define _PPP_DEFS_H_
5229

pppd/auth.c

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* auth.c - PPP authentication and phase control.
33
*
4-
* Copyright (c) 1993-2002 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 1993-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -10,14 +10,10 @@
1010
* 1. Redistributions of source code must retain the above copyright
1111
* notice, this list of conditions and the following disclaimer.
1212
*
13-
* 2. The name(s) of the authors of this software must not be used to
14-
* endorse or promote products derived from this software without
15-
* prior written permission.
16-
*
17-
* 3. Redistributions of any form whatsoever must retain the following
18-
* acknowledgment:
19-
* "This product includes software developed by Paul Mackerras
20-
13+
* 2. Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in
15+
* the documentation and/or other materials provided with the
16+
* distribution.
2117
*
2218
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2319
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
@@ -68,8 +64,6 @@
6864
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6965
*/
7066

71-
#define RCSID "$Id: auth.c,v 1.117 2008/07/01 12:27:56 paulus Exp $"
72-
7367
#ifdef HAVE_CONFIG_H
7468
#include "config.h"
7569
#endif

pppd/ccp.c

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* ccp.c - PPP Compression Control Protocol.
33
*
4-
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -10,14 +10,10 @@
1010
* 1. Redistributions of source code must retain the above copyright
1111
* notice, this list of conditions and the following disclaimer.
1212
*
13-
* 2. The name(s) of the authors of this software must not be used to
14-
* endorse or promote products derived from this software without
15-
* prior written permission.
16-
*
17-
* 3. Redistributions of any form whatsoever must retain the following
18-
* acknowledgment:
19-
* "This product includes software developed by Paul Mackerras
20-
13+
* 2. Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in
15+
* the documentation and/or other materials provided with the
16+
* distribution.
2117
*
2218
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2319
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
@@ -32,8 +28,6 @@
3228
#include "config.h"
3329
#endif
3430

35-
#define RCSID "$Id: ccp.c,v 1.50 2005/06/26 19:34:41 carlsonj Exp $"
36-
3731
#include <stdlib.h>
3832
#include <string.h>
3933
#if defined(SOL2)

pppd/ccp.h

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* ccp.h - Definitions for PPP Compression Control Protocol.
33
*
4-
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 1994-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -10,14 +10,10 @@
1010
* 1. Redistributions of source code must retain the above copyright
1111
* notice, this list of conditions and the following disclaimer.
1212
*
13-
* 2. The name(s) of the authors of this software must not be used to
14-
* endorse or promote products derived from this software without
15-
* prior written permission.
16-
*
17-
* 3. Redistributions of any form whatsoever must retain the following
18-
* acknowledgment:
19-
* "This product includes software developed by Paul Mackerras
20-
13+
* 2. Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in
15+
* the documentation and/or other materials provided with the
16+
* distribution.
2117
*
2218
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2319
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
@@ -26,8 +22,6 @@
2622
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
2723
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
2824
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29-
*
30-
* $Id: ccp.h,v 1.12 2004/11/04 10:02:26 paulus Exp $
3125
*/
3226
#ifndef PPP_CCP_H
3327
#define PPP_CCP_H

pppd/chap-md5.c

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* chap-md5.c - New CHAP/MD5 implementation.
33
*
4-
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -10,14 +10,10 @@
1010
* 1. Redistributions of source code must retain the above copyright
1111
* notice, this list of conditions and the following disclaimer.
1212
*
13-
* 2. The name(s) of the authors of this software must not be used to
14-
* endorse or promote products derived from this software without
15-
* prior written permission.
16-
*
17-
* 3. Redistributions of any form whatsoever must retain the following
18-
* acknowledgment:
19-
* "This product includes software developed by Paul Mackerras
20-
13+
* 2. Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in
15+
* the documentation and/or other materials provided with the
16+
* distribution.
2117
*
2218
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2319
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
@@ -28,8 +24,6 @@
2824
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2925
*/
3026

31-
#define RCSID "$Id: chap-md5.c,v 1.4 2004/11/09 22:39:25 paulus Exp $"
32-
3327
#ifdef HAVE_CONFIG_H
3428
#include "config.h"
3529
#endif

pppd/chap-md5.h

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* chap-md5.h - New CHAP/MD5 implementation.
33
*
4-
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -10,14 +10,10 @@
1010
* 1. Redistributions of source code must retain the above copyright
1111
* notice, this list of conditions and the following disclaimer.
1212
*
13-
* 2. The name(s) of the authors of this software must not be used to
14-
* endorse or promote products derived from this software without
15-
* prior written permission.
16-
*
17-
* 3. Redistributions of any form whatsoever must retain the following
18-
* acknowledgment:
19-
* "This product includes software developed by Paul Mackerras
20-
13+
* 2. Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in
15+
* the documentation and/or other materials provided with the
16+
* distribution.
2117
*
2218
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2319
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY

pppd/chap.c

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* chap-new.c - New CHAP implementation.
2+
* chap.c - New CHAP implementation.
33
*
4-
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -10,14 +10,10 @@
1010
* 1. Redistributions of source code must retain the above copyright
1111
* notice, this list of conditions and the following disclaimer.
1212
*
13-
* 2. The name(s) of the authors of this software must not be used to
14-
* endorse or promote products derived from this software without
15-
* prior written permission.
16-
*
17-
* 3. Redistributions of any form whatsoever must retain the following
18-
* acknowledgment:
19-
* "This product includes software developed by Paul Mackerras
20-
13+
* 2. Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in
15+
* the documentation and/or other materials provided with the
16+
* distribution.
2117
*
2218
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2319
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
@@ -28,8 +24,6 @@
2824
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2925
*/
3026

31-
#define RCSID "$Id: chap-new.c,v 1.9 2007/06/19 02:08:35 carlsonj Exp $"
32-
3327
#ifdef HAVE_CONFIG_H
3428
#include "config.h"
3529
#endif

pppd/chap.h

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* chap-new.c - New CHAP implementation.
2+
* chap.h - New CHAP implementation.
33
*
4-
* Copyright (c) 2003 Paul Mackerras. All rights reserved.
4+
* Copyright (c) 2003-2024 Paul Mackerras. All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions
@@ -10,14 +10,10 @@
1010
* 1. Redistributions of source code must retain the above copyright
1111
* notice, this list of conditions and the following disclaimer.
1212
*
13-
* 2. The name(s) of the authors of this software must not be used to
14-
* endorse or promote products derived from this software without
15-
* prior written permission.
16-
*
17-
* 3. Redistributions of any form whatsoever must retain the following
18-
* acknowledgment:
19-
* "This product includes software developed by Paul Mackerras
20-
13+
* 2. Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in
15+
* the documentation and/or other materials provided with the
16+
* distribution.
2117
*
2218
* THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
2319
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY

pppd/chap_ms.c

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474
*
7575
*/
7676

77-
#define RCSID "$Id: chap_ms.c,v 1.38 2007/12/01 20:10:51 carlsonj Exp $"
78-
7977
#ifdef HAVE_CONFIG_H
8078
#include "config.h"
8179
#endif

pppd/chap_ms.h

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
2727
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
2828
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29-
*
30-
* $Id: chap_ms.h,v 1.13 2004/11/15 22:13:26 paulus Exp $
3129
*/
3230

3331
#ifndef PPP_CHAPMS_H

0 commit comments

Comments
 (0)