Update the copyright.

This commit is contained in:
Chris Eppstein 2009-04-07 00:13:16 -07:00
parent 559b981015
commit ab42e46906

View File

@ -13,7 +13,7 @@ module Compass
else
lines = []
lines << "Compass #{::Compass.version[:string]}"
lines << "Copyright (c) 2008 Chris Eppstein"
lines << "Copyright (c) 2008-2009 Chris Eppstein"
lines << "Released under the MIT License."
puts lines.join("\n")
end