Update copyright statement on all source files

IntelliJ Copyright Profile used to automate this.
This commit is contained in:
Ehren Kret
2020-10-29 12:29:27 -05:00
committed by Jon Chambers
parent 47646a4aa0
commit 604287244f
400 changed files with 1787 additions and 1340 deletions

View File

@@ -1,3 +1,8 @@
/*
* Copyright 2013-2020 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.textsecuregcm.http;
import com.codahale.metrics.MetricRegistry;

View File

@@ -1,3 +1,8 @@
/*
* Copyright 2013-2020 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.textsecuregcm.http;
import java.net.URLEncoder;