Skip to content

Commit

Permalink
Update copyrights to 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Jan 28, 2012
1 parent 8639695 commit 12e86e4
Show file tree
Hide file tree
Showing 31 changed files with 66 additions and 24 deletions.
6 changes: 6 additions & 0 deletions Gemfile
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

source :rubygems

gem 'builder'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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
6 changes: 6 additions & 0 deletions Rakefile
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

require 'bundler/setup'

MANIFEST = FileList["History.txt", "Manifest.txt", "README.rdoc", "LICENSE.txt", "Rakefile",
Expand Down
6 changes: 6 additions & 0 deletions acceptance/cucumber/step_definitions/development_steps.rb
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

begin
require 'rspec/expectations'
rescue LoadError
Expand Down
6 changes: 6 additions & 0 deletions acceptance/rspec_example_spec.rb
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

describe "RSpec example" do
it "should succeed" do
true.should be_true
Expand Down
6 changes: 6 additions & 0 deletions acceptance/test_unit_example_test.rb
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

require 'test/unit'

class TestUnitExampleTestOne < Test::Unit::TestCase
Expand Down
6 changes: 6 additions & 0 deletions acceptance/verification_spec.rb
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

require 'rexml/document'

REPORTS_DIR = File.dirname(__FILE__) + '/reports'
Expand Down
2 changes: 1 addition & 1 deletion lib/ci/reporter/core.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/cucumber.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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_loader.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/rspec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/rspec_loader.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/test_unit.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/test_unit_loader.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/utils.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/report_manager.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/rspec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2011 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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 @@
# Copyright (c) 2006-2011 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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_unit.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

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

module CI
module Reporter
VERSION = "1.6.9"
Expand Down
2 changes: 1 addition & 1 deletion spec/ci/reporter/cucumber_spec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/output_capture_spec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/rake/rake_tasks_spec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/report_manager_spec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2011 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/rspec_spec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2011 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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_unit_spec.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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/spec_helper.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 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 @@
# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down

0 comments on commit 12e86e4

Please sign in to comment.