tools: remove leftover license boilerplate
authorNathan Rajlich <nathan@tootallnate.net>
Tue, 6 Oct 2015 20:24:51 +0000 (13:24 -0700)
committerJames M Snell <jasnell@gmail.com>
Thu, 8 Oct 2015 03:39:17 +0000 (20:39 -0700)
This last line was missed in 3e1b1dd4a9ac048105a4dc4cd81578e26d39a1fc

PR-URL: https://github.com/nodejs/node/pull/3225
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
tools/doc/generate.js

index 5dfcc53..7e47f4b 100644 (file)
@@ -1,5 +1,3 @@
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
 var processIncludes = require('./preprocess.js');
 var marked = require('marked');
 var fs = require('fs');