From 799a8255f0699e0332446e8ecd967b05419b9ab8 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 9 Nov 2023 12:19:59 +1100 Subject: [PATCH] Change my paulus@samba.org email address to paulus@ozlabs.org Signed-off-by: Paul Mackerras --- AUTHORS | 2 +- README.linux | 2 +- include/linux/ppp-comp.h | 2 +- include/linux/ppp_defs.h | 2 +- include/net/ppp-comp.h | 2 +- include/net/ppp_defs.h | 2 +- include/net/pppio.h | 2 +- modules/deflate.c | 2 +- modules/if_ppp.c | 2 +- modules/ppp.c | 2 +- modules/ppp_ahdlc.c | 2 +- modules/ppp_comp.c | 2 +- pppd/auth.c | 2 +- pppd/ccp.c | 2 +- pppd/ccp.h | 2 +- pppd/chap-md5.c | 2 +- pppd/chap-md5.h | 2 +- pppd/chap.c | 2 +- pppd/chap.h | 2 +- pppd/demand.c | 2 +- pppd/ecp.c | 2 +- pppd/main.c | 2 +- pppd/mppe.h | 2 +- pppd/multilink.c | 2 +- pppd/multilink.h | 2 +- pppd/options.h | 2 +- pppd/pathnames.h | 2 +- pppd/plugins/minconn.c | 2 +- pppd/pppd.8 | 6 +++--- pppd/session.c | 2 +- pppd/session.h | 2 +- pppd/sys-linux.c | 2 +- pppd/sys-solaris.c | 2 +- pppd/tty.c | 2 +- pppd/utils.c | 2 +- pppdump/deflate.c | 2 +- pppdump/ppp-comp.h | 2 +- pppdump/pppdump.c | 2 +- solaris/ppp.c | 2 +- solaris/ppp_ahdlc.c | 2 +- solaris/ppp_comp.c | 2 +- solaris/ppp_comp_mod.c | 2 +- solaris/ppp_mod.c | 2 +- 43 files changed, 45 insertions(+), 45 deletions(-) diff --git a/AUTHORS b/AUTHORS index ff1a48f..8efb380 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,6 @@ The pppd Project https://github.com/ppp-project/ppp Primary Author of this package: -Linux Paul Mackerras +Linux Paul Mackerras Solaris James Carlson diff --git a/README.linux b/README.linux index d441427..eb15fbb 100644 --- a/README.linux +++ b/README.linux @@ -151,7 +151,7 @@ unsubscribe linux-ppp To send a message to the list, email it to linux-ppp@vger.kernel.org. You don't have to be subscribed to send messages to the list. -You can also email me (paulus@samba.org) but I am overloaded with +You can also email me (paulus@ozlabs.org) but I am overloaded with email and I can't respond to most messages I get in a timely fashion. There are also several relevant news groups, such as comp.protocols.ppp, diff --git a/include/linux/ppp-comp.h b/include/linux/ppp-comp.h index d30cacb..f7e0aa2 100644 --- a/include/linux/ppp-comp.h +++ b/include/linux/ppp-comp.h @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/include/linux/ppp_defs.h b/include/linux/ppp_defs.h index ef4232b..92b0c7b 100644 --- a/include/linux/ppp_defs.h +++ b/include/linux/ppp_defs.h @@ -24,7 +24,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/include/net/ppp-comp.h b/include/net/ppp-comp.h index b09ef71..25dc954 100644 --- a/include/net/ppp-comp.h +++ b/include/net/ppp-comp.h @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h index a5112b3..e8064ef 100644 --- a/include/net/ppp_defs.h +++ b/include/net/ppp_defs.h @@ -24,7 +24,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/include/net/pppio.h b/include/net/pppio.h index 54cfe44..9bfc17a 100644 --- a/include/net/pppio.h +++ b/include/net/pppio.h @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/modules/deflate.c b/modules/deflate.c index 2702326..0a7f9d8 100644 --- a/modules/deflate.c +++ b/modules/deflate.c @@ -25,7 +25,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/modules/if_ppp.c b/modules/if_ppp.c index e150923..e1facbd 100644 --- a/modules/if_ppp.c +++ b/modules/if_ppp.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/modules/ppp.c b/modules/ppp.c index f5fb71f..2e8e020 100644 --- a/modules/ppp.c +++ b/modules/ppp.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/modules/ppp_ahdlc.c b/modules/ppp_ahdlc.c index 68e0907..83ade6f 100644 --- a/modules/ppp_ahdlc.c +++ b/modules/ppp_ahdlc.c @@ -39,7 +39,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/modules/ppp_comp.c b/modules/ppp_comp.c index 9e204d9..75b74bc 100644 --- a/modules/ppp_comp.c +++ b/modules/ppp_comp.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/auth.c b/pppd/auth.c index cee847e..ecd30ba 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/ccp.c b/pppd/ccp.c index 0828658..3c28682 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/ccp.h b/pppd/ccp.h index d60cdca..0a56686 100644 --- a/pppd/ccp.h +++ b/pppd/ccp.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/chap-md5.c b/pppd/chap-md5.c index 0b76d9a..d9259d2 100644 --- a/pppd/chap-md5.c +++ b/pppd/chap-md5.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/chap-md5.h b/pppd/chap-md5.h index 55f9ba2..e5ced4e 100644 --- a/pppd/chap-md5.h +++ b/pppd/chap-md5.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/chap.c b/pppd/chap.c index 2411b95..d0009e8 100644 --- a/pppd/chap.c +++ b/pppd/chap.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/chap.h b/pppd/chap.h index 21373bd..2c69e77 100644 --- a/pppd/chap.h +++ b/pppd/chap.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/demand.c b/pppd/demand.c index c2eeb41..b7f9508 100644 --- a/pppd/demand.c +++ b/pppd/demand.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/ecp.c b/pppd/ecp.c index faec37b..ffd2801 100644 --- a/pppd/ecp.c +++ b/pppd/ecp.c @@ -46,7 +46,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/main.c b/pppd/main.c index 9fbcfb6..feded14 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -55,7 +55,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/mppe.h b/pppd/mppe.h index 32fcb20..376eb62 100644 --- a/pppd/mppe.h +++ b/pppd/mppe.h @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/multilink.c b/pppd/multilink.c index 4bb0b2b..b44d2bb 100644 --- a/pppd/multilink.c +++ b/pppd/multilink.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/multilink.h b/pppd/multilink.h index acf448a..8afdadd 100644 --- a/pppd/multilink.h +++ b/pppd/multilink.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/options.h b/pppd/options.h index 564a851..8634e87 100644 --- a/pppd/options.h +++ b/pppd/options.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/pathnames.h b/pppd/pathnames.h index e50132f..d08e8ef 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/plugins/minconn.c b/pppd/plugins/minconn.c index 9e9735f..cd61ccd 100644 --- a/pppd/plugins/minconn.c +++ b/pppd/plugins/minconn.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/pppd.8 b/pppd/pppd.8 index 7be3e80..850d21c 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -6,7 +6,7 @@ .\" IP indented paragraph .\" TP hanging label .\" -.\" Copyright (c) 1993-2003 Paul Mackerras +.\" Copyright (c) 1993-2003 Paul Mackerras .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -2046,7 +2046,7 @@ of a fatal decompression error. (Fatal decompression errors generally indicate a bug in one or other implementation.) .SH AUTHORS -Paul Mackerras (paulus@samba.org), based on earlier work by +Paul Mackerras (paulus@ozlabs.org), based on earlier work by Drew Perkins, Brad Clements, Karl Fox, @@ -2121,7 +2121,7 @@ are met: at Carnegie Mellon University (http://www.cmu.edu/computing/)." .br "This product includes software developed by Paul Mackerras - ". + ". .br "This product includes software developed by Pedro Roque Marques ". diff --git a/pppd/session.c b/pppd/session.c index 025f08a..f08d8e1 100644 --- a/pppd/session.c +++ b/pppd/session.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/session.h b/pppd/session.h index 499549c..b3c46b4 100644 --- a/pppd/session.h +++ b/pppd/session.h @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index a8d6cd9..a16ab12 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -18,7 +18,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/sys-solaris.c b/pppd/sys-solaris.c index e41b0e2..be36b1b 100644 --- a/pppd/sys-solaris.c +++ b/pppd/sys-solaris.c @@ -34,7 +34,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/tty.c b/pppd/tty.c index cef4ff7..d22ded7 100644 --- a/pppd/tty.c +++ b/pppd/tty.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppd/utils.c b/pppd/utils.c index c47192e..bfeb7a3 100644 --- a/pppd/utils.c +++ b/pppd/utils.c @@ -17,7 +17,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppdump/deflate.c b/pppdump/deflate.c index ebc1692..da7b6c5 100644 --- a/pppdump/deflate.c +++ b/pppdump/deflate.c @@ -23,7 +23,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppdump/ppp-comp.h b/pppdump/ppp-comp.h index 0199b5f..1a799f2 100644 --- a/pppdump/ppp-comp.h +++ b/pppdump/ppp-comp.h @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/pppdump/pppdump.c b/pppdump/pppdump.c index b85a862..8a3a7e9 100644 --- a/pppdump/pppdump.c +++ b/pppdump/pppdump.c @@ -23,7 +23,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/solaris/ppp.c b/solaris/ppp.c index 98f4f91..2c36496 100644 --- a/solaris/ppp.c +++ b/solaris/ppp.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/solaris/ppp_ahdlc.c b/solaris/ppp_ahdlc.c index 21b8c54..bdf5e29 100644 --- a/solaris/ppp_ahdlc.c +++ b/solaris/ppp_ahdlc.c @@ -39,7 +39,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/solaris/ppp_comp.c b/solaris/ppp_comp.c index cda8ddf..c357eae 100644 --- a/solaris/ppp_comp.c +++ b/solaris/ppp_comp.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/solaris/ppp_comp_mod.c b/solaris/ppp_comp_mod.c index 21ad9ae..eb76d98 100644 --- a/solaris/ppp_comp_mod.c +++ b/solaris/ppp_comp_mod.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY diff --git a/solaris/ppp_mod.c b/solaris/ppp_mod.c index d1bf025..1c6cd99 100644 --- a/solaris/ppp_mod.c +++ b/solaris/ppp_mod.c @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -- 2.39.2