📃 Add LICENSE

Update README and add LICENSE
This commit is contained in:
BitCookies
2022-04-24 14:45:58 +08:00
committed by bitcookies
parent c0c0067ff8
commit 7df4a7aa7c
50 changed files with 109 additions and 69 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ void Help() {
_putts(TEXT(""));
_putts(TEXT("Example:"));
_putts(TEXT(""));
_putts(TEXT(" winrar-keygen.exe \"Rebecca Morrison\" \"Single PC usage license\""));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\""));
_putts(TEXT(" or:"));
_putts(TEXT(" winrar-keygen.exe \"Rebecca Morrison\" \"Single PC usage license\" > rarreg.key\n"));
_putts(TEXT(" winrar-keygen.exe \"Github\" \"Github.com\" > rarreg.key\n"));
}
void PrintRegisterInfo(const WinRarKeygen<WinRarConfig>::RegisterInfo& Info) {