From 96da9c66ff9e038fe5373d8a47fa535b9730c5fc Mon Sep 17 00:00:00 2001 From: FriendlyNeighborhoodShane Date: Mon, 16 Mar 2020 12:54:31 +0530 Subject: [PATCH] Properly Stallmanify --- README.md | 1 + build.sh | 3 +++ src/META-INF/com/google/android/update-binary | 3 +++ update.sh | 3 +++ 4 files changed, 10 insertions(+) diff --git a/README.md b/README.md index bdb51d0..833433f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ### By MOVZX and FatherJony and FriendlyNeighborhoodShane *A simple, flexible MicroG/gang Installer* +**Licensed under the GNU GPL v3** ### Links * [GitHub](https://github.com/FriendlyNeighborhoodShane/MinMicroG) diff --git a/build.sh b/build.sh index 8e86d01..e408b7d 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,8 @@ #!/bin/sh # Build a package with $1 variant +# +# Copyright 2018-2020 FriendlyNeighborhoodShane +# Distributed under the terms of the GNU GPL v3 workdir="$(pwd)"; cd "$workdir" || { echo " "; echo "FATAL: Can't cd to $workdir"; return 1; }; diff --git a/src/META-INF/com/google/android/update-binary b/src/META-INF/com/google/android/update-binary index 20e3c07..10f4ae2 100644 --- a/src/META-INF/com/google/android/update-binary +++ b/src/META-INF/com/google/android/update-binary @@ -2,6 +2,9 @@ # Minimal MicroG installer # By FriendlyNeighborhoodShane # Based on work by osm0sis @ xda-developers (Thanks!) +# +# Copyright 2018-2020 FriendlyNeighborhoodShane +# Distributed under the terms of the GNU GPL v3 exec 3>&1; exec 1>&2; diff --git a/update.sh b/update.sh index a37872f..8fd6826 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,8 @@ #!/bin/sh # Update all assets +# +# Copyright 2018-2020 FriendlyNeighborhoodShane +# Distributed under the terms of the GNU GPL v3 workdir="$(pwd)"; cd "$workdir" || { echo " "; echo "FATAL: Can't cd to $workdir"; return 1; };