Copyright and Readme updates
3 files changed, 14 insertions, 2 deletions
diff --git a/crypto/License.html b/crypto/License.html
index f091a2934..b062fe0d9 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-2020 The Legion of the Bouncy Castle Inc.
+Copyright (c) 2000-2021 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/Readme.html b/crypto/Readme.html
index 936742cf0..e668a84c9 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -31,6 +31,8 @@
<a href="#mozTocId3413">Notes:</a>
<ol>
<li>
+ <a href="#mozTocId85324">Release 1.8.10</a>
+ <li>
<a href="#mozTocId85323">Release 1.8.9</a>
<li>
<a href="#mozTocId85322">Release 1.8.8</a>
@@ -306,6 +308,16 @@ We state, where EC MQV has not otherwise been disabled or removed:
<hr style="WIDTH: 100%; HEIGHT: 2px">
<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
+ <h4><a class="mozTocH4" name="mozTocId85324"></a>Release 1.8.10, TBD</h4>
+
+ <h5>Additional Notes</h5>
+ <ul>
+ <li>
+ See the (cumulative) list of GitHub pull requests that we have accepted at
+ <a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>.
+ </li>
+ </ul>
+
<h4><a class="mozTocH4" name="mozTocId85323"></a>Release 1.8.9, Tuesday December 8, 2020</h4>
<h5>Defects Fixed</h5>
diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs
index 7332b4b25..812334f97 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-2020")]
+[assembly: AssemblyCopyright("Copyright (C) 2000-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
|