diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-28 21:41:18 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-28 21:41:18 +0700 |
commit | fb1ad202e3606a33e4d5cd07eb227190f3f92a88 (patch) | |
tree | 1085ecb68ef586f292ca7673e3bd2490bbbfe210 | |
parent | Remove unnecessary using statement (diff) | |
download | BouncyCastle.NET-ed25519-fb1ad202e3606a33e4d5cd07eb227190f3f92a88.tar.xz |
Update copyrights and add missing Inc.
-rw-r--r-- | crypto/License.html | 2 | ||||
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/crypto/License.html b/crypto/License.html index 8076a183e..1c5c7b0ec 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-2013 The Legion of the Bouncy Castle Inc. +Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://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 ce84074f2..81ca5ffd3 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -12,9 +12,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("BouncyCastle.Crypto")] [assembly: AssemblyDescription("Bouncy Castle Cryptography API")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("The Legion of the Bouncy Castle")] +[assembly: AssemblyCompany("The Legion of the Bouncy Castle Inc.")] [assembly: AssemblyProduct("Bouncy Castle for .NET")] -[assembly: AssemblyCopyright("Copyright (C) 2000-2013")] +[assembly: AssemblyCopyright("Copyright (C) 2000-2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |