diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-09 14:45:27 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-18 11:26:48 +0530 |
commit | be31ae37f443982b377d027cd613f04d0926568d (patch) | |
tree | c648f93c3716bbff49cd17df7e47753013c41452 /openpgp-ktx/src/main/java/org | |
parent | cd378d1bbc5ac6bcd206699271f692bab61d308e (diff) |
all: update copyrights
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'openpgp-ktx/src/main/java/org')
4 files changed, 8 insertions, 8 deletions
diff --git a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpDecryptionResult.kt b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpDecryptionResult.kt index 0e294ba1..ea9c043a 100644 --- a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpDecryptionResult.kt +++ b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpDecryptionResult.kt @@ -1,6 +1,6 @@ /* - * Copyright © 2019 The Android Password Authors. All Rights Reserved. - * SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception + * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + * SPDX-License-Identifier: GPL-3.0-only */ @file:JvmName("OpenPgpDecryptionResult") diff --git a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpError.kt b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpError.kt index 7cef34aa..30d64b16 100644 --- a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpError.kt +++ b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpError.kt @@ -1,6 +1,6 @@ /* - * Copyright © 2019 The Android Password Authors. All Rights Reserved. - * SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception + * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + * SPDX-License-Identifier: GPL-3.0-only */ @file:JvmName("OpenPgpError") diff --git a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpMetadata.kt b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpMetadata.kt index 65497e1f..81b200e1 100644 --- a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpMetadata.kt +++ b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpMetadata.kt @@ -1,6 +1,6 @@ /* - * Copyright © 2019 The Android Password Authors. All Rights Reserved. - * SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception + * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + * SPDX-License-Identifier: GPL-3.0-only */ @file:JvmName("OpenPgpMetadata") diff --git a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpSignatureResult.kt b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpSignatureResult.kt index e318ebe8..78a2d741 100644 --- a/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpSignatureResult.kt +++ b/openpgp-ktx/src/main/java/org/openintents/openpgp/OpenPgpSignatureResult.kt @@ -1,6 +1,6 @@ /* - * Copyright © 2019 The Android Password Authors. All Rights Reserved. - * SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception + * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + * SPDX-License-Identifier: GPL-3.0-only */ @file:JvmName("OpenPgpSignatureResult") |