AddCopyright - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


eBookTools

  

AddCopyright

  

add copyright information to the book

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

AddCopyright(book, copyright)

Parameters

book

-

book created using NewBook command

copyright

-

list of copyright holders of the book

Description

• 

The AddCopyright command adds the copyright information. Each copyright holder is represented by a table with keys holder and year.

Examples

witheBookTools:

bookNewBookProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:

copyrighttableholder=Waterloo Maple Inc.,year=1998:

AddCopyrightbook,copyright:

Compatibility

• 

The eBookTools[AddCopyright] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

eBookTools

eBookTools[NewBook]

eBookTools[SetCopyrightHolder]

eBookTools[SetCopyrightYear]