diff options
author | schwarze <> | 2022-12-23 23:23:02 +0000 |
---|---|---|
committer | schwarze <> | 2022-12-23 23:23:02 +0000 |
commit | 3ccea9dec04cd9f280950b33bedf127d1dc69d5e (patch) | |
tree | de6b324c031eeae3b0cc2a2b98f05f4d8609778f /src/lib/libcrypto/comp/comp_err.c | |
parent | 7310af2bbc2fb24075e1b5012835e3149885c31c (diff) | |
download | openbsd-3ccea9dec04cd9f280950b33bedf127d1dc69d5e.tar.gz openbsd-3ccea9dec04cd9f280950b33bedf127d1dc69d5e.tar.bz2 openbsd-3ccea9dec04cd9f280950b33bedf127d1dc69d5e.zip |
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.
Diffstat (limited to 'src/lib/libcrypto/comp/comp_err.c')
-rw-r--r-- | src/lib/libcrypto/comp/comp_err.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/comp/comp_err.c b/src/lib/libcrypto/comp/comp_err.c index eb5fc0ad50..5ec5039f80 100644 --- a/src/lib/libcrypto/comp/comp_err.c +++ b/src/lib/libcrypto/comp/comp_err.c | |||
@@ -1,6 +1,7 @@ | |||
1 | /* $OpenBSD: comp_err.c,v 1.12 2022/07/12 14:42:48 kn Exp $ */ | 1 | /* $OpenBSD: comp_err.c,v 1.13 2022/12/23 23:23:02 schwarze Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. | 3 | * This file was written by Dr. Stephen Henson <steve@openssl.org>. |
4 | * Copyright (c) 1999, 2005, 2008 The OpenSSL Project. All rights reserved. | ||
4 | * | 5 | * |
5 | * Redistribution and use in source and binary forms, with or without | 6 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions | 7 | * modification, are permitted provided that the following conditions |