Skip to content

Commit

Permalink
[minor] Remove file headers in examples/*
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Oct 9, 2011
1 parent a942985 commit 067d50c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions examples/count-timer.js
@@ -1,11 +1,3 @@
/*
* count-timer.js: Counts forever on a timer
*
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/

var util = require('util');

var count = 0;
Expand Down
8 changes: 0 additions & 8 deletions examples/error-on-timer.js
@@ -1,11 +1,3 @@
/*
* error-on-timer.js: Sample script that errors on a timer
*
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/

var util = require('util');

setTimeout(function () {
Expand Down
8 changes: 0 additions & 8 deletions examples/spawn-and-error.js
@@ -1,11 +1,3 @@
/*
* spawn-and-error.js: Sample script that spawns a simple child process and errors
*
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/

var util = require('util'),
path = require('path'),
spawn = require('child_process').spawn;
Expand Down

0 comments on commit 067d50c

Please sign in to comment.