From 3bf2a029b2cdfd8d3a6fc6d6f5accb10258813fa Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 9 Sep 2010 11:45:41 -0700 Subject: [PATCH] Keep the copyright up to date. --- lib/compass/commands/print_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/commands/print_version.rb b/lib/compass/commands/print_version.rb index 9ca5381d..1b198734 100644 --- a/lib/compass/commands/print_version.rb +++ b/lib/compass/commands/print_version.rb @@ -81,7 +81,7 @@ Options: else lines = [] lines << "Compass #{::Compass.version[:string]}" - lines << "Copyright (c) 2008-2009 Chris Eppstein" + lines << "Copyright (c) 2008-#{Time.now.year} Chris Eppstein" lines << "Released under the MIT License." puts lines.join("\n") end