Added apachemd5 license

This commit is contained in:
Kasra Bigdeli
2019-03-15 21:00:05 -07:00
parent 5291e4c382
commit 78759856f5
+3
View File
@@ -1,3 +1,6 @@
// TypeScript version of https://github.com/http-auth/apache-md5
// Project is licensed under MIT. https://github.com/http-auth/apache-md5/blob/master/LICENSE
// Crypto module import.
const crypto = require('crypto')