From: tb Date: Sat, 24 Dec 2022 07:12:09 +0000 (+0000) Subject: Zap trailing whitespace in license and add some empty lines X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ae3e02d6b1f16f2217f8b0f1e0f685865796e09b;p=openbsd Zap trailing whitespace in license and add some empty lines --- diff --git a/lib/libcrypto/comp/c_rle.c b/lib/libcrypto/comp/c_rle.c index 4808bb7bde6..c2c279dc04f 100644 --- a/lib/libcrypto/comp/c_rle.c +++ b/lib/libcrypto/comp/c_rle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: c_rle.c,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */ +/* $OpenBSD: c_rle.c,v 1.11 2022/12/24 07:12:09 tb Exp $ */ /* * --------------------------------------------------------------------------- * Patches to this file were contributed by @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,9 +111,11 @@ * simply be copied and put under another distribution licence * [including the GNU Public Licence.] */ + #include #include #include + #include #include diff --git a/lib/libcrypto/comp/c_zlib.c b/lib/libcrypto/comp/c_zlib.c index efcf9ba7a3a..6aac97e451c 100644 --- a/lib/libcrypto/comp/c_zlib.c +++ b/lib/libcrypto/comp/c_zlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: c_zlib.c,v 1.23 2022/12/23 23:23:02 schwarze Exp $ */ +/* $OpenBSD: c_zlib.c,v 1.24 2022/12/24 07:12:09 tb Exp $ */ /* * --------------------------------------------------------------------------- * Major patches to this file were contributed by @@ -13,7 +13,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -113,9 +113,11 @@ * simply be copied and put under another distribution licence * [including the GNU Public Licence.] */ + #include #include #include + #include #include #include diff --git a/lib/libcrypto/comp/comp.h b/lib/libcrypto/comp/comp.h index de1aaa3c71d..58b51c6e82a 100644 --- a/lib/libcrypto/comp/comp.h +++ b/lib/libcrypto/comp/comp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comp.h,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */ +/* $OpenBSD: comp.h,v 1.11 2022/12/24 07:12:09 tb Exp $ */ /* * --------------------------------------------------------------------------- * Patches to this file were contributed by @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,6 +111,7 @@ * simply be copied and put under another distribution licence * [including the GNU Public Licence.] */ + #ifndef HEADER_COMP_H #define HEADER_COMP_H diff --git a/lib/libcrypto/comp/comp_lib.c b/lib/libcrypto/comp/comp_lib.c index a8a038e5155..5cb2335bf59 100644 --- a/lib/libcrypto/comp/comp_lib.c +++ b/lib/libcrypto/comp/comp_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comp_lib.c,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */ +/* $OpenBSD: comp_lib.c,v 1.11 2022/12/24 07:12:09 tb Exp $ */ /* * --------------------------------------------------------------------------- * Patches to this file were contributed by @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,9 +111,11 @@ * simply be copied and put under another distribution licence * [including the GNU Public Licence.] */ + #include #include #include + #include #include diff --git a/lib/libcrypto/comp/comp_local.h b/lib/libcrypto/comp/comp_local.h index 5841756e73e..e26a800ba3c 100644 --- a/lib/libcrypto/comp/comp_local.h +++ b/lib/libcrypto/comp/comp_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comp_local.h,v 1.3 2022/12/23 23:23:02 schwarze Exp $ */ +/* $OpenBSD: comp_local.h,v 1.4 2022/12/24 07:12:09 tb Exp $ */ /* * --------------------------------------------------------------------------- * Patches to this file were contributed by @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -111,6 +111,7 @@ * simply be copied and put under another distribution licence * [including the GNU Public Licence.] */ + #ifndef HEADER_COMP_LOCAL_H #define HEADER_COMP_LOCAL_H