Add the missing Copyright and license headers in the libcrypto/comp directory.
authorschwarze <schwarze@openbsd.org>
Fri, 23 Dec 2022 23:23:02 +0000 (23:23 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 23 Dec 2022 23:23:02 +0000 (23:23 +0000)
commitc3b5c70f86e2a7ec08c938ee7b5e936fc92512a1
tree18f9705b34f97d13dd573a5d3e599870e03c4452
parent0bd10b9f03953d225b21b1d10f20210510f3e033
Add the missing Copyright and license headers in the libcrypto/comp directory.
Requested some time ago by tb@.

According to OpenSSL git history, the original version of this code
appeared in SSLeay 0.9.1b (July 6, 1998).  The LICENSE file in that
release states that the Copyright of SSLeay belongs to Eric Young,
and we believe that Eric still maintained SSLeay himself at that time.
We have seen a small number of examples where Eric credited outside
contributors for code that he included in his distribution, including
citing Copyright notices and license headers as appropriate.  We
found no such hints regarding this code, so it is reasonable to
assume that he wrote this code himself.

Regarding subsequent changes and additions, i inspected the OpenSSL
git repository.

No code change; only Copyright and license comments are added.
lib/libcrypto/comp/c_rle.c
lib/libcrypto/comp/c_zlib.c
lib/libcrypto/comp/comp.h
lib/libcrypto/comp/comp_err.c
lib/libcrypto/comp/comp_lib.c
lib/libcrypto/comp/comp_local.h