rm useless GPL, license testvectors under X11 (ie 3-c MIT + advertising provision)

This commit is contained in:
Matt Corallo 2014-10-26 02:59:59 -07:00
parent 68a42a6ae7
commit 73f867f7de
3 changed files with 33 additions and 674 deletions

View file

@ -1,3 +1,7 @@
// Copyright (c) 2014 Matt Corallo
// Distributed under the X11 software license, see the accompanying
// file MIT
function hexToArrayBuffer(str) {
var ret = new ArrayBuffer(str.length / 2);
var array = new Uint8Array(ret);