diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-08-14 00:31:25 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-08-14 00:31:25 +0530 |
commit | 282e9519ae5c7007dec1f79967de243a753decba (patch) | |
tree | 8aa62763f9f7c39d7b0c5ffedc857a552a9119e2 /autofill-parser/build.gradle.kts | |
parent | b699b4db71d08b574cc31daf4ee8c9b849ebaa11 (diff) |
chore: add missing copyright headers and update existing ones
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r-- | autofill-parser/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 814c3cc0..472f78fb 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + * Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. * SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception */ @file:Suppress("UnstableApiUsage") |