summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Lacasa <guillaume.lacasa@ucaya.com>2013-12-11 12:39:20 +0100
committerGuillaume Lacasa <guillaume.lacasa@ucaya.com>2013-12-11 12:39:20 +0100
commit0d73b105daca5ccca439d0e04692d773c33d274a (patch)
treead3a1669f9477fc088cd025b254fc39c15127c36
parent73004eb56a904ee68cbc9cbd5e880d9cc8bdfde8 (diff)
parent0b4e94d02397bf6dd03c053610873dbdf8535059 (diff)
downloadTwoStepsAuthenticator-0d73b105daca5ccca439d0e04692d773c33d274a.zip
TwoStepsAuthenticator-0d73b105daca5ccca439d0e04692d773c33d274a.tar.gz
TwoStepsAuthenticator-0d73b105daca5ccca439d0e04692d773c33d274a.tar.bz2
Merge https://glacasa.visualstudio.com/DefaultCollection/_git/TwoStepsAuthenticator
Conflicts: TwoStepsAuthenticator/Base32Encoding.cs
-rw-r--r--TwoStepsAuthenticator/Base32Encoding.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator/Base32Encoding.cs b/TwoStepsAuthenticator/Base32Encoding.cs
index 87ba10f..5acb49b 100644
--- a/TwoStepsAuthenticator/Base32Encoding.cs
+++ b/TwoStepsAuthenticator/Base32Encoding.cs
@@ -6,7 +6,8 @@ using System.Threading.Tasks;
namespace TwoStepsAuthenticator
{
- // This class was found here : http://stackoverflow.com/questions/641361/base32-decoding
+ // This class was found just here : http://stackoverflow.com/questions/641361/base32-decoding
+ // This file is under Creative Commons http://creativecommons.org/licenses/by-sa/2.5/
public class Base32Encoding
{
public static byte[] ToBytes(string input)