Add license headers across the project

This commit is contained in:
Evan Hahn
2020-11-04 13:03:13 -06:00
committed by Evan Hahn
parent 8c3da11996
commit 8bfaf598af
738 changed files with 2695 additions and 378 deletions
+3
View File
@@ -1 +1,4 @@
// Copyright 2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export function stringToArrayBuffer(string: string): ArrayBuffer;