aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-v8-stats.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-v8-stats.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-v8-stats.js')
-rw-r--r--test/parallel/test-v8-stats.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/parallel/test-v8-stats.js b/test/parallel/test-v8-stats.js
index d4623363a5..7acb9db1e0 100644
--- a/test/parallel/test-v8-stats.js
+++ b/test/parallel/test-v8-stats.js
@@ -1,17 +1,3 @@
-// Copyright (c) 2014, StrongLoop Inc.
-//
-// Permission to use, copy, modify, and/or distribute this software for any
-// purpose with or without fee is hereby granted, provided that the above
-// copyright notice and this permission notice appear in all copies.
-//
-// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
var common = require('../common');
var assert = require('assert');
var v8 = require('v8');