contributors-faq.adoc provides the following template:
// Copyright Joe Coder 2004 - 2006.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
which has the years and the copyright holder name swapped. It should actually read:
Copyright 2004 - 2006 Joe Coder
To be honest, it's not clear to me whether a year range can be provided instead of a single year, but, at least, the year(s) should come before the name.
contributors-faq.adoc provides the following template:
which has the years and the copyright holder name swapped. It should actually read:
To be honest, it's not clear to me whether a year range can be provided instead of a single year, but, at least, the year(s) should come before the name.