rm useless GPL, license testvectors under X11 (ie 3-c MIT + advertising provision)
This commit is contained in:
parent
68a42a6ae7
commit
73f867f7de
3 changed files with 33 additions and 674 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue