Skip to content

Commit

Permalink
Updated copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
aef committed Oct 17, 2013
1 parent 7884200 commit d2af28b
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand All @@ -22,4 +22,4 @@ source 'http://rubygems.org'
# Gem dependencies are specified in the .gemspec file
gemspec

gem 'coveralls', require: false
gem 'coveralls', require: false
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013

Linebreak::CLI is licensed under the following ISC-style license:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The following people were involved in development:
License
-------

Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013

This file is part of Linebreak::CLI.

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
2 changes: 1 addition & 1 deletion bin/linebreak
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
2 changes: 1 addition & 1 deletion lib/aef/linebreak/cli.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
2 changes: 1 addition & 1 deletion lib/aef/linebreak/cli/commands/encode.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
2 changes: 1 addition & 1 deletion lib/aef/linebreak/cli/commands/encodings.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
2 changes: 1 addition & 1 deletion lib/aef/linebreak/cli/commands/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
2 changes: 1 addition & 1 deletion lib/aef/linebreak/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
4 changes: 2 additions & 2 deletions linebreak-cli.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand All @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.name = "linebreak-cli"
gem.version = Aef::Linebreak::CLI::VERSION.dup
gem.authors = ["Alexander E. Fischer"]
gem.email = ["aef@raxys.net"]
gem.email = ["aef@godobject.net"]
gem.description = <<-DESCRIPTION
Linebreak::CLI is a Ruby command-line tool for conversion of text
between linebreak encoding formats of unix, windows or mac.
Expand Down
2 changes: 1 addition & 1 deletion spec/cli_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
=begin
Copyright Alexander E. Fischer <aef@raxys.net>, 2009-2012
Copyright Alexander E. Fischer <aef@godobject.net>, 2009-2013
This file is part of Linebreak::CLI.
Expand Down

0 comments on commit d2af28b

Please sign in to comment.