From 5903da41b9e7b0ca0782eb30cd8b6d8c78fa5e40 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 9 Feb 2021 14:40:42 +0700 Subject: Copyright and Readme updates --- crypto/License.html | 2 +- crypto/Readme.html | 12 ++++++++++++ crypto/src/AssemblyInfo.cs | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) (limited to 'crypto') 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 @@

The Bouncy Castle Cryptographic C#® API

License:

The Bouncy Castle License
-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)
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 @@ -30,6 +30,8 @@
  • Notes:
      +
    1. + Release 1.8.10
    2. Release 1.8.9
    3. @@ -306,6 +308,16 @@ We state, where EC MQV has not otherwise been disabled or removed:

      Notes:

      +

      Release 1.8.10, TBD

      + +
      Additional Notes
      +
        +
      • + See the (cumulative) list of GitHub pull requests that we have accepted at + bcgit/bc-csharp. +
      • +
      +

      Release 1.8.9, Tuesday December 8, 2020

      Defects Fixed
      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("")] -- cgit 1.5.1