From a2e4441f7b2132ffc4a5bebe45de3b4aac2f84fc Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Fri, 4 Sep 2026 02:27:14 -0500 Subject: [PATCH] fix: declare the Apache-2.0 licence the LICENSE file grants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The manifest said "Appcelerator Commercial License". LICENSE says "Licensed under the Apache License, Version 2.0", so the module was telling the world it was closed source while shipping under an open one. The reason it went unnoticed: the file carries an Appcelerator copyright banner above the licence text, which defeats GitHub's licence detector — the repository reports NOASSERTION rather than Apache-2.0, so nothing contradicted the manifest. It reads as deliberate in a way "Specify your license" never did, which is why TI-66 normalised nine other modules and left this one. No change to the terms. The manifest now records what the LICENSE already grants. --- android/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/manifest b/android/manifest index 14016c7..2418c65 100644 --- a/android/manifest +++ b/android/manifest @@ -7,7 +7,7 @@ apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: Authenticate server in HTTPS connections made by TiHTTPClient author: Matt Langston -license: Appcelerator Commercial License +license: Apache-2.0 copyright: Copyright (c) 2014-2017 by Axway, Inc. All Rights Reserved. # these should not be edited