summaryrefslogtreecommitdiff
path: root/test/parallel/test-require-process.js
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-01-20 19:19:24 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-20 23:25:19 +0100
commit767ee7348624803e6f90cf111df8b917fac442fc (patch)
tree8c8b7357cdcbe3da767d8c51ad92f24db1f21cb3 /test/parallel/test-require-process.js
parent86eda173b16b6ece9712e066661a0ac5db6795e8 (diff)
downloadandroid-node-v8-767ee7348624803e6f90cf111df8b917fac442fc.tar.gz
android-node-v8-767ee7348624803e6f90cf111df8b917fac442fc.tar.bz2
android-node-v8-767ee7348624803e6f90cf111df8b917fac442fc.zip
test: strip copyright boilerplate
Commit 3e1b1dd missed a few files in test/parallel, this commit rectifies that. Only test/parallel/test-url.js still has a copyright header. I left it in because the original author is neither an io.js contributor nor a StrongLoop employee. PR-URL: https://github.com/iojs/io.js/pull/527 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'test/parallel/test-require-process.js')
-rw-r--r--test/parallel/test-require-process.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/parallel/test-require-process.js b/test/parallel/test-require-process.js
index 2820c22eea..4693b4984e 100644
--- a/test/parallel/test-require-process.js
+++ b/test/parallel/test-require-process.js
@@ -1,24 +1,3 @@
-// Copyright io.js contributors
-//
-// 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 above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// 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.
-
var assert = require('assert');
var nativeProcess = require('process');