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.gcp;
import javax.annotation.Nonnull;

View File

@@ -1,3 +1,8 @@
/*
* Copyright 2013-2020 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.textsecuregcm.gcp;
import io.dropwizard.util.Strings;

View File

@@ -1,3 +1,8 @@
/*
* Copyright 2013-2020 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.textsecuregcm.gcp;
import org.apache.commons.codec.binary.Hex;