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-22 12:29:18 -05:00
parent 8523bb1ad8
commit 2f7bb3499d
74 changed files with 928 additions and 464 deletions

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2013-2020 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.websocket;
import org.whispersystems.websocket.session.ContextPrincipal;