From a9f125449e61457cbbad79fbae766b603b861d1b Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 28 Oct 2016 14:40:47 +1100 Subject: deps: upgrade to c-ares v1.12.0 Updated with manual config for Android Updated with automatic for sunos, *bsd, darwin, linux, aix PR-URL: https://github.com/nodejs/node/pull/15378 Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- deps/cares/LICENSE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deps/cares/LICENSE.md (limited to 'deps/cares/LICENSE.md') diff --git a/deps/cares/LICENSE.md b/deps/cares/LICENSE.md new file mode 100644 index 0000000000..86b520b91d --- /dev/null +++ b/deps/cares/LICENSE.md @@ -0,0 +1,15 @@ +# c-ares license + +Copyright (c) 2007 - 2016, Daniel Stenberg with many contributors, see AUTHORS +file. + +Copyright 1998 by the Massachusetts Institute of Technology. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that +the above copyright notice appear in all copies and that both that copyright +notice and this permission notice appear in supporting documentation, and that +the name of M.I.T. not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior permission. +M.I.T. makes no representations about the suitability of this software for any +purpose. It is provided "as is" without express or implied warranty. -- cgit v1.2.3