From c7771fde437965a111c8af68c22b3b952676f3fb Mon Sep 17 00:00:00 2001 From: Raja Date: Thu, 9 Jan 2020 16:26:17 +0530 Subject: [PATCH] Update README.md Apache license needs the consuming applications to provide attribution to the license owner. Since I could not find a copyright line in the repository, it is blocking us from using the libraries list jest. Added the copyright text. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9d5b663..f7fbd26 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ forever-agent ============= HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module. + +License +======= +Copyright 2019 Mikeal Rogers (http://www.futurealoof.com)