eBookTools
AddCopyright
add copyright information to the book
Calling Sequence
Parameters
Description
Examples
Compatibility
AddCopyright(book, copyright)
book
-
book created using NewBook command
copyright
list of copyright holders of the book
The AddCopyright command adds the copyright information. Each copyright holder is represented by a table with keys holder and year.
with⁡eBookTools:
book≔NewBook⁡ProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:
copyright≔table⁡holder=Waterloo Maple Inc.,year=1998:
AddCopyright⁡book,copyright:
The eBookTools[AddCopyright] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools[NewBook]
eBookTools[SetCopyrightHolder]
eBookTools[SetCopyrightYear]
Download Help Document