summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/doc-info/copyright1.gold
blob: 3c6d40668ea6c255dfaad735b638d92e26485963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<article id="copyright_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
 xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>Copyright Test</title>
  <articleinfo>
    <copyright>
      <year>1963</year> <year>1964</year> <year>1965</year> <holder>Jane Doe</holder>
    </copyright>
    <copyright>
      <year>2018</year> <holder>Joe Blow, John Coe</holder>
    </copyright>
    <copyright>
      <year>1977</year> <year>1985</year> <holder>Someone else</holder>
    </copyright>
  </articleinfo>
</article>