From 41d088ec05a77bcf11772452f0544efd5addfc86 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Fri, 24 Apr 2026 16:09:18 +0200 Subject: [PATCH 1/2] readme: align license claim to repository license truth --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3511c4c..c217428 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # APPLY -* License: GNU General Public License v3.0 +* License: GNU Affero 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. @@ -166,4 +166,4 @@ APPLY is not archive/reference. ## License -This repository is licensed under the GNU General Public License v3.0. See `LICENSE`. +This repository is licensed under the GNU Affero General Public License v3.0. See `LICENSE`. From baeb7f1ac5399beeb3e9d929b69eaf0fe2998407 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Fri, 24 Apr 2026 16:17:29 +0200 Subject: [PATCH 2/2] ci: align license identity checks to repository truth --- .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 37bf6d4..03d1dd7 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 "GNU General Public License v3.0" README.md + grep -F "" README.md python3 - <