Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .machine_readable/contractiles/Trustfile.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Current trust level: maximal

#### license-content
- description: LICENSE contains expected identifier
- run: grep -q 'PMPL\|MPL\|MIT\|Apache\|LGPL' LICENSE
- run: grep -qE '\b(MPL|MIT|Apache|LGPL)\b' LICENSE
- severity: warning

## Template-Specific Trust
Expand Down
2 changes: 1 addition & 1 deletion contractile.just
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trust-verify: trust-license-content trust-no-secrets-committed trust-container-i

# LICENSE contains expected SPDX identifier
trust-license-content:
grep -q 'SPDX\|License\|MIT\|Apache\|PMPL\|MPL' LICENSE
grep -qE '\b(MPL|MIT|Apache|LGPL)\b' LICENSE

# No .env or credential files in repo
trust-no-secrets-committed:
Expand Down
220 changes: 0 additions & 220 deletions vext/COMMIT-AND-PUSH.sh

This file was deleted.

2 changes: 1 addition & 1 deletion vext/vext-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ path = "src/bin/send.rs"
[package.metadata.deb]
maintainer = "hyperpolymath <packages@hyperpolymath.dev>"
copyright = "2025, hyperpolymath"
license-file = ["../LICENSE.txt", "0"]
license-file = ["../LICENSE", "0"]
extended-description = """
Vext is a high-performance IRC notification daemon for version control systems.
It monitors git repositories and sends real-time notifications to IRC channels
Expand Down
Loading