From 54ddbedbec5a2563209028d86e5b294091f8e1c4 Mon Sep 17 00:00:00 2001 From: Les Hazlewood <121180+lhazlewood@users.noreply.github.com> Date: Fri, 20 Jul 2018 17:23:23 -0400 Subject: [PATCH] Resolves #275 --- NOTICE => NOTICE.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename NOTICE => NOTICE.md (81%) diff --git a/NOTICE b/NOTICE.md similarity index 81% rename from NOTICE rename to NOTICE.md index 8004d561..9e282be6 100644 --- a/NOTICE +++ b/NOTICE.md @@ -1,7 +1,10 @@ -The Base64 implementation is based on MigBase64 with modifications for Base64 URL support. This -class's copyright and license notice have been retained and are repeated here per that code's requirements: +## Base64 implementation -**** BEGIN MIGBASE64 NOTICE ***** +JJWT's `io.jsonwebtoken.io.Base64` implementation is based on [MigBase64](https://github.com/brsanthu/migbase64) with +continued modifications for Base64 URL support and additional test cases. The MigBase64 copyright and license notice +have been retained and are repeated here per that code's requirements: + +``` Licence (BSD): ============== @@ -29,4 +32,4 @@ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABIL WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -**** END MIGBASE64 NOTICE ***** \ No newline at end of file +```