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: #1793
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
  • Loading branch information
bnoordhuis committed May 26, 2015
1 parent 280fb01 commit c2b8b30
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 c2b8b30

Please sign in to comment.