lib/git-semaphore/copyright.rb in git-semaphore-0.0.6 vs lib/git-semaphore/copyright.rb in git-semaphore-0.0.7

- old
+ new

@@ -1,6 +1,6 @@ module Git module Semaphore # TODO replace hard-coded details with data retrieved from the gemspec - COPYRIGHT = "git-semaphore v#{Git::Semaphore::VERSION} Copyright (c) 2012 Peter Vandenberk" + COPYRIGHT = "git-semaphore v#{Git::Semaphore::VERSION} Copyright (c) 2012-2015 Peter Vandenberk" end end