From 9aec94ef30319cae55f5e4d84ced657892a94541 Mon Sep 17 00:00:00 2001 From: Lucas Ramage Date: Fri, 12 Jun 2020 10:52:47 -0400 Subject: [PATCH 1/2] Rename LICENSE to COPYING See: https://www.gnu.org/prep/standards/standards.html#Releases --- LICENSE => COPYING | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => COPYING (100%) diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING From d0548a6a91efeec4ee04ecd08c53f4003181c3df Mon Sep 17 00:00:00 2001 From: Lucas Ramage Date: Fri, 12 Jun 2020 10:54:53 -0400 Subject: [PATCH 2/2] Add SPDX identifier to README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38d0727..f72d056 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # termux-elf-cleaner Utility for Android ELF files to remove unused parts that the linker warns about. -# Description +## Description When loading ELF files, the Android linker warns about unsupported dynamic section entries with warnings such as: WARNING: linker: /data/data/org.kost.nmap.android.networkmapper/bin/nmap: unused DT entry: type 0x6ffffffe arg 0x8a7d4 @@ -23,7 +23,7 @@ It also removes the three ELF sections of type: - `SHT_GNU_verneed` - `SHT_GNU_versym` -# Usage +## Usage ```sh usage: termux-elf-cleaner @@ -31,5 +31,9 @@ Processes ELF files to remove unsupported section types and dynamic section entries which the Android linker warns about. ``` -# Author +## Author Fredrik Fornwall ([@fornwall](https://github.com/fornwall)). + +## License + +SPDX-License-Identifier: [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html)