David Levin:
> In copyright entries, don't use ranges for years. Use capital (C) for the
> copyright and no comma after the last year.  Example of a well formed
> copyright entry:
>  * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights
> reserved.

I’ve noticed a couple of different ways of writing subsequent copyright
lines, e.g.:

  Copyright (C) 2005 Somebody <email>
                2006, 2007 Somebody Else <email>

  — http://trac.webkit.org/browser/trunk/WebCore/svg/SVGSVGElement.cpp

and:

  Copyright (C) 2005 Somebody <email>
  Copyright (C) 2006, 2007 Somebody Else <email>

  — http://trac.webkit.org/browser/trunk/WebCore/svg/SVGFilterElement.cpp

-- 
Cameron McCormack ≝ http://mcc.id.au/
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to