diff --git a/mkbsd.js b/mkbsd.js index 52c5bbc..ff5a77f 100644 --- a/mkbsd.js +++ b/mkbsd.js @@ -1,3 +1,7 @@ +// Created by Nadim Kobeissi +// Modified by @ispeakcode +// Licensed under the WTFPL License + const fs = require('fs'); const path = require('path'); const crypto = require('crypto');