From c3f541bd2b61a0b4f63e8d977cc3b653e1fb84bf Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 15 Nov 2013 11:44:59 -0800 Subject: Add package declaration and attribution source to PRNGFixes.java --- src/se/leap/bitmaskclient/PRNGFixes.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/se') 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; -- cgit v1.2.3