mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
rm useless GPL, license testvectors under X11 (ie 3-c MIT + advertising provision)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user