summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2024-01-20 18:27:38 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2024-01-20 18:27:38 +0700
commit02e5f51ecce3dc237a2de41d1fd0f2fbbe47324a (patch)
tree1f5ff2f2733fcc2f3d787107918e79d1ccee6a1c
parentRefactor X509SignatureUtilities (diff)
downloadBouncyCastle.NET-ed25519-02e5f51ecce3dc237a2de41d1fd0f2fbbe47324a.tar.xz
Update copyright
-rw-r--r--LICENSE.md2
-rw-r--r--crypto/License.html2
-rw-r--r--crypto/src/BouncyCastle.Crypto.csproj2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 821865f52..277dcd1eb 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-Copyright (c) 2000-2023 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org).
+Copyright (c) 2000-2024 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/License.html b/crypto/License.html
index 37f79753e..1df1f3093 100644
--- a/crypto/License.html
+++ b/crypto/License.html
@@ -9,7 +9,7 @@
 <h2>The BouncyCastle.NET Cryptography Library</h2>
 <h3>License:</h3>
 The Bouncy Castle License<br>
-Copyright (c) 2000-2022 The Legion of the Bouncy Castle Inc.
+Copyright (c) 2000-2024 The Legion of the Bouncy Castle Inc.
 (https://www.bouncycastle.org)<br>
 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,
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj
index 0b40b210c..963f22188 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-2023</Copyright>
+    <Copyright>Copyright © Legion of the Bouncy Castle Inc. 2000-2024</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>