diff options
author | Joseph Pecoraro <joepeck02@gmail.com> | 2010-01-16 20:10:46 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-01-18 09:11:26 -0800 |
commit | 820ca71a9152c0da335a1b082d6ab9d2034723ad (patch) | |
tree | f2776a93787fdfe7296278526ea807c650b6a325 /LICENSE | |
parent | fd183bdb07a8b5b869036594a21b90668c318190 (diff) | |
download | node-820ca71a9152c0da335a1b082d6ab9d2034723ad.tar.gz |
Updated out of date LICENSE file.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -12,10 +12,6 @@ are: - JSMin JavaScript minifier, located at tools/jsmin.py. This code is copyrighted by Douglas Crockford and Baruch Even and has an MIT license. - - parseUri, a URI parser, is located in lib/http.js. This is just a small - snippit. It is copyrighted 2007 by Steven Levithan and released under an - MIT license. - - WAF build system, located at tools/waf. Copyrighted Thomas Nagy. Released under an MIT license. @@ -30,7 +26,7 @@ Other external libraries are my own and all use the same license as Node. Node's license follows: -Copyright 2009, Ryan Lienhart Dahl. All rights reserved. +Copyright 2009, 2010 Ryan Lienhart Dahl. All rights reserved. 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 |