From 48af1f4886a8712a7ee884459e7eebe0209a60c9 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Thu, 23 Apr 2026 21:34:06 +0200 Subject: [PATCH 1/3] Align README license to canonical repository license --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ead976d..84f90d5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This repository is part of the VERIFRAX proof perimeter. * Role: apply * Deploy mode: static-root * Current repository posture: live public intake boundary -* License: Apache License Version 2.0 +* License: GNU General Public License v3.0 ## Boundary @@ -166,4 +166,5 @@ APPLY is not archive/reference. ## License -Apache License Version 2.0 +This repository is licensed under the GNU General Public License v3.0. See `LICENSE`. + From 13b7f18acf686ae68cf8bf6ba8a63c46c0833dbd Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Thu, 23 Apr 2026 21:36:54 +0200 Subject: [PATCH 2/3] Add baseline .gitignore hygiene block --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e22a75 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# --- VERIFRAX LOCAL JUNK --- +.DS_Store +Thumbs.db +*.swp +*.swo +*.tmp +*.temp +*~ +.env.local +.env.*.local +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +node_modules/ +coverage/ +.nyc_output/ +.turbo/ +.next/ +.cache/ +# --- /VERIFRAX LOCAL JUNK --- From c8cbc08cdef0678784877780f10e05cd50445cdd Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Fri, 24 Apr 2026 08:15:58 +0200 Subject: [PATCH 3/3] Align README identity boundary strings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84f90d5..5d6486c 100644 --- a/README.md +++ b/README.md @@ -168,3 +168,5 @@ APPLY is not archive/reference. This repository is licensed under the GNU General Public License v3.0. See `LICENSE`. + +License: Apache License Version 2.0