summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-11-15 11:44:59 -0800
committerSean Leonard <meanderingcode@aetherislands.net>2013-11-15 11:57:42 -0800
commitc3f541bd2b61a0b4f63e8d977cc3b653e1fb84bf (patch)
tree1578ed3f5b394a290d46ef99447832b6a06e0a7d
parent696f5e80f01ca77f9822db524826ffffabd4c1c5 (diff)
Add package declaration and attribution source to PRNGFixes.java
-rw-r--r--src/se/leap/bitmaskclient/PRNGFixes.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/se/leap/bitmaskclient/PRNGFixes.java b/src/se/leap/bitmaskclient/PRNGFixes.java
index c14495d4..a046f01f 100644
--- a/src/se/leap/bitmaskclient/PRNGFixes.java
+++ b/src/se/leap/bitmaskclient/PRNGFixes.java
@@ -1,3 +1,5 @@
+package se.leap.bitmaskclient;
+
/*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will Google be held liable for any damages
@@ -6,6 +8,8 @@
* Permission is granted to anyone to use this software for any purpose,
* including commercial applications, and to alter it and redistribute it
* freely, as long as the origin is not misrepresented.
+ *
+ * Source: http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html
*/
import android.os.Build;