authforge 1.0.4

AuthForge SDK — license validation, HWID binding, and heartbeat verification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Enforce LF in repo, CRLF in Windows checkouts for text files
* text=auto

# Never translate binary files
*.png binary
*.jpg binary
*.ico binary
*.dll binary
*.so binary
*.a binary
*.lib binary

# Force LF for cross-platform build/config files
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
Makefile text eol=lf