diff options
author | jsing <> | 2014-08-05 12:46:16 +0000 |
---|---|---|
committer | jsing <> | 2014-08-05 12:46:16 +0000 |
commit | ae244416d2459b82c672fe5c98ec0ee712a706d1 (patch) | |
tree | ef6188fc567a99e6523c3e571ea699945e92bae0 /src | |
parent | aec4efa516a4fa9445855d5a7b204416f5a5dfb9 (diff) | |
download | openbsd-ae244416d2459b82c672fe5c98ec0ee712a706d1.tar.gz openbsd-ae244416d2459b82c672fe5c98ec0ee712a706d1.tar.bz2 openbsd-ae244416d2459b82c672fe5c98ec0ee712a706d1.zip |
Add $OpenBSD$ tags.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libressl/ressl.c | 1 | ||||
-rw-r--r-- | src/lib/libressl/ressl.h | 1 | ||||
-rw-r--r-- | src/lib/libressl/ressl_client.c | 1 | ||||
-rw-r--r-- | src/lib/libressl/ressl_config.c | 1 | ||||
-rw-r--r-- | src/lib/libressl/ressl_internal.h | 1 | ||||
-rw-r--r-- | src/lib/libressl/ressl_server.c | 1 | ||||
-rw-r--r-- | src/lib/libressl/ressl_util.c | 1 | ||||
-rw-r--r-- | src/lib/libressl/ressl_verify.c | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libressl/ressl.c b/src/lib/libressl/ressl.c index 439b6d1edd..f026da52b5 100644 --- a/src/lib/libressl/ressl.c +++ b/src/lib/libressl/ressl.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl.c,v 1.10 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h index bfe9b11f7b..b9ae809be4 100644 --- a/src/lib/libressl/ressl.h +++ b/src/lib/libressl/ressl.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl.h,v 1.10 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |
diff --git a/src/lib/libressl/ressl_client.c b/src/lib/libressl/ressl_client.c index 1d1ad72b86..5969a104f7 100644 --- a/src/lib/libressl/ressl_client.c +++ b/src/lib/libressl/ressl_client.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl_client.c,v 1.3 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |
diff --git a/src/lib/libressl/ressl_config.c b/src/lib/libressl/ressl_config.c index 1509b5aeba..60307d66b3 100644 --- a/src/lib/libressl/ressl_config.c +++ b/src/lib/libressl/ressl_config.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl_config.c,v 1.6 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |
diff --git a/src/lib/libressl/ressl_internal.h b/src/lib/libressl/ressl_internal.h index 44d098b4b3..b7158bce9a 100644 --- a/src/lib/libressl/ressl_internal.h +++ b/src/lib/libressl/ressl_internal.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl_internal.h,v 1.8 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> | 3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
diff --git a/src/lib/libressl/ressl_server.c b/src/lib/libressl/ressl_server.c index ba127f8cdd..7b812bfd27 100644 --- a/src/lib/libressl/ressl_server.c +++ b/src/lib/libressl/ressl_server.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl_server.c,v 1.6 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |
diff --git a/src/lib/libressl/ressl_util.c b/src/lib/libressl/ressl_util.c index ee7b1edbd3..d8b8f51738 100644 --- a/src/lib/libressl/ressl_util.c +++ b/src/lib/libressl/ressl_util.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl_util.c,v 1.2 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
3 | * | 4 | * |
diff --git a/src/lib/libressl/ressl_verify.c b/src/lib/libressl/ressl_verify.c index 0942f7e230..9dfadedfb8 100644 --- a/src/lib/libressl/ressl_verify.c +++ b/src/lib/libressl/ressl_verify.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: ressl_verify.c,v 1.3 2014/08/05 12:46:16 jsing Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> | 3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> |
3 | * | 4 | * |