From 78759856f589eaac0c8f494edd4e43849bb608dc Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Fri, 15 Mar 2019 21:00:05 -0700 Subject: [PATCH] Added apachemd5 license --- src/utils/ApacheMd5.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/ApacheMd5.ts b/src/utils/ApacheMd5.ts index 75b71f3..c2bf678 100644 --- a/src/utils/ApacheMd5.ts +++ b/src/utils/ApacheMd5.ts @@ -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')