diff options
author | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-14 09:11:02 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-14 09:11:02 +0200 |
commit | 8a0e9f0802038c80a4fc36cafbd97d9579795d09 (patch) | |
tree | 99f22a151c42dcf3dbe5e4cc16e32dc7d1fa72ff | |
parent | fb24badd216bc50e5a00ab87d7e7f4abc1208142 (diff) | |
download | TwoStepsAuthenticator-8a0e9f0802038c80a4fc36cafbd97d9579795d09.zip TwoStepsAuthenticator-8a0e9f0802038c80a4fc36cafbd97d9579795d09.tar.gz TwoStepsAuthenticator-8a0e9f0802038c80a4fc36cafbd97d9579795d09.tar.bz2 |
License update for Base32Encoding class
-rw-r--r-- | TwoStepsAuthenticator/Base32Encoding.cs | 2 |
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) |