Skip to content

Commit

Permalink
Update copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Mar 25, 2010
1 parent fab2d52 commit 799748f
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation files
Expand Down
4 changes: 2 additions & 2 deletions lib/ci/reporter/core.rb
@@ -1,6 +1,6 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

require 'ci/reporter/test_suite'
require 'ci/reporter/report_manager'
require 'ci/reporter/report_manager'
2 changes: 1 addition & 1 deletion lib/ci/reporter/cucumber.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2009 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
2 changes: 1 addition & 1 deletion lib/ci/reporter/rake/cucumber.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
4 changes: 2 additions & 2 deletions lib/ci/reporter/rake/cucumber_loader.rb
@@ -1,6 +1,6 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

$: << File.dirname(__FILE__) + "/../../.."
require 'ci/reporter/cucumber'
require 'ci/reporter/cucumber'
2 changes: 1 addition & 1 deletion lib/ci/reporter/rake/rspec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
4 changes: 2 additions & 2 deletions lib/ci/reporter/rake/rspec_loader.rb
@@ -1,6 +1,6 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

$: << File.dirname(__FILE__) + "/../../.."
require 'ci/reporter/rspec'
require 'ci/reporter/rspec'
2 changes: 1 addition & 1 deletion lib/ci/reporter/rake/test_unit.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
4 changes: 2 additions & 2 deletions lib/ci/reporter/rake/test_unit_loader.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand All @@ -18,4 +18,4 @@ def create_mediator(suite)
end
end
end
end
end
4 changes: 2 additions & 2 deletions lib/ci/reporter/report_manager.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand All @@ -20,4 +20,4 @@ def write_report(suite)
end
end
end
end
end
2 changes: 1 addition & 1 deletion lib/ci/reporter/rspec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2009 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
2 changes: 1 addition & 1 deletion lib/ci/reporter/test_suite.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007, 2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
4 changes: 2 additions & 2 deletions lib/ci/reporter/test_unit.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down Expand Up @@ -121,4 +121,4 @@ def finish_test
end
end
end
end
end
2 changes: 1 addition & 1 deletion spec/ci/reporter/cucumber_spec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2008 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
4 changes: 2 additions & 2 deletions spec/ci/reporter/output_capture_spec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down Expand Up @@ -54,4 +54,4 @@
@suite.stdout.should == "B"
@suite.stderr.should == "B"
end
end
end
2 changes: 1 addition & 1 deletion spec/ci/reporter/rake/rake_tasks_spec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
4 changes: 2 additions & 2 deletions spec/ci/reporter/report_manager_spec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down Expand Up @@ -36,4 +36,4 @@
File.exist?(filename).should be_true
File.open(filename) {|f| f.read.should == "<xml></xml>"}
end
end
end
2 changes: 1 addition & 1 deletion spec/ci/reporter/rspec_spec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2008 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
2 changes: 1 addition & 1 deletion spec/ci/reporter/test_suite_spec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007, 2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
4 changes: 2 additions & 2 deletions spec/ci/reporter/test_unit_spec.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down Expand Up @@ -149,4 +149,4 @@
@suite.testcases.length.should == 1
@suite.testcases.first.name.should == "some unknown test"
end
end
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
2 changes: 1 addition & 1 deletion stub.rake
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#
Expand Down
2 changes: 1 addition & 1 deletion tasks/ci_reporter.rake
@@ -1,4 +1,4 @@
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down

0 comments on commit 799748f

Please sign in to comment.