diff options
author | jsing <> | 2022-07-30 17:09:45 +0000 |
---|---|---|
committer | jsing <> | 2022-07-30 17:09:45 +0000 |
commit | 8d65ace007bf57850775bd42d6f7d70daa3e3fdb (patch) | |
tree | e3f2a638356ed8f4df09471c017defda432c615a /src | |
parent | 7e1cb12b63421debd8c67664632ca0c5dd1830bc (diff) | |
download | openbsd-8d65ace007bf57850775bd42d6f7d70daa3e3fdb.tar.gz openbsd-8d65ace007bf57850775bd42d6f7d70daa3e3fdb.tar.bz2 openbsd-8d65ace007bf57850775bd42d6f7d70daa3e3fdb.zip |
Update copyright for additional/new code.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/aead/aeadtest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/aead/aeadtest.c b/src/regress/lib/libcrypto/aead/aeadtest.c index 1301a19487..567b49a095 100644 --- a/src/regress/lib/libcrypto/aead/aeadtest.c +++ b/src/regress/lib/libcrypto/aead/aeadtest.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* $OpenBSD: aeadtest.c,v 1.21 2022/07/30 16:31:41 jsing Exp $ */ | 1 | /* $OpenBSD: aeadtest.c,v 1.22 2022/07/30 17:09:45 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> | ||
3 | * Copyright (c) 2014, Google Inc. | 4 | * Copyright (c) 2014, Google Inc. |
4 | * | 5 | * |
5 | * Permission to use, copy, modify, and/or distribute this software for any | 6 | * Permission to use, copy, modify, and/or distribute this software for any |