summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Lacasa <guillaume.lacasa@ucaya.com>2013-06-14 09:11:02 +0200
committerGuillaume Lacasa <guillaume.lacasa@ucaya.com>2013-06-14 09:11:02 +0200
commit8a0e9f0802038c80a4fc36cafbd97d9579795d09 (patch)
tree99f22a151c42dcf3dbe5e4cc16e32dc7d1fa72ff
parentfb24badd216bc50e5a00ab87d7e7f4abc1208142 (diff)
downloadTwoStepsAuthenticator-8a0e9f0802038c80a4fc36cafbd97d9579795d09.zip
TwoStepsAuthenticator-8a0e9f0802038c80a4fc36cafbd97d9579795d09.tar.gz
TwoStepsAuthenticator-8a0e9f0802038c80a4fc36cafbd97d9579795d09.tar.bz2
License update for Base32Encoding class
-rw-r--r--TwoStepsAuthenticator/Base32Encoding.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator/Base32Encoding.cs b/TwoStepsAuthenticator/Base32Encoding.cs
index 40e2551..5acb49b 100644
--- a/TwoStepsAuthenticator/Base32Encoding.cs
+++ b/TwoStepsAuthenticator/Base32Encoding.cs
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace TwoStepsAuthenticator
{
// This class was found just here : http://stackoverflow.com/questions/641361/base32-decoding
- // No licence information, I think I'm allowed to use it here.
+ // This file is under Creative Commons http://creativecommons.org/licenses/by-sa/2.5/
public class Base32Encoding
{
public static byte[] ToBytes(string input)