Skip to content

Commit

Permalink
test: remove stray copyright notices
Browse files Browse the repository at this point in the history
Commit 3e1b1dd ("Remove excessive copyright/license boilerplate") left
in a few lines of boilerplate here and there.  This commit removes them.

PR-URL: nodejs/node#1793
Reviewed-By: Trevor Norris <[email protected]>
  • Loading branch information
bnoordhuis authored and andrewdeandrade committed Jun 3, 2015
1 parent 65a6953 commit 7c86410
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/message/eval_messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var common = require('../common');
var assert = require('assert');
Expand Down
1 change: 0 additions & 1 deletion test/message/stdin_messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var common = require('../common');
var assert = require('assert');
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-event-emitter-listeners-side-effects.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var common = require('../common');
var assert = require('assert');
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-event-emitter-listeners.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var common = require('../common');
var assert = require('assert');
Expand Down

0 comments on commit 7c86410

Please sign in to comment.