Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 282e951

Browse files
committed
chore: add missing copyright headers and update existing ones
1 parent b699b4d commit 282e951

363 files changed

Lines changed: 637 additions & 297 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
* Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
* SPDX-License-Identifier: GPL-3.0-only
44
*/
55
@file:Suppress("UnstableApiUsage")

app/lint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?><!--
2-
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
~ SPDX-License-Identifier: GPL-3.0-only
44
-->
55
<lint>

app/src/debug/res/drawable/ic_launcher_background.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
~ SPDX-License-Identifier: GPL-3.0-only
44
-->
55

app/src/debug/res/drawable/ic_launcher_foreground.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
~ SPDX-License-Identifier: GPL-3.0-only
44
-->
55

app/src/debug/res/mipmap-anydpi/ic_launcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
~ SPDX-License-Identifier: GPL-3.0-only
44
-->
55

app/src/free/java/app/passwordstore/autofill/oreo/ui/AutofillSmsActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
* Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
* SPDX-License-Identifier: GPL-3.0-only
44
*/
55
package app.passwordstore.autofill.oreo.ui

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
~ SPDX-License-Identifier: GPL-3.0-only
44
-->
55

app/src/main/java/app/passwordstore/Application.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
* Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
* SPDX-License-Identifier: GPL-3.0-only
44
*/
55
package app.passwordstore

app/src/main/java/app/passwordstore/data/crypto/CryptoRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
2+
* Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
33
* SPDX-License-Identifier: GPL-3.0-only
44
*/
55

app/src/main/java/app/passwordstore/data/crypto/PGPPassphraseCache.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
3+
* SPDX-License-Identifier: GPL-3.0-only
4+
*/
5+
16
package app.passwordstore.data.crypto
27

38
import android.content.Context

0 commit comments

Comments
 (0)