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