diff --git a/Gemfile b/Gemfile index 29f76df..d3db4f5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. @@ -22,4 +22,4 @@ source 'http://rubygems.org' # Gem dependencies are specified in the .gemspec file gemspec -gem 'coveralls', require: false \ No newline at end of file +gem 'coveralls', require: false diff --git a/LICENSE.md b/LICENSE.md index 89baf23..ecfccb4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 Linebreak::CLI is licensed under the following ISC-style license: diff --git a/README.md b/README.md index bcdffe3..15956cc 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ The following people were involved in development: License ------- -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/Rakefile b/Rakefile index 0cef54f..16da487 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/bin/linebreak b/bin/linebreak index 59485c4..a2a02b2 100755 --- a/bin/linebreak +++ b/bin/linebreak @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/lib/aef/linebreak/cli.rb b/lib/aef/linebreak/cli.rb index 14420ab..7e78576 100644 --- a/lib/aef/linebreak/cli.rb +++ b/lib/aef/linebreak/cli.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/lib/aef/linebreak/cli/commands/encode.rb b/lib/aef/linebreak/cli/commands/encode.rb index a4ee08b..d6d424b 100644 --- a/lib/aef/linebreak/cli/commands/encode.rb +++ b/lib/aef/linebreak/cli/commands/encode.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/lib/aef/linebreak/cli/commands/encodings.rb b/lib/aef/linebreak/cli/commands/encodings.rb index e0ee637..0c565f9 100644 --- a/lib/aef/linebreak/cli/commands/encodings.rb +++ b/lib/aef/linebreak/cli/commands/encodings.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/lib/aef/linebreak/cli/commands/version.rb b/lib/aef/linebreak/cli/commands/version.rb index 379e2ad..5ab4549 100644 --- a/lib/aef/linebreak/cli/commands/version.rb +++ b/lib/aef/linebreak/cli/commands/version.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/lib/aef/linebreak/cli/version.rb b/lib/aef/linebreak/cli/version.rb index 6090dd0..042b355 100644 --- a/lib/aef/linebreak/cli/version.rb +++ b/lib/aef/linebreak/cli/version.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/linebreak-cli.gemspec b/linebreak-cli.gemspec index 697c167..706f0bf 100644 --- a/linebreak-cli.gemspec +++ b/linebreak-cli.gemspec @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. @@ -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. diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb index ee4b016..3f2d687 100644 --- a/spec/cli_spec.rb +++ b/spec/cli_spec.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI. diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 889f9a3..177ec78 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,6 @@ # encoding: UTF-8 =begin -Copyright Alexander E. Fischer , 2009-2012 +Copyright Alexander E. Fischer , 2009-2013 This file is part of Linebreak::CLI.