Skip to content

Commit

Permalink
[dist] Update Copyright to Nodejitsu Inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Oct 9, 2011
1 parent 877ef3b commit a942985
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009 Charlie Robbins
Copyright (C) 2010 Nodejitsu Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion examples/count-timer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* count-timer.js: Counts forever on a timer
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/error-on-timer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* error-on-timer.js: Sample script that errors on a timer
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/spawn-and-error.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* spawn-and-error.js: Sample script that spawns a simple child process and errors
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* forever.js: Top level include for the forever module
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* cli.js: Handlers for the forever CLI commands.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/monitor.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* monitor.js: Core functionality for the Monitor object.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/service/adapters/adapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* adapter.js: Abstract base class used by foreverd service adapters
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/service/adapters/initd/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* index.js: Top-level include for the init.d foreverd service adapter.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/service/adapters/systemv/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* index.js: Top-level include for the systemv foreverd service adapter
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/service/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* cli.js: Handlers for the foreverd CLI commands.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/service/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* index.js: Top-level include for the `forever.service` module.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/service/service.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* service.js: Object responsible for managing the foreverd daemon.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/env-spawn-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* env-spawn-test.js: Tests for supporting environment variables in the forever module
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/test-hook.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* test-hook.js: Test hook fixture for raising an event on forever.Monitor `exit`
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/forever-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* forever-test.js: Tests for forever module
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/helpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* helpers.js: Test helpers for the forever module
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/hook-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* hook-test.js: Tests for forever-based hooks
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/multiple-processes-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* multiple-processes-test.js: Tests for spawning multiple processes with forever
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/service-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* service-test.js: Tests for the forever.service module
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/spin-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* spin-test.js: Tests for spin restarts in forever.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENCE
*
*/
Expand Down
2 changes: 1 addition & 1 deletion test/watch-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* watch-test.js: Tests for restarting forever processes when a file changes.
*
* (C) 2010 Charlie Robbins
* (C) 2010 Nodejitsu Inc.
* MIT LICENSE
*
*/
Expand Down

0 comments on commit a942985

Please sign in to comment.