p.copyright-text

Table of Contents

Syntax #

p.copyright-text

Purpose #

The p.copyright-text annotation places the document’s copyright text in the prolog of the topic in which it appears. The text is placed inside data tags with the attribute name=”copyright-text” applied to it.

The following is an example of what the rule may look like when filled out.
Rule for p.copyright-text

The following is an example of the DITA output you would get from this annotation.

<prolog>
  <data name="copyright-text">
    Words and logos marked with ® or ™ are registered trademarks or trademarks owned by BirdsEye Inc. Other brands and names mentioned herein may be the trademarks of their respective owners.
  </data>
  <data name="copyright-text">
    Neither the whole nor any part of the information contained in, or the product described in this document may be adapted or reproduced in any material form except with the prior written permission of the copyright holder.
  </data>
  <data name="copyright-text">
    The product described in this document is subject to continuous developments and improvements. All particulars of the product and its use contained in this document are given by BirdsEye in good faith. However, all warranties implied or expressed, including but not limited to implied warranties of merchantability, or fitness for purpose, are excluded.
  </data>
  <data name="copyright-text">
    This document is intended only to assist the reader in the use of the product. BirdsEye Inc shall not be liable for any loss or damage arising from the use of any information in this document, or any error or omission in such information, or any incorrect use of the product.
  </data>
  <data name="copyright-text">Copyright © 2003 BirdsEye Limited. All rights reserved. </data>
</prolog>