diff options
-rw-r--r-- | LICENSE.md | 2 | ||||
-rw-r--r-- | crypto/src/BouncyCastle.Crypto.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.md b/LICENSE.md index ee9580810..821865f52 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2000-2022 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org). +Copyright (c) 2000-2023 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org). Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index 5dff0bde1..afdb875c4 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -11,7 +11,7 @@ <AssemblyTitle>BouncyCastle.NET Cryptography ($(TargetFramework))</AssemblyTitle> <Authors>Legion of the Bouncy Castle Inc.</Authors> <Company>Legion of the Bouncy Castle Inc.</Company> - <Copyright>Copyright © Legion of the Bouncy Castle Inc. 2000-2022</Copyright> + <Copyright>Copyright © Legion of the Bouncy Castle Inc. 2000-2023</Copyright> <Description>BouncyCastle.NET is a popular cryptography library for .NET</Description> <PackageIcon>packageIcon.png</PackageIcon> <PackageIconUrl>https://www.bouncycastle.org/images/nuget_packageIcon.png</PackageIconUrl> |