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 /app/src/debug | |
parent | b699b4db71d08b574cc31daf4ee8c9b849ebaa11 (diff) |
chore: add missing copyright headers and update existing ones
Diffstat (limited to 'app/src/debug')
-rw-r--r-- | app/src/debug/res/drawable/ic_launcher_background.xml | 2 | ||||
-rw-r--r-- | app/src/debug/res/drawable/ic_launcher_foreground.xml | 2 | ||||
-rw-r--r-- | app/src/debug/res/mipmap-anydpi/ic_launcher.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/debug/res/drawable/ic_launcher_background.xml b/app/src/debug/res/drawable/ic_launcher_background.xml index f7c2be3e..f64ed7e3 100644 --- a/app/src/debug/res/drawable/ic_launcher_background.xml +++ b/app/src/debug/res/drawable/ic_launcher_background.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?><!-- - ~ 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: GPL-3.0-only --> diff --git a/app/src/debug/res/drawable/ic_launcher_foreground.xml b/app/src/debug/res/drawable/ic_launcher_foreground.xml index c14f1e6f..2cdef53f 100644 --- a/app/src/debug/res/drawable/ic_launcher_foreground.xml +++ b/app/src/debug/res/drawable/ic_launcher_foreground.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?><!-- - ~ 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: GPL-3.0-only --> diff --git a/app/src/debug/res/mipmap-anydpi/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi/ic_launcher.xml index 6067a8c7..22bd3428 100644 --- a/app/src/debug/res/mipmap-anydpi/ic_launcher.xml +++ b/app/src/debug/res/mipmap-anydpi/ic_launcher.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?><!-- - ~ 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: GPL-3.0-only --> |