aboutsummaryrefslogtreecommitdiff
path: root/test/message/eval_messages.js
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-05-25 16:49:18 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2015-05-26 17:17:40 +0200
commitc2b8b308369e37b31c00fd30918e2dd84522b993 (patch)
tree782902ae941d11d8b8e73af6ef66d98c6d1df38d /test/message/eval_messages.js
parent280fb01daffdfe710a0f0869a836b3ed6f5d1c09 (diff)
downloadandroid-node-v8-c2b8b308369e37b31c00fd30918e2dd84522b993.tar.gz
android-node-v8-c2b8b308369e37b31c00fd30918e2dd84522b993.tar.bz2
android-node-v8-c2b8b308369e37b31c00fd30918e2dd84522b993.zip
test: remove stray copyright notices
Commit 3e1b1dd ("Remove excessive copyright/license boilerplate") left in a few lines of boilerplate here and there. This commit removes them. PR-URL: https://github.com/nodejs/io.js/pull/1793 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'test/message/eval_messages.js')
-rw-r--r--test/message/eval_messages.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/message/eval_messages.js b/test/message/eval_messages.js
index 603acafe09..0b17bf5f97 100644
--- a/test/message/eval_messages.js
+++ b/test/message/eval_messages.js
@@ -1,5 +1,4 @@
'use strict';
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
var common = require('../common');
var assert = require('assert');