From 64ef0a47e91329932e01705d67689b58fa8cd314 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Fri, 24 Apr 2026 12:44:44 +0200 Subject: [PATCH 1/2] Align README license truth --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d6486c..3511c4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # APPLY +* License: GNU General Public License v3.0 + APPLY is the Verifrax intake boundary: the public surface that accepts structured intake into the Verifrax system without becoming authored protocol source, authority issuance, governed execution, public verification, proof publication, or archive/reference. ## Proof artifacts @@ -31,8 +33,6 @@ This repository is part of the VERIFRAX proof perimeter. * Role: apply * Deploy mode: static-root * Current repository posture: live public intake boundary -* License: GNU General Public License v3.0 - ## Boundary This repository owns structured intake only. @@ -167,6 +167,3 @@ APPLY is not archive/reference. ## License This repository is licensed under the GNU General Public License v3.0. See `LICENSE`. - - -License: Apache License Version 2.0 From 2b32318d899ce998d4e1b1cbb7c958910e44d120 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Fri, 24 Apr 2026 12:58:56 +0200 Subject: [PATCH 2/2] Align identity workflow with GPL README license claim --- .github/workflows/identity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/identity.yml b/.github/workflows/identity.yml index cffc357..37bf6d4 100644 --- a/.github/workflows/identity.yml +++ b/.github/workflows/identity.yml @@ -29,7 +29,7 @@ jobs: grep -Fx "apply.verifrax.net" "CNAME" grep -F "https://apply.verifrax.net" README.md - grep -F "Apache License Version 2.0" README.md + grep -F "GNU General Public License v3.0" README.md python3 - <