diff --git a/LICENSE.md b/LICENSE.md
index e14c66f3e..ee9580810 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,14 +1,8 @@
-# The BouncyCastle.NET Cryptography Library
-
-## License:
-
-The Bouncy Castle License
-
Copyright (c) 2000-2022 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,
-sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
+sub license, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: The above copyright notice and this
permission notice shall be included in all copies or substantial portions of the Software.
diff --git a/crypto/License.html b/crypto/License.html
index d94209b12..37f79753e 100644
--- a/crypto/License.html
+++ b/crypto/License.html
@@ -6,17 +6,18 @@
<title>License</title>
</head>
<body>
-<h2>The Bouncy Castle Cryptographic C#® API</h2>
+<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.
(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, including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sub license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:<br>
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.<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,
+including without limitation the rights to use, copy, modify, merge, publish, distribute,
+sub license, and/or sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:<br>
+The above copyright notice and this permission notice shall be included in all copies or
+substantial portions of the Software.<br>
<span style="font-weight: bold;">THE SOFTWARE IS PROVIDED "AS IS",
WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,</span><br
style="font-weight: bold;">
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj
index 3f428d058..ed11c1139 100644
--- a/crypto/src/BouncyCastle.Crypto.csproj
+++ b/crypto/src/BouncyCastle.Crypto.csproj
@@ -9,7 +9,7 @@
<AssemblyName>BouncyCastle.Cryptography</AssemblyName>
<AssemblyTitle>BouncyCastle.NET Cryptography ($(TargetFramework))</AssemblyTitle>
- <Authors>Legion of the Bouncy Castle</Authors>
+ <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>
<DebugType>embedded</DebugType>
|