diff options
author | jsing <> | 2017-08-11 06:30:41 +0000 |
---|---|---|
committer | jsing <> | 2017-08-11 06:30:41 +0000 |
commit | 4b6c746b000fcd23af5297437a996c73ffa11984 (patch) | |
tree | 81ab8eba00f0542bfcc19a79ec57fb8a1bb80429 /src/lib | |
parent | 04fb72cf4b8ec7751adefc0ea5ac96e94c25deec (diff) | |
download | openbsd-4b6c746b000fcd23af5297437a996c73ffa11984.tar.gz openbsd-4b6c746b000fcd23af5297437a996c73ffa11984.tar.bz2 openbsd-4b6c746b000fcd23af5297437a996c73ffa11984.zip |
Add doug@'s copyright since he just added code to these two files.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/ssl_tlsext.c | 3 | ||||
-rw-r--r-- | src/lib/libssl/ssl_tlsext.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_tlsext.c b/src/lib/libssl/ssl_tlsext.c index e8723b502c..ad30f43389 100644 --- a/src/lib/libssl/ssl_tlsext.c +++ b/src/lib/libssl/ssl_tlsext.c | |||
@@ -1,6 +1,7 @@ | |||
1 | /* $OpenBSD: ssl_tlsext.c,v 1.4 2017/08/11 05:06:34 doug Exp $ */ | 1 | /* $OpenBSD: ssl_tlsext.c,v 1.5 2017/08/11 06:30:41 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | ||
4 | * | 5 | * |
5 | * Permission to use, copy, modify, and distribute this software for any | 6 | * Permission to use, copy, modify, and distribute this software for any |
6 | * purpose with or without fee is hereby granted, provided that the above | 7 | * purpose with or without fee is hereby granted, provided that the above |
diff --git a/src/lib/libssl/ssl_tlsext.h b/src/lib/libssl/ssl_tlsext.h index 67a9cfb688..6f79755f81 100644 --- a/src/lib/libssl/ssl_tlsext.h +++ b/src/lib/libssl/ssl_tlsext.h | |||
@@ -1,6 +1,7 @@ | |||
1 | /* $OpenBSD: ssl_tlsext.h,v 1.3 2017/08/11 05:06:34 doug Exp $ */ | 1 | /* $OpenBSD: ssl_tlsext.h,v 1.4 2017/08/11 06:30:41 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | ||
4 | * | 5 | * |
5 | * Permission to use, copy, modify, and distribute this software for any | 6 | * Permission to use, copy, modify, and distribute this software for any |
6 | * purpose with or without fee is hereby granted, provided that the above | 7 | * purpose with or without fee is hereby granted, provided that the above |