Make copyright notices consistent

Use SPDX-License-Identifier copyright notices and apply consistently
to source throughout the repo. This covers all modules except
service. That one will be updated in a subsequent commit.
This commit is contained in:
Ehren Kret
2020-10-23 10:16:02 -05:00
parent 8523bb1ad8
commit 2f7bb3499d
74 changed files with 928 additions and 464 deletions
@@ -1,3 +1,7 @@
/*
* Copyright 2013-2020 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.dispatch;
import org.slf4j.Logger;