authforge 1.0.7

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
# LF in the Git index and in the working tree on all platforms (avoids CRLF/LF churn on Windows).
* text=auto eol=lf

# 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