all: update copyrights

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-09 14:45:27 +05:30
parent cd378d1bbc
commit be31ae37f4
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
263 changed files with 422 additions and 249 deletions

View file

@ -1,4 +1,9 @@
#!/usr/bin/env sh
#
# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-only
#
set -ex
export SSHDIR="$HOME/.ssh"

View file

@ -1,4 +1,9 @@
#!/usr/bin/env bash
#
# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-only
#
set -ex
# Simple script that uses OpenSSL to encrypt a provided file with a provided key, and writes the result

View file

@ -1,5 +1,10 @@
#!/usr/bin/env bash
#
# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-only
#
set -euo pipefail
PACKAGE_NAME="$(aapt dump badging "$1" | grep package: | grep -Eo " name='[a-zA-Z0-9_\.]*" | cut -c8-)"

View file

@ -1,4 +1,9 @@
#!/usr/bin/env bash
#
# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-only
#
set -ex
# Delete Release key

View file

@ -1,4 +1,9 @@
#!/usr/bin/env bash
#
# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-only
#
set -e
ENCRYPT_KEY=$1