diff options
author | Peter Dettman <peter.dettman@gmail.com> | 2022-06-21 11:16:23 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@gmail.com> | 2022-06-21 11:16:23 +0700 |
commit | aa4779c2e708b13b7d3d5cc5539da784c7ab3c80 (patch) | |
tree | a112204723f2257369f929f0bb6c914da141ef1f /crypto | |
parent | .gitignore additions (diff) | |
download | BouncyCastle.NET-ed25519-aa4779c2e708b13b7d3d5cc5539da784c7ab3c80.tar.xz |
Update copyright release/v1.9
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/License.html | 2 | ||||
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/License.html b/crypto/License.html index b062fe0d9..d94209b12 100644 --- a/crypto/License.html +++ b/crypto/License.html @@ -9,7 +9,7 @@ <h2>The Bouncy Castle Cryptographic C#® API</h2> <h3>License:</h3> The Bouncy Castle License<br> -Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. +Copyright (c) 2000-2022 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 diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index ec06092a0..b53ba92d2 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -18,7 +18,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("The Legion of the Bouncy Castle Inc.")] [assembly: AssemblyProduct("Bouncy Castle for .NET")] -[assembly: AssemblyCopyright("Copyright (C) 2000-2021")] +[assembly: AssemblyCopyright("Copyright (C) 2000-2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |