summaryrefslogtreecommitdiffstats
path: root/crypto/thread
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-09-07 10:59:15 +0200
committerMatt Caswell <matt@openssl.org>2023-09-07 10:59:15 +0200
commitda1c088f599af3755aaeed1c447a39621ef12e1f (patch)
treee616167c2e11771a9401f67b227edb01fb6161da /crypto/thread
parentQUIC MULTISTREAM TEST: Add comment (diff)
downloadopenssl-da1c088f599af3755aaeed1c447a39621ef12e1f.tar.xz
openssl-da1c088f599af3755aaeed1c447a39621ef12e1f.zip
Copyright year updates
Reviewed-by: Richard Levitte <levitte@openssl.org> Release: yes
Diffstat (limited to 'crypto/thread')
-rw-r--r--crypto/thread/arch.c2
-rw-r--r--crypto/thread/arch/thread_none.c2
-rw-r--r--crypto/thread/arch/thread_posix.c2
-rw-r--r--crypto/thread/arch/thread_win.c2
-rw-r--r--crypto/thread/internal.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/crypto/thread/arch.c b/crypto/thread/arch.c
index f6a83540b3..7c139a6a60 100644
--- a/crypto/thread/arch.c
+++ b/crypto/thread/arch.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/thread/arch/thread_none.c b/crypto/thread/arch/thread_none.c
index 675944bc52..10a804f1b7 100644
--- a/crypto/thread/arch/thread_none.c
+++ b/crypto/thread/arch/thread_none.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/thread/arch/thread_posix.c b/crypto/thread/arch/thread_posix.c
index f88323820f..7650ddc85a 100644
--- a/crypto/thread/arch/thread_posix.c
+++ b/crypto/thread/arch/thread_posix.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/thread/arch/thread_win.c b/crypto/thread/arch/thread_win.c
index b877211143..fc0c214770 100644
--- a/crypto/thread/arch/thread_win.c
+++ b/crypto/thread/arch/thread_win.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/crypto/thread/internal.c b/crypto/thread/internal.c
index 688848738b..61486c8d4d 100644
--- a/crypto/thread/internal.c
+++ b/crypto/thread/internal.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy