Name

copyright — Copyright information about a document

Synopsis

copyright ::= (year+, holder*)

Description

The copyright element holds information about the date(s) and holder(s) of a document copyright. If an extended block of text describing the copyright or other legal status is required, use legalnotice.

The copyright element is confined to meta-information. For copyright statements in running text, see trademark.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.

A displayed copyright notice usually includes the copyright symbol, ©, as generated text and is formatted with commas separating multiple years. Additional generated text, such as the legend All rights reserved, may also be generated.

See Also

legalnotice, productname, trademark

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Example copyright</title>
  <copyright>
    <year>2009</year>
    <year>2010</year>
    <holder>O'Reilly Media, Inc.</holder>
  </copyright>
</info>

<para>…</para>

</article>

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.