global

def statement

def statement
	years = self.dates.map(&:year).uniq
	return "Copyright, #{years.join('-')}, by #{author}."
end