summaryrefslogtreecommitdiff
path: root/lib/diff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-01-21 01:34:06 -0500
committerAustin Ziegler <austin@zieglers.ca>2013-01-21 01:34:06 -0500
commit1cd8f365ef3166caf44fcd93cd88b2be29f425b5 (patch)
treeb9c7013151a09465d7aad36caf1e4e0d052d9f39 /lib/diff
parent1dc0f291769e487a21b30e004626ca307c97c950 (diff)
downloaddiff-lcs-1cd8f365ef3166caf44fcd93cd88b2be29f425b5.tar.gz
Release 1.2 in 2013, not 2012 or 2102.v1.2.0
Diffstat (limited to 'lib/diff')
-rw-r--r--lib/diff/lcs.rb2
-rw-r--r--lib/diff/lcs/ldiff.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/diff/lcs.rb b/lib/diff/lcs.rb
index 7543fe6..93ffac6 100644
--- a/lib/diff/lcs.rb
+++ b/lib/diff/lcs.rb
@@ -110,7 +110,7 @@ module Diff; end unless defined? Diff
# Mark-Jason Dominus.
#
# == Licence
-# Copyright &copy; 2004&ndash;2102 Austin Ziegler
+# Copyright &copy; 2004&ndash;2013 Austin Ziegler
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Ruby, or alternatively under the Perl Artistic
# licence.
diff --git a/lib/diff/lcs/ldiff.rb b/lib/diff/lcs/ldiff.rb
index 1da3875..d275581 100644
--- a/lib/diff/lcs/ldiff.rb
+++ b/lib/diff/lcs/ldiff.rb
@@ -33,7 +33,7 @@ require 'diff/lcs/hunk'
module Diff::LCS::Ldiff
BANNER = <<-COPYRIGHT
ldiff #{Diff::LCS::VERSION}
- Copyright 2004-2012 Austin Ziegler
+ Copyright 2004-2013 Austin Ziegler
Part of Diff::LCS.
http://rubyforge.org/projects/ruwiki/