diff options
-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) |