diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-04 11:57:13 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-04 11:57:13 +0700 |
commit | 38a621d18302ea4e4de8d4f4118f4e0b7b1e8002 (patch) | |
tree | 65d6259e76d80e220d8c8bedb28982dd370c0df4 /crypto | |
parent | Reformat (diff) | |
download | BouncyCastle.NET-ed25519-38a621d18302ea4e4de8d4f4118f4e0b7b1e8002.tar.xz |
Update Copyright
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 0050331dc..829aa6ba3 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-2017 The Legion of the Bouncy Castle Inc. +Copyright (c) 2000-2018 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 4887b00b0..87f48dffa 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-2017")] +[assembly: AssemblyCopyright("Copyright (C) 2000-2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |