aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nodemailer/LICENSE
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-24 08:52:06 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-24 08:52:06 +0000
commitd96e93e81f98d18aa84f701b578f4239020652c3 (patch)
tree836059ba6a7c45ba549f7c860b741382c6ec1015 /node_modules/nodemailer/LICENSE
parentba43bb22a514a5100ae65ebbdd2d9c5581b2c01d (diff)
Implemented the password reset function
Diffstat (limited to 'node_modules/nodemailer/LICENSE')
-rw-r--r--node_modules/nodemailer/LICENSE16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/nodemailer/LICENSE b/node_modules/nodemailer/LICENSE
new file mode 100644
index 0000000..23070e4
--- /dev/null
+++ b/node_modules/nodemailer/LICENSE
@@ -0,0 +1,16 @@
+Copyright (c) 2011-2016 Andris Reinman
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.