diff options
author | 2018-07-18 16:24:16 +0000 | |
---|---|---|
committer | 2018-07-18 16:24:16 +0000 | |
commit | ba1a24e247a1acf3ccb26c357ef92e2a70769f4a (patch) | |
tree | aaba913e1b694c1a5760b54825954708e7b32c9f | |
parent | replace manual zero initialization of various fields with memset; (diff) | |
download | wireguard-openbsd-ba1a24e247a1acf3ccb26c357ef92e2a70769f4a.tar.xz wireguard-openbsd-ba1a24e247a1acf3ccb26c357ef92e2a70769f4a.zip |
Bob's license was missing, add it.
ok beck
-rw-r--r-- | regress/lib/libcrypto/ocsp/ocsp_test.c | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/ocsp/ocsp_test.c b/regress/lib/libcrypto/ocsp/ocsp_test.c index f58ee7c6934..59147298281 100644 --- a/regress/lib/libcrypto/ocsp/ocsp_test.c +++ b/regress/lib/libcrypto/ocsp/ocsp_test.c @@ -1,4 +1,19 @@ -/* $OpenBSD: ocsp_test.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ +/* $OpenBSD: ocsp_test.c,v 1.6 2018/07/18 16:24:16 tb Exp $ */ +/* + * Copyright (c) 2016 Bob Beck <beck@openbsd.org> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ #include <stdio.h> #include <netdb.h> |